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, 3 Feb 2017 21:26:53 +0100
From:   Ingo Molnar <mingo@...nel.org>
To:     Mike Galbraith <efault@....de>
Cc:     Ingo Molnar <mingo@...e.hu>, LKML <linux-kernel@...r.kernel.org>,
        Peter Zijlstra <a.p.zijlstra@...llo.nl>
Subject: Re: [patch-tip] drivers/mtd: Apply  sched include reorg to
 tests/mtd_test.h


* Mike Galbraith <efault@....de> wrote:

> 
> signal_pending() moved to linux/sched/signal.h, go get it.
> 
> Signed-off-by: Mike Galbraith <efault@....de>
> ---
>  drivers/mtd/tests/mtd_test.h |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> --- a/drivers/mtd/tests/mtd_test.h
> +++ b/drivers/mtd/tests/mtd_test.h
> @@ -1,5 +1,5 @@
>  #include <linux/mtd/mtd.h>
> -#include <linux/sched.h>
> +#include <linux/sched/signal.h>

Thanks Mike, I backmerged this fix into the originating patch.

	Ingo

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ