This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 568035b01cfb Linux 6.0-rc1 new 415d83249709 locking/atomic: Make test_and_*_bit() ordered on failure new c4e34dd99f2e x86: simplify load_unaligned_zeropad() implementation new b0de7fa70650 regulator: pca9450: Remove restrictions for regulator-name new d511e8a7e850 regulator: core: Fix missing error return from regulator_b [...] new 15df6486ae56 Merge tag 'regulator-fix-v6.0-rc1' of git://git.kernel.org [...] new d501cc4cfc6b spi: spi.c: Add missing __percpu annotations in users of s [...] new 706864c99e0e MAINTAINERS: rectify entry for ARM/HPE GXP ARCHITECTURE new 09992025dacd spi: meson-spicc: add local pow2 clock ops to preserve rat [...] new 2fd92c7b8fe2 spi: dt-bindings: Drop Pratyush Yadav new 339800d50b41 Merge tag 'spi-fix-v6.0-rc1' of git://git.kernel.org/pub/s [...] new 8535c239ac67 nios2: page fault et.al. are *not* restartable syscalls... new 45ec746c6509 nios2: don't leave NULLs in sys_call_table[] new 25ba820ef36b nios2: traced syscall does need to check the syscall number new 2d631bd58fe0 nios2: fix syscall restart checks new 411a76b72195 nios2: restarts apply only to the first sigframe we build... new fd0c153daad1 nios2: add force_successful_syscall_return() new 3cc40a443a04 Merge tag 'nios2_fixes_v6.0' of git://git.kernel.org/pub/s [...]
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: Documentation/atomic_bitops.txt | 2 +- .../bindings/regulator/nxp,pca9450-regulator.yaml | 11 -- .../spi/cdns,qspi-nor-peripheral-props.yaml | 2 +- .../devicetree/bindings/spi/cdns,qspi-nor.yaml | 2 +- .../bindings/spi/spi-peripheral-props.yaml | 2 +- MAINTAINERS | 2 +- arch/nios2/include/asm/entry.h | 3 +- arch/nios2/include/asm/ptrace.h | 2 + arch/nios2/kernel/entry.S | 22 ++-- arch/nios2/kernel/signal.c | 3 +- arch/nios2/kernel/syscall_table.c | 1 + arch/x86/include/asm/extable_fixup_types.h | 2 + arch/x86/include/asm/word-at-a-time.h | 46 +------- arch/x86/mm/extable.c | 55 +++++++++ drivers/regulator/core.c | 2 +- drivers/spi/spi-meson-spicc.c | 129 ++++++++++++++++----- drivers/spi/spi.c | 14 +-- include/asm-generic/bitops/atomic.h | 6 - 18 files changed, 196 insertions(+), 110 deletions(-)