This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 2dca74a40e1e Merge tag 'mailbox-v5.8' of git://git.linaro.org/landing-t [...] new c3f4ec050f56 m68k/PCI: Fix a memory leak in an error handling path new e00091071615 m68k: Drop CONFIG_MTD_M25P80 in stmark2_defconfig new ce3e83759c67 m68k,nommu: add missing __user in uaccess' __ptr() macro new 9e2b6ed41f8f m68k,nommu: fix implicit cast from __user in __{get,put}_u [...] new d3ea69343983 Merge tag 'm68knommu-for-v5.8' of git://git.kernel.org/pub [...] new 333ed74689b8 scs: Report SCS usage in bytes rather than number of entries new 5311ebfb612f arm64: debug: mark a function as __init to save some memory new 91970bef48d6 arm64: ftrace: Change CONFIG_FTRACE_WITH_REGS to CONFIG_DY [...] new 961abd78adcb drivers/perf: hisi: Fix wrong value for all counters enable new 625412c210fb arm64: vdso32: add CONFIG_THUMB2_COMPAT_VDSO new a194c33f45f8 arm64: acpi: fix UBSAN warning new dd4bc6076587 arm64: warn on incorrect placement of the kernel by the bo [...] new 55d728b2b05f Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm [...] new e8c7ef7d5819 RISC-V: Sort select statements alphanumerically new 5cf998ba8c7b RISC-V: self-contained IPI handling routine new d175d699df07 RISC-V: Rename and move plic_find_hart_id() to arch directory new 6b7ce8927b5a irqchip: RISC-V per-HART local interrupt controller driver new 033a65de7ece clocksource/drivers/timer-riscv: Use per-CPU timer interrupt new 24dc17005ca1 RISC-V: Remove do_IRQ() function new e71ee06e3ca3 RISC-V: Force select RISCV_INTC for CONFIG_RISCV new 4e0f9e3a6104 RISC-V: Don't mark init section as non-executable new 05589dde649c riscv: fix build warning of missing prototypes new ad5d1122b82f riscv: use vDSO common flow to reduce the latency of the t [...] new 01f76386b0ac riscv: set the permission of vdso_data to read-only new cd16ed33c3c6 Merge tag 'riscv-for-linus-5.8-mw1' of git://git.kernel.or [...] new 5cd221e837d6 alpha: Fix build around srm_sysrq_reboot_op new 9f267a17bfb4 khugepaged: selftests: fix timeout condition in wait_for_scan() new 405906600a33 scripts/spelling: add a few more typos new 3021e69219e2 kcov: check kcov_softirq in kcov_remote_stop() new e8ec04938c44 lib/lz4/lz4_decompress.c: document deliberate use of `&' new 8301c719a2bd nilfs2: fix null pointer dereference at nilfs_segctor_do_c [...] new 2581ac7c2f6b checkpatch: correct check for kernel parameters doc new 81c4f4d924d5 lib: fix bitmap_parse() on 64-bit big endian archs new 787d563b8642 mm/debug_vm_pgtable: fix kernel crash by checking for THP support new cc989e78472e ocfs2: fix spelling mistake and grammar new 496df3d3ab8a mm: add comments on pglist_data zones new 6af132f3a11e lib: test get_count_order/long in test_bitops.c new 2c34f6f738d2 stacktrace: cleanup inconsistent variable type new 9bf5b9eb232b kernel: move use_mm/unuse_mm to kthread.c new 4dbe59a6ae35 kernel: move use_mm/unuse_mm to kthread.c new f5678e7f2ac3 kernel: better document the use_mm/unuse_mm API contract new 37c54f9bd486 kernel: set USER_DS in kthread_use_mm new 623f6dc593ea Merge branch 'akpm' (patches from Andrew)
The 43 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/alpha/kernel/setup.c | 7 +- arch/arm64/Kconfig | 11 +- arch/arm64/include/asm/acpi.h | 5 +- arch/arm64/kernel/debug-monitors.c | 2 +- arch/arm64/kernel/ftrace.c | 3 +- arch/arm64/kernel/setup.c | 4 + arch/arm64/kernel/vdso32/Makefile | 8 ++ arch/m68k/coldfire/pci.c | 4 +- arch/m68k/configs/stmark2_defconfig | 1 - arch/m68k/include/asm/uaccess_no.h | 6 +- arch/powerpc/platforms/powernv/vas-fault.c | 4 +- arch/riscv/Kconfig | 74 ++++++----- arch/{arm64 => riscv}/include/asm/clocksource.h | 0 arch/riscv/include/asm/irq.h | 5 - arch/riscv/include/asm/processor.h | 13 +- arch/riscv/include/asm/smp.h | 3 + arch/riscv/include/asm/vdso.h | 2 + .../include/asm/vdso/clocksource.h | 0 arch/riscv/include/asm/vdso/gettimeofday.h | 79 ++++++++++++ arch/riscv/include/asm/vdso/processor.h | 19 +++ arch/riscv/include/asm/vdso/vsyscall.h | 27 ++++ arch/riscv/kernel/cpu.c | 16 +++ arch/riscv/kernel/entry.S | 4 +- arch/riscv/kernel/irq.c | 33 +---- arch/riscv/kernel/patch.c | 1 + arch/riscv/kernel/smp.c | 11 +- arch/riscv/kernel/time.c | 9 ++ arch/riscv/kernel/traps.c | 2 - arch/riscv/kernel/vdso.c | 24 +++- arch/riscv/kernel/vdso/Makefile | 12 +- arch/riscv/kernel/vdso/clock_getres.S | 18 --- arch/riscv/kernel/vdso/clock_gettime.S | 18 --- arch/riscv/kernel/vdso/gettimeofday.S | 18 --- arch/riscv/kernel/vdso/vdso.lds.S | 2 + arch/riscv/kernel/vdso/vgettimeofday.c | 25 ++++ arch/riscv/mm/init.c | 11 -- drivers/clocksource/timer-riscv.c | 43 ++++++- drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h | 5 +- .../gpu/drm/amd/amdgpu/amdgpu_amdkfd_arcturus.c | 1 - drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v10.c | 1 - drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c | 2 - drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c | 2 - drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v9.c | 2 - drivers/gpu/drm/i915/gvt/kvmgt.c | 2 +- drivers/irqchip/Kconfig | 13 ++ drivers/irqchip/Makefile | 1 + drivers/irqchip/irq-riscv-intc.c | 138 +++++++++++++++++++++ drivers/irqchip/irq-sifive-plic.c | 46 +++---- drivers/perf/hisilicon/hisi_uncore_l3c_pmu.c | 2 +- drivers/usb/gadget/function/f_fs.c | 10 +- drivers/usb/gadget/legacy/inode.c | 6 +- drivers/vfio/vfio_iommu_type1.c | 6 +- drivers/vhost/vhost.c | 8 +- fs/aio.c | 1 - fs/io-wq.c | 15 +-- fs/io_uring.c | 9 +- fs/nilfs2/segment.c | 2 + fs/ocfs2/mmap.c | 2 +- include/linux/cpuhotplug.h | 1 + include/linux/kthread.h | 5 + include/linux/mmu_context.h | 5 - include/linux/mmzone.h | 14 ++- include/linux/stacktrace.h | 2 +- kernel/kcov.c | 26 ++-- kernel/kthread.c | 61 +++++++++ kernel/scs.c | 2 +- lib/Kconfig.debug | 10 +- lib/bitmap.c | 9 +- lib/lz4/lz4_decompress.c | 3 + lib/test_bitops.c | 53 +++++++- mm/Makefile | 2 +- mm/debug_vm_pgtable.c | 6 + mm/mmu_context.c | 64 ---------- mm/oom_kill.c | 6 +- mm/vmacache.c | 4 +- scripts/checkpatch.pl | 4 +- scripts/spelling.txt | 9 ++ tools/testing/selftests/vm/khugepaged.c | 2 +- 78 files changed, 742 insertions(+), 344 deletions(-) copy arch/{arm64 => riscv}/include/asm/clocksource.h (100%) copy arch/{arm64 => riscv}/include/asm/vdso/clocksource.h (100%) create mode 100644 arch/riscv/include/asm/vdso/gettimeofday.h create mode 100644 arch/riscv/include/asm/vdso/processor.h create mode 100644 arch/riscv/include/asm/vdso/vsyscall.h delete mode 100644 arch/riscv/kernel/vdso/clock_getres.S delete mode 100644 arch/riscv/kernel/vdso/clock_gettime.S delete mode 100644 arch/riscv/kernel/vdso/gettimeofday.S create mode 100644 arch/riscv/kernel/vdso/vgettimeofday.c create mode 100644 drivers/irqchip/irq-riscv-intc.c delete mode 100644 mm/mmu_context.c