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, 8 Aug 2022 16:09:13 +0200
From:   "Rafael J. Wysocki" <rafael@...nel.org>
To:     "Matthew Wilcox (Oracle)" <willy@...radead.org>
Cc:     Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        Petr Mladek <pmladek@...e.com>,
        Kent Overstreet <kent.overstreet@...il.com>,
        ACPI Devel Maling List <linux-acpi@...r.kernel.org>
Subject: Re: [PATCH v5 30/32] ACPI/APEI: Add missing include

On Mon, Aug 8, 2022 at 4:41 AM Matthew Wilcox (Oracle)
<willy@...radead.org> wrote:
>
> From: Kent Overstreet <kent.overstreet@...il.com>
>
> The upcoming patch to switch tracing from seq_buf to printbuf means
> we're no longer pulling in headers that we used to; this adds a missing
> include so things don't break.
>
> Signed-off-by: Kent Overstreet <kent.overstreet@...il.com>
> Cc: linux-acpi@...r.kernel.org

Acked-by: Rafael J. Wysocki <rafael.j.wysocki@...el.com>

> ---
>  drivers/acpi/apei/erst-dbg.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/drivers/acpi/apei/erst-dbg.c b/drivers/acpi/apei/erst-dbg.c
> index 8bc71cdc2270..370993c9c381 100644
> --- a/drivers/acpi/apei/erst-dbg.c
> +++ b/drivers/acpi/apei/erst-dbg.c
> @@ -11,6 +11,7 @@
>   *   Author: Huang Ying <ying.huang@...el.com>
>   */
>
> +#include <linux/fs.h>
>  #include <linux/kernel.h>
>  #include <linux/module.h>
>  #include <linux/uaccess.h>
> --
> 2.35.1
>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ