This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 45fe605832c8 Merge tag 'armsoc-defconfig' of git://git.kernel.org/pub/s [...] new eee4e23099c3 Merge branch 'base.set_fs' of git://git.kernel.org/pub/scm [...] new 24ce66c04a06 uaccess: provide a generic TASK_SIZE_MAX definition new 931de11f5a37 asm-generic: improve the nommu {get,put}_user handling new 2d2d255467d4 asm-generic: add nommu implementations of __{get,put}_kern [...] new 3c57fa13f6bf asm-generic: make the set_fs implementation optional new 11129e8ed4d9 riscv: use memcpy based uaccess for nommu again new f289a34811d8 riscv: refactor __get_user and __put_user new d464118cdc41 riscv: implement __get_kernel_nofault and __put_user_nofault new e8d444d3e98c riscv: remove address space overrides using set_fs() new 0593c1b4598a Merge tag 'riscv-for-linus-5.10-mw1' of git://git.kernel.o [...] new d4263b12a1a0 powerpc/opal_elog: Handle multiple writes to ack attribute new 8d0e21012743 powerpc/mce: Avoid nmi_enter/exit in real mode on pseries hash new 966730a6e852 powerpc/smp: Remove unnecessary variable new 84dbf66c6347 powerpc/smp: Use GFP_ATOMIC while allocating tmp mask new 0a43ae3e2beb powerpc/powernv/dump: Fix race while processing OPAL dump new 358ab796ce78 powerpc/powernv/dump: Handle multiple writes to ack attribute new 1da4a0272c54 powerpc: Fix undetected data corruption with P9N DD2.1 VSX [...] new d1781f237047 selftests/powerpc: Make alignment handler test P9N DD2.1 v [...] new ec613a57fa1d powerpc/64s: Remove TM from Power10 features new 99f6e9795a68 powerpc/eeh: Fix eeh_dev_check_failure() for PE#0 new 592bbe9c505d powerpc/uaccess: Don't use "m<>" constraint with GCC 4.9 new 4ff753feab02 powerpc/pseries: Avoid using addr_to_pfn in real mode new b6f96e75ae12 Merge tag 'powerpc-5.10-2' of git://git.kernel.org/pub/scm [...]
The 23 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/powerpc/include/asm/asm-const.h | 13 ++ arch/powerpc/include/asm/cputable.h | 2 +- arch/powerpc/include/asm/uaccess.h | 4 +- arch/powerpc/kernel/cputable.c | 13 +- arch/powerpc/kernel/eeh.c | 5 - arch/powerpc/kernel/mce.c | 7 +- arch/powerpc/kernel/smp.c | 70 ++++---- arch/powerpc/kernel/traps.c | 2 +- arch/powerpc/platforms/powernv/opal-dump.c | 52 ++++-- arch/powerpc/platforms/powernv/opal-elog.c | 11 +- arch/powerpc/platforms/pseries/ras.c | 118 ++++++++------ arch/riscv/Kconfig | 2 +- arch/riscv/include/asm/thread_info.h | 6 - arch/riscv/include/asm/uaccess.h | 177 +++++++++++---------- arch/riscv/kernel/process.c | 1 - arch/riscv/lib/Makefile | 2 +- include/asm-generic/uaccess.h | 109 ++++++++----- include/linux/uaccess.h | 4 + .../powerpc/alignment/alignment_handler.c | 8 +- 19 files changed, 351 insertions(+), 255 deletions(-)