All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/4] devres: provide and use devm_kstrdup_const()
@ 2018-09-24 10:11 Bartosz Golaszewski
  2018-09-24 10:11 ` [PATCH v3 1/4] devres: constify p in devm_kfree() Bartosz Golaszewski
                   ` (4 more replies)
  0 siblings, 5 replies; 21+ messages in thread
From: Bartosz Golaszewski @ 2018-09-24 10:11 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd, Greg Kroah-Hartman,
	Rafael J . Wysocki, Arend van Spriel, Ulf Hansson, Bjorn Helgaas,
	Vivek Gautam, Robin Murphy, Joe Perches, Heikki Krogerus,
	Andrew Morton, Mike Rapoport, Michal Hocko, Al Viro,
	Jonathan Corbet, Roman Gushchin, Huang Ying, Kees Cook,
	Bjorn Andersson, Arnd Bergmann, Andy Shevchenko
  Cc: linux-clk, linux-kernel, linux-mm, Bartosz Golaszewski

This series implements devm_kstrdup_const() together with some
prerequisite changes and uses it in pmc-atom driver.

v1 -> v2:
- fixed the changelog in the patch implementing devm_kstrdup_const()
- fixed the kernel doc
- moved is_kernel_rodata() to asm-generic/sections.h
- fixed constness

v2 -> v3:
- rebased on top of 4.19-rc5 as there were some conflicts in the
  pmc-atom driver
- collected Reviewed-by tags

Bartosz Golaszewski (4):
  devres: constify p in devm_kfree()
  mm: move is_kernel_rodata() to asm-generic/sections.h
  devres: provide devm_kstrdup_const()
  clk: pmc-atom: use devm_kstrdup_const()

 drivers/base/devres.c          | 43 ++++++++++++++++++++++++++++++++--
 drivers/clk/x86/clk-pmc-atom.c | 19 ++++-----------
 include/asm-generic/sections.h | 14 +++++++++++
 include/linux/device.h         |  5 +++-
 mm/util.c                      |  7 ------
 5 files changed, 63 insertions(+), 25 deletions(-)

-- 
2.18.0


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

end of thread, other threads:[~2018-09-27 11:30 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-24 10:11 [PATCH v3 0/4] devres: provide and use devm_kstrdup_const() Bartosz Golaszewski
2018-09-24 10:11 ` [PATCH v3 1/4] devres: constify p in devm_kfree() Bartosz Golaszewski
2018-09-24 10:11 ` [PATCH v3 2/4] mm: move is_kernel_rodata() to asm-generic/sections.h Bartosz Golaszewski
2018-09-24 10:31   ` Mike Rapoport
2018-09-24 10:11 ` [PATCH v3 3/4] devres: provide devm_kstrdup_const() Bartosz Golaszewski
2018-09-24 10:32   ` Mike Rapoport
2018-09-26 23:13   ` Kees Cook
2018-09-27  8:53     ` Bartosz Golaszewski
2018-09-27  8:53       ` Bartosz Golaszewski
2018-09-27 10:55     ` Rasmus Villemoes
2018-09-27 11:01       ` Geert Uytterhoeven
2018-09-27 11:30         ` Rasmus Villemoes
2018-09-24 10:11 ` [PATCH v3 4/4] clk: pmc-atom: use devm_kstrdup_const() Bartosz Golaszewski
2018-09-24 11:23   ` Andy Shevchenko
2018-09-24 11:44     ` Bartosz Golaszewski
2018-09-24 11:44       ` Bartosz Golaszewski
2018-09-24 12:11       ` Andy Shevchenko
2018-09-24 12:11         ` Andy Shevchenko
2018-09-24 11:16 ` [PATCH v3 0/4] devres: provide and " Andy Shevchenko
2018-09-24 11:20   ` Bartosz Golaszewski
2018-09-24 11:20     ` Bartosz Golaszewski

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.