All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/8] arm64: Optimise and update memcpy, user copy and string routines
@ 2019-10-18 18:16 Robin Murphy
  2019-10-18 18:16 ` [PATCH v2 1/8] arm64: Allow passing fault address to fixup handlers Robin Murphy
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Robin Murphy @ 2019-10-18 18:16 UTC (permalink / raw)
  To: will, catalin.marinas; +Cc: sam-tebbs, linux-arm-kernel

v1: https://lore.kernel.org/linux-arm-kernel/cover.1571073960.git.robin.murphy@arm.com/

Hi,

This version fixes the couple of minor issues for big-endian and KASAN
builds turned up by v1. An additional patch[1] for the kprobes issue is
now effectively a prerequisite as well.

Robin.

[1] https://lore.kernel.org/linux-arm-kernel/e70f7b9de7e601b9e4a6fedad8eaf64d304b1637.1571326276.git.robin.murphy@arm.com/


Robin Murphy (1):
  arm64: Tidy up _asm_extable_faultaddr usage

Sam Tebbs (7):
  arm64: Allow passing fault address to fixup handlers
  arm64: Import latest Cortex Strings memcpy implementation
  arm64: Import latest version of Cortex Strings' memcmp
  arm64: Import latest version of Cortex Strings' memmove
  arm64: Import latest version of Cortex Strings' strcmp
  arm64: Import latest version of Cortex Strings' strlen
  arm64: Import latest version of Cortex Strings' strncmp

 arch/arm64/include/asm/alternative.h |  36 ---
 arch/arm64/include/asm/assembler.h   |  13 +
 arch/arm64/include/asm/extable.h     |  10 +-
 arch/arm64/lib/copy_from_user.S      | 103 ++++++--
 arch/arm64/lib/copy_in_user.S        | 106 ++++++--
 arch/arm64/lib/copy_template.S       | 304 ++++++++++-----------
 arch/arm64/lib/copy_template_user.S  |  24 ++
 arch/arm64/lib/copy_to_user.S        | 102 +++++--
 arch/arm64/lib/copy_user_fixup.S     |  14 +
 arch/arm64/lib/memcmp.S              | 317 ++++++++--------------
 arch/arm64/lib/memcpy.S              |  48 ++--
 arch/arm64/lib/memmove.S             | 236 ++++++-----------
 arch/arm64/lib/strcmp.S              | 278 ++++++++------------
 arch/arm64/lib/strlen.S              | 249 ++++++++++++------
 arch/arm64/lib/strncmp.S             | 379 ++++++++++++---------------
 arch/arm64/mm/extable.c              |  13 +-
 arch/arm64/mm/fault.c                |   2 +-
 17 files changed, 1125 insertions(+), 1109 deletions(-)
 create mode 100644 arch/arm64/lib/copy_template_user.S
 create mode 100644 arch/arm64/lib/copy_user_fixup.S

-- 
2.21.0.dirty


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2019-10-25 15:17 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-18 18:16 [PATCH v2 0/8] arm64: Optimise and update memcpy, user copy and string routines Robin Murphy
2019-10-18 18:16 ` [PATCH v2 1/8] arm64: Allow passing fault address to fixup handlers Robin Murphy
2019-10-18 18:16 ` [PATCH v2 2/8] arm64: Import latest Cortex Strings memcpy implementation Robin Murphy
2019-10-18 18:16 ` [PATCH v2 3/8] arm64: Import latest version of Cortex Strings' memcmp Robin Murphy
2019-10-18 18:16 ` [PATCH v2 4/8] arm64: Import latest version of Cortex Strings' memmove Robin Murphy
2019-10-18 18:16 ` [PATCH v2 5/8] arm64: Import latest version of Cortex Strings' strcmp Robin Murphy
2019-10-18 18:16 ` [PATCH v2 6/8] arm64: Import latest version of Cortex Strings' strlen Robin Murphy
2019-10-18 18:16 ` [PATCH v2 7/8] arm64: Import latest version of Cortex Strings' strncmp Robin Murphy
2019-10-18 18:16 ` [PATCH v2 8/8] arm64: Tidy up _asm_extable_faultaddr usage Robin Murphy
2019-10-25 15:17 ` [PATCH v2 0/8] arm64: Optimise and update memcpy, user copy and string routines Catalin Marinas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.