This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 144c79ef3353 Merge tag 'perf-tools-fixes-for-v5.12-2020-03-07' of git:/ [...] new d17b9ec777d8 sparc64: get rid of fake_swapper_regs new af7652500b4c sparc32: get rid of fake_swapper_regs new 415ddc3b1056 sparc32: take ->thread.flags out new b9d624331141 Merge branch 'work.sparc' of git://git.kernel.org/pub/scm/ [...] new e51ea5442996 sparc32: don't bother with lookup_fault() in __bzero() new 5f99d33810b0 sparc32: kill lookup_fault() new df06c27ebd86 sparc32: switch __bzero() away from range exception table entries new cfd5fa7021a5 sparc32: get rid of range exception table entries in check [...] new c4da8e0dc6f7 sparc32: switch copy_user.S away from range exception tabl [...] new b4edf06c8aaa sparc32: switch to generic extables new 73686e787b49 Merge remote-tracking branch 'sparc/master' into work.sparc32 new cf64c2a905e0 Merge branch 'work.sparc32' of git://git.kernel.org/pub/sc [...] new 987a08741d72 Merge git://git.kernel.org:/pub/scm/linux/kernel/git/davem/sparc new 7a05293af39f MIPS: boot/compressed: Copy DTB to aligned address new 6c810cf20fee crypto: mips/poly1305 - enable for all MIPS processors new 6654111c893f MIPS: vmlinux.lds.S: align raw appended dtb to 8 bytes new bd67b711bfaa MIPS: kernel: Reserve exception base early to prevent corruption new 9c39198a65f1 Merge tag 'mips-fixes_5.12_1' of git://git.kernel.org/pub/ [...] new 542104ee0caf selftests: gpio: update .gitignore new a6112998ee45 gpio: fix NULL-deref-on-deregistration regression new cf25ef6b631c gpio: fix gpio-device list corruption new 6e5d5791730b gpiolib: acpi: Add missing IRQF_ONESHOT new 62d5247d239d gpiolib: acpi: Add ACPI_GPIO_QUIRK_ABSOLUTE_NUMBER quirk new 809390219fb9 gpiolib: acpi: Allow to find GpioInt() resource by name and index new eb441337c714 gpio: pca953x: Set IRQ type when handle Intel Galileo Gen 2 new b41ba2ec54a7 gpiolib: Read "gpio-line-names" from a firmware node new 4b3d9f9cf108 Merge tag 'gpio-fixes-for-v5.12-rc3' of git://git.kernel.o [...]
The 27 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/mips/boot/compressed/decompress.c | 8 + arch/mips/crypto/Makefile | 4 +- arch/mips/include/asm/traps.h | 3 + arch/mips/kernel/cpu-probe.c | 6 + arch/mips/kernel/cpu-r3k-probe.c | 3 + arch/mips/kernel/traps.c | 10 +- arch/mips/kernel/vmlinux.lds.S | 6 + arch/sparc/include/asm/elf_64.h | 1 - arch/sparc/include/asm/{extable_64.h => extable.h} | 4 +- arch/sparc/include/asm/processor_32.h | 6 +- arch/sparc/include/asm/thread_info_64.h | 1 + arch/sparc/include/asm/uaccess.h | 3 + arch/sparc/include/asm/uaccess_32.h | 38 --- arch/sparc/include/asm/uaccess_64.h | 1 - arch/sparc/kernel/head_32.S | 2 +- arch/sparc/kernel/head_64.S | 2 +- arch/sparc/kernel/process_32.c | 12 - arch/sparc/kernel/setup_32.c | 3 - arch/sparc/kernel/setup_64.c | 4 - arch/sparc/kernel/unaligned_32.c | 106 +------ arch/sparc/lib/checksum_32.S | 64 ++--- arch/sparc/lib/copy_user.S | 315 ++++++++------------- arch/sparc/lib/memset.S | 87 +++--- arch/sparc/mm/Makefile | 2 +- arch/sparc/mm/extable.c | 107 ------- arch/sparc/mm/fault_32.c | 80 +----- arch/sparc/mm/mm_32.h | 2 - crypto/Kconfig | 2 +- drivers/gpio/gpio-pca953x.c | 78 ++--- drivers/gpio/gpiolib-acpi.c | 21 +- drivers/gpio/gpiolib.c | 19 +- drivers/net/Kconfig | 2 +- include/linux/acpi.h | 10 +- include/linux/gpio/consumer.h | 2 + lib/extable.c | 5 - tools/testing/selftests/gpio/.gitignore | 2 +- 36 files changed, 291 insertions(+), 730 deletions(-) rename arch/sparc/include/asm/{extable_64.h => extable.h} (92%) delete mode 100644 arch/sparc/mm/extable.c