linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/8] mm: kmemleak: remove unused hardirq.h
@ 2017-11-17 23:02 Yang Shi
  2017-11-17 23:02 ` [PATCH 2/8] fs: pstore: " Yang Shi
                   ` (6 more replies)
  0 siblings, 7 replies; 27+ messages in thread
From: Yang Shi @ 2017-11-17 23:02 UTC (permalink / raw)
  To: linux-kernel
  Cc: linux-mm, linux-fsdevel, linux-crypto, netdev, Yang Shi,
	Michal Hocko, Andrew Morton, Matthew Wilcox

Preempt counter APIs have been split out, currently, hardirq.h just
includes irq_enter/exit APIs which are not used by kmemleak at all.

So, remove the unused hardirq.h.

Signed-off-by: Yang Shi <yang.s@alibaba-inc.com>
Cc: Michal Hocko <mhocko@suse.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Matthew Wilcox <mawilcox@microsoft.com>
---
 mm/kmemleak.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/mm/kmemleak.c b/mm/kmemleak.c
index 7780cd8..25b977f 100644
--- a/mm/kmemleak.c
+++ b/mm/kmemleak.c
@@ -91,7 +91,6 @@
 #include <linux/stacktrace.h>
 #include <linux/cache.h>
 #include <linux/percpu.h>
-#include <linux/hardirq.h>
 #include <linux/bootmem.h>
 #include <linux/pfn.h>
 #include <linux/mmzone.h>
-- 
1.8.3.1

^ permalink raw reply related	[flat|nested] 27+ messages in thread

end of thread, other threads:[~2018-01-08 19:43 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-17 23:02 [PATCH 1/8] mm: kmemleak: remove unused hardirq.h Yang Shi
2017-11-17 23:02 ` [PATCH 2/8] fs: pstore: " Yang Shi
2017-11-29  0:40   ` Kees Cook
2017-11-17 23:02 ` [PATCH 3/8] fs: btrfs: " Yang Shi
2017-11-20 13:25   ` David Sterba
2017-11-17 23:02 ` [PATCH 4/8] vfs: " Yang Shi
2017-12-07 19:12   ` Yang Shi
2017-12-07 19:21     ` Al Viro
2017-11-17 23:02 ` [PATCH 5/8] crypto: " Yang Shi
2017-11-20 16:29   ` Yang Shi
2017-11-29  6:38   ` [5/8] " Herbert Xu
2017-11-17 23:02 ` [PATCH 6/8] net: caif: " Yang Shi
2017-12-07 19:13   ` Yang Shi
2018-01-04 22:51     ` Yang Shi
2017-11-17 23:02 ` [PATCH 7/8] net: ovs: " Yang Shi
2017-11-18  1:48   ` Yang Shi
2017-12-07 19:14     ` Yang Shi
2017-12-07 19:27   ` [ovs-dev] " Pravin Shelar
2018-01-04 22:47     ` Yang Shi
2017-11-17 23:02 ` [PATCH 8/8] net: tipc: " Yang Shi
2017-12-07 19:15   ` Yang Shi
2017-12-07 19:20     ` Jon Maloy
2017-12-07 20:02       ` Yang Shi
2017-12-08  1:40   ` Ying Xue
2018-01-04 22:46     ` Yang Shi
2018-01-05 15:17       ` David Miller
2018-01-08 19:43         ` Yang Shi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).