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]
Date:   Mon, 25 Jan 2021 15:24:50 +0800
From:   Coly Li <colyli@...e.de>
To:     Chanwoo Lee <cw9316.lee@...sung.com>, ulf.hansson@...aro.org,
        adrian.hunter@...el.com, baolin.wang@...aro.org, arnd@...db.de,
        lee.jones@...aro.org, sartgarg@...eaurora.org,
        linux-mmc@...r.kernel.org, linux-kernel@...r.kernel.org
Cc:     grant.jung@...sung.com, jt77.jang@...sung.com,
        dh0421.hwang@...sung.com, sh043.lee@...sung.com
Subject: Re: [PATCH] mmc: queue: Exclude unnecessary header file

On 1/25/21 2:43 PM, Chanwoo Lee wrote:
> From: ChanWoo Lee <cw9316.lee@...sung.com>
> 
> From the 4.19 kernel, thread related code has been removed in queue.c.
> So we can exclude unnecessary header file.
> 
> Signed-off-by: ChanWoo Lee <cw9316.lee@...sung.com>

Acked-by: Coly Li <colyli@...e.de>

Thanks.

Coly Li

> ---
>  drivers/mmc/core/queue.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/mmc/core/queue.c b/drivers/mmc/core/queue.c
> index de7cb0369c30..c7218da6f17c 100644
> --- a/drivers/mmc/core/queue.c
> +++ b/drivers/mmc/core/queue.c
> @@ -7,7 +7,6 @@
>  #include <linux/module.h>
>  #include <linux/blkdev.h>
>  #include <linux/freezer.h>
> -#include <linux/kthread.h>
>  #include <linux/scatterlist.h>
>  #include <linux/dma-mapping.h>
>  #include <linux/backing-dev.h>
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ