linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] memblock: fix crash when reserved memory is not added to memory
@ 2024-01-28  6:42 Mike Rapoport
  2024-01-28 18:47 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Rapoport @ 2024-01-28  6:42 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Mike Rapopoprt, Yajun Deng, linux-mm, linux-kernel

Hi Linus,

The following changes since commit 0dd3ee31125508cd67f7e7172247f05b7fd1753a:

  Linux 6.7 (2024-01-07 12:18:38 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock tags/fixes-2024-01-28

for you to fetch changes up to 6a9531c3a88096a26cf3ac582f7ec44f94a7dcb2:

  memblock: fix crash when reserved memory is not added to memory (2024-01-19 10:53:59 +0200)

----------------------------------------------------------------
memblock: fix crash when reserved memory is not added to memory

When CONFIG_DEFERRED_STRUCT_PAGE_INIT is enabled, the initialization of
reserved pages may cause access of NODE_DATA() with invalid nid and crash.

Add a fall back to early_pfn_to_nid() in memmap_init_reserved_pages() to
ensure a valid node id is always passed to init_reserved_page().

----------------------------------------------------------------
Yajun Deng (1):
      memblock: fix crash when reserved memory is not added to memory

 mm/memblock.c | 3 +++
 1 file changed, 3 insertions(+)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] memblock: fix crash when reserved memory is not added to memory
  2024-01-28  6:42 [GIT PULL] memblock: fix crash when reserved memory is not added to memory Mike Rapoport
@ 2024-01-28 18:47 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2024-01-28 18:47 UTC (permalink / raw)
  To: Mike Rapoport
  Cc: Linus Torvalds, Mike Rapopoprt, Yajun Deng, linux-mm, linux-kernel

The pull request you sent on Sun, 28 Jan 2024 08:42:16 +0200:

> https://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock tags/fixes-2024-01-28

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

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-01-28 18:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-28  6:42 [GIT PULL] memblock: fix crash when reserved memory is not added to memory Mike Rapoport
2024-01-28 18:47 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).