mbox series

[GIT,PULL] Fix highmem initialization on arm and xtensa

Message ID 20201105125827.GA301837@kernel.org
State New
Headers show
Series [GIT,PULL] Fix highmem initialization on arm and xtensa | expand

Pull-request

ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/rppt/memblock.git tags/fixes-2020-11-05

Message

Mike Rapoport Nov. 5, 2020, 12:58 p.m. UTC
Hi Linus,

The following changes since commit 4ef8451b332662d004df269d4cdeb7d9f31419b5:

  Merge tag 'perf-tools-for-v5.10-2020-11-03' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux (2020-11-03 13:28:50 -0800)

are available in the Git repository at:

  ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/rppt/memblock.git tags/fixes-2020-11-05

for you to fetch changes up to b9bc36704cca500e2b41be4c5bf615c1d7ddc3ce:

  ARM, xtensa: highmem: avoid clobbering non-page aligned memory reservations (2020-11-04 10:42:57 +0200)

----------------------------------------------------------------
Fix highmem initialization on arm and xtensa

Recent refactoring of memblock iterators has broken initialization of
highmem on arm and xtensa because it changed the way beginning and end of
memory regions are rounded to PFNs. This fix restores the original
behaviour.

----------------------------------------------------------------
Ard Biesheuvel (1):
      ARM, xtensa: highmem: avoid clobbering non-page aligned memory reservations

 arch/arm/mm/init.c    | 4 ++--
 arch/xtensa/mm/init.c | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

--
Sincerely yours,
Mike.

Comments

pr-tracker-bot@kernel.org Nov. 5, 2020, 8:21 p.m. UTC | #1
The pull request you sent on Thu, 5 Nov 2020 14:58:27 +0200:

> ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/rppt/memblock.git tags/fixes-2020-11-05

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

Thank you!