linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] printk for 5.16
@ 2021-11-02 10:56 Petr Mladek
  2021-11-02 18:37 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Petr Mladek @ 2021-11-02 10:56 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Sergey Senozhatsky, Steven Rostedt, John Ogness, Andy Shevchenko,
	Rasmus Villemoes, Andrew Morton, Peter Zijlstra, linux-kernel

Linus,

please pull the latest printk changes from

  git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux.git tags/printk-for-5.16

=========================================

- Extend %pGp print format to print hex value of the page flags.

- Use kvmalloc instead of kmalloc to allocate devkmsg buffers.

- Misc cleanup and warning fixes.

----------------------------------------------------------------
Andy Shevchenko (1):
      lib/vsprintf.c: Amend static asserts for format specifier flags

Arnd Bergmann (1):
      printk: avoid -Wsometimes-uninitialized warning

John Ogness (1):
      printk: use gnu_printf format attribute for printk_sprint()

Matthew Wilcox (Oracle) (5):
      test_printf: Make pft array const
      test_printf: Remove separate page_flags variable
      test_printf: Remove custom appending of '|'
      test_printf: Append strings more efficiently
      vsprintf: Make %pGp print the hex value

Petr Mladek (2):
      vsprintf: Update %pGp documentation about that it prints hex value
      Merge branch 'for-5.16-vsprintf-pgp' into for-linus

Randy Dunlap (1):
      ia64: don't do IA64_CMPXCHG_DEBUG without CONFIG_PRINTK

Yong-Taek Lee (1):
      printk: use kvmalloc instead of kmalloc for devkmsg_user

 Documentation/core-api/printk-formats.rst |  2 +-
 arch/ia64/Kconfig.debug                   |  2 +-
 kernel/printk/index.c                     |  5 +--
 kernel/printk/printk.c                    |  5 ++-
 lib/test_printf.c                         | 61 +++++++++++++------------------
 lib/vsprintf.c                            | 11 +++++-
 mm/debug.c                                |  2 +-
 mm/memory-failure.c                       |  8 ++--
 mm/page_owner.c                           |  4 +-
 mm/slub.c                                 |  4 +-
 10 files changed, 51 insertions(+), 53 deletions(-)

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

* Re: [GIT PULL] printk for 5.16
  2021-11-02 10:56 [GIT PULL] printk for 5.16 Petr Mladek
@ 2021-11-02 18:37 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2021-11-02 18:37 UTC (permalink / raw)
  To: Petr Mladek
  Cc: Linus Torvalds, Sergey Senozhatsky, Steven Rostedt, John Ogness,
	Andy Shevchenko, Rasmus Villemoes, Andrew Morton, Peter Zijlstra,
	linux-kernel

The pull request you sent on Tue, 2 Nov 2021 11:56:56 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux.git tags/printk-for-5.16

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/0aaa58eca65a876c9b8c5174a1b3ac23be6440ad

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

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

end of thread, other threads:[~2021-11-02 18:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-02 10:56 [GIT PULL] printk for 5.16 Petr Mladek
2021-11-02 18:37 ` pr-tracker-bot

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).