From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> Date: Tue, 9 Mar 2021 11:27:41 -0800 > On Tue, Mar 9, 2021 at 11:08 AM David Miller <davem@xxxxxxxxxxxxx> wrote: > > (And yes, I prefer lore.kernel.org over marc, although for single > patches it doesn't make much of a difference. For patch series, I find > 'b4' so convenient that I definitely want the patch to show up on > lore.kernel.org). Sadly, lore does not archive sparclinux@xxxxxxxxxxxxxxx, so there isn't much choice in this case. > > I'll await your pull request or 'I have nothing else, take it from > xyz', this thread is otherwise archived for me as "done". I added Rob's fix to the tree, here is a new pull request, thanks! The following changes since commit 062c84fccc4444805738d76a2699c4d3c95184ec: Merge tag 'rproc-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteproc (2021-02-24 11:30:13 -0800) are available in the Git repository at: git://git.kernel.org:/pub/scm/linux/kernel/git/davem/sparc.git for you to fetch changes up to 69264b4a43aff7307283e2bae29e9305ab6b7d47: sparc: sparc64_defconfig: remove duplicate CONFIGs (2021-03-09 16:22:40 -0800) ---------------------------------------------------------------- Al Viro (10): sparc32: don't bother with lookup_fault() in __bzero() sparc32: kill lookup_fault() sparc32: switch __bzero() away from range exception table entries sparc32: get rid of range exception table entries in checksum_32.S sparc32: switch copy_user.S away from range exception table entries sparc32: switch to generic extables Merge remote-tracking branch 'sparc/master' into work.sparc32 sparc64: get rid of fake_swapper_regs sparc32: get rid of fake_swapper_regs sparc32: take ->thread.flags out Corentin Labbe (1): sparc: sparc64_defconfig: remove duplicate CONFIGs David S. Miller (2): Merge branch 'work.sparc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs Merge branch 'work.sparc32' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs Rob Gardner (1): sparc64: Fix opcode filtering in handling of no fault loads arch/sparc/configs/sparc64_defconfig | 4 +- 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/traps_64.c | 13 ++-- 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 - lib/extable.c | 5 -- 23 files changed, 205 insertions(+), 657 deletions(-) rename arch/sparc/include/asm/{extable_64.h => extable.h} (92%) delete mode 100644 arch/sparc/mm/extable.c