This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 1d3962ae3b3d Merge tag 'io_uring-5.7-2020-05-08' of git://git.kernel.dk [...] new 78a5255ffb6a Stop the ad-hoc games with -Wno-maybe-initialized new 5c45de21a222 gcc-10: disable 'zero-length-bounds' warning for now new 44720996e2d7 gcc-10: disable 'array-bounds' warning for now new 5a76021c2eff gcc-10: disable 'stringop-overflow' warning for now new adc719209698 gcc-10: disable 'restrict' warning for now new 1a263ae60b04 gcc-10: avoid shadowing standard library 'free()' in crypto new 7391efa48d88 RISC-V: Export riscv_cpuid_to_hartid_mask() API new 6bcff51539cc RISC-V: Add bitmap reprensenting ISA features common across CPUs new a2da5b181f88 RISC-V: Remove N-extension related defines new c749bb2d5548 riscv: set max_pfn to the PFN of the last page new 0a9f2a6161dc riscv: add Linux note to vdso new d6d5161280b3 riscv: force __cpu_up_ variables to put in data section new 73cb8e2a5863 RISC-V: Remove unused code from STRICT_KERNEL_RWX new 2e28f3b13a41 Merge tag 'riscv-for-linus-5.7-rc5' of git://git.kernel.or [...]
The 14 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: Makefile | 15 ++-- arch/riscv/include/asm/csr.h | 3 - arch/riscv/include/asm/hwcap.h | 22 ++++++ arch/riscv/include/asm/set_memory.h | 8 --- arch/riscv/kernel/cpu_ops.c | 4 +- arch/riscv/kernel/cpufeature.c | 83 +++++++++++++++++++++- arch/riscv/kernel/smp.c | 2 + arch/riscv/kernel/vdso/Makefile | 2 +- .../vdso/vdso-note.S => riscv/kernel/vdso/note.S} | 4 +- arch/riscv/mm/init.c | 19 +---- crypto/lrw.c | 6 +- crypto/xts.c | 6 +- init/Kconfig | 18 ----- kernel/trace/Kconfig | 1 - 14 files changed, 128 insertions(+), 65 deletions(-) copy arch/{x86/um/vdso/vdso-note.S => riscv/kernel/vdso/note.S} (84%)