This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 169e77764adc Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/ [...] new 3a72917ccfbb proc: alloc PATH_MAX bytes for /proc/${pid}/fd/ symlinks new 5039b170369d proc/vmcore: fix possible deadlock on concurrent mmap and read new e9f5d1017c50 proc/vmcore: fix vmcore_alloc_buf() kernel-doc comment new c724c866bb70 linux/types.h: remove unnecessary __bitwise__ new 179fd6ba3bac Documentation/sparse: add hints about __CHECKER__ new a7cd9a5376aa kernel/ksysfs.c: use helper macro __ATTR_RW new f9b3cd245784 Kconfig.debug: make DEBUG_INFO selectable from a choice new 14e83077d55f include: drop pointless __compiler_offsetof indirection new f334f5668bed ilog2: force inlining of __ilog2_u32() and __ilog2_u64() new 25cb5b7ac6a7 bitfield: add explicit inclusions to the example new 1bf18da62106 lib/Kconfig.debug: add ARCH dependency for FUNCTION_ALIGN option new 2699e5143c9b lib: bitmap: fix many kernel-doc warnings new 6e8f42dc9c85 checkpatch: prefer MODULE_LICENSE("GPL") over MODULE_LICEN [...] new 481efd7bd6f2 checkpatch: add --fix option for some TRAILING_STATEMENTS new 05dc40e694e0 checkpatch: add early_param exception to blank line after [...] new c882c6b1cb31 checkpatch: use python3 to find codespell dictionary new 105e8c2e4778 init: use ktime_us_delta() to make initcall_debug log more [...] new abc7da58c4b3 init.h: improve __setup and early_param documentation new f9a40b089065 init/main.c: return 1 from handled __setup() functions new 5a519c8fe4d6 fs/pipe: use kvcalloc to allocate a pipe_buffer array new aeb213cddeb5 fs/pipe.c: local vars have to match types of proper pipe_i [...] new 9ce3c0d26c42 minix: fix bug when opening a file with O_DIRECT new 2cd50532ce5c fat: use pointer to simple type in put_user() new b1e2c8df0f00 cgroup: use irqsave in cgroup_rstat_flush_locked(). new f05fa10901aa kexec: make crashk_res, crashk_low_res and crash_notes sym [...] new d414cb379ac3 riscv: mm: init: use IS_ENABLED(CONFIG_KEXEC_CORE) instead [...] new 4ece09be9913 x86/setup: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdef new d339f1584f0a arm64: mm: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdef new b2377d4b9451 docs: kdump: update description about sysfs file system support new ae6694c1aa8f docs: kdump: add scp example to write out the dump file new 1a2383e8b84c panic: unset panic_on_warn inside panic() new d83ce027a540 ubsan: no need to unset panic_on_warn in ubsan_epilogue() new e7ce7500375a kasan: no need to unset panic_on_warn in end_report() new 92333baaceb3 taskstats: remove unneeded dead assignment new a1ff1de00db2 docs: sysctl/kernel: add missing bit to panic_print new 8d470a45d1a6 panic: add option to dump all CPUs backtraces in panic_print new f953f140f318 panic: move panic_print before kmsg dumpers new 17581aa13680 kcov: split ioctl handling into locked and unlocked parts new b3d7fe86fbd0 kcov: properly handle subsequent mmap calls new 0cbcc92917c5 kernel/resource: fix kfree() of bootmem memory again new b027471adaf9 Revert "ubsan, kcsan: Don't combine sanitizer with kcov on clang" new 52deda9551a0 Merge branch 'akpm' (patches from Andrew)
The 42 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/kdump/kdump.rst | 10 +- Documentation/admin-guide/kernel-parameters.txt | 5 + Documentation/admin-guide/sysctl/kernel.rst | 2 + Documentation/dev-tools/sparse.rst | 2 + arch/arm64/mm/init.c | 9 +- arch/riscv/mm/init.c | 6 +- arch/x86/kernel/setup.c | 10 +- fs/fat/dir.c | 2 +- fs/minix/inode.c | 3 +- fs/pipe.c | 13 +-- fs/proc/base.c | 8 +- fs/proc/vmcore.c | 43 +++---- include/linux/bitfield.h | 3 + include/linux/compiler_types.h | 3 +- include/linux/init.h | 11 +- include/linux/kexec.h | 12 +- include/linux/log2.h | 4 +- include/linux/stddef.h | 6 +- include/uapi/linux/types.h | 6 +- init/main.c | 14 +-- kernel/cgroup/rstat.c | 13 ++- kernel/kcov.c | 98 ++++++++-------- kernel/ksysfs.c | 3 +- kernel/panic.c | 37 +++--- kernel/resource.c | 41 ++----- kernel/taskstats.c | 5 +- lib/Kconfig.debug | 142 +++++++++++++----------- lib/Kconfig.kcsan | 11 -- lib/Kconfig.ubsan | 12 -- lib/bitmap.c | 24 ++-- lib/ubsan.c | 10 +- mm/kasan/report.c | 10 +- scripts/checkpatch.pl | 31 +++++- tools/include/linux/types.h | 5 +- 34 files changed, 311 insertions(+), 303 deletions(-)