]> git.baikalelectronics.ru Git - kernel.git/commit
mm: report which part of mem is being freed on initmem case
authorJungseung Lee <js07.lee@samsung.com>
Tue, 29 Jun 2021 02:41:02 +0000 (19:41 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 29 Jun 2021 17:53:53 +0000 (10:53 -0700)
commit9f0f53b36102c7645c51113a6aac81f636b06f85
tree3b5afcce0eea1e6604215623995d9b5f7ea3f017
parent38d0cf44074edf6daedca70fdc52c2f8ea5d89c9
mm: report which part of mem is being freed on initmem case

Add the details for figuring out which parts of the kernel image is being
freed on initmem case.

Before:
   Freeing unused kernel memory: 1024K

After:
   Freeing unused kernel image (initmem) memory: 1024K

Link: https://lkml.kernel.org/r/1622706274-4533-1-git-send-email-js07.lee@samsung.com
Signed-off-by: Jungseung Lee <js07.lee@samsung.com>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/mm.h