-
Notifications
You must be signed in to change notification settings - Fork 715
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
link: Allow kprobe multi to be disabled in kernel
Kprobe multi support is gated on CONFIG_FPROBE, without it creating the link fails with EOPNOTSUPP: https://elixir.bootlin.com/linux/v6.0.3/source/include/linux/fprobe.h#L64 Unfortunately the standard Debian sid kernel does not have it enabled. Update the kprobe multi test to handle EOPNOTSUPP. Co-developed-by: Lorenz Bauer <i@lmb.io>
- Loading branch information
1 parent
8fceee5
commit b158f36
Showing
3 changed files
with
24 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters