All of lore.kernel.org
 help / color / mirror / Atom feed
From: Robin Murphy <robin.murphy@arm.com>
To: will@kernel.org, catalin.marinas@arm.com
Cc: sam-tebbs@arm.com, linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/8] arm64: Optimise and update memcpy, user copy and string routines
Date: Fri, 18 Oct 2019 19:16:34 +0100	[thread overview]
Message-ID: <cover.1571421836.git.robin.murphy@arm.com> (raw)

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

             reply	other threads:[~2019-10-18 18:17 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-18 18:16 Robin Murphy [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1571421836.git.robin.murphy@arm.com \
    --to=robin.murphy@arm.com \
    --cc=catalin.marinas@arm.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=sam-tebbs@arm.com \
    --cc=will@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.