Linux Kernel Selftest
[Prev Page][Next Page]
- [RFCv3 15/15] selftests: tcp_authopt: Add tests for rollover, (continued)
- [PATCH linux-next] tools:test_xdp_noinline: fix boolreturn.cocci warnings,
CGEL
- [PATCH linux-next] tools:signal: fix boolreturn.cocci warnings,
CGEL
- [PATCH linux-next] selftests/powerpc: remove duplicate include,
CGEL
- [PATCH linux-next] kselftest: remove duplicate include,
CGEL
- [V3][PATCH] selftests/x86: Fix error: variably modified 'altstack_data' at file scope,
Jun Miao
- [V2][PATCH] selftests/x86: Fix error: variably modified 'altstack_data' at file scope,
Jun Miao
- [PATCH] selftests/x86/sigreturn: Fix error: variably modified 'altstack_data' at file scope,
Jun Miao
- [PATCH] selftests/net: Use kselftest skip code for skipped tests,
Po-Hsu Lin
- [PATCH] selftests/vm: Use kselftest skip code for skipped tests,
Po-Hsu Lin
- [PATCH] selftests/bpf: Use kselftest skip code for skipped tests,
Po-Hsu Lin
- [for-next][PATCH 6/6] selftests/ftrace: Add selftest for testing duplicate eprobes and kprobes,
Steven Rostedt
- [for-next][PATCH 3/6] selftests/ftrace: Fix requirement check of README file,
Steven Rostedt
- [for-next][PATCH 4/6] selftests/ftrace: Add test case to test adding and removing of event probe,
Steven Rostedt
- [for-next][PATCH 5/6] selftests/ftrace: Add selftest for testing eprobe events on synthetic events,
Steven Rostedt
- [for-next][PATCH 2/6] selftests/ftrace: Add clear_dynamic_events() to test cases,
Steven Rostedt
- [PATCH bpf-next 0/5] bpf: implement variadic printk helper,
Dave Marchevsky
- [PATCH v2 0/5] KVM: rseq: Fix and a test for a KVM+rseq bug,
Sean Christopherson
- [PATCH v9 6/6] selftests/ftrace: Add selftest for testing duplicate eprobes and kprobes,
Steven Rostedt
- [PATCH v9 5/6] selftests/ftrace: Add selftest for testing eprobe events on synthetic events,
Steven Rostedt
- [PATCH v9 4/6] selftests/ftrace: Add test case to test adding and removing of event probe,
Steven Rostedt
- [PATCH v9 3/6] selftests/ftrace: Fix requirement check of README file,
Steven Rostedt
- [PATCH v9 2/6] selftests/ftrace: Add clear_dynamic_events() to test cases,
Steven Rostedt
- [PATCH] kunit: tool: improve compatibility of kunit_parser with KTAP specification,
Rae Moar
- [PATCH linux-next] tools/net: Use bitwise instead of arithmetic operator for flags,
CGEL
- [PATCH linux-next] tools:mount: Remove unnecessary conversion to bool,
CGEL
- [PATCH linux-next] tools: fix warning comparing pointer to 0,
CGEL
- [PATCH linux-next] testing/vm/: fix application of sizeof to pointer,
CGEL
- [PATCH v2 0/5] selftests/bpf: minor fixups,
Li Zhijian
- [PATCH] kselftest/arm64: mte: Fix misleading output when skipping tests,
Mark Brown
- [PATCH] kselftest/arm64: pac: Fix skipping of tests on systems without PAC,
Mark Brown
- [PATCH v3 0/2] add KSM performance tests,
Zhansaya Bagdauletkyzy
- [PATCH v8 5/5] selftests/ftrace: Add selftest for testing duplicate eprobes and kprobes,
Steven Rostedt
- [PATCH v8 4/5] selftests/ftrace: Add selftest for testing eprobe events,
Steven Rostedt
- [PATCH v8 3/5] selftests/ftrace: Add clear_dynamic_events() to test cases,
Steven Rostedt
- [PATCH 1/3] selftests/bpf: make test_doc_build.sh work from script directory,
Li Zhijian
- [PATCH v2] selftests/bpf: enlarge select() timeout for test_maps,
Li Zhijian
- [PATCH 0/4] LKDTM: Various CI improvements,
Kees Cook
- [RFC PATCH 0/5] selftests: floppy: basic tests,
Denis Efremov
- [PATCH] selftests/bpf: enlarge timeout to 3 seconds for test_maps,
Li Zhijian
- [PATCH 0/5] KVM: rseq: Fix and a test for a KVM+rseq bug,
Sean Christopherson
- [PATCH v2 net-next 0/8] Update the virtual NCI device driver and add the NCI testcase,
bongsu . jeon2
- Re: [PATCH v11 5/9] Reimplement RLIMIT_MSGQUEUE on top of ucounts,
Ma, XinjianX
- [PATCH] selftests: Use -fno-integrated-as instead of -no-integrated-as,
Nathan Chancellor
- [PATCH bpf-next v7 0/5] sockmap: add sockmap support for unix stream socket,
Jiang Wang
- [RFC net-next 0/7] Add basic SyncE interfaces,
Arkadiusz Kubalewski
- [PATCH net-next 0/3] Update the virtual NCI driver and the NCI selftests,
bongsu . jeon2
- [PATCH RESEND 00/17] Resend bitmap patches,
Yury Norov
- [PATCH 01/17] bitops: protect find_first_{,zero}_bit properly,
Yury Norov
- [PATCH 02/17] bitops: move find_bit_*_le functions from le.h to find.h,
Yury Norov
- [PATCH 03/17] include: move find.h from asm_generic to linux,
Yury Norov
- [PATCH 04/17] arch: remove GENERIC_FIND_FIRST_BIT entirely,
Yury Norov
- [PATCH 05/17] lib: add find_first_and_bit(),
Yury Norov
- [PATCH 07/17] all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriate,
Yury Norov
- [PATCH 06/17] cpumask: use find_first_and_bit(),
Yury Norov
- [PATCH 08/17] tools: sync tools/bitmap with mother linux,
Yury Norov
- [PATCH 10/17] include/linux: move for_each_bit() macros from bitops.h to find.h,
Yury Norov
- [PATCH 09/17] cpumask: replace cpumask_next_* with cpumask_first_* where appropriate,
Yury Norov
- [PATCH 11/17] find: micro-optimize for_each_{set,clear}_bit(),
Yury Norov
- [PATCH 12/17] Replace for_each_*_bit_from() with for_each_*_bit() where appropriate,
Yury Norov
- [PATCH 13/17] tools: Rename bitmap_alloc() to bitmap_zalloc(),
Yury Norov
- [PATCH 14/17] mm/percpu: micro-optimize pcpu_is_populated(),
Yury Norov
- [PATCH 15/17] bitmap: unify find_bit operations,
Yury Norov
- [PATCH 16/17] lib: bitmap: add performance test for bitmap_print_to_pagebuf,
Yury Norov
- [PATCH 17/17] vsprintf: rework bitmap_list_string,
Yury Norov
- [PATCH-cgroup v6 0/6] cgroup/cpuset: Add new cpuset partition type & empty effecitve cpus,
Waiman Long
- [PATCH-cgroup v5 0/6] cgroup/cpuset: Add new cpuset partition type & empty effecitve cpus,
Waiman Long
- [GIT PULL] Kselftest update for Linux 5.14-rc6,
Shuah Khan
- [PATCH v2] selftests/sgx: Provide per-op parameter structs for the test enclave,
Jarkko Sakkinen
- [PATCH] selftests/sgx: Provide per-op parameter structs for the test enclave,
Jarkko Sakkinen
- [PATCH v3 0/6] KVM: my debug patch queue,
Maxim Levitsky
- [PATCH-cgroup v4 0/6] cgroup/cpuset: Add new cpuset partition type & empty effecitve cpus,
Waiman Long
- RFC - kernel test result specification (KTAP),
Rae Moar
- [PATCH v2] selftests/kselftest/runner/run_one(): Allow running non-executable files,
SeongJae Park
- [PATCH] selftests/kselftest/runner/run_one(): Allow running non-executable files,
SeongJae Park
- [PATCH] selftests/damon/debugfs_attrs: Add missing execute permission,
SeongJae Park
- [PATCH v2] kunit: tool: allow filtering test cases via glob,
Daniel Latypov
- [PATCH] kunit: tool: allow filtering test cases via glob,
Daniel Latypov
- [PATCH bpf-next v6 0/5] sockmap: add sockmap support for unix stream socket,
Jiang Wang
- Re: [kbuild-all] Re: sparc64-linux-gcc: error: unrecognized command-line option '-mxsave',
Thomas Gleixner
- [PATCH v4 0/8] Add an oversubscription test,
Jarkko Sakkinen
- [syzbot] BUG: sleeping function called from invalid context in _copy_to_iter,
syzbot
- [PATCH v2 0/2] add KSM performance tests,
Zhansaya Bagdauletkyzy
- [PATCH v3 0/8] Add an oversubscription test,
Jarkko Sakkinen
- [PATCH v2 1/2] kunit: tool: make --raw_output support only showing kunit output,
Daniel Latypov
- [PATCH bpf-next v5 0/5] sockmap: add sockmap support for unix stream socket,
Jiang Wang
- [PATCH] selftests/bpf: Fix bpf-iter-tcp4 test to print correctly the dest IP,
Jose Blanquicet
- [PATCH] selftest/lkdtm: Skip stack-entropy test if lkdtm is not available,
Misono Tomohiro
- [PATCH linux-next] powerpc/tm: remove duplicate include in tm-poison.c,
cgel . zte
- [PATCH linux-next] kselftest: remove duplicate include in cs_prctl_test.c,
cgel . zte
- [PATCH bpf-next v4 0/5] sockmap: add sockmap support for unix stream socket,
Jiang Wang
- [PATCH v4 2/3] kunit: Add support for suite initialization and cleanup,
Bart Van Assche
- [PATCH v2] KVM: selftests: fix hyperv_clock test,
Maxim Levitsky
- [PATCH] KVM: selftests: fix hyperv_clock test,
Maxim Levitsky
- [RFC PATCH v3 0/2] Introduce XSAVE/XRSTOR self-test,
Pengfei Xu
- [PATCH v2] kunit: Print test statistics on failure,
David Gow
- [PATCH net-next] tc-testing: Add control-plane selftests for sch_mq,
Peilin Ye
- [PATCH v5 0/4] kselftest/arm64: Vector length configuration tests,
Mark Brown
- [PATCH bpf-next v3 0/5] sockmap: add sockmap support for unix stream socket,
Jiang Wang
- [PATCH net-next 2/2] tc-testing/ingress: Add control-plane selftests for clsact egress mini-Qdisc option,
Peilin Ye
- KernelCI Hackfest #2 - Sept 6-10 2021,
Guillaume Tucker
- [PATCH linux-next] tools: remove unneeded semicolon,
cgel . zte
- [RFC PATCH v2 0/2] Introduce XSAVE/XRSTOR self-test,
Pengfei Xu
- [PATCH 0/2] add KSM performance tests,
Zhansaya Bagdauletkyzy
- [PATCH v9 23/26] selftest/x86/amx: Test cases for the AMX state management,
Chang S. Bae
- [PATCH v3 2/3] kunit: Add support for suite initialization and cleanup,
Bart Van Assche
- [PATCH 1/2] kunit: tool: make --raw_output support only showing kunit output,
Daniel Latypov
- [PATCH bpf-next v2 0/5] sockmap: add sockmap support for unix stream socket,
Jiang Wang
- [PATCH v4 0/4] kselftest/arm64: Vector length configuration tests,
Mark Brown
- [PATCH v3 0/4] kselftest/arm64: Vector length configuration tests,
Mark Brown
- [PATCH v2 2/3] kunit: Add support for suite initialization and cleanup,
Bart Van Assche
- [PATCH v2 0/4] Swap and fault all the pages of the test enclave binary,
Jarkko Sakkinen
- [PATCH] kselftest/arm64: Ignore check_gcr_el1_cswitch binary,
Mark Brown
- [PATCH v2 0/4] kselftest/arm64: Vector length configuration tests,
Mark Brown
- [PATCH] selftests: openat2: Fix testing failure for O_LARGEFILE flag,
Baolin Wang
- [PATCH v2] lib: use of kunit in test_parman.c,
José Aquiles Guedes de Rezende
- [PATCH] net: netfilter: Fix port selection of FTP for NF_NAT_RANGE_PROTO_SPECIFIED,
Cole Dishington
- [PATCH RESEND net-next 2/2] tc-testing: Add control-plane selftest for skbmod SKBMOD_F_ECN option,
Peilin Ye
- [PATCH] lib: use of kunit in test_parman.c,
José Aquiles Guedes de Rezende
- Re: [PATCH 3/4] kunit: Add support for suite initialization and cleanup,
Brendan Higgins
- [PATCH v1 0/3] kselftest/arm64: Vector length configuration tests,
Mark Brown
- [RFC PATCH v1 0/2] Introduce XSAVE/XRSTOR self-test,
Pengfei Xu
- [PATCH bpf-next v1 0/5] sockmap: add sockmap support for unix stream socket,
Jiang Wang
- [RFC PATCH 0/4] TDX KVM selftests,
Erdem Aktas
- [RFC][PATCH v2 00/12] integrity: Introduce DIGLIM,
Roberto Sassu
[Index of Archives]
[Linux Wireless]
[Linux Bluetooth]
[Kernel Announce]
[Kernel Newbies]
[Linux RAID]
[Linux ATA RAID]
[IETF Annouce]
[Git]
[Security]
[Linux Netdev]
[Netfilter]
[Bugtraq]