This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch stable in repository linux-next.
from 568035b01cfb Linux 6.0-rc1 adds 415d83249709 locking/atomic: Make test_and_*_bit() ordered on failure adds c4e34dd99f2e x86: simplify load_unaligned_zeropad() implementation adds b0de7fa70650 regulator: pca9450: Remove restrictions for regulator-name adds d511e8a7e850 regulator: core: Fix missing error return from regulator_b [...] adds 15df6486ae56 Merge tag 'regulator-fix-v6.0-rc1' of git://git.kernel.org [...] adds d501cc4cfc6b spi: spi.c: Add missing __percpu annotations in users of s [...] adds 706864c99e0e MAINTAINERS: rectify entry for ARM/HPE GXP ARCHITECTURE adds 09992025dacd spi: meson-spicc: add local pow2 clock ops to preserve rat [...] adds 2fd92c7b8fe2 spi: dt-bindings: Drop Pratyush Yadav adds 339800d50b41 Merge tag 'spi-fix-v6.0-rc1' of git://git.kernel.org/pub/s [...] adds 8535c239ac67 nios2: page fault et.al. are *not* restartable syscalls... adds 45ec746c6509 nios2: don't leave NULLs in sys_call_table[] adds 25ba820ef36b nios2: traced syscall does need to check the syscall number adds 2d631bd58fe0 nios2: fix syscall restart checks adds 411a76b72195 nios2: restarts apply only to the first sigframe we build... adds fd0c153daad1 nios2: add force_successful_syscall_return() adds 3cc40a443a04 Merge tag 'nios2_fixes_v6.0' of git://git.kernel.org/pub/s [...]
No new revisions were added by this update.
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(-)