[DTrace-devel] [External] : [oracle/dtrace] 5a3630: test: Check for symbol ext4_dir_operations in modu...
euloh
noreply at github.com
Thu Mar 5 19:55:00 UTC 2026
Branch: refs/heads/dev-queue
Home: https://github.com/oracle/dtrace
Commit: 5a3630fcb397e0194a54e4972f572a34304545dd
https://github.com/oracle/dtrace/commit/5a3630fcb397e0194a54e4972f572a34304545dd
Author: Eugene Loh <eugene.loh at oracle.com>
Date: 2026-03-05 (Thu, 05 Mar 2026)
Changed paths:
M test/unittest/scalars/tst.misc.x
Log Message:
-----------
test: Check for symbol ext4_dir_operations in module ext4
The tst.misc.d test assumes certain kernel symbols can be found. The
test specifies ext4`ext4_dir_operations, but there are apparently
kallmodsyms bugs that misassign the symbol to the wrong module.
Thus, the test fails to find the symbol. Meanwhile, we are less
concerned about such older kernel bugs, since we are moving from
kallmodsyms to modules.builtin.ranges.
Modify the .x file to check for ext4_dir_operations in the ext4 module
for those cases that rely on kallmodsyms.
Orabug: 37783183
Signed-off-by: Eugene Loh <eugene.loh at oracle.com>
Reviewed-by: Kris Van Hees <kris.van.hees at oracle.com>
To unsubscribe from these emails, change your notification settings at https://github.com/oracle/dtrace/settings/notifications
More information about the DTrace-devel
mailing list