All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] remove some of unneeded kallsyms includes
@ 2017-12-08  2:56 ` Sergey Senozhatsky
  0 siblings, 0 replies; 60+ messages in thread
From: Sergey Senozhatsky @ 2017-12-08  2:56 UTC (permalink / raw)
  To: Peter Zijlstra, Andrew Morton, Michal Hocko, Rafael Wysocki,
	Len Brown, Bjorn Helgaas, Vlastimil Babka, Tejun Heo,
	Lai Jiangshan, Thomas Gleixner, Fengguang Wu
  Cc: Steven Rostedt, Petr Mladek, LKML, linux-pm, linux-pci, linux-mm,
	Sergey Senozhatsky, Sergey Senozhatsky

Hello,

	A small patch set that removes some kallsyms includes
here and there. Mostly those kallsyms includes are leftovers:
printk() gained %pS/%pF modifiers support some time ago, so
print_symbol() and friends became sort of unneeded [along with
print_fn_descriptor_symbol() deprecation], thus some of the
users were converted to pS/pF. This patch set just cleans up
that convertion.

	We still have a number of print_symbol() users [which
must be converted to ps/pf, print_symbol() uses a stack buffer
KSYM_SYMBOL_LEN to do what printk(ps/pf) can do], but this is
out of scope.

	I compile tested the patch set; but, as always and
usual, would be great if 0day build robot double check it.

Sergey Senozhatsky (9):
  sched/autogroup: remove unneeded kallsyms include
  mm: remove unneeded kallsyms include
  power: remove unneeded kallsyms include
  pci: remove unneeded kallsyms include
  pnp: remove unneeded kallsyms include
  mm: remove unneeded kallsyms include
  workqueue: remove unneeded kallsyms include
  hrtimer: remove unneeded kallsyms include
  genirq: remove unneeded kallsyms include

 drivers/base/power/main.c | 1 -
 drivers/pci/quirks.c      | 1 -
 drivers/pnp/quirks.c      | 1 -
 kernel/irq/spurious.c     | 1 -
 kernel/sched/autogroup.c  | 1 -
 kernel/time/hrtimer.c     | 1 -
 kernel/workqueue.c        | 1 -
 mm/memory.c               | 4 ----
 mm/vmalloc.c              | 1 -
 9 files changed, 12 deletions(-)

-- 
2.15.1

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

end of thread, other threads:[~2017-12-18 14:37 UTC | newest]

Thread overview: 60+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-08  2:56 [PATCH 0/9] remove some of unneeded kallsyms includes Sergey Senozhatsky
2017-12-08  2:56 ` Sergey Senozhatsky
2017-12-08  2:56 ` [PATCH 1/9] sched/autogroup: remove unneeded kallsyms include Sergey Senozhatsky
2017-12-08  2:56   ` Sergey Senozhatsky
2017-12-08  8:24   ` [PATCH] sched/autogroup: move sched.h include Sergey Senozhatsky
2017-12-08  8:24     ` Sergey Senozhatsky
2017-12-08  8:57     ` Petr Mladek
2017-12-08  8:57       ` Petr Mladek
2017-12-08 10:39       ` Sergey Senozhatsky
2017-12-08 10:39         ` Sergey Senozhatsky
2017-12-08 10:56     ` Peter Zijlstra
2017-12-08 10:56       ` Peter Zijlstra
2017-12-08 10:56   ` [PATCH 1/9] sched/autogroup: remove unneeded kallsyms include Peter Zijlstra
2017-12-08 10:56     ` Peter Zijlstra
2017-12-08 11:20     ` Sergey Senozhatsky
2017-12-08 11:20       ` Sergey Senozhatsky
2017-12-08 13:43       ` Petr Mladek
2017-12-08 13:43         ` Petr Mladek
2017-12-08  2:56 ` [PATCH 2/9] mm: " Sergey Senozhatsky
2017-12-08  2:56   ` Sergey Senozhatsky
2017-12-08  2:56 ` [PATCH 3/9] power: " Sergey Senozhatsky
2017-12-08  2:56   ` Sergey Senozhatsky
2017-12-08 14:01   ` Rafael J. Wysocki
2017-12-08 14:01     ` Rafael J. Wysocki
2017-12-08 14:48     ` Sergey Senozhatsky
2017-12-08 14:48       ` Sergey Senozhatsky
2017-12-17 18:04       ` Rafael J. Wysocki
2017-12-17 18:04         ` Rafael J. Wysocki
2017-12-18 14:37         ` Sergey Senozhatsky
2017-12-18 14:37           ` Sergey Senozhatsky
2017-12-08  2:56 ` [PATCH 4/9] pci: " Sergey Senozhatsky
2017-12-08  2:56   ` Sergey Senozhatsky
2017-12-08 17:53   ` Bjorn Helgaas
2017-12-08 17:53     ` Bjorn Helgaas
2017-12-08 23:55     ` Sergey Senozhatsky
2017-12-08 23:55       ` Sergey Senozhatsky
2017-12-08  2:56 ` [PATCH 5/9] pnp: " Sergey Senozhatsky
2017-12-08  2:56   ` Sergey Senozhatsky
2017-12-08 14:02   ` Rafael J. Wysocki
2017-12-08 14:02     ` Rafael J. Wysocki
2017-12-08 14:49     ` Sergey Senozhatsky
2017-12-08 14:49       ` Sergey Senozhatsky
2017-12-17 18:04       ` Rafael J. Wysocki
2017-12-17 18:04         ` Rafael J. Wysocki
2017-12-08  2:56 ` [PATCH 6/9] mm: " Sergey Senozhatsky
2017-12-08  2:56   ` Sergey Senozhatsky
2017-12-08  2:56 ` [PATCH 7/9] workqueue: " Sergey Senozhatsky
2017-12-08  2:56   ` Sergey Senozhatsky
2017-12-11 15:16   ` Tejun Heo
2017-12-11 15:16     ` Tejun Heo
2017-12-12  2:51     ` Sergey Senozhatsky
2017-12-12  2:51       ` Sergey Senozhatsky
2017-12-08  2:56 ` [PATCH 8/9] hrtimer: " Sergey Senozhatsky
2017-12-08  2:56   ` Sergey Senozhatsky
2017-12-08  2:56 ` [PATCH 9/9] genirq: " Sergey Senozhatsky
2017-12-08  2:56   ` Sergey Senozhatsky
2017-12-08 22:24 ` [PATCH 0/9] remove some of unneeded kallsyms includes Andrew Morton
2017-12-08 22:24   ` Andrew Morton
2017-12-09  0:00   ` Sergey Senozhatsky
2017-12-09  0:00     ` Sergey Senozhatsky

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.