Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1510431
| From | Petr Mladek <pmladek@suse.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/4] printk: Fixes and hardening related to KERN_CONT |
| Date | 2016-10-27 18:00 +0200 |
| Message-ID | <swVfX-3Pm-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
The first patch fixes a messed output of continuous lines when printing backtraces for all CPUs via NMI. It works well for me. The other patches fix problems that I noticed when working on the first patch. It would be great if the respective maintainers could do some more testing of them. Well, it touches several modules. But they are related to one commit so I send them together. Note that the 4th patch depends on the 2nd one. Petr Mladek (4): printk/NMI: Handle continuous lines and missing newline printk/kdb: Handle more message headers printk/btrfs: Handle more message headers printk/sound: Handle more message headers fs/btrfs/super.c | 28 +++++++++-------- include/linux/printk.h | 8 +++++ kernel/debug/kdb/kdb_io.c | 2 +- kernel/printk/nmi.c | 78 +++++++++++++++++++++++++++++------------------ sound/core/misc.c | 22 +++++++------ 5 files changed, 86 insertions(+), 52 deletions(-) -- 1.8.5.6
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/4] printk: Fixes and hardening related to KERN_CONT Petr Mladek <pmladek@suse.com> - 2016-10-27 18:00 +0200
[PATCH 3/4] printk/btrfs: Handle more message headers Petr Mladek <pmladek@suse.com> - 2016-10-27 18:00 +0200
Re: [PATCH 3/4] printk/btrfs: Handle more message headers Joe Perches <joe@perches.com> - 2016-10-27 18:20 +0200
Re: [PATCH 3/4] printk/btrfs: Handle more message headers David Sterba <dsterba@suse.cz> - 2016-10-31 10:00 +0100
csiph-web