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]
Message-ID: <fb46ea24-3c5e-f992-4f33-eb00c06c8369@gmx.de>
Date:   Sat, 6 Mar 2021 20:29:07 +0100
From:   Helge Deller <deller@....de>
To:     menglong8.dong@...il.com, oleg@...hat.com
Cc:     James.Bottomley@...senPartnership.com,
        linux-parisc@...r.kernel.org, linux-kernel@...r.kernel.org,
        Zhang Yunkai <zhang.yunkai@....com.cn>
Subject: Re: [PATCH] arch/parisc/kernel: remove duplicate include in ptrace

On 3/4/21 3:24 AM, menglong8.dong@...il.com wrote:
> From: Zhang Yunkai <zhang.yunkai@....com.cn>
>
> 'linux/compat.h' included in 'arch/parisc/kernel/ptrace.c' is duplicated.
> It is also included in the 24th line.
>
> Signed-off-by: Zhang Yunkai <zhang.yunkai@....com.cn>

Thanks,
applied to the parisc-next tree.

Helge

> ---
>   arch/parisc/kernel/ptrace.c | 1 -
>   1 file changed, 1 deletion(-)
>
> diff --git a/arch/parisc/kernel/ptrace.c b/arch/parisc/kernel/ptrace.c
> index 2127974982df..918faa95740c 100644
> --- a/arch/parisc/kernel/ptrace.c
> +++ b/arch/parisc/kernel/ptrace.c
> @@ -567,7 +567,6 @@ static const struct user_regset_view user_parisc_native_view = {
>   };
>
>   #ifdef CONFIG_64BIT
> -#include <linux/compat.h>
>
>   static int gpr32_get(struct task_struct *target,
>   		     const struct user_regset *regset,
>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ