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
| ||
|
Message-Id: <20150209.111618.1959932896181412008.davem@davemloft.net> Date: Mon, 09 Feb 2015 11:16:18 -0800 (PST) From: David Miller <davem@...emloft.net> To: brytonlee01@...il.com Cc: stephen@...workplumber.org, netdev@...r.kernel.org Subject: Re: [PATCH] prevent the read ahead of /proc/slabinfo in ss From: Bryton Lee <brytonlee01@...il.com> Date: Mon, 9 Feb 2015 19:37:10 +0800 > @@ -617,6 +617,7 @@ struct slabstat > }; > > struct slabstat slabstat; > +int slabstat_valid = 0; > > static const char *slabstat_ids[] = > { Nothing sets this to a non-zero value. If nothing is going to set it to a non-zero value, the code it guards should simple be removed instead. Otherwise, nothing uses this variable outside of this file, and if that's intentional it should be static. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists