Linux Kernel Selftest
[Prev Page][Next Page]
- Re: [PATCH] Documentation: kunit: Add CLI args for kunit_tool, (continued)
- [PATCH] selftest/vm: uninitialized variable in main(),
Dan Carpenter
- [PATCH] tools/testing/selftests/bpf/test_xdp_veth.sh: fix Couldn't retrieve pinned program,
Jie2x Zhou
- [PATCH] selftests:Unneeded semicolon,
Xin Gao
- [PATCH] tools: Change the division operator to a right shift operator,
Lv qian
- [PATCH v4] KVM: selftests: Fix target thread to be migrated in rseq_test,
Gavin Shan
- [PATCH v3] KVM: selftests: Fix target thread to be migrated in rseq_test,
Gavin Shan
- Re: linux-next: Tree for Jul 18 (ne_misc_dev.c),
Randy Dunlap
- [bug report] kselftest/arm64: Add utilities and a test to validate mte memory,
Dan Carpenter
- [PATCH] ksefltest: pidfd: Fix wait_states: Test terminated by timeout,
lizhijian@xxxxxxxxxxx
- [PATCH] drm/tests: Split up test cases in igt_check_drm_format_min_pitch,
Maíra Canal
- [PATCH v2] KVM: selftests: Fix target thread to be migrated in rseq_test,
Gavin Shan
- Re: FAIL: alsa/Makefile dependency check,
Mark Brown
[PATCH v2] kcsan: test: Add a .kunitconfig to run KCSAN tests,
David Gow
[PATCH] mmc: sdhci-of-aspeed: test: Fix dependencies when KUNIT=m,
David Gow
[PATCH v2] firmware_loader: Replace kmap() with kmap_local_page(),
Fabio M. De Francesco
kselftest/next build: 8 builds: 0 failed, 8 passed (v5.19-rc4-23-ga917dd94b832),
kernelci.org bot
[PATCH v2] selftests: timers: clocksource-switch: add 'runtime' command line parameter,
Wolfram Sang
[PATCH] tools/testing/selftests/net/bpf/Makefile: fix fatal error: 'bpf/bpf_helpers.h' file not found,
Jie2x Zhou
[PATCH] KVM: selftests: Double check on the current CPU in rseq_test,
Gavin Shan
[PATCH AUTOSEL 5.18 40/41] wireguard: selftests: always call kernel makefile,
Sasha Levin
[PATCH AUTOSEL 5.18 39/41] wireguard: selftests: use virt machine on m68k,
Sasha Levin
[PATCH AUTOSEL 5.18 38/41] wireguard: selftests: set fake real time in init,
Sasha Levin
[PATCH bpf-next] selftests/bpf: Return true/false (not 1/0) from bool functions,
xiaolinkui
[PATCH 0/9] selftests: timers: fixes and improvements,
Wolfram Sang
- [PATCH 1/9] selftests: timers: valid-adjtimex: build fix for newer toolchains,
Wolfram Sang
- [PATCH 2/9] selftests: timers: fix declarations of main(),
Wolfram Sang
- [PATCH 3/9] selftests: timers: nanosleep: adapt to kselftest framework,
Wolfram Sang
- [PATCH 4/9] selftests: timers: inconsistency-check: adapt to kselftest framework,
Wolfram Sang
- [PATCH 5/9] selftests: timers: clocksource-switch: fix passing errors from child,
Wolfram Sang
- [PATCH 6/9] selftests: timers: clocksource-switch: sort includes,
Wolfram Sang
- [PATCH 8/9] selftests: timers: clocksource-switch: add 'runtime' command line parameter,
Wolfram Sang
- [PATCH 7/9] selftests: timers: clocksource-switch: add command line switch to skip sanity check,
Wolfram Sang
- [PATCH 9/9] selftests: timers: clocksource-switch: adapt to kselftest framework,
Wolfram Sang
- Re: [PATCH 0/9] selftests: timers: fixes and improvements,
John Stultz
[PATCH net v3 1/2] ip: fix dflt addr selection for connected nexthop,
Nicolas Dichtel
[PATCH] selftests/landlock: drop deprecated headers dependency,
Guillaume Tucker
[PATCH] Makefile: replace headers_install with headers for kselftest,
Guillaume Tucker
[PATCH] module: kunit: Load .kunit_test_suites section when CONFIG_KUNIT=m,
David Gow
[PATCH v2] kunit: executor: Fix a memory leak on failure in kunit_filter_tests,
David Gow
[PATCH v7 0/7] bpf: Add bpf_verify_pkcs7_signature() helper,
Roberto Sassu
[PATCH bpf-next v6 00/23] Introduce eBPF support for HID devices,
Benjamin Tissoires
- [PATCH bpf-next v6 01/23] selftests/bpf: fix config for CLS_BPF,
Benjamin Tissoires
- [PATCH bpf-next v6 03/23] bpf/verifier: do not clear meta in check_mem_size,
Benjamin Tissoires
- [PATCH bpf-next v6 02/23] bpf/verifier: allow kfunc to read user provided context,
Benjamin Tissoires
- [PATCH bpf-next v6 04/23] selftests/bpf: add test for accessing ctx from syscall program type,
Benjamin Tissoires
- [PATCH bpf-next v6 05/23] bpf/verifier: allow kfunc to return an allocated mem,
Benjamin Tissoires
- [PATCH bpf-next v6 06/23] selftests/bpf: Add tests for kfunc returning a memory pointer,
Benjamin Tissoires
- [PATCH bpf-next v6 08/23] libbpf: add map_get_fd_by_id and map_delete_elem in light skeleton,
Benjamin Tissoires
- [PATCH bpf-next v6 07/23] bpf: prepare for more bpf syscall to be used from kernel and user space.,
Benjamin Tissoires
- [PATCH bpf-next v6 09/23] HID: core: store the unique system identifier in hid_device,
Benjamin Tissoires
- [PATCH bpf-next v6 10/23] HID: export hid_report_type to uapi,
Benjamin Tissoires
- [PATCH bpf-next v6 11/23] HID: convert defines of HID class requests into a proper enum,
Benjamin Tissoires
- [PATCH bpf-next v6 12/23] HID: initial BPF implementation,
Benjamin Tissoires
- [PATCH bpf-next v6 13/23] selftests/bpf: add tests for the HID-bpf initial implementation,
Benjamin Tissoires
- [PATCH bpf-next v6 15/23] selftests/bpf/hid: add test to change the report size,
Benjamin Tissoires
- [PATCH bpf-next v6 14/23] HID: bpf: allocate data memory for device_event BPF programs,
Benjamin Tissoires
- [PATCH bpf-next v6 16/23] HID: bpf: introduce hid_hw_request(),
Benjamin Tissoires
- [PATCH bpf-next v6 17/23] selftests/bpf: add tests for bpf_hid_hw_request,
Benjamin Tissoires
- [PATCH bpf-next v6 18/23] HID: bpf: allow to change the report descriptor,
Benjamin Tissoires
- [PATCH bpf-next v6 20/23] selftests/bpf: Add a test for BPF_F_INSERT_HEAD,
Benjamin Tissoires
- [PATCH bpf-next v6 19/23] selftests/bpf: add report descriptor fixup tests,
Benjamin Tissoires
- [PATCH bpf-next v6 22/23] HID: bpf: add Surface Dial example,
Benjamin Tissoires
- [PATCH bpf-next v6 21/23] samples/bpf: add new hid_mouse example,
Benjamin Tissoires
- [PATCH bpf-next v6 23/23] Documentation: add HID-BPF docs,
Benjamin Tissoires
- Re: [PATCH bpf-next v6 00/23] Introduce eBPF support for HID devices,
Alexei Starovoitov
[PATCH] proc: fix test for "vsyscall=xonly" boot option,
Alexey Dobriyan
kselftest/next build: 5 builds: 0 failed, 5 passed (v5.19-rc4-13-g67bd292cd281),
kernelci.org bot
[PATCH net v2 1/2] ip: fix dflt addr selection for connected nexthop,
Nicolas Dichtel
[PATCH] kunit: executor: Fix a memory leak on failure in kunit_filter_tests,
David Gow
[PATCH v2 0/4] Fix kselftest build with sub-directory,
Guillaume Tucker
[PATCH v2 0/2] selftests/x86: AMX-related test improvements,
Chang S. Bae
[PATCH] clk: explicitly disable CONFIG_UML_PCI_OVER_VIRTIO in .kunitconfig,
Daniel Latypov
[PATCH v4 0/5] Rework KUnit test execution in modules,
David Gow
[PATCH net] selftest: net: add tun to .gitignore,
Jakub Kicinski
kselftest/next kselftest-seccomp: 4 runs, 1 regressions (v5.19-rc4-9-gdbeb23272687),
kernelci.org bot
kselftest/next build: 8 builds: 0 failed, 8 passed (v5.19-rc4-9-gdbeb23272687),
kernelci.org bot
[PATCH v5 0/9] drm: selftest: Convert to KUnit,
Maíra Canal
- [PATCH v5 2/9] drm: selftest: convert drm_cmdline_parser selftest to KUnit,
Maíra Canal
- [PATCH v5 1/9] drm: selftest: convert drm_damage_helper selftest to KUnit,
Maíra Canal
- [PATCH v5 3/9] drm: selftest: convert drm_rect selftest to KUnit,
Maíra Canal
- [PATCH v5 4/9] drm: selftest: convert drm_format selftest to KUnit,
Maíra Canal
- [PATCH v5 6/9] drm: selftest: convert drm_dp_mst_helper selftest to KUnit,
Maíra Canal
- [PATCH v5 5/9] drm: selftest: convert drm_plane_helper selftest to KUnit,
Maíra Canal
- [PATCH v5 7/9] drm: selftest: convert drm_framebuffer selftest to KUnit,
Maíra Canal
- [PATCH v5 9/9] drm: selftest: convert drm_mm selftest to KUnit,
Maíra Canal
- [PATCH v5 8/9] drm: selftest: convert drm_buddy selftest to KUnit,
Maíra Canal
- Re: [PATCH v5 0/9] drm: selftest: Convert to KUnit,
Javier Martinez Canillas
[PATCH v3] kunit: tool: Enable virtio/PCI by default on UML,
Daniel Latypov
[PATCH 0/4] Fix kselftest build with sub-directory,
Guillaume Tucker
[PATCH bpf] selftests/bpf: Fix xdp_synproxy build failure if CONFIG_NF_CONNTRACK=m/n,
Maxim Mikityanskiy
[PATCH v6 1/4] panic: Taint kernel if tests are run,
David Gow
[PATCH v4] kunit: tool: make --kunitconfig repeatable, blindly concat,
Daniel Latypov
[PATCH v2 0/4] Introduce security_create_user_ns(),
Frederick Lawler
Re: [PATCH v2 0/4] Introduce security_create_user_ns(),
Christian Göttsche
[PATCH v4 net-next 0/6] Extend locked port feature with FDB locked flag (MAC-Auth/MAB),
Hans Schultz
[PATCH 0/2] selftests: forwarding: Install two missing tests,
Martin Blumenstingl
[PATCH v3] selftests/vm: enable running select groups of tests,
Joel Savitz
[PATCH v2] selftests/vm: enable running select groups of tests,
Joel Savitz
[PATCH net-next 1/1] net: dsa: mv88e6xxx: allow reading FID when handling ATU violations,
Hans Schultz
[PATCH v3] apparmor: test: Remove some casts which are no-longer required,
David Gow
[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory,
Chao Peng
- [PATCH v7 01/14] mm: Add F_SEAL_AUTO_ALLOCATE seal to memfd,
Chao Peng
- [PATCH v7 02/14] selftests/memfd: Add tests for F_SEAL_AUTO_ALLOCATE,
Chao Peng
- [PATCH v7 03/14] mm: Introduce memfile_notifier,
Chao Peng
- [PATCH v7 04/14] mm/shmem: Support memfile_notifier,
Chao Peng
- [PATCH v7 05/14] mm/memfd: Introduce MFD_INACCESSIBLE flag,
Chao Peng
- [PATCH v7 06/14] KVM: Rename KVM_PRIVATE_MEM_SLOTS to KVM_INTERNAL_MEM_SLOTS,
Chao Peng
- [PATCH v7 07/14] KVM: Use gfn instead of hva for mmu_notifier_retry,
Chao Peng
- [PATCH v7 08/14] KVM: Rename mmu_notifier_*,
Chao Peng
- [PATCH v7 09/14] KVM: Extend the memslot to support fd-based private memory,
Chao Peng
- [PATCH v7 10/14] KVM: Add KVM_EXIT_MEMORY_FAULT exit,
Chao Peng
- [PATCH v7 11/14] KVM: Register/unregister the guest private memory regions,
Chao Peng
- [PATCH v7 14/14] memfd_create.2: Describe MFD_INACCESSIBLE flag,
Chao Peng
- [PATCH v7 12/14] KVM: Handle page fault for private memory,
Chao Peng
- [PATCH v7 13/14] KVM: Enable and expose KVM_MEM_PRIVATE,
Chao Peng
- Re: [PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory,
Gupta, Pankaj
- Re: [PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory,
Nikunj A. Dadhania
- Re: [PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory,
Hugh Dickins
- Re: [PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory,
Fuad Tabba
- Re: [PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory,
Michael Roth
- <Possible follow-ups>
- Re: [PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory,
Christian Brauner
[PATCH net-next 0/5] tls: rx: nopad and backlog flushing,
Jakub Kicinski
[PATCH] selftests/vm: enable running select groups of tests,
Joel Savitz
[PATCH v11 0/2] Introduce XSAVE feature self-test,
Pengfei Xu
[PATCH v1 0/4] arm64/sme: ptrace support for TPIDR2_EL0,
Mark Brown
[PATCH] selftests/kvm: Add error messages before skipping tests in vm_xsave_req_perm(),
Gautam Menghani
[PATCH v9 0/9] x86: Show in sysfs if a memory node is able to do encryption,
Martin Fernandez
- [PATCH v9 5/9] x86/e820: Refactor e820__range_remove,
Martin Fernandez
- [PATCH v9 1/9] mm/memblock: Tag memblocks with crypto capabilities,
Martin Fernandez
- [PATCH v9 2/9] mm/mmzone: Tag pg_data_t with crypto capabilities,
Martin Fernandez
- [PATCH v9 4/9] x86/e820: Refactor __e820__range_update,
Martin Fernandez
- [PATCH v9 3/9] x86/e820: Add infrastructure to refactor e820__range_{update,remove},
Martin Fernandez
- [PATCH v9 9/9] drivers/node: Show in sysfs node's crypto capabilities,
Martin Fernandez
- [PATCH v9 7/9] x86/e820: Add unit tests for e820_range_* functions,
Martin Fernandez
- [PATCH v9 6/9] x86/e820: Tag e820_entry with crypto capabilities,
Martin Fernandez
- [PATCH v9 8/9] x86/efi: Mark e820_entries as crypto capable from EFI memmap,
Martin Fernandez
- Re: [PATCH v9 0/9] x86: Show in sysfs if a memory node is able to do encryption,
Borislav Petkov
[PATCH] docs/kselftest: Fix build commands in guidelines,
Muhammad Usama Anjum
kselftest/next kselftest-lib: 9 runs, 1 regressions (v5.19-rc4-7-gb7ecce6800eb),
kernelci.org bot
kselftest/next kselftest-seccomp: 5 runs, 2 regressions (v5.19-rc4-7-gb7ecce6800eb),
kernelci.org bot
kselftest/next kselftest-cpufreq: 3 runs, 1 regressions (v5.19-rc4-7-gb7ecce6800eb),
kernelci.org bot
kselftest/next build: 5 builds: 0 failed, 5 passed (v5.19-rc4-7-gb7ecce6800eb),
kernelci.org bot
[PATCH v2] Documentation: KUnit: Fix example with compilation error,
Maíra Canal
[PATCH net 0/3] Fix bridge_vlan_aware.sh and bridge_vlan_unaware.sh with IFF_UNICAST_FLT,
Vladimir Oltean
[PATCH v4 0/9] drm: selftest: Convert to KUnit,
Maíra Canal
- [PATCH v4 1/9] drm: selftest: convert drm_damage_helper selftest to KUnit,
Maíra Canal
- [PATCH v4 2/9] drm: selftest: convert drm_cmdline_parser selftest to KUnit,
Maíra Canal
- [PATCH v4 3/9] drm: selftest: convert drm_rect selftest to KUnit,
Maíra Canal
- [PATCH v4 5/9] drm: selftest: convert drm_plane_helper selftest to KUnit,
Maíra Canal
- [PATCH v4 4/9] drm: selftest: convert drm_format selftest to KUnit,
Maíra Canal
- [PATCH v4 6/9] drm: selftest: convert drm_dp_mst_helper selftest to KUnit,
Maíra Canal
- [PATCH v4 7/9] drm: selftest: convert drm_framebuffer selftest to KUnit,
Maíra Canal
- [PATCH v4 8/9] drm: selftest: convert drm_buddy selftest to KUnit,
Maíra Canal
- [PATCH v4 9/9] drm: selftest: convert drm_mm selftest to KUnit,
Maíra Canal
- Re: [PATCH v4 0/9] drm: selftest: Convert to KUnit,
Javier Martinez Canillas
[PATCH 00/12] Fix several documentation build warnings with Sphinx 2.4.4,
Mauro Carvalho Chehab
[PATCH] kunit: Documentation: Fix a kernel-doc reference,
David Gow
[PATCH v5 1/4] panic: Taint kernel if tests are run,
David Gow
[PATCH] selftests:timers: globals don't need initialization,
Zan Aziz
[PATCH] Documentation: Kunit: Fix example with compilation error,
Maíra Canal
[net-next v4 0/4] seg6: add support for SRv6 Headend Reduced Encapsulation,
Andrea Mayer
[PATCH net-next] selftest: net: bridge mdb add/del entry to port that is down,
Casper Andersson
[RESEND PATCH] selftests: drivers/dma-buf: Improve message in selftest summary,
Soumya Negi
[PATCH] net/cmsg_sender: Remove a semicolon,
Li kunyu
[Index of Archives]
[Linux Wireless]
[Linux Bluetooth]
[Kernel Announce]
[Kernel Newbies]
[Linux RAID]
[Linux ATA RAID]
[IETF Annouce]
[Git]
[Security]
[Linux Netdev]
[Netfilter]
[Bugtraq]