linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] maple_tree: Fix mas_spanning_rebalance() on
@ 2022-12-19 16:20 Liam Howlett
  2022-12-19 16:20 ` [PATCH v2 1/2] maple_tree: Fix mas_spanning_rebalance() on insufficient data Liam Howlett
  2022-12-19 16:20 ` [PATCH v2 2/2] test_maple_tree: Add test for " Liam Howlett
  0 siblings, 2 replies; 3+ messages in thread
From: Liam Howlett @ 2022-12-19 16:20 UTC (permalink / raw)
  To: linux-mm, linux-kernel, Andrew Morton, maple-tree; +Cc: stable, Liam Howlett

Mike Rapoport contacted me off-list with a regression in running criu.
Periodic tests fail with an RCU stall during execution.  Although rare,
it is possible to hit this with other uses so this patch should be
backported to fix the regression.

This patch set adds the fix and a test case to the maple tree test
suite.

Link: https://lore.kernel.org/linux-mm/20221216185233.2036415-1-Liam.Howlett@oracle.com/

V1 changes:
- Add stable to CC list
- Add tested-by to Mike's Reported-by.
- Moved test case to its own commit since the test code was added after
  the fixed-by commit and isn't part of the fix.

Liam R. Howlett (2):
  maple_tree: Fix mas_spanning_rebalance() on insufficient data
  test_maple_tree: Add test for mas_spanning_rebalance() on insufficient
    data

 lib/maple_tree.c      |  4 +++-
 lib/test_maple_tree.c | 23 +++++++++++++++++++++++
 2 files changed, 26 insertions(+), 1 deletion(-)

-- 
2.35.1


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

end of thread, other threads:[~2022-12-19 16:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-19 16:20 [PATCH v2 0/2] maple_tree: Fix mas_spanning_rebalance() on Liam Howlett
2022-12-19 16:20 ` [PATCH v2 1/2] maple_tree: Fix mas_spanning_rebalance() on insufficient data Liam Howlett
2022-12-19 16:20 ` [PATCH v2 2/2] test_maple_tree: Add test for " Liam Howlett

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