mbox series

[GIT,PULL] arm64 fixes for 5.19-rc5

Message ID Yr8v9alP3O4HZudw@arm.com
State New
Headers show
Series [GIT,PULL] arm64 fixes for 5.19-rc5 | expand

Pull-request

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

Message

Catalin Marinas July 1, 2022, 5:33 p.m. UTC
Hi Linus,

Please pull the arm64 fix below. Thanks.

The following changes since commit c50f11c6196f45c92ca48b16a5071615d4ae0572:

  arm64: mm: Don't invalidate FROM_DEVICE buffers at start of DMA transfer (2022-06-17 19:06:06 +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 410982303772993a86bb7a9cfa7ece34522b2636:

  arm64: hugetlb: Restore TLB invalidation for BBM on contiguous ptes (2022-07-01 18:29:26 +0100)

----------------------------------------------------------------
arm64 fix: restore TLB invalidation for the 'break-before-make' rule on
contiguous ptes (missed in a recent clean-up).

----------------------------------------------------------------
Will Deacon (1):
      arm64: hugetlb: Restore TLB invalidation for BBM on contiguous ptes

 arch/arm64/mm/hugetlbpage.c | 30 +++++++++++++++++++++---------
 1 file changed, 21 insertions(+), 9 deletions(-)

Comments

pr-tracker-bot@kernel.org July 1, 2022, 6:27 p.m. UTC | #1
The pull request you sent on Fri, 1 Jul 2022 18:33:41 +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/d0f67adb790698017030365e90e9e394de7cac7c

Thank you!