Merge tag 'printk-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux
Pull printk updates from Petr Mladek: - Benjamin Herrenschmidt solved a problem with non-matched console aliases by first checking consoles defined on the command line. It is a more conservative approach than the previous attempts. - Benjamin also made sure that the console accessible via /dev/console always has CON_CONSDEV flag. - Andy Shevchenko added the %ptT modifier for printing struct time64_t. It extends the existing %ptR handling for struct rtc_time. - Bruno Meneguele fixed /dev/kmsg error value returned by unsupported SEEK_CUR. - Tetsuo Handa removed unused pr_cont_once(). ... and a few small fixes. * tag 'printk-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux: printk: Remove pr_cont_once() printk: handle blank console arguments passed in. kernel/printk: add kmsg SEEK_CUR handling printk: Fix a typo in comment "interator"->"iterator" usb: pulse8-cec: Switch to use %ptT ARM: bcm2835: Switch to use %ptT lib/vsprintf: Print time64_t in human readable format lib/vsprintf: update comment about simple_strto<foo>() functions printk: Correctly set CON_CONSDEV even when preferred console was not registered printk: Fix preferred console selection with multiple matches printk: Move console matching logic into a separate function printk: Convert a use of sprintf to snprintf in console_unlock
No related branches found
No related tags found
Showing
- Documentation/ABI/testing/dev-kmsg 5 additions, 0 deletionsDocumentation/ABI/testing/dev-kmsg
- Documentation/core-api/printk-formats.rst 12 additions, 10 deletionsDocumentation/core-api/printk-formats.rst
- drivers/firmware/raspberrypi.c 3 additions, 9 deletionsdrivers/firmware/raspberrypi.c
- drivers/media/usb/pulse8-cec/pulse8-cec.c 1 addition, 5 deletionsdrivers/media/usb/pulse8-cec/pulse8-cec.c
- include/linux/console.h 1 addition, 1 deletioninclude/linux/console.h
- include/linux/printk.h 1 addition, 2 deletionsinclude/linux/printk.h
- kernel/printk/console_cmdline.h 1 addition, 0 deletionskernel/printk/console_cmdline.h
- kernel/printk/printk.c 96 additions, 49 deletionskernel/printk/printk.c
- lib/test_printf.c 10 additions, 3 deletionslib/test_printf.c
- lib/vsprintf.c 33 additions, 6 deletionslib/vsprintf.c
Loading
Please register or sign in to comment