This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from bdcf11de8f77 Merge tag 'riscv-for-linus-5.9-rc6' of git://git.kernel.or [...] new 02186d8897d4 dm/dax: Fix table reference counts new e2ec51282545 dm: Call proper helper to determine dax support new d4c5da5049ac dax: Fix stack overflow when mounting fsdax pmem device new 4a123dbaf3a6 Merge tag 'libnvdimm-fixes-5.9-rc6' of git://git.kernel.or [...] new 76366050eb1b x86/defconfigs: Explicitly unset CONFIG_64BIT in i386_defconfig new 09e43968db40 x86/boot/compressed: Disable relocation relaxation new 6f9885a36c00 x86/unwind/fp: Fix FP unwinding in ret_from_fork new 217eee7231e4 Merge tag 'x86_urgent_for_v5.9_rc6' of git://git.kernel.or [...] new 46908326c6b8 efi: efibc: check for efivars write capability new 5674d81c21d4 Merge tag 'efi-urgent-for-v5.9-rc5' of git://git.kernel.or [...] new 23870f122768 locking/lockdep: Fix "USED" <- "IN-NMI" inversions new e6b1a44eccfc locking/percpu-rwsem: Use this_cpu_{inc,dec}() for read_count new 3d491679b880 Merge tag 'locking_urgent_for_v5.9_rc6' of git://git.kerne [...] new db6c6a0df840 objtool: Fix noreturn detection for ignored functions new 1f8ee7e8521a Merge tag 'objtool_urgent_for_v5.9_rc6' of git://git.kerne [...] new b6ec41346103 core/entry: Report syscall correctly for trace and audit new e2bff391caba Merge tag 'core_urgent_for_v5.9_rc6' of git://git.kernel.o [...]
The 17 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: arch/x86/boot/compressed/Makefile | 2 ++ arch/x86/configs/i386_defconfig | 1 + arch/x86/include/asm/frame.h | 19 +++++++++++++++++++ arch/x86/kernel/process.c | 3 ++- drivers/dax/super.c | 16 ++++++++++------ drivers/firmware/efi/efibc.c | 2 +- drivers/md/dm-table.c | 10 +++++++--- drivers/md/dm.c | 5 +++-- include/linux/dax.h | 22 ++++++++++++++++++++-- include/linux/percpu-rwsem.h | 8 ++++---- kernel/entry/common.c | 6 ++++-- kernel/locking/lockdep.c | 35 +++++++++++++++++++++++++++++------ kernel/locking/lockdep_internals.h | 2 ++ kernel/locking/percpu-rwsem.c | 4 ++-- tools/objtool/check.c | 2 +- 15 files changed, 107 insertions(+), 30 deletions(-)