This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 3d99347a2e1a Merge tag 'v6.19-rc-part1-smb3-client-fixes' of git://git. [...] new 2fb6915fa22d compiler_types.h: add "auto" as a macro for "__auto_type" new b3b8767c2901 include/linux: change "__auto_type" to "auto" new 75beb7effa04 fs/proc: replace "__auto_type" with "const auto" new add9b1be777d arch/nios2: replace "__auto_type" and adjacent equivalent [...] new 2a5b286bee94 arch/x86: replace "__auto_type" with "auto" new c278d72b99ca selftests/bpf: replace "__auto_type" with "auto" new 4ecc26fa5852 tools/virtio: replace "__auto_type" with "auto" new c752c21c90b8 Merge tag 'auto-type-conversion-for-v6.19-rc1' of git://gi [...] new 12eef14bcbac lockref: add a __cond_lock annotation for lockref_put_or_lock new c8610c021be3 MIPS: Fix HOTPLUG_PARALLEL dependency new eb6ac268a7c9 mips: configs: loongson1: Update defconfig new 4f0b3cd7b664 MIPS: dts: Always descend vendor subdirectories new 36dac9a3dda1 MIPS: ftrace: Fix memory corruption when kernel is located [...] new 58508479b5cc mips: Remove __GFP_HIGHMEM masking new 4ebb6c951551 MIPS: alchemy: mtx1: switch to static device properties new 263e954a4c92 mips: kvm: simplify kvm_mips_deliver_interrupts() new 2b6d718c8dbe MIPS: Fix whitespace damage in r4k_wait from VS timer fix new 7a3984bbd690 Merge tag 'mips_6.19' of git://git.kernel.org/pub/scm/linu [...]
The 18 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/mips/Kconfig | 2 +- arch/mips/alchemy/board-mtx1.c | 181 ++++++++++++++------- arch/mips/boot/dts/Makefile | 35 ++-- arch/mips/boot/dts/realtek/Makefile | 4 +- arch/mips/configs/loongson1_defconfig | 16 +- arch/mips/include/asm/pgalloc.h | 3 +- arch/mips/kernel/ftrace.c | 25 ++- arch/mips/kernel/genex.S | 8 +- arch/mips/kvm/interrupt.c | 20 +-- arch/nios2/include/asm/uaccess.h | 8 +- arch/x86/include/asm/bug.h | 2 +- arch/x86/include/asm/string_64.h | 6 +- arch/x86/include/asm/uaccess_64.h | 2 +- fs/proc/inode.c | 19 +-- include/linux/cleanup.h | 6 +- include/linux/compiler.h | 2 +- include/linux/compiler_types.h | 13 ++ include/linux/lockref.h | 2 + include/linux/minmax.h | 6 +- lib/lockref.c | 1 + .../selftests/bpf/prog_tests/socket_helpers.h | 9 +- tools/virtio/linux/compiler.h | 2 +- 22 files changed, 227 insertions(+), 145 deletions(-)