This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from bd6c11bc43c4 Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/l [...] new 345a5c4a0b63 super: move lockdep assert new dc3216b14160 super: ensure valid info new 468e28d4ac72 Merge tag 'v6.6-vfs.super.fixes' of git://git.kernel.org/p [...] new e71d47dc2a6c parisc: lasi: Register LASI power-off feature as sys_off_handler new 390a2086a4c6 parisc: Drop the pa7300lc LPMC handler new 75c6d0836e8a parisc: traps: Drop cpu_lpmc function pointer new 51c70a09c315 parisc: Use page table locks only if DEBUG_KERNEL is enabled new 9f5ba4b3e1b3 parisc: Fix /proc/cpuinfo output for lscpu new 3033cd430768 parisc: Use generic mmap top-down layout and brk randomization new ceb0e7267693 parisc: Add 32-bit eBPF JIT compiler new c95e269773b3 parisc: Add 64-bit eBPF JIT compiler new 22de5d626231 parisc: Add eBPF JIT compiler glue code and Makefile new 6b3cba375917 parisc: Fix comment on Elf64 function descriptor new 4800a6215e33 parisc: Wire up eBPF JIT compiler new 98a9d5f07edf parisc: unaligned: Simplify 32-bit assembly in emulate_std() new 8f01caf0c5c1 parisc: Avoid ioremap() for same addresss in iosapic_register() new 358ad816e52d parisc: led: Reduce CPU overhead for disk & lan LED computation new 59bf860a97c1 parisc: Makefile: Adjust order in which drivers should be loaded new 07c34e9fdcda parisc: dino: Convert dino PCI bus driver to use arch_initcall() new 49663185d050 parisc: hppb: Convert HP PB bus driver to use arch_initcall() new 5f4f870a4457 parisc: eisa: Convert HP EISA bus driver to use arch_initcall() new 63c1ce56abdd parisc: ccio: Convert CCIO driver to use arch_initcall() new ba8723b1edf9 parisc: gsc: Convert GSC bus driver to use arch_initcall() new df3f93596c8f parisc: lba: Convert LBA PCI bus driver to use arch_initcall() new 3b425dd2aeb8 parisc: led: Move register_led_regions() to late_initcall() new 53861a915afe parisc: sba_iommu: Convert SBA IOMMU driver to use arch_in [...] new 9c2ca106c9fe parisc: iosapic: Convert I/O Sapic driver to use arch_initcall() new ac65d9c90e4c parisc: wax: Initialize wax driver via arch_initcall() new ff0e833e98ee parisc: asp: Initialize asp driver via arch_initcall() new d75ef5994db3 parisc: lasi: Initialize LASI driver via arch_initcall() new 4db89524b084 parisc: led: Fix LAN receive and transmit LEDs new 789e527adfc3 parisc: led: Rewrite LED/LCD driver to utilizize Linux LED [...] new e0701e7b9fb7 parisc: chassis: Do not overwrite string on LCD display new 77e0ddf097d6 parisc: ccio-dma: Create private runway procfs root entry new 48d25d382643 Merge tag 'parisc-for-6.6-rc1' of git://git.kernel.org/pub [...] new 57427df33d5f csky: fix old style declaration in module.c new 1362d15ffb59 csky: pgtable: Invalidate stale I-cache lines in update_mmu_cache new ee12fe28ae0e csky: Cast argument to virt_to_pfn() to (void *) new c1884e1e1164 csky: Make pfn accessors static inlines new c8171a86b274 csky: Fixup -Wmissing-prototypes warning new eaf9f4649cf0 Merge tag 'csky-for-linus-6.6' of https://github.com/c-sky [...]
The 41 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/include/asm/page.h | 2 +- arch/csky/abiv2/cacheflush.c | 4 +- arch/csky/include/asm/page.h | 13 +- arch/csky/include/asm/ptrace.h | 2 + arch/csky/include/asm/sections.h | 2 + arch/csky/include/asm/traps.h | 15 + arch/csky/kernel/module.c | 2 +- arch/csky/kernel/vdso/vgettimeofday.c | 11 + arch/parisc/Kbuild | 2 +- arch/parisc/Kconfig | 19 + arch/parisc/Kconfig.debug | 2 +- arch/parisc/include/asm/elf.h | 3 +- arch/parisc/include/asm/led.h | 16 +- arch/parisc/include/asm/machdep.h | 17 - arch/parisc/include/asm/processor.h | 8 - arch/parisc/include/asm/ropes.h | 2 +- arch/parisc/include/asm/runway.h | 3 - arch/parisc/kernel/Makefile | 2 +- arch/parisc/kernel/pa7300lc.c | 51 -- arch/parisc/kernel/pdc_chassis.c | 6 + arch/parisc/kernel/process.c | 20 - arch/parisc/kernel/processor.c | 13 +- arch/parisc/kernel/setup.c | 49 - arch/parisc/kernel/sys_parisc.c | 54 +- arch/parisc/kernel/traps.c | 5 +- arch/parisc/kernel/unaligned.c | 25 +- arch/parisc/net/Makefile | 9 + arch/parisc/net/bpf_jit.h | 479 ++++++++++ arch/parisc/net/bpf_jit_comp32.c | 1615 +++++++++++++++++++++++++++++++++ arch/parisc/net/bpf_jit_comp64.c | 1209 ++++++++++++++++++++++++ arch/parisc/net/bpf_jit_core.c | 201 ++++ drivers/parisc/Kconfig | 3 +- drivers/parisc/Makefile | 16 +- drivers/parisc/asp.c | 11 +- drivers/parisc/ccio-dma.c | 25 +- drivers/parisc/dino.c | 6 +- drivers/parisc/eisa.c | 5 +- drivers/parisc/gsc.c | 15 - drivers/parisc/hppb.c | 7 +- drivers/parisc/iosapic.c | 12 +- drivers/parisc/lasi.c | 37 +- drivers/parisc/lba_pci.c | 8 +- drivers/parisc/led.c | 901 +++++++----------- drivers/parisc/sba_iommu.c | 7 +- drivers/parisc/wax.c | 12 +- fs/super.c | 51 +- mm/util.c | 5 +- 47 files changed, 4071 insertions(+), 911 deletions(-) delete mode 100644 arch/parisc/include/asm/machdep.h delete mode 100644 arch/parisc/kernel/pa7300lc.c create mode 100644 arch/parisc/net/Makefile create mode 100644 arch/parisc/net/bpf_jit.h create mode 100644 arch/parisc/net/bpf_jit_comp32.c create mode 100644 arch/parisc/net/bpf_jit_comp64.c create mode 100644 arch/parisc/net/bpf_jit_core.c