lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CANaxB-xPyg_Kzra8Q9pugLg=n7eLMkCkVkSih_rHUsoEuiNHeA@mail.gmail.com>
Date:   Fri, 8 Sep 2023 10:38:33 -0700
From:   Andrei Vagin <avagin@...il.com>
To:     Vijayendra Suman <vijayendra.suman@...cle.com>
Cc:     avagin@...gle.com, brauner@...nel.org, dietmar.eggemann@....com,
        juri.lelli@...hat.com, keescook@...omium.org,
        linux-kernel@...r.kernel.org, luto@...capital.net,
        mingo@...hat.com, peterz@...radead.org, posk@...gle.com,
        tycho@...ho.pizza, vincent.guittot@...aro.org, wad@...omium.org,
        yu.c.chen@...el.com
Subject: Re: [PATCH] perf/benchmark: Fix ifdef in header file uapi/asm/unistd_32.h

On Fri, Sep 8, 2023 at 10:36 AM Vijayendra Suman
<vijayendra.suman@...cle.com> wrote:
>
> Typo error for __NR_seccomp
>
> ifdef -> ifndef
>

Acked-by: Andrei Vagin <avagin@...il.com>

> Signed-off-by: Vijayendra Suman <vijayendra.suman@...cle.com>
> ---
>  tools/arch/x86/include/uapi/asm/unistd_32.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/arch/x86/include/uapi/asm/unistd_32.h b/tools/arch/x86/include/uapi/asm/unistd_32.h
> index 4798f9d18fe8..9de35df1afc3 100644
> --- a/tools/arch/x86/include/uapi/asm/unistd_32.h
> +++ b/tools/arch/x86/include/uapi/asm/unistd_32.h
> @@ -26,6 +26,6 @@
>  #ifndef __NR_setns
>  #define __NR_setns 346
>  #endif
> -#ifdef __NR_seccomp
> +#ifndef __NR_seccomp
>  #define __NR_seccomp 354
>  #endif
> --
> 2.41.0
>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ