public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Documentation: maple_tree: Improve statements on reserved values
@ 2026-05-04 16:57 Wei-Lin Chang
  2026-05-04 16:57 ` [PATCH 1/2] Documentation: maple_tree: Point out constraint when using xa_{mk, to}_value Wei-Lin Chang
  2026-05-04 16:57 ` [PATCH 2/2] Documentation: maple_tree: Clarify behavior when using reserved values Wei-Lin Chang
  0 siblings, 2 replies; 5+ messages in thread
From: Wei-Lin Chang @ 2026-05-04 16:57 UTC (permalink / raw)
  To: maple-tree, linux-mm, linux-doc, linux-kernel
  Cc: Liam R . Howlett, Alice Ryhl, Andrew Ballance, Jonathan Corbet,
	Shuah Khan, Wei-Lin Chang

Hi,

This is another version of [1], where I improved wording.

While using the maple tree and reading its documentation, I found a few
bits confusing, mainly about the reserved values. So here are some
changes hoping to make things clearer.

I am not familiar with the implementation, so if I got something wrong
please let me know.

While looking at the code I also found that although the doc claims the
normal API blocks reserved value stores, the code checks this using
xa_is_advanced(), which only blocks values up to 1026, not up to the max
maple tree reserved value 4094. For this part I am not sure whether the
code needs to be changed or we can also improve the doc.

Any feedback is appreciated, thanks!

[1]: https://lore.kernel.org/linux-mm/20260418204754.120405-1-weilin.chang@arm.com/

Wei-Lin Chang (2):
  Documentation: maple_tree: Point out constraint when using xa_{mk,
    to}_value
  Documentation: maple_tree: Clarify behavior when using reserved values

 Documentation/core-api/maple_tree.rst | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2026-05-06  9:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-04 16:57 [PATCH 0/2] Documentation: maple_tree: Improve statements on reserved values Wei-Lin Chang
2026-05-04 16:57 ` [PATCH 1/2] Documentation: maple_tree: Point out constraint when using xa_{mk, to}_value Wei-Lin Chang
2026-05-04 20:32   ` Matthew Wilcox
2026-05-06  9:07     ` Wei-Lin Chang
2026-05-04 16:57 ` [PATCH 2/2] Documentation: maple_tree: Clarify behavior when using reserved values Wei-Lin Chang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox