This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from cc4a875cf3b3 Merge tag 'lsm-pr-20240312' of git://git.kernel.org/pub/sc [...] new f1868165d2d7 Documentation: kernel-parameters: remove noaliencache new 671776b32b26 mm/slub: unify all sl[au]b parameters with "slab_$param" new cb109a9d6070 mm/slub: replace slub_$params with slab_$params in slub.rst new 98d3b6d98f80 mm/slub: make the description of slab_min_objects helpful in doc new 66b3dc1f0413 mm/slub: remove parameter 'flags' in create_kmalloc_caches() new 303cd69394bb mm, slab: remove unused object_size parameter in kmem_cach [...] new c94d222445c1 mm, slab: fix the comment of cpu partial list new 011568eb3117 mm/slab: Fix a kmemleak in kmem_cache_destroy() new 3dd549a557f7 mm, slab: remove the corner case of inc_slabs_node() new 17cce771c5fc mm, slab: remove memcg_from_slab_obj() new fae1b0129327 slab: remove PARTIAL_NODE slab_state new 90b1e56641bb mm/slub: directly load freelist from cpu partial slab in t [...] new a6def11b6dcd mm/slub: remove full list manipulation for non-debug slab new c63349fc4a2d mm/slub: remove unused parameter in next_freelist_entry() new 466ed9eed674 Merge branch 'slab/for-6.9/optimize-get-freelist' into sla [...] new cdeeaaba1748 mm, slab: deprecate SLAB_MEM_SPREAD flag new cc61eb851c9a mm, slab: use an enum to define SLAB_ cache creation flags new 96d8dbb6f650 mm, slab, kasan: replace kasan_never_merge() with SLAB_NO_MERGE new 1a1c4e4576d4 Merge branch 'slab/for-6.9/slab-flag-cleanups' into slab/f [...] new 0ea680eda6c9 Merge tag 'slab-for-6.9' of git://git.kernel.org/pub/scm/l [...] new f88c3fb81c4b mm, slab: remove last vestiges of SLAB_MEM_SPREAD new 5b73e706f00f printk: nbcon: Relocate 32bit seq macros new 418ec1961c07 printk: Adjust mapping for 32bit seq macros new 90ad525c2d9a printk: Use prb_first_seq() as base for 32bit seq macros new 5f72e52ba959 printk: ringbuffer: Do not skip non-finalized records with [...] new 5113cf5f4c53 printk: ringbuffer: Clarify special lpos values new 0ab7cdd00491 printk: For @suppress_panic_printk check for other CPU in panic new 36652d0f3bf3 printk: Add this_cpu_in_panic() new 584528d62145 printk: ringbuffer: Cleanup reader terminology new ac7d7844c64d printk: Wait for all reserved records with pr_flush() new b1c4c67a5e90 printk: ringbuffer: Skip non-finalized records in panic new d04d5882cd67 printk: Disable passing console lock owner completely duri [...] new 779dbc2e78d7 printk: Avoid non-panic CPUs writing to ringbuffer new d988d9a9b9d1 panic: Flush kernel log buffer at the end new 7412dc6d55ee dump_stack: Do not get cpu_sync for panic CPU new b0546776ad3f Merge tag 'printk-for-6.9' of git://git.kernel.org/pub/scm [...]
The 36 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/admin-guide/kernel-parameters.txt | 75 +++--- Documentation/mm/slub.rst | 60 ++--- drivers/dax/super.c | 3 +- drivers/misc/lkdtm/heap.c | 2 +- drivers/usb/isp1760/isp1760-hcd.c | 8 +- fs/9p/v9fs.c | 2 +- fs/adfs/super.c | 2 +- fs/befs/linuxvfs.c | 3 +- fs/bfs/inode.c | 2 +- fs/ceph/super.c | 18 +- fs/coda/inode.c | 4 +- fs/erofs/super.c | 2 +- fs/exfat/cache.c | 2 +- fs/exfat/super.c | 2 +- fs/ext2/super.c | 3 +- fs/ext4/super.c | 3 +- fs/fat/cache.c | 2 +- fs/fat/inode.c | 2 +- fs/freevxfs/vxfs_super.c | 2 +- fs/gfs2/main.c | 1 - fs/hpfs/super.c | 2 +- fs/isofs/inode.c | 2 +- fs/jffs2/super.c | 2 +- fs/nfs/direct.c | 3 +- fs/nfs/inode.c | 2 +- fs/nfs/nfs42xattr.c | 2 +- fs/ntfs3/super.c | 2 +- fs/ocfs2/dlmfs/dlmfs.c | 2 +- fs/ocfs2/super.c | 7 +- fs/overlayfs/super.c | 2 +- fs/qnx4/inode.c | 2 +- fs/quota/dquot.c | 2 +- fs/smb/client/cifsfs.c | 2 +- fs/tracefs/inode.c | 1 - fs/ubifs/super.c | 4 +- fs/udf/super.c | 1 - fs/ufs/super.c | 3 +- fs/vboxsf/super.c | 3 +- fs/xfs/xfs_super.c | 7 +- fs/zonefs/super.c | 2 +- include/linux/kasan.h | 6 - include/linux/printk.h | 2 + include/linux/slab.h | 94 +++++-- kernel/panic.c | 8 + kernel/printk/nbcon.c | 41 +-- kernel/printk/printk.c | 101 ++++--- kernel/printk/printk_ringbuffer.c | 335 ++++++++++++++++++++---- kernel/printk/printk_ringbuffer.h | 54 +++- lib/dump_stack.c | 16 +- mm/Kconfig.debug | 6 +- mm/kasan/generic.c | 22 +- mm/slab.h | 11 +- mm/slab_common.c | 29 +- mm/slub.c | 116 ++++---- net/sunrpc/rpc_pipe.c | 2 +- tools/include/linux/slab.h | 1 - 56 files changed, 677 insertions(+), 418 deletions(-)