This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 6daa755f813e Merge tag 's390-5.13-1' of git://git.kernel.org/pub/scm/li [...] new d027fdc4fa30 kdb: Remove redundant function definitions/prototypes new e4f291b3f7bb kdb: Simplify kdb commands registration new 2bbd9b0f2b4e kernel: debug: Ordinary typo fixes in the file gdbstub.c new 83fa2d13d628 kdb: Refactor env variables get/set code new 916a75965e52 Merge tag 'kgdb-5.13-rc1' of git://git.kernel.org/pub/scm/ [...] new 9f961c2e0874 lib/vsprintf: do not show no_hash_pointers message multiple times new ea35d8677811 MAINTAINERS: update Senozhatsky email address new a48849e2358e printk: clarify the documentation for plain pointer printing new 84696cfaf4d9 lib/vsprintf.c: remove leftover 'f' and 'F' cases from bst [...] new 4a8ef190c16f mm, slub: use pGp to print page flags new 96b94abc12e6 mm, slub: don't combine pr_err with INFO new c244297acbe5 vsprintf: dump full information of page flags in pGp new da34b03fbd0a Merge branch 'for-5.13-vsprintf-pgp' into for-linus new fdd2c1f4e2c2 um: synchronize kmsg_dumper new 40ddbbac7f16 mtd: mtdoops: synchronize kmsg_dumper new bb07b16c44b2 printk: limit second loop of syslog_print_all new e831e400f73b printk: kmsg_dump: remove unused fields new 726b5097701a printk: refactor kmsg_dump_get_buffer() new 4260e0e55101 printk: consolidate kmsg_dump_get_buffer/syslog_print_all code new cf5b0208fda4 printk: introduce CONSOLE_LOG_MAX new 7d7a23a91c91 printk: use seqcount_latch for clear_seq new 35b2b1634849 printk: use atomic64_t for devkmsg_user.seq new 636babdc0696 printk: add syslog_lock new 5f6c7648e556 printk: kmsg_dumper: remove @active field new f9f3f02db98b printk: introduce a kmsg_dump iterator new 996e966640dd printk: remove logbuf_lock new a4f987653241 printk: kmsg_dump: remove _nolock() variants new 505a27a73429 printk: console: remove unnecessary safe buffer usage new 28e1745b9fa2 printk: rename vprintk_func to vprintk new acebb5597ff1 kernel/printk.c: Fixed mundane typos new c8dbea6df351 Merge branch 'printk-rework' into for-linus new 7f3d08b255d1 Merge tag 'printk-for-5.13' of git://git.kernel.org/pub/sc [...] new 8df1947c71ee livepatch: Replace the fake signal sending with TIF_NOTIFY [...] new eb6bbacc4672 Merge tag 'livepatching-for-5.13' of git://git.kernel.org/ [...]
The 34 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Documentation/core-api/printk-formats.rst | 28 +- MAINTAINERS | 8 +- arch/powerpc/kernel/nvram_64.c | 8 +- arch/powerpc/xmon/xmon.c | 6 +- arch/um/kernel/kmsg_dump.c | 13 +- drivers/hv/vmbus_drv.c | 4 +- drivers/mtd/mtdoops.c | 17 +- fs/pstore/platform.c | 5 +- include/linux/kmsg_dump.h | 47 +-- kernel/debug/gdbstub.c | 4 +- kernel/debug/kdb/kdb_bp.c | 75 ++-- kernel/debug/kdb/kdb_main.c | 598 +++++++++++++++++------------- kernel/debug/kdb/kdb_private.h | 5 +- kernel/debug/kdb/kdb_support.c | 18 - kernel/livepatch/transition.c | 5 +- kernel/printk/internal.h | 7 +- kernel/printk/printk.c | 478 ++++++++++++------------ kernel/printk/printk_safe.c | 30 +- kernel/signal.c | 4 +- lib/test_printf.c | 90 ++++- lib/vsprintf.c | 78 +++- mm/slub.c | 13 +- 22 files changed, 886 insertions(+), 655 deletions(-)