linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] printk for 6.6
@ 2023-09-04 10:16 Petr Mladek
  2023-09-04 21:13 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Petr Mladek @ 2023-09-04 10:16 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Sergey Senozhatsky, Steven Rostedt, John Ogness, Andy Shevchenko,
	Rasmus Villemoes, Sebastian Andrzej Siewior, Thomas Gleixner,
	Jan Kara, Peter Zijlstra, linux-kernel

Hi Linus,

please pull the latest printk changes from

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

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

- Do not try to get the console lock when it is not need or useful
  in panic().

- Replace the global console_suspended state by a per-console flag.

- Export symbols needed for dumping the raw printk buffer in panic().

- Fix documentation of printf formats for integer types.

- Moved Sergey Senozhatsky to the reviewer role.

- Misc cleanups.

----------------------------------------------------------------
Andy Shevchenko (2):
      docs: printk-formats: Fix hex printing of signed values
      docs: printk-formats: Treat char as always unsigned

Enlin Mu (1):
      printk: export symbols for debug modules

John Ogness (7):
      kdb: Do not assume write() callback available
      printk: Reduce console_unblank() usage in unsafe scenarios
      printk: Keep non-panic-CPUs out of console lock
      printk: Do not take console lock for console_flush_on_panic()
      printk: Consolidate console deferred printing
      printk: Add per-console suspended state
      printk: Rename abandon_console_lock_in_panic() to other_cpu_in_panic()

Kees Cook (1):
      printk: ringbuffer: Fix truncating buffer size min_t cast

Nathan Chancellor (1):
      lib: test_scanf: Add explicit type cast to result initialization in test_number_prefix()

Petr Mladek (2):
      Merge branch 'for-6.6-vsprintf-doc' into for-linus
      Merge branch 'rework/misc-cleanups' into for-linus

Sergey Senozhatsky (1):
      MAINTAINERS: adjust printk/vsprintf entries

 Documentation/core-api/printk-formats.rst |   9 +-
 MAINTAINERS                               |   4 +-
 include/linux/console.h                   |   3 +
 kernel/debug/kdb/kdb_io.c                 |   2 +
 kernel/printk/internal.h                  |   2 +
 kernel/printk/printk.c                    | 215 +++++++++++++++++++++---------
 kernel/printk/printk_ringbuffer.c         |   2 +-
 kernel/printk/printk_safe.c               |   9 +-
 lib/test_scanf.c                          |   2 +-
 9 files changed, 167 insertions(+), 81 deletions(-)

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

* Re: [GIT PULL] printk for 6.6
  2023-09-04 10:16 [GIT PULL] printk for 6.6 Petr Mladek
@ 2023-09-04 21:13 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2023-09-04 21:13 UTC (permalink / raw)
  To: Petr Mladek
  Cc: Linus Torvalds, Sergey Senozhatsky, Steven Rostedt, John Ogness,
	Andy Shevchenko, Rasmus Villemoes, Sebastian Andrzej Siewior,
	Thomas Gleixner, Jan Kara, Peter Zijlstra, linux-kernel

The pull request you sent on Mon, 4 Sep 2023 12:16:57 +0200:

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

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

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:[~2023-09-04 21:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-04 10:16 [GIT PULL] printk for 6.6 Petr Mladek
2023-09-04 21:13 ` 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).