Merge tag 'printk-for-5.20-sane' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 5 Aug 2022 16:54:36 +0000 (09:54 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 5 Aug 2022 16:54:36 +0000 (09:54 -0700)
commita1b02751d6ec21ec1b9c7c6826fc896ffde1c33d
treea6ab72b41020718bfda43c813fa4101a876b02fc
parent965a9d75e3d250088a269e0c903e86fe775b48c6
parent96dd9a2f958be4781d8d01ed881a46864bf458aa
Merge tag 'printk-for-5.20-sane' of git://git./linux/kernel/git/printk/linux

Pull printk updates from Petr Mladek:

 - Allow reading kernel log in gdb even on 32 bits systems

 - More granular check of the buffer usage in printf selftest

 - Clang warning fix

* tag 'printk-for-5.20-sane' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux:
  lib/test_printf.c: fix clang -Wformat warnings
  scripts/gdb: fix 'lx-dmesg' on 32 bits arch
  lib/test_printf.c: split write-beyond-buffer check in two