Re: linux-next: Fixes tag needs some work in the mm tree

From: Liam Howlett
Date: Thu Jun 30 2022 - 11:28:43 EST


* Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> [220629 23:37]:
> Hi all,
>
> In commit
>
> 500caa69a5a0 ("test_maple_tree: add test for spanning store to most of the tree")
>
> Fixes tag
>
> Fixes: 1d3ae73e4e86 (test_maple_tree: Add test for spanning store to most of the tree)
>
> has these problem(s):
>
> - Target SHA1 does not exist
>
> It seems to be self referential ...

This is a result of an added test case then getting fixed by adding one
more testcase to catch a corner case.

What you put in the branch is correct.

Testing was added: 502cefe29b10 "lib/test_maple_tree: add testing for maple tree"
New test was added, fixing the above: 2197398d8d44 "test_maple_tree: add test for spanning store of entire range"
One more test added, fixing the above: 500caa69a5a0 "test_maple_tree: add test for spanning store to most of the tree"

Thanks,
Liam