Re: [PATCH] perf/benchmark: fix seccom_unotify benchmark for 32-bit

From: Kees Cook
Date: Tue Oct 17 2023 - 12:51:21 EST


On Tue, 17 Oct 2023 10:30:19 +0200, Jiri Slaby (SUSE) wrote:
> Commit 7d5cb68af638 (perf/benchmark: add a new benchmark for
> seccom_unotify) added a reference to __NR_seccomp into perf. This is
> fine as it added also a definition of __NR_seccomp for 64-bit. But it
> failed to do so for 32-bit as instead of ifndef, ifdef was used.
>
> Fix this typo (so fix the build of perf on 32-bit).
>
> [...]

Applied to for-linus/seccomp, thanks!

[1/1] perf/benchmark: fix seccom_unotify benchmark for 32-bit
https://git.kernel.org/kees/c/65159865e69e

Take care,

--
Kees Cook