[GIT,PULL] x86/asm for v6.2

Message ID Y5hhoqZ7kWJ5KHMx@zn.tnic
State New
Headers
Series [GIT,PULL] x86/asm for v6.2 |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_asm_for_v6.2

Message

Borislav Petkov Dec. 13, 2022, 11:27 a.m. UTC
  Hi Linus,

please pull a single x86/asm improvement for 6.2.

Thx.

---

The following changes since commit 30a0b95b1335e12efef89dd78518ed3e4a71a763:

  Linux 6.1-rc3 (2022-10-30 15:19:28 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_asm_for_v6.2

for you to fetch changes up to bce5a1e8a34006a5e80213ede5e5c465d53f1dce:

  x86/mem: Move memmove to out of line assembler (2022-11-01 15:44:07 -0700)

----------------------------------------------------------------
- Move the 32-bit memmove() asm implementation out-of-line in order to
fix a 32-bit full LTO build failure with clang where it would fail at
register allocation. Move it to an asm file and clean it up while at it,
similar to what has been already done on 64-bit

----------------------------------------------------------------
Nick Desaulniers (1):
      x86/mem: Move memmove to out of line assembler

 arch/x86/lib/Makefile     |   1 +
 arch/x86/lib/memcpy_32.c  | 187 -------------------------------------------
 arch/x86/lib/memmove_32.S | 200 ++++++++++++++++++++++++++++++++++++++++++++++
 lib/memcpy_kunit.c        |  22 +++++
 4 files changed, 223 insertions(+), 187 deletions(-)
 create mode 100644 arch/x86/lib/memmove_32.S
  

Comments

pr-tracker-bot@kernel.org Dec. 13, 2022, 11:31 p.m. UTC | #1
The pull request you sent on Tue, 13 Dec 2022 12:27:30 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_asm_for_v6.2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/8b9ed79c2d587bec5f603d66801478a5af9af842

Thank you!