mbox series

[GIT,PULL] arm64 fix for 6.5-rc1

Message ID ZKBRDMx96q25piLr@arm.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] arm64 fix for 6.5-rc1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes

Message

Catalin Marinas July 1, 2023, 4:15 p.m. UTC
Hi Linus,

Here's an unplanned second pull request for -rc1 with a fix from Will
for the SVE registers saving corrupting memory. I'll be on holiday from
tomorrow for three weeks, checking the lists occasionally. If there's
anything urgent, Will should be around. Thanks.

The following changes since commit abc17128c81ae8d6a091f24348c63cbe8fe59724:

  Merge branch 'for-next/feat_s1pie' into for-next/core (2023-06-23 18:34:16 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes

for you to fetch changes up to 893b24181b4c4bf1fa2841b1ed192e5413a97cb1:

  arm64: sme: Use STR P to clear FFR context field in streaming SVE mode (2023-06-29 11:29:31 +0100)

----------------------------------------------------------------
Fix memory corruption (overwriting the kmalloc redzone) when saving the
SVE state while in SVE streaming mode.

----------------------------------------------------------------
Will Deacon (1):
      arm64: sme: Use STR P to clear FFR context field in streaming SVE mode

 arch/arm64/include/asm/fpsimdmacros.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Linus Torvalds July 1, 2023, 4:17 p.m. UTC | #1
On Sat, 1 Jul 2023 at 09:15, Catalin Marinas <catalin.marinas@arm.com> wrote:
>
> Here's an unplanned second pull request for -rc1 with a fix from Will
> for the SVE registers saving corrupting memory.

Christ, what a disgrace.

Please make sure to plan your bugs properly ahead of time in the
future, not this shameful disorganized unplanned shambolic stuff.

            Linus
pr-tracker-bot@kernel.org July 1, 2023, 4:19 p.m. UTC | #2
The pull request you sent on Sat, 1 Jul 2023 17:15:08 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes

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

Thank you!