This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 9db898594c54 Merge tag 'vfs/v6.4-rc3/misc.fixes' of git://git.kernel.or [...] new 9828ed3f695a module: error out early on concurrent load of the same mod [...] new 59fa12646d9f parisc: Improve cache flushing for PCXL in arch_sync_dma_f [...] new d703797380c5 parisc: Flush gatt writes and adjust gatt mask in parisc_a [...] new b6405f0829d7 parisc: Use num_present_cpus() in alternative patching code new 15e64ef6520e parisc: Add lightweight spinlock checks new adf8e96a7ea6 parisc: Enable LOCKDEP support new 2028315cf59b parisc: Allow to reboot machine after system halt new df419492e428 parisc: Handle kprobes breakpoints only in kernel context new 6888ff04e37d parisc: Handle kgdb breakpoints only in kernel context new 61e150fb3107 parisc: Fix flush_dcache_page() for usage from irq context new 192fe71ce5d1 Merge tag 'parisc-for-6.4-3' of git://git.kernel.org/pub/s [...]
The 11 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/parisc/Kconfig | 4 +++ arch/parisc/Kconfig.debug | 11 ++++++ arch/parisc/include/asm/cacheflush.h | 4 +++ arch/parisc/include/asm/spinlock.h | 39 ++++++++++++++++++--- arch/parisc/include/asm/spinlock_types.h | 8 +++-- arch/parisc/kernel/alternative.c | 2 +- arch/parisc/kernel/cache.c | 5 +-- arch/parisc/kernel/pci-dma.c | 18 +++++++++- arch/parisc/kernel/process.c | 11 ++++-- arch/parisc/kernel/traps.c | 18 +++++++--- drivers/char/agp/parisc-agp.c | 15 ++++++++- include/linux/fs.h | 6 ++++ kernel/module/main.c | 58 +++++++++++++++++++++++--------- 13 files changed, 165 insertions(+), 34 deletions(-)