This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 2cf4f94d8e86 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...] new 0b7dd38c1c52 HID: nintendo: fix initializer element is not constant error new 6eb04ca8c52e HID: nintendo: Prevent divide-by-zero on code new 3f10e214a9de Merge tag 'hid-for-linus-2023121901' of git://git.kernel.o [...] new 9de7fc30f288 ARC: entry: SAVE_ABI_CALLEE_REG: ISA/ABI specific helper new 3a02ec2f0b30 ARC: entry: move ARCompact specific bits out of entry.h new 6732c0e494ac ARC: mm: retire support for aliasing VIPT D$ new aca02d933f63 ARC: fix spare error new 4eb69d00fe96 ARC: fix smatch warning new 9a733dc4fbee ARC: add hugetlb definitions new 9c749e61a110 Merge tag 'arc-6.7-fixes' of git://git.kernel.org/pub/scm/ [...] new b803d7c664d5 ring-buffer: Fix slowpath of interrupted event new 55cb5f43689d Merge tag 'trace-v6.7-rc6' of git://git.kernel.org/pub/scm [...]
The 12 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/arc/Kconfig | 5 -- arch/arc/include/asm/cacheflush.h | 43 ----------- arch/arc/include/asm/entry-arcv2.h | 32 +++++++++ arch/arc/include/asm/entry-compact.h | 87 +++++++++++++++++++++- arch/arc/include/asm/entry.h | 110 ++-------------------------- arch/arc/include/asm/hugepage.h | 7 ++ arch/arc/include/asm/ptrace.h | 14 ++-- arch/arc/kernel/setup.c | 4 +- arch/arc/kernel/signal.c | 6 +- arch/arc/mm/cache.c | 136 ++--------------------------------- arch/arc/mm/mmap.c | 21 +----- arch/arc/mm/tlb.c | 16 ++--- drivers/hid/hid-nintendo.c | 71 ++++++++++-------- kernel/trace/ring_buffer.c | 79 +++++++------------- 14 files changed, 221 insertions(+), 410 deletions(-)