This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 659caaf65dc9 Merge tag 'ceph-for-5.10-rc3' of git://github.com/ceph/cep [...] new 9d750c75bd2c risc-v: kernel: ftrace: Fixes improper SPDX comment style new 1bd14a66ee52 RISC-V: Remove any memblock representing unusable memory area new 79605f139426 riscv: Set text_offset correctly for M-Mode new bcacf5f6f239 riscv: fix pfn_to_virt err in do_page_fault(). new 635e3f3e47f2 riscv: uaccess: fix __put_kernel_nofault() new 1074dd44c5ba RISC-V: Use non-PGD mappings for early DTB access new c2c81bb2f691 RISC-V: Fix the VDSO symbol generaton for binutils-2.35+ new 4b1d362db99d Merge tag 'riscv-for-linus-5.10-rc3' of git://git.kernel.o [...] new aafced673c06 i2c: mediatek: move dma reset before i2c reset new a49cc1fe9d64 i2c: sh_mobile: implement atomic transfers new ed01ddc618fc i2c: mlxbf: Add CONFIG_ACPI to guard ACPI function call new 08e019e27a9e i2c: mlxbf: Fix resrticted cast warning of sparse new 4b19d806ac52 i2c: mlxbf: Remove unecessary wrapper functions new 67ee9fda6ed4 i2c: mlxbf: Update reference clock frequency new 54b9c3d0cea5 i2c: mlxbf: Update author and maintainer email info new 9890923be3a6 i2c: mlxbf: I2C_MLXBF should depend on MELLANOX_PLATFORM new 66b92313e2ca i2c: designware: call i2c_dw_read_clear_intrbits_slave() once new 3b5f7f10ff6e i2c: designware: slave should do WRITE_REQUESTED before WR [...] new af6e7de0c7d1 Merge branch 'i2c/for-current' of git://git.kernel.org/pub [...]
The 19 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: MAINTAINERS | 2 +- arch/riscv/include/asm/uaccess.h | 2 +- arch/riscv/kernel/ftrace.c | 2 +- arch/riscv/kernel/head.S | 5 + arch/riscv/kernel/vdso/.gitignore | 1 + arch/riscv/kernel/vdso/Makefile | 18 +-- arch/riscv/kernel/vdso/so2s.sh | 6 + arch/riscv/mm/fault.c | 4 +- arch/riscv/mm/init.c | 32 +++-- drivers/i2c/busses/Kconfig | 2 +- drivers/i2c/busses/i2c-designware-slave.c | 52 +++----- drivers/i2c/busses/i2c-mlxbf.c | 204 +++++++++++++----------------- drivers/i2c/busses/i2c-mt65xx.c | 8 +- drivers/i2c/busses/i2c-sh_mobile.c | 86 ++++++++++--- 14 files changed, 224 insertions(+), 200 deletions(-) create mode 100755 arch/riscv/kernel/vdso/so2s.sh