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] [day] [month] [year] [list]
Date:   Thu, 21 Oct 2021 05:38:53 +0900
From:   Stafford Horne <shorne@...il.com>
To:     Denis Kirjanov <kda@...ux-powerpc.org>
Cc:     openrisc@...ts.librecores.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] openrisc: signal: remove unused DEBUG_SIG macro

On Wed, Oct 20, 2021 at 03:16:37PM +0300, Denis Kirjanov wrote:
> Signed-off-by: Denis Kirjanov <kda@...ux-powerpc.org>
> ---
>  arch/openrisc/kernel/signal.c | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/arch/openrisc/kernel/signal.c b/arch/openrisc/kernel/signal.c
> index 1ebcff271096..99516c9191c7 100644
> --- a/arch/openrisc/kernel/signal.c
> +++ b/arch/openrisc/kernel/signal.c
> @@ -28,8 +28,6 @@
>  #include <asm/ucontext.h>
>  #include <linux/uaccess.h>
>  
> -#define DEBUG_SIG 0
> -
>  struct rt_sigframe {
>  	struct siginfo info;
>  	struct ucontext uc;

This looks ok to me.  I will queue it.

Thanks.

-Stafford

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ