linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] memblock: memblock: use kfree() to release kmalloced memblock regions
@ 2022-02-26  7:36 Mike Rapoport
  2022-02-26 20:30 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Rapoport @ 2022-02-26  7:36 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Andrew Morton, Miaohe Lin, Mike Rapoport, Mike Rapoport,
	linux-mm, linux-kernel

Hi Linus,

The following changes since commit 754e0b0e35608ed5206d6a67a791563c631cec07:

  Linux 5.17-rc4 (2022-02-13 12:13:30 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock tags/fixes-2022-02-26

for you to fetch changes up to c94afc46cae7ad41b2ad6a99368147879f4b0e56:

  memblock: use kfree() to release kmalloced memblock regions (2022-02-20 08:45:39 +0200)

----------------------------------------------------------------
memblock: use kfree() to release kmalloced memblock regions

memblock.{reserved,memory}.regions may be allocated using kmalloc() in
memblock_double_array(). Use kfree() to release these kmalloced regions.

----------------------------------------------------------------
Miaohe Lin (1):
      memblock: use kfree() to release kmalloced memblock regions

 mm/memblock.c | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

-- 
Sincerely yours,
Mike.


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

end of thread, other threads:[~2022-02-26 20:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-26  7:36 [GIT PULL] memblock: memblock: use kfree() to release kmalloced memblock regions Mike Rapoport
2022-02-26 20:30 ` 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