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-next>] [day] [month] [year] [list]
Message-ID: <Pine.LNX.4.63.0612282059160.8356@gockel.physik3.uni-rostock.de>
Date:	Thu, 28 Dec 2006 21:27:40 +0100 (CET)
From:	Tim Schmielau <tim@...sik3.uni-rostock.de>
To:	Andrew Morton <akpm@...l.org>
cc:	lkml <linux-kernel@...r.kernel.org>,
	Al Viro <viro@....linux.org.uk>
Subject: [PATCH] remove 556 unneeded #includes of sched.h

After Al Viro (finally) succeeded in removing the sched.h #include in 
module.h recently, it makes sense again to remove other superfluous 
sched.h includes.
To ease the pain, this time I did not fiddle with any header files and 
only removed #includes from .c-files, which tend to cause less trouble. 
Also I left alone anything else that looked like any trouble, like hunks 
that didn't apply cleanly against both mainline and -mm trees. You see, 
I'd really like to get the patch through this time.

Compile tested against 2.6.20-rc2 and 2.6.20-rc2-mm2 (with offsets) on
alpha, arm, i386, ia64, mips, powerpc, and x86_64 with allnoconfig, 
defconfig, allmodconfig, and allyesconfig as well as a few randconfigs on 
x86_64. I also checked that no new warnings were introduced by the patch 
(actually, some warnings are removed that were emitted by unnecessarily 
included header files).

Signed-off-by: Tim Schmielau <tim@...sik3.uni-rostock.de>

Patch attached as .bz2 due to it's size (160k uncompressed).
Download attachment "remove-556-unneeded-includes-of-schedh.patch.bz2" of type "APPLICATION/X-BZIP2" (12433 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ