This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from df45da57cbd3 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm [...] new 0c705be96099 Remove orphaned CONFIG_PRINTK_SAFE_LOG_BUF_SHIFT new 48e1a66fecb4 lib/vsprintf: Use isodigit() for the octal number check new bee43904dc77 printk: Remove obsoleted check for non-existent "user" object new 7ec85f3e089a Merge tag 'printk-for-6.4' of git://git.kernel.org/pub/scm [...] new 1b47b80e2fa7 livepatch: Make kobj_type structures constant new 6486a57f05d3 livepatch: fix ELF typos new c9c8133080c7 Merge branch 'for-6.4/doc' into for-linus new 11704531dde4 Merge tag 'livepatching-for-6.4' of git://git.kernel.org/p [...] new e9d198f2be85 slab: Adjust comment after refactoring of gfp.h new 9ebe720eb93c mm: slub: make kobj_type structure constant new 220a20ad1402 mm/slub: fix help comment of SLUB_DEBUG new 8f0293bf7aeb Merge branch 'slab/for-6.4/trivial' into slab/for-next new c9929f0e344a mm/slob: remove CONFIG_SLOB new c4ba69f00c18 mm, page_flags: remove PG_slob_free new d88e2a2bd205 mm, pagemap: remove SLOB and SLQB from comments and documentation new de4d6089b927 mm/slab: remove CONFIG_SLOB code from slab common code new 6630e950d532 mm/slob: remove slob.c new ae65a5211d90 mm/slab: document kfree() as allowed for kmem_cache_alloc( [...] new ed4cdfbeb873 Merge branch 'slab/for-6.4/slob-removal' into slab/for-next new 736b378b29d8 Merge tag 'slab-for-6.4' of git://git.kernel.org/pub/scm/l [...]
The 20 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/mm/pagemap.rst | 6 +- Documentation/core-api/memory-allocation.rst | 17 +- Documentation/livepatch/module-elf-format.rst | 20 +- arch/powerpc/configs/microwatt_defconfig | 1 - arch/riscv/configs/nommu_k210_defconfig | 1 - arch/riscv/configs/nommu_k210_sdcard_defconfig | 1 - arch/riscv/configs/nommu_virt_defconfig | 1 - fs/proc/page.c | 9 +- include/linux/module.h | 6 +- include/linux/page-flags.h | 4 - include/linux/rcupdate.h | 6 +- include/linux/slab.h | 41 +- init/Kconfig | 26 +- kernel/configs/tiny.config | 1 - kernel/livepatch/core.c | 6 +- kernel/module/livepatch.c | 10 +- kernel/printk/printk.c | 13 +- lib/vsprintf.c | 2 +- mm/Kconfig | 22 - mm/Kconfig.debug | 6 +- mm/Makefile | 2 - mm/slab.h | 61 -- mm/slab_common.c | 7 +- mm/slob.c | 757 ------------------------- mm/slub.c | 2 +- tools/mm/page-types.c | 6 +- 26 files changed, 55 insertions(+), 979 deletions(-) delete mode 100644 mm/slob.c