]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'printk-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 21 Sep 2019 16:34:29 +0000 (09:34 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 21 Sep 2019 16:34:29 +0000 (09:34 -0700)
commitf83d66f8f293df1660047d9a1c9bbb21bb3d0f12
tree174cc3f4782d00fe0f8e47bff1ae8102d26cdccc
parenta30a9a9d6645cf9cddf20a98d8ba2468a232d5b6
parentb1f28f3ab64b4fc6f6c7adf9cf8b7488c1d6831d
Merge tag 'printk-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk

Pull printk updates from Petr Mladek:

 - 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

* tag 'printk-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk:
  ABI: Update dev-kmsg documentation to match current kernel behaviour
  printk: Replace strncmp() with str_has_prefix()
  lib/test_printf: Remove obvious comments from %pd and %pD tests
  lib/test_printf: Add test of null/invalid pointer dereference for dentry
  vsprintf: Prevent crash when dereferencing invalid pointers for %pD
  printk: Do not lose last line in kmsg buffer dump