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, 23 Mar 2017 12:22:45 -0700
From:   Kees Cook <keescook@...omium.org>
To:     Geliang Tang <geliangtang@...il.com>
Cc:     Anton Vorontsov <anton@...msg.org>,
        Colin Cross <ccross@...roid.com>,
        Tony Luck <tony.luck@...el.com>,
        LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] pstore: remove unused vmalloc.h in pmsg

On Thu, Mar 23, 2017 at 6:15 AM, Geliang Tang <geliangtang@...il.com> wrote:
> Since the vmalloc code has been removed from write_pmsg() in the commit
> "5bf6d1b pstore/pmsg: drop bounce buffer", remove the unused header
> vmalloc.h.
>
> Signed-off-by: Geliang Tang <geliangtang@...il.com>

Thanks! Applied for v4.12.

-Kees

> ---
>  fs/pstore/pmsg.c | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/fs/pstore/pmsg.c b/fs/pstore/pmsg.c
> index c16a247..209755e 100644
> --- a/fs/pstore/pmsg.c
> +++ b/fs/pstore/pmsg.c
> @@ -15,7 +15,6 @@
>  #include <linux/device.h>
>  #include <linux/fs.h>
>  #include <linux/uaccess.h>
> -#include <linux/vmalloc.h>
>  #include "internal.h"
>
>  static DEFINE_MUTEX(pmsg_lock);
> --
> 2.9.3
>



-- 
Kees Cook
Pixel Security

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ