Hi Linus,
Please pull the kselftest fixes update for Linux 6.19-rc4.
linux_kselftest-fixes-6.19-rc4
-- Fix for build failures in tests that use an empty FIXTURE() seen in Android's build environment, which uses -D_FORTIFY_SOURCE=3), a build failure occurs in tests that use an empty FIXTURE().
-- Fix func_traceonoff_triggers.tc sometimes failures on Kunpeng-920 board resulting from including transient trace file name in checksum compare.
-- Fix to remove available_events requirement from toplevel-enable for instance as it isn't a valid requirement for this test.
diff is attached.
thanks, -- Shuah
---------------------------------------------------------------- The following changes since commit 8f0b4cce4481fb22653697cced8d0d04027cb1e8:
Linux 6.19-rc1 (2025-12-14 16:05:07 +1200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest tags/linux_kselftest-fixes-6.19-rc4
for you to fetch changes up to 19b8a76cd99bde6d299e60490f3e62b8d3df3997:
kselftest/harness: Use helper to avoid zero-size memset warning (2025-12-31 13:27:36 -0700)
---------------------------------------------------------------- linux_kselftest-fixes-6.19-rc4
-- Fix for build failures in tests that use an empty FIXTURE() seen in Android's build environment, which uses -D_FORTIFY_SOURCE=3), a build failure occurs in tests that use an empty FIXTURE().
-- Fix func_traceonoff_triggers.tc sometimes failures on Kunpeng-920 board resulting from including transient trace file name in checksum compare.
-- Fix to remove available_events requirement from toplevel-enable for instance as it isn't a valid requirement for this test.
---------------------------------------------------------------- Wake Liu (1): kselftest/harness: Use helper to avoid zero-size memset warning
Yipeng Zou (1): selftests/ftrace: traceonoff_triggers: strip off names
Zheng Yejian (1): selftests/ftrace: Test toplevel-enable for instance
tools/testing/selftests/ftrace/test.d/event/toplevel-enable.tc | 3 ++- .../selftests/ftrace/test.d/ftrace/func_traceonoff_triggers.tc | 5 +++-- tools/testing/selftests/kselftest_harness.h | 8 +++++++- 3 files changed, 12 insertions(+), 4 deletions(-) ----------------------------------------------------------------