mbox series

[GIT,PULL] arm64 fixes for 5.15-rc6

Message ID YWW+CSv9tLuteHQm@arm.com
State New
Headers show
Series [GIT,PULL] arm64 fixes for 5.15-rc6 | expand

Pull-request

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

Message

Catalin Marinas Oct. 12, 2021, 4:55 p.m. UTC
Hi Linus,

I dropped the IRQ changes and I'm re-submitting the pull request.
Thanks.

The following changes since commit 22b70e6f2da0a4c8b1421b00cfc3016bc9d4d9d4:

  arm64: Restore forced disabling of KPTI on ThunderX (2021-09-23 15:59:15 +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 596143e3aec35c93508d6b7a05ddc999ee209b61:

  acpi/arm64: fix next_platform_timer() section mismatch error (2021-10-12 17:41:19 +0100)

----------------------------------------------------------------
arm64 fixes:

- Fix CMA gigantic page order for 16K/64K page sizes.

- Fix section mismatch error in drivers/acpi/arm64/gtdt.c.

----------------------------------------------------------------
Jackie Liu (1):
      acpi/arm64: fix next_platform_timer() section mismatch error

Mike Kravetz (1):
      arm64/hugetlb: fix CMA gigantic page order for non-4K PAGE_SIZE

 arch/arm64/mm/hugetlbpage.c | 2 +-
 drivers/acpi/arm64/gtdt.c   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

pr-tracker-bot@kernel.org Oct. 12, 2021, 6:45 p.m. UTC | #1
The pull request you sent on Tue, 12 Oct 2021 17:55:37 +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/f4d0cc426f77df6890aa868f96c2de89686aae8a

Thank you!