[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <YufsTLpighCI7qSf@alley>
Date: Mon, 1 Aug 2022 17:07:56 +0200
From: Petr Mladek <pmladek@...e.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Sergey Senozhatsky <senozhatsky@...omium.org>,
Steven Rostedt <rostedt@...dmis.org>,
John Ogness <john.ogness@...utronix.de>,
Andy Shevchenko <andriy.shevchenko@...ux.intel.com>,
Rasmus Villemoes <linux@...musvillemoes.dk>,
Sebastian Andrzej Siewior <bigeasy@...utronix.de>,
Thomas Gleixner <tglx@...utronix.de>, Jan Kara <jack@...e.cz>,
Peter Zijlstra <peterz@...radead.org>,
linux-kernel@...r.kernel.org
Subject: [GIT PULL] printk for 5.20
Hi Linus,
please pull the latest printk changes from
git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux.git tags/printk-for-5.20
=====================================
- Completely disable printing on consoles with CONFIG_RT. They break
RT guarantees. They are too slow to be called with raw spinlocks.
They can't be called with normal spinlocks in an atomic context because
RT spinlocks might sleep. It is going to get fixed by the kthreads and
atomic consoles. In the meantime, the debugging of CONFIG_RT kernel
will be possible only by the user space kernel log readers.
- Allow to read kernel log in gdb even on 32 bits systems.
- More granular check of the buffer usage in printf selftest.
- Clang warning fix.
----------------------------------------------------------------
Antonio Borneo (1):
scripts/gdb: fix 'lx-dmesg' on 32 bits arch
Justin Stitt (1):
lib/test_printf.c: fix clang -Wformat warnings
Petr Mladek (2):
Merge branch 'for-5.20' into for-linus
Merge branch 'rework/kthreads' into for-linus
Rasmus Villemoes (1):
lib/test_printf.c: split write-beyond-buffer check in two
Sebastian Andrzej Siewior (1):
printk: Skip console drivers on PREEMPT_RT.
kernel/printk/printk.c | 10 ++++++++++
lib/test_printf.c | 21 +++++++++++++++++----
scripts/gdb/linux/dmesg.py | 9 +++------
scripts/gdb/linux/utils.py | 14 ++++++++++++--
4 files changed, 42 insertions(+), 12 deletions(-)
Powered by blists - more mailing lists