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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-6ce5ae7977c89f2a09092954396a66c90e8213f2@git.kernel.org>
Date:   Sun, 25 Feb 2018 06:06:50 -0800
From:   tip-bot for Randy Dunlap <tipbot@...or.com>
To:     linux-tip-commits@...r.kernel.org
Cc:     rdunlap@...radead.org, linux-kernel@...r.kernel.org,
        mingo@...nel.org, hpa@...or.com, tglx@...utronix.de
Subject: [tip:locking/core] mutex: Drop linkage.h from mutex.h

Commit-ID:  6ce5ae7977c89f2a09092954396a66c90e8213f2
Gitweb:     https://git.kernel.org/tip/6ce5ae7977c89f2a09092954396a66c90e8213f2
Author:     Randy Dunlap <rdunlap@...radead.org>
AuthorDate: Sat, 24 Feb 2018 21:22:12 -0800
Committer:  Thomas Gleixner <tglx@...utronix.de>
CommitDate: Sun, 25 Feb 2018 15:00:46 +0100

mutex: Drop linkage.h from mutex.h

<linux/mutex.h> does not use nor need <linux/linkage.h>, so drop that
one header file from mutex.h.

<linux/mutex.h> is currently #included in around 1250 C source files
(oops, I didn't count other header files that #include it), making it
the 27th most-used header file.

Build tested on i386 and x86_64 * (allnoconfig, tiny.config, defconfig,
allyesconfig, and allmodconfig) and x64_64 allmodconfig + SMP=disabled.

Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
Signed-off-by: Thomas Gleixner <tglx@...utronix.de>
Link: https://lkml.kernel.org/r/582b3892-4e4c-06b2-a368-5c2d439de7fc@infradead.org

---
 include/linux/mutex.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/linux/mutex.h b/include/linux/mutex.h
index f25c13423bd4..9b7fe56692bd 100644
--- a/include/linux/mutex.h
+++ b/include/linux/mutex.h
@@ -14,7 +14,6 @@
 #include <asm/current.h>
 #include <linux/list.h>
 #include <linux/spinlock_types.h>
-#include <linux/linkage.h>
 #include <linux/lockdep.h>
 #include <linux/atomic.h>
 #include <asm/processor.h>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ