All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Small improvements to reserve_mem, 3rd attempt
@ 2026-03-18 18:56 Guilherme G. Piccoli
  2026-03-18 18:56 ` [PATCH v3 1/2] mm/memblock: Print out errors on reserve_mem parser Guilherme G. Piccoli
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Guilherme G. Piccoli @ 2026-03-18 18:56 UTC (permalink / raw)
  To: linux-mm
  Cc: linux-kernel, kernel-dev, kernel, Guilherme G. Piccoli,
	Andrew Morton, Mike Rapoport, Steven Rostedt, SeongJae Park

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@igalia.com/
V1: lore.kernel.org/r/20260217195816.861684-1-gpiccoli@igalia.com/

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



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

end of thread, other threads:[~2026-03-25  1:24 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-18 18:56 [PATCH v3 0/2] Small improvements to reserve_mem, 3rd attempt Guilherme G. Piccoli
2026-03-18 18:56 ` [PATCH v3 1/2] mm/memblock: Print out errors on reserve_mem parser Guilherme G. Piccoli
2026-03-18 18:56 ` [PATCH v3 2/2] mm/memblock: Add reserve_mem debugfs info Guilherme G. Piccoli
2026-03-19 16:34   ` Mike Rapoport
2026-03-19 17:14     ` Guilherme G. Piccoli
2026-03-19 18:01       ` Mike Rapoport
2026-03-24  1:22 ` [PATCH v4 1/2] mm/memblock: Print out errors on reserve_mem parser Guilherme G. Piccoli
2026-03-24  1:22   ` [PATCH v4 2/2] mm/memblock: Add reserve_mem debugfs info Guilherme G. Piccoli
2026-03-25  1:24     ` SeongJae Park
2026-03-24 15:17 ` [PATCH v3 0/2] Small improvements to reserve_mem, 3rd attempt Mike Rapoport

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.