On Mon, 15 Jul 2024 10:43:07 +1000 David Gibson <david(a)gibson.dropbear.id.au> wrote:This test program checks for particular behaviour regardless of order of operations. So, we step through the test with all possible orders for a number of different of parts. Or at least, we're supposed to, a copy pasta error led to using the same order for two things which should be independent. Fixes: 299c40750 ("doc: Add program to document and test assumptions...")By the way, I'm using this snippet to check those (yeah I guess I should submit it for scripts/ one day...), in case you want to recycle it: https://lore.kernel.org/all/20190220213729.49deb54f@redhat.com/ and to build the tag just the: git show -s --abbrev=12 --pretty=format:"Fixes: %h (\"%s\")" "${sha}" 2>/dev/null part.Reported-by: David Taylor <davidt(a)yadt.co.uk> Signed-off-by: David Gibson <david(a)gibson.dropbear.id.au>Applied. -- Stefano