linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] printk for 5.4
@ 2019-09-16 11:24 Petr Mladek
  2019-09-21 17:10 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Petr Mladek @ 2019-09-16 11:24 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Sergey Senozhatsky, Steven Rostedt, John Ogness, Peter Zijlstra,
	linux-kernel

Linus,

please pull the latest printk changes from

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

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

- Fix off-by-one error when calculating messages that might fit
  into kmsg buffer. It causes occasional omitting of the last message.

- Add missing pointer check in %pD format modifier handling.

- Some clean up.

----------------------------------------------------------------
Chuhong Yuan (1):
      printk: Replace strncmp() with str_has_prefix()

James Byrne (1):
      ABI: Update dev-kmsg documentation to match current kernel behaviour

Jia He (2):
      vsprintf: Prevent crash when dereferencing invalid pointers for %pD
      lib/test_printf: Add test of null/invalid pointer dereference for dentry

Petr Mladek (2):
      lib/test_printf: Remove obvious comments from %pd and %pD tests
      Merge branch 'for-5.4' into for-linus

Vincent Whitchurch (1):
      printk: Do not lose last line in kmsg buffer dump

 Documentation/ABI/testing/dev-kmsg | 15 +++++++--------
 kernel/printk/braille.c            | 15 +++++++++++----
 kernel/printk/printk.c             | 24 +++++++++++++++++-------
 lib/test_printf.c                  |  5 +++++
 lib/vsprintf.c                     | 13 ++++++++++---
 5 files changed, 50 insertions(+), 22 deletions(-)

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

* Re: [GIT PULL] printk for 5.4
  2019-09-16 11:24 [GIT PULL] printk for 5.4 Petr Mladek
@ 2019-09-21 17:10 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2019-09-21 17:10 UTC (permalink / raw)
  To: Petr Mladek
  Cc: Linus Torvalds, Sergey Senozhatsky, Steven Rostedt, John Ogness,
	Peter Zijlstra, linux-kernel

The pull request you sent on Mon, 16 Sep 2019 13:24:31 +0200:

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

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

Thank you!

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

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

end of thread, other threads:[~2019-09-21 17:10 UTC | newest]

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