Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1680242
| From | Petr Mladek <pmladek@suse.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [GIT PULL] printk for 4.13 |
| Date | 2017-07-03 16:30 +0200 |
| Message-ID | <tZawq-2Ha-17@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[GIT PULL] printk for 4.13 Petr Mladek <pmladek@suse.com> - 2017-07-03 16:30 +0200
Re: [GIT PULL] printk for 4.13 Linus Torvalds <torvalds@linux-foundation.org> - 2017-07-05 20:30 +0200
Re: [GIT PULL] printk for 4.13 Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com> - 2017-07-06 02:50 +0200
Re: [GIT PULL] printk for 4.13 Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com> - 2017-07-06 03:00 +0200
Re: [GIT PULL] printk for 4.13 Linus Torvalds <torvalds@linux-foundation.org> - 2017-07-06 03:20 +0200
Re: [GIT PULL] printk for 4.13 Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com> - 2017-07-06 03:20 +0200
csiph-web