mbox series

[GIT,PULL] arm64 fixes for 5.7-rc6

Message ID 20200515172443.GA1749@gaia (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] arm64 fixes for 5.7-rc6 | expand

Pull-request

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

Message

Catalin Marinas May 15, 2020, 5:24 p.m. UTC
Hi Linus,

Please pull the arm64 fix below. Thanks.

The following changes since commit 027d0c7101f50cf03aeea9eebf484afd4920c8d3:

  arm64: hugetlb: avoid potential NULL dereference (2020-05-07 09:24: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 d51c214541c5154dda3037289ee895ea3ded5ebd:

  arm64: fix the flush_icache_range arguments in machine_kexec (2020-05-11 12:02:14 +0100)

----------------------------------------------------------------
Fix flush_icache_range() second argument in machine_kexec() to be an
address rather than size.

----------------------------------------------------------------
Christoph Hellwig (1):
      arm64: fix the flush_icache_range arguments in machine_kexec

 arch/arm64/kernel/machine_kexec.c | 1 +
 1 file changed, 1 insertion(+)

Comments

pr-tracker-bot@kernel.org May 15, 2020, 8 p.m. UTC | #1
The pull request you sent on Fri, 15 May 2020 18:24:45 +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/01d8a7480304a2f0e196459eb4061e171d9e9922

Thank you!