OSDN Git Service

Merge branch 'for-next/cortex-strings' into for-next/core
authorWill Deacon <will@kernel.org>
Thu, 24 Jun 2021 12:33:57 +0000 (13:33 +0100)
committerWill Deacon <will@kernel.org>
Thu, 24 Jun 2021 12:33:57 +0000 (13:33 +0100)
commit5ceb045541ad979fd304ca2321bf1fbb76189867
tree1dbc577394ea33a53d1f1071cebd93cba2994df3
parent25377204ebd4db2048c873b7c68874247a391998
parent6b8f648959e5036695f056a60e3444f4753f643e
Merge branch 'for-next/cortex-strings' into for-next/core

Update our kernel string routines to the latest Cortex Strings
implementation.

* for-next/cortex-strings:
  arm64: update string routine copyrights and URLs
  arm64: Rewrite __arch_clear_user()
  arm64: Better optimised memchr()
  arm64: Import latest memcpy()/memmove() implementation
  arm64: Add assembly annotations for weak-PI-alias madness
  arm64: Import latest version of Cortex Strings' strncmp
  arm64: Import updated version of Cortex Strings' strlen
  arm64: Import latest version of Cortex Strings' strcmp
  arm64: Import latest version of Cortex Strings' memcmp