Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2025-05-30 17:00:04 to 2025-06-04 02:20:12 UTC [more...]

[PATCH] selftests: ublk: kublk: improve behavior on init failure
 2025-06-04  2:20 UTC  (3+ messages)

[PATCH net-next v12 00/10] tun: Introduce virtio-net hashing feature
 2025-06-04  1:53 UTC  (11+ messages)
` [PATCH net-next v12 01/10] virtio_net: Add functions for hashing
` [PATCH net-next v12 02/10] net: flow_dissector: Export flow_keys_dissector_symmetric
` [PATCH net-next v12 03/10] tun: Allow steering eBPF program to fall back
` [PATCH net-next v12 04/10] tun: Add common virtio-net hash feature code

[PATCH net] selftests: drv-net: tso: make bkg() wait for socat to quit
 2025-06-04  1:20 UTC 

[PATCH net] selftests: drv-net: tso: fix the GRE device name
 2025-06-04  1:20 UTC 

[PATCH net v2] selftests: drv-net: add configs for the TSO test
 2025-06-04  0:16 UTC 

[PATCH 00/17] ARM64 PMU Partitioning
 2025-06-03 22:43 UTC  (29+ messages)
` [PATCH 01/17] arm64: cpufeature: Add cpucap for HPMN0
` [PATCH 02/17] arm64: Generate sign macro for sysreg Enums
` [PATCH 03/17] arm64: cpufeature: Add cpucap for PMICNTR
` [PATCH 04/17] KVM: arm64: Cleanup PMU includes
` [PATCH 05/17] KVM: arm64: Reorganize PMU functions
` [PATCH 06/17] KVM: arm64: Introduce method to partition the PMU
` [PATCH 07/17] perf: arm_pmuv3: Generalize counter bitmasks
` [PATCH 08/17] perf: arm_pmuv3: Keep out of guest counter partition
` [PATCH 09/17] KVM: arm64: Set up FGT for Partitioned PMU
` [PATCH 10/17] KVM: arm64: Writethrough trapped PMEVTYPER register
` [PATCH 11/17] KVM: arm64: Use physical PMSELR for PMXEVTYPER if partitioned
` [PATCH 12/17] KVM: arm64: Writethrough trapped PMOVS register
` [PATCH 13/17] KVM: arm64: Context switch Partitioned PMU guest registers
` [PATCH 14/17] perf: pmuv3: Handle IRQs for Partitioned PMU guest counters
` [PATCH 15/17] KVM: arm64: Inject recorded guest interrupts
` [PATCH 16/17] KVM: arm64: Add ioctl to partition the PMU when supported
` [PATCH 17/17] KVM: arm64: selftests: Add test case for partitioned PMU

[PATCH v2] selftests: ir_decoder: Convert header comment to proper multi-line block
 2025-06-03 22:19 UTC 

[PATCH bpf-next v4 0/9] bpf: Mitigate Spectre v1 using barriers
 2025-06-03 21:32 UTC  (10+ messages)
` [PATCH bpf-next v4 1/9] bpf: Move insn if/else into do_check_insn()
` [PATCH bpf-next v4 2/9] bpf: Return -EFAULT on misconfigurations
` [PATCH bpf-next v4 3/9] bpf: Return -EFAULT on internal errors
` [PATCH bpf-next v4 4/9] bpf, arm64, powerpc: Add bpf_jit_bypass_spec_v1/v4()
` [PATCH bpf-next v4 5/9] bpf, arm64, powerpc: Change nospec to include v1 barrier
` [PATCH bpf-next v4 6/9] bpf: Rename sanitize_stack_spill to nospec_result
` [PATCH bpf-next v4 7/9] bpf: Fall back to nospec for Spectre v1
` [PATCH bpf-next v4 8/9] selftests/bpf: Add test for Spectre v1 mitigation
` [PATCH bpf-next v4 9/9] bpf: Fall back to nospec for sanitization-failures

[PATCH bpf-next v3 00/11] bpf: Mitigate Spectre v1 using barriers
 2025-06-03 21:07 UTC  (4+ messages)
` [PATCH bpf-next v3 10/11] bpf: Allow nospec-protected var-offset stack access

[PATCH v3 1/2] libbpf: add support for printing BTF character arrays as strings
 2025-06-03 20:37 UTC  (2+ messages)
` [PATCH v3 2/2] Tests for the ".emit_strings" functionality in the BTF dumper

[PATCH v2 1/2] libbpf: add support for printing BTF character arrays as strings
 2025-06-03 20:36 UTC  (6+ messages)
` [PATCH v2 2/2] Tests for the ".emit_strings" functionality in the BTF dumper

[PATCH] selftests/timers: Fix integer overlow errors on 32 bit systems
 2025-06-03 20:27 UTC  (2+ messages)

[PATCH v2 0/4] selftests/mm: cow and gup_longterm cleanups
 2025-06-03 20:21 UTC  (19+ messages)
` [PATCH v2 2/4] selftests/mm: Add helper for logging test start and results
` [PATCH v2 3/4] selftests/mm: Report unique test names for each cow test
` [PATCH v2 4/4] selftests/mm: Fix test result reporting in gup_longterm

[PATCH v2] riscv: sbi: Add SBI Debug Triggers Extension tests
 2025-06-03 19:59 UTC 

[PATCH] selftests: Add version file to kselftest installation dir
 2025-06-03 19:56 UTC  (4+ messages)

[RESEND PATCH] selftests/bpf: Fix bpf selftest build error
 2025-06-03 17:55 UTC  (5+ messages)

[RFC PATCH 00/33] vfio: Introduce selftests for VFIO
 2025-06-03 17:28 UTC  (25+ messages)
` [RFC PATCH 02/33] vfio: selftests: Add a helper library for VFIO selftests
` [RFC PATCH 04/33] vfio: selftests: Test basic VFIO and IOMMUFD integration
` [RFC PATCH 07/33] vfio: selftests: Use command line to set hugepage size for DMA mapping test
` [RFC PATCH 08/33] vfio: selftests: Validate 2M/1G HugeTLB are mapped as 2M/1G in IOMMU
` [RFC PATCH 29/33] vfio: selftests: Make iommufd the default iommu_mode
` [RFC PATCH 30/33] vfio: selftests: Add a script to help with running VFIO selftests

[PATCH net] selftests: drv-net: add configs for the TSO test
 2025-06-03 13:55 UTC  (3+ messages)

[PATCH v2 0/3] KVM: arm64: selftests: arch_timer_edge_cases fixes
 2025-06-03 12:35 UTC  (2+ messages)

[PATCH v5 0/5] kunit: Add support for suppressing warning backtraces
 2025-06-03 12:26 UTC  (18+ messages)
` [PATCH v5 1/5] bug/kunit: Core "

[PATCH v5 00/29] iommufd: Add vIOMMU infrastructure (Part-4 HW QUEUE)
 2025-06-03 12:24 UTC  (22+ messages)
` [PATCH v5 14/29] iommufd/viommu: Add IOMMUFD_CMD_HW_QUEUE_ALLOC ioctl
` [PATCH v5 17/29] iommufd: Add mmap interface
` [PATCH v5 21/29] iommufd: Allow an input data_type via iommu_hw_info
` [PATCH v5 28/29] iommu/tegra241-cmdqv: Add user-space use support
` [PATCH v5 29/29] iommu/tegra241-cmdqv: Add IOMMU_VEVENTQ_TYPE_TEGRA241_CMDQV support

[PATCH net v3] selftests: net: build net/lib dependency in all target
 2025-06-03 10:30 UTC  (2+ messages)

[PATCH] selftests: ipc: Replace fail print statements with ksft_test_result_fail
 2025-06-03 10:28 UTC  (3+ messages)

[PATCH net] Revert "kunit: configs: Enable CONFIG_INIT_STACK_ALL_PATTERN in all_tests"
 2025-06-03  9:30 UTC  (7+ messages)

[kvm-unit-tests PATCH] riscv: sbi: Add SBI Debug Triggers Extension tests
 2025-06-03  7:46 UTC  (3+ messages)

[PATCH v2] selftests: Add functional test for the abort file in fusectl
 2025-06-03  6:26 UTC  (5+ messages)

[PATCH v2] selftests/bpf: Validate UDP length in cls_redirect test
 2025-06-03  5:28 UTC 

[PATCH] libbpf: add support for printing BTF character arrays as strings
 2025-06-03  4:47 UTC  (8+ messages)

[RFC] selftests/mm: Skip tests dependent on a binary not built
 2025-06-03  2:12 UTC  (3+ messages)
` [PATCH RESEND] selftests/mm/run_vmtests.sh: skip hugevm tests if write_to_hugetlbfs is missing

[PATCH] selftests: firmware: Add details in error logging
 2025-06-02 23:22 UTC  (4+ messages)

[PATCH v3] selftests/ptrace/get_syscall_info: fix for MIPS n32
 2025-06-02 22:56 UTC 

[PATCH v2] selftests/filesystems: Fix build of anon_inode_test
 2025-06-02 22:33 UTC  (2+ messages)

[PATCH v2] selftests/ptrace/get_syscall_info: fix for MIPS n32
 2025-06-02 22:21 UTC  (6+ messages)

[PATCH] lib/tests: Make RANDSTRUCT_KUNIT_TEST depend on RANDSTRUCT
 2025-06-02 18:19 UTC  (4+ messages)

[PATCH] lib/tests: Make FORTIFY_KUNIT_TEST depend on FORTIFY_SOURCE
 2025-06-02 18:11 UTC  (2+ messages)

[PATCH v2 10/10] selftests/sched_ext: Add test for sched_ext dl_server
 2025-06-02 18:01 UTC 

[PATCH] selftests/bpf: Validate UDP length in cls_redirect test
 2025-06-02 17:43 UTC 

[RFC PATCH v2 0/9] KVM: Enable Nested Virt selftests
 2025-06-02 15:38 UTC  (6+ messages)
` [RFC PATCH v2 8/9] KVM: selftests: arm64: Extend kvm_page_table_test to run guest code in vEL2

[PATCH net-next v2 0/4] netconsole: Optimize console registration and improve testing
 2025-06-02 14:57 UTC  (6+ messages)
` [PATCH net-next v2 1/4] netconsole: Only register console drivers when targets are configured
` [PATCH net-next v2 2/4] netconsole: Add automatic console unregistration on target removal
` [PATCH net-next v2 3/4] selftests: netconsole: Do not exit from inside the validation function
` [PATCH net-next v2 4/4] selftests: netconsole: Add support for basic netconsole target format

[syzbot] [cgroups?] general protection fault in __cgroup_rstat_lock
 2025-06-02 14:15 UTC  (2+ messages)

[PATCH v11 0/5] rust: replace kernel::str::CStr w/ core::ffi::CStr
 2025-06-02 13:54 UTC  (10+ messages)
` [PATCH v11 1/5] rust: macros: reduce collections in `quote!` macro
` [PATCH v11 3/5] rust: replace `CStr` with `core::ffi::CStr`
` [PATCH v11 4/5] rust: replace `kernel::c_str!` with C-Strings

[PATCH bpf-next v1 0/2] bpf,ktls: Fix data corruption caused by using bpf_msg_pop_data() in ktls
 2025-06-02 11:04 UTC  (4+ messages)
` [PATCH bpf-next v1 1/2] bpf,ktls: Fix data corruption when "

[PATCH bpf-next 1/2] bpf: Add bpf_task_cwd_from_pid() kfunc
 2025-06-02  6:20 UTC  (2+ messages)

[PATCH AUTOSEL 6.12 69/93] selftests: harness: Mark functions without prototypes static
 2025-06-01 23:33 UTC 

[PATCH AUTOSEL 6.14 076/102] selftests: harness: Mark functions without prototypes static
 2025-06-01 23:29 UTC 

[PATCH AUTOSEL 6.15 082/110] selftests: harness: Mark functions without prototypes static
 2025-06-01 23:24 UTC 

[PATCH] selftests/damon/_damon_sysfs: skip testcases if CONFIG_DAMON_SYSFS is disabled
 2025-05-31 16:48 UTC  (2+ messages)

[PATCH 0/4] selftests/mm/uffd: refactor global variables
 2025-05-31  7:46 UTC  (2+ messages)
` [PATCH v4 1/1] selftests/mm/uffd: Refactor non-composite global vars into struct

[PATCH net v2] selftests: net: build net/lib dependency in all target
 2025-05-31  5:19 UTC  (2+ messages)

[PATCH v1 1/1] selftests/x86: Add a test to detect infinite sigtrap handler loop
 2025-05-31  0:14 UTC  (2+ messages)

[PATCH v4 00/23] iommufd: Add vIOMMU infrastructure (Part-4 HW QUEUE)
 2025-05-30 18:34 UTC  (10+ messages)
` [PATCH v4 05/23] iommufd/driver: Let iommufd_viommu_alloc helper save ictx to viommu->ictx

[PATCH v1 0/6] VMM can handle guest SEA via KVM_EXIT_ARM_SEA
 2025-05-30 17:29 UTC  (4+ messages)
` [PATCH v1 1/6] KVM: arm64: VM exit to userspace to handle SEA


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox