linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] printk for 5.12
@ 2021-02-22 13:35 Petr Mladek
  2021-02-22 19:12 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Petr Mladek @ 2021-02-22 13:35 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Sergey Senozhatsky, Steven Rostedt, John Ogness, Andy Shevchenko,
	Rasmus Villemoes, Peter Zijlstra, linux-mm, 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.12

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

- New "no_hash_pointers" kernel parameter causes that %p shows raw
  pointer values instead of hashed ones. It is intended only for
  debugging purposes. Misuse is prevented by a fat warning message
  that is inspired by trace_printk().

- Prevent a possible deadlock when flushing printk_safe buffers during
  panic().

- Fix performance regression caused by the lockless printk ringbuffer.
  It was visible with huge log buffer and long messages.

- Documentation fix-up.

----------------------------------------------------------------
John Ogness (1):
      printk: avoid prb_first_valid_seq() where possible

Lukas Bulwahn (1):
      printk: rectify kernel-doc for prb_rec_init_wr()

Muchun Song (1):
      printk: fix deadlock when kernel panic

Petr Mladek (2):
      Merge branch 'for-5.12-no_hash_pointers' into for-linus
      Merge branch 'printk-rework' into for-linus

Timur Tabi (3):
      lib: use KSTM_MODULE_GLOBALS macro in kselftest drivers
      kselftest: add support for skipped tests
      lib/vsprintf: no_hash_pointers prints all addresses as unhashed

 Documentation/admin-guide/kernel-parameters.txt | 15 +++++++++++
 kernel/printk/printk.c                          | 28 ++++++++++++-------
 kernel/printk/printk_ringbuffer.h               |  2 +-
 kernel/printk/printk_safe.c                     | 16 ++++++++---
 lib/test_bitmap.c                               |  3 +--
 lib/test_printf.c                               | 12 +++++++--
 lib/vsprintf.c                                  | 36 +++++++++++++++++++++++--
 tools/testing/selftests/kselftest_module.h      | 18 ++++++++-----
 8 files changed, 103 insertions(+), 27 deletions(-)


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

* Re: [GIT PULL] printk for 5.12
  2021-02-22 13:35 [GIT PULL] printk for 5.12 Petr Mladek
@ 2021-02-22 19:12 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2021-02-22 19:12 UTC (permalink / raw)
  To: Petr Mladek
  Cc: Linus Torvalds, Sergey Senozhatsky, Steven Rostedt, John Ogness,
	Andy Shevchenko, Rasmus Villemoes, Peter Zijlstra, linux-mm,
	linux-kernel

The pull request you sent on Mon, 22 Feb 2021 14:35:08 +0100:

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

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

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-02-22 19:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-22 13:35 [GIT PULL] printk for 5.12 Petr Mladek
2021-02-22 19:12 ` 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).