diff options
author | 2025-07-25 10:15:50 +0800 | |
---|---|---|
committer | 2025-07-25 09:13:44 -0400 | |
commit | 82e6381e23f1ea7a14f418215068aaa2ca046c84 (patch) | |
tree | 081446e550555c0156813d67e9b05bbaf3010101 /tools/perf/scripts/python | |
parent | ext4: refactor the inline directory conversion and new directory codepaths (diff) | |
download | wireguard-linux-82e6381e23f1ea7a14f418215068aaa2ca046c84.tar.xz wireguard-linux-82e6381e23f1ea7a14f418215068aaa2ca046c84.zip |
ext4: initialize superblock fields in the kballoc-test.c kunit tests
Various changes in the "ext4: better scalability for ext4 block
allocation" patch series have resulted in kunit test failures, most
notably in the test_new_blocks_simple and the test_mb_mark_used tests.
The root cause of these failures is that various in-memory ext4 data
structures were not getting initialized, and while previous versions
of the functions exercised by the unit tests didn't use these
structure members, this was arguably a test bug.
Since one of the patches in the block allocation scalability patches
is a fix which is has a cc:stable tag, this commit also has a
cc:stable tag.
CC: stable@vger.kernel.org
Link: https://lore.kernel.org/r/20250714130327.1830534-1-libaokun1@huawei.com
Link: https://patch.msgid.link/20250725021550.3177573-1-yi.zhang@huaweicloud.com
Link: https://patch.msgid.link/20250725021654.3188798-1-yi.zhang@huaweicloud.com
Reported-by: Guenter Roeck <linux@roeck-us.net>
Closes: https://lore.kernel.org/linux-ext4/b0635ad0-7ebf-4152-a69b-58e7e87d5085@roeck-us.net/
Tested-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Zhang Yi <yi.zhang@huawei.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions