[PATCH v3 0/2] Small improvements to reserve_mem, 3rd attempt
From: Guilherme G. Piccoli
Date: Wed Mar 18 2026 - 15:10:29 EST
Hi folks, this the 3rd iteration of this patchset.
tl; dr: we are adding here error messages in case of failures when
reserve_mem parameter is used, and also a debugfs file to show
successful reservations, with name and size as passed in the cmdline.
More details and history, please take a look at:
V2: lore.kernel.org/r/20260304203300.1414286-2-gpiccoli@xxxxxxxxxx/
V1: lore.kernel.org/r/20260217195816.861684-1-gpiccoli@xxxxxxxxxx/
Special thanks to Mike and SJ for the reviews =)
Thanks in advance for suggestions / reviews.
Cheers,
Guilherme G. Piccoli (2):
mm/memblock: Print out errors on reserve_mem parser
mm/memblock: Add reserve_mem debugfs info
mm/memblock.c | 83 +++++++++++++++----
tools/testing/memblock/linux/string_helpers.h | 10 +++
2 files changed, 76 insertions(+), 17 deletions(-)
create mode 100644 tools/testing/memblock/linux/string_helpers.h
--
2.50.1