Skip to content

syscall_module: Use a kernel module that is present by default#125

Open
infinisil wants to merge 1 commit intolinux-audit:mainfrom
tweag:kernel-module-change
Open

syscall_module: Use a kernel module that is present by default#125
infinisil wants to merge 1 commit intolinux-audit:mainfrom
tweag:kernel-module-change

Conversation

@infinisil
Copy link

Since 6.13, the arp_tables module is not available in the default kernel config anymore, so let's use a different module, because the test doesn't need any specific one.

Tested in Nix by adjusting NixOS/nixpkgs#465550

Since 6.13, the arp_tables module is not available in the default kernel config anymore, so let's use a different module, because the test doesn't need any specific one
@LordGrimmauld
Copy link

LordGrimmauld commented Feb 26, 2026

I wonder whether we can instead locate a not-loaded-but-available kernel module automatically to prevent similar issues in the future? That of course risks a broken module being found by whatever heuristic introduced to get a loadable kernel module, so maybe just delaying this problem to some unknown future time is fine.

@rgbriggs
Copy link
Contributor

rgbriggs commented Feb 26, 2026 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants