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, 31 Jan 2022 17:59:34 +0000
From:   Matthew Wilcox <willy@...radead.org>
To:     Maíra Canal <maira.canal@....br>
Cc:     gregkh@...uxfoundation.org, tj@...nel.org, viro@...iv.linux.org.uk,
        nathan@...nel.org, ndesaulniers@...gle.com,
        linux-kernel@...r.kernel.org, linux-fsdevel@...r.kernel.org,
        llvm@...ts.linux.dev
Subject: Re: [PATCH v2] seq_file: fix NULL pointer arithmetic warning

On Mon, Jan 31, 2022 at 02:56:13PM -0300, Maíra Canal wrote:
> +EXPORT_SYMBOL(single_start);

kernfs is a 'bool', which means it can't be a module, so there's
no need to EXPORT this symbol.

Powered by blists - more mailing lists