This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from ac61145a725a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...] new 3e3c8ca5a351 arm64: Move __ARCH_WANT_SYS_CLONE3 definition to uapi headers new a4376f2fbcc8 arm64: Implement copy_thread_tls new 167ee0b82429 arm: Implement copy_thread_tls new d2f36c787b21 parisc: Implement copy_thread_tls new 20bda4ed62f5 riscv: Implement copy_thread_tls new c346b94f8c5d xtensa: Implement copy_thread_tls new dd499f7a7e34 clone3: ensure copy_thread_tls is implemented new 457677c70c76 um: Implement copy_thread_tls new 606e9ad20094 Merge tag 'clone3-tls-v5.5-rc6' of git://git.kernel.org/pu [...] new b7169a579823 i2c: at91: fix clk_offset for sam9x60 new 42052d96ae59 dt-bindings: i2c: at91: fix i2c-sda-hold-time-ns documenta [...] new 3b722da6672d i2c: bcm2835: Store pointer to bus clock new cf8ce8b80f8b i2c: fix bus recovery stop mode timing new 6327edceb62b Merge branch 'i2c/for-current' of git://git.kernel.org/pub [...]
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: Documentation/devicetree/bindings/i2c/i2c-at91.txt | 6 ++++-- arch/arm/Kconfig | 1 + arch/arm/kernel/process.c | 6 +++--- arch/arm64/Kconfig | 1 + arch/arm64/include/asm/unistd.h | 1 - arch/arm64/include/uapi/asm/unistd.h | 1 + arch/arm64/kernel/process.c | 10 +++++----- arch/parisc/Kconfig | 1 + arch/parisc/kernel/process.c | 8 ++++---- arch/riscv/Kconfig | 1 + arch/riscv/kernel/process.c | 6 +++--- arch/um/Kconfig | 1 + arch/um/include/asm/ptrace-generic.h | 2 +- arch/um/kernel/process.c | 6 +++--- arch/x86/um/tls_32.c | 6 ++---- arch/x86/um/tls_64.c | 7 +++---- arch/xtensa/Kconfig | 1 + arch/xtensa/kernel/process.c | 8 ++++---- drivers/i2c/busses/i2c-at91-core.c | 2 +- drivers/i2c/busses/i2c-bcm2835.c | 17 ++++++++--------- drivers/i2c/i2c-core-base.c | 13 ++++++++++--- kernel/fork.c | 10 ++++++++++ 22 files changed, 68 insertions(+), 47 deletions(-)