]> Git Repo - linux.git/commit
mm/memblock: add MEMBLOCK_RSRV_NOINIT into flagname[] array
authorAnshuman Khandual <[email protected]>
Fri, 9 Feb 2024 03:09:12 +0000 (08:39 +0530)
committerAndrew Morton <[email protected]>
Tue, 20 Feb 2024 22:20:49 +0000 (14:20 -0800)
commit4f155af0ae4464134bfcfd9f043b6b727c84e947
tree2b8b3fc9a10e3dda3d944c9b68a6c11d331b906c
parent678e54d4bb9a4822f8ae99690ac131c5d490cdb1
mm/memblock: add MEMBLOCK_RSRV_NOINIT into flagname[] array

The commit 77e6c43e137c ("memblock: introduce MEMBLOCK_RSRV_NOINIT flag")
skipped adding this newly introduced memblock flag into flagname[] array,
thus preventing a correct memblock flags output for applicable memblock
regions.

Link: https://lkml.kernel.org/r/[email protected]
Fixes: 77e6c43e137c ("memblock: introduce MEMBLOCK_RSRV_NOINIT flag")
Signed-off-by: Anshuman Khandual <[email protected]>
Reviewed-by: Mike Rapoport <[email protected]>
Cc: <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
mm/memblock.c
This page took 0.052438 seconds and 4 git commands to generate.