kselftests: add new package for Linux kernel selftests#1377
Open
kselftests: add new package for Linux kernel selftests#1377
Conversation
596bc45 to
858e9c6
Compare
Extend the existing kselftests-bpf package to include additional kernel selftest categories. Each category is a separate installable package to allow users to install only the tests they need, saving storage space. Available test packages: - kselftests-bpf: BPF test suite (test_verifier, bpf_testmod) - kselftests-size: Binary size test - kselftests-kcmp: Process comparison tests - kselftests-rtc: Real-time clock tests - kselftests-timers: Timer subsystem tests - kselftests-futex: Futex tests - kselftests-exec: Program execution tests - kselftests-clone3: clone3 syscall tests - kselftests-openat2: openat2 syscall tests - kselftests-mincore: mincore syscall tests - kselftests-mqueue: POSIX message queue tests - kselftests-net: Networking stack tests - kselftests-sigaltstack: Signal alternate stack tests - kselftests-splice: splice syscall tests - kselftests-sync: sync_file_range tests Tests are installed to /usr/libexec/kselftests/<category>/ Co-authored-by: Claude <noreply@anthropic.com> Signed-off-by: Paul Spooren <mail@aparcar.org>
858e9c6 to
5d8e1bf
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add a package definition for building and installing Linux kernel
selftests. The package is split into separate sub-packages for each
test category to allow users to install only the tests they need,
saving storage space on constrained devices.
Available test categories:
Tests are installed to /usr/libexec/kselftests//
https://claude.ai/code/session_01XfFefb6yxjWe5fi1Fu53MS