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:   Wed, 08 Feb 2017 11:42:21 +0100
From:   Arnd Bergmann <arnd@...db.de>
To:     linux-arm-kernel@...ts.infradead.org
Cc:     Dan Carpenter <dan.carpenter@...cle.com>,
        Alexander Alemayhu <alexander@...mayhu.com>,
        devel@...verdev.osuosl.org, stefan.wahren@...e.com,
        daniels@...labora.com, swarren@...dotorg.org,
        gregkh@...uxfoundation.org, lee@...nel.org,
        linux-kernel@...r.kernel.org, eric@...olt.net, mzoran@...wfest.net,
        linux-rpi-kernel@...ts.infradead.org, popcornmix@...il.com,
        shorne@...il.com
Subject: Re: [PATCH] staging: vc04_services: remove unused functions

On Tuesday, February 7, 2017 3:09:44 PM CET Dan Carpenter wrote:
> There is a bunch of vc04_services that we're still looking to merge in
> the near future.  Please hold off deleting these until we are further
> along on that.
> 

More generally speaking, I'd like to see all the 
-Wmissing-declarations/-Wmissing-prototypes warnings addressed
in the kernel and turn on that warning by default.

If there are parts of vc04_services that are intentionally
left in place but currently unused, adding a declaration in the
header file with a comment should be sufficient to prevent it
from getting deleted or seeing bogus warnings.

	Arnd

Powered by blists - more mailing lists