[PATCH 00/11] Drop unnecessary static

Julia Lawall julia.lawall at lip6.fr
Sat Jul 15 14:00:36 PDT 2017



On Sat, 15 Jul 2017, Joe Perches wrote:

> On Sat, 2017-07-15 at 22:07 +0200, Julia Lawall wrote:
> > These patches fix cases where there is a static on a local variable, but
> > the variable is initialized before any possible use.  Thus, the static has
> > no benefit.
>
> Nice one.

Thanks.  It was suggested by Kees Cook a while ago.  There seem to be many
opportunities.

julia



More information about the linux-arm-kernel mailing list