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:   Fri, 6 May 2022 11:08:21 -0700
From:   Dipen Patel <dipenp@...dia.com>
To:     Jiapeng Chong <jiapeng.chong@...ux.alibaba.com>
Cc:     thierry.reding@...il.com, jonathanh@...dia.com,
        linux-tegra@...r.kernel.org, linux-kernel@...r.kernel.org,
        Abaci Robot <abaci@...ux.alibaba.com>
Subject: Re: [PATCH] hte: Remove unused including <linux/version.h>

Reviewed-by: Dipen Patel

Acked-by: Dipen Patel

On 5/5/22 8:42 PM, Jiapeng Chong wrote:
> Eliminate the follow versioncheck warning:
>
> ./drivers/hte/hte-tegra194-test.c: 8 linux/version.h not needed.
>
> Reported-by: Abaci Robot <abaci@...ux.alibaba.com>
> Signed-off-by: Jiapeng Chong <jiapeng.chong@...ux.alibaba.com>
> ---
>  drivers/hte/hte-tegra194-test.c | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/drivers/hte/hte-tegra194-test.c b/drivers/hte/hte-tegra194-test.c
> index bc3ab18dfdc5..6a3e57b57a34 100644
> --- a/drivers/hte/hte-tegra194-test.c
> +++ b/drivers/hte/hte-tegra194-test.c
> @@ -5,7 +5,6 @@
>   * Author: Dipen Patel <dipenp@...dia.com>
>   */
>  
> -#include <linux/version.h>
>  #include <linux/err.h>
>  #include <linux/module.h>
>  #include <linux/moduleparam.h>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ