All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] printk for 4.13
@ 2017-07-03 14:24 Petr Mladek
  2017-07-05 18:23 ` Linus Torvalds
  0 siblings, 1 reply; 6+ messages in thread
From: Petr Mladek @ 2017-07-03 14:24 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Sergey Senozhatsky, Steven Rostedt, Peter Zijlstra, linux-kernel

Linus,

please pull the latest printk changes from

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


==========

- Store printk() messages into the main log buffer directly even in NMI
  when the lock is available. It is the best effort to print even large
  chunk of text. It is handy, for example, when all ftrace messages
  are printed during the system panic in NMI.

- Add missing annotations to calm down compiler warnings.

----------------------------------------------------------------

Nicolas Iooss (1):
      printk: add __printf attributes to internal functions

Petr Mladek (2):
      printk: Use the main logbuf in NMI when logbuf_lock is available
      Merge branch 'for-4.13' into for-linus

 kernel/printk/internal.h    |  6 ++++--
 kernel/printk/printk.c      | 19 ++++++++++++++-----
 kernel/printk/printk_safe.c | 36 +++++++++++++++++++++++++++++-------
 lib/nmi_backtrace.c         |  3 +++
 4 files changed, 50 insertions(+), 14 deletions(-)


Best Regards,
Petr Mladek

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

end of thread, other threads:[~2017-07-06  1:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-03 14:24 [GIT PULL] printk for 4.13 Petr Mladek
2017-07-05 18:23 ` Linus Torvalds
2017-07-06  0:44   ` Sergey Senozhatsky
2017-07-06  0:53     ` Sergey Senozhatsky
2017-07-06  1:15     ` Linus Torvalds
2017-07-06  1:18       ` Sergey Senozhatsky

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.