mbox series

[GIT,PULL] arm64 fixes for 5.1-rc3

Message ID 20190329190132.GA45422@arrakis.emea.arm.com
State New
Headers show
Series [GIT,PULL] arm64 fixes for 5.1-rc3 | expand

Pull-request

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

Message

Catalin Marinas March 29, 2019, 7:01 p.m. UTC
Hi Linus,

Please pull the arm64 fix below. Thanks.

The following changes since commit 8c2ffd9174779014c3fe1f96d9dc3641d9175f00:

  Linux 5.1-rc2 (2019-03-24 14:02:26 -0700)

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 9e0a17db517d83d568bb7fa983b54759d4e34f1f:

  arm64: replace memblock_alloc_low with memblock_alloc (2019-03-27 18:12:41 +0000)

----------------------------------------------------------------
Use memblock_alloc() instead of memblock_alloc_low() in
request_standard_resources(), the latter being limited to the low 4G
memory range on arm64.

----------------------------------------------------------------
Chen Zhou (1):
      arm64: replace memblock_alloc_low with memblock_alloc

 arch/arm64/kernel/setup.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

pr-tracker-bot@kernel.org March 29, 2019, 10:55 p.m. UTC | #1
The pull request you sent on Fri, 29 Mar 2019 19:01:34 +0000:

> 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/f9007cc601e7b7ed2e0f0c1664d8252fdce964d3

Thank you!