Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2026-07-17 23:34:30 to 2026-07-20 16:23:47 UTC [more...]

[PATCH net-next v2 0/7] net: convert rawv6, ieee802154, phonet and tls getsockopt to sockopt_t
 2026-07-20 16:17 UTC  (6+ messages)
` [PATCH net-next v2 1/7] ipv6: raw: drop unused level argument from do_rawv6_getsockopt
` [PATCH net-next v2 2/7] ipv6: raw: convert do_rawv6_getsockopt to sockopt_t
` [PATCH net-next v2 3/7] ieee802154: convert dgram getsockopt "
` [PATCH net-next v2 4/7] phonet: pep: do not write beyond optlen in getsockopt
` [PATCH net-next v2 5/7] phonet: pep: convert getsockopt to sockopt_t

[RFC PATCH] liveupdate: Allow multiple openers for /dev/liveupdate
 2026-07-20 15:59 UTC  (9+ messages)

[PATCH v2 00/15] mm/rmap: index MAP_PRIVATE file-backed folios by virt pgoff
 2026-07-20 15:49 UTC  (17+ messages)
` [PATCH v2 01/15] mm/vma: introduce VMA virtual page offset field and add helpers
` [PATCH v2 02/15] mm: introduce linear_virt_page_index()
` [PATCH v2 03/15] mm: abstract vma_address() and introduce vma_anon_address()
` [PATCH v2 04/15] mm: update print_bad_page_map() to show virtual page index
` [PATCH v2 05/15] mm: introduce and use vma_filebacked_address()
` [PATCH v2 06/15] mm: propagate VMA virtual page offset on map, remap, split + merge
` [PATCH v2 07/15] mm/rmap: track whether the page VMA mapped walk is anonymous
` [PATCH v2 08/15] mm: introduce and use linear_folio_page_index()
` [PATCH v2 09/15] mm/rmap: use virt pgoff for MAP_PRIVATE file-backed anon folios
` [PATCH v2 10/15] tools/testing/vma: expand VMA merge tests to assert virt pgoff
` [PATCH v2 11/15] tools/testing/selftests/mm: test virtual page offset merge behaviour
` [PATCH v2 12/15] mm/vma: only permit MAP_PRIVATE /dev/zero to be mapped anonymous
` [PATCH v2 13/15] mm/vma: make MAP_PRIVATE-mapped /dev/zero mappings truly anonymous
` [PATCH v2 14/15] tools/testing/vma: add test to assert MAP_PRIVATE-/dev/zero is anon
` [PATCH v2 15/15] tools/testing/selftests/mm: add MAP_PRIVATE-/dev/zero merge tests

[PATCH-cgroup/for-7.3] selftests/cgroup: Fix minor defects in test_cpuset
 2026-07-20 15:40 UTC  (3+ messages)

[PATCH net 0/7] selftests: net: add missing kconfig and settings
 2026-07-20 15:24 UTC  (9+ messages)
` [PATCH net 2/7] selftests: openvswitch: add config file

[RFC PATCH v2 00/11] KVM: Allow alternative providers of guest_memfd backed by PFNMAP memory
 2026-07-20 15:11 UTC  (13+ messages)
` [RFC PATCH v2 01/11] KVM: selftests: sev_smoke_test: Only run VM types the host offers
  ` [RFC PATCH v2 02/11] KVM: selftests: sev_init2_tests: Derive SEV availability from KVM
  ` [RFC PATCH v2 03/11] KVM: SEV: Remove struct page dependency from SNP gmem paths
  ` [RFC PATCH v2 04/11] KVM: guest_memfd: Introduce guest memory ops and route native gmem through them
  ` [RFC PATCH v2 05/11] iommufd: Look up private-interconnect phys via exporter symbols
  ` [RFC PATCH v2 06/11] iommufd: Plumb dma-buf memory-type (RAM vs MMIO) through the phys map
  ` [RFC PATCH v2 07/11] KVM: guest_memfd: Add ops-driven page revocation
  ` [RFC PATCH v2 08/11] samples/kvm: Add guest_memfd backing sample
  ` [RFC PATCH v2 09/11] selftests/kvm: gmem_provider KVM-only tests
  ` [RFC PATCH v2 10/11] selftests/kvm: gmem_provider iommufd tests
  ` [RFC PATCH v2 11/11] samples/kvm, selftests/kvm: Allow the gmem_provider NVMe DMA test on arm64

[PATCH net-next v2 0/6] Deliver TLS control records to kernel read_sock consumers
 2026-07-20 14:28 UTC  (7+ messages)
` [PATCH net-next v2 1/6] net/tls: Bound consecutive no-data records in tls_sw_read_sock()
` [PATCH net-next v2 2/6] net: Introduce read_sock_rectype proto_ops for control record delivery
` [PATCH net-next v2 3/6] tls: Implement read_sock_rectype for kTLS software path
` [PATCH net-next v2 4/6] selftests/tls: Add tests for data/control record interleaving
` [PATCH net-next v2 5/6] SUNRPC: Use read_sock_rectype for svcsock TCP receives
` [PATCH net-next v2 6/6] SUNRPC: Remove sock_recvmsg path from "

[PATCH] selftests: timers: Use CPU time for CPU timers in posix_timers test
 2026-07-20 14:14 UTC  (2+ messages)

[PATCH 01/15] mm/vma: introduce VMA virtual page offset field and add helpers
 2026-07-20 13:47 UTC  (5+ messages)

[PATCH 00/15] mm/rmap: index MAP_PRIVATE file-backed folios by virt pgoff
 2026-07-20 13:45 UTC  (6+ messages)
` [PATCH 07/15] mm/rmap: track whether the page VMA mapped walk is anonymous
` [syzbot ci] Re: mm/rmap: index MAP_PRIVATE file-backed folios by virt pgoff

[PATCH net-next v3 0/3] Extend packet socket selftests
 2026-07-20 12:27 UTC  (4+ messages)
` [PATCH net-next v3 1/3] selftests/net: Test PACKET_STATISTICS
` [PATCH net-next v3 2/3] selftests/net: Test PACKET_STATISTICS drops
` [PATCH net-next v3 3/3] selftests/net: Test PACKET_AUXDATA

[PATCH v5 0/5] selftests/mm: separate GUP microbenchmarking from functional testing
 2026-07-20 12:01 UTC  (2+ messages)

[PATCH net 2/2] selftests: ptp: add a regression test for the frequency adjustment overflow
 2026-07-20 11:28 UTC  (2+ messages)

[PATCH v2 0/3] selftests/bpf: A few edge case fixes
 2026-07-20 11:13 UTC  (4+ messages)
` [PATCH v2 1/3] selftests/bpf: Fix make install target
` [PATCH v2 2/3] selftests/bpf: Fix lsm_bdev dev_t encoding mismatch
` [PATCH v2 3/3] libbpf: Search /lib64 and /lib in resolve_full_path()

[PATCH v4 16/17] selftests/verification: Rearrange the wwnr_printk test
 2026-07-20 11:03 UTC  (4+ messages)
` [PATCH v4 17/17] selftests/verification: Add selftests for deadline and stall monitors

[PATCH] selftests/mm: transhuge-stress: check duration inside page loop
 2026-07-20 10:31 UTC 

[PATCH v5] gpio: kunit: add test cases verifying swnode devlink support
 2026-07-20 10:14 UTC  (2+ messages)

[RFC PATCH v3 0/3] mm/damon: introduce DAMOS_SPLIT action
 2026-07-20 10:02 UTC  (10+ messages)
` [RFC PATCH v3 1/3] "
` [RFC PATCH v3 2/3] mm/damon/vaddr: implement DAMOS_SPLIT handler
` [RFC PATCH v3 3/3] selftests/damon: add functional test for DAMOS_SPLIT

[PATCH bpf-next v4 1/2] bpf: add bpf_strcat,bpf_strncat kfunc
 2026-07-20  9:31 UTC  (3+ messages)
` [PATCH bpf-next v4 2/2] selftests/bpf: Test bpf_strcat,bpf_strncat kfuncs

[PATCH v2 0/2] kselftest/arm64: Add two arm64 kselftests for orig_x0 issue
 2026-07-20  8:51 UTC  (3+ messages)
` [PATCH v2 1/2] kselftest/arm64: Add seccomp ptrace x0 bypass test
` [PATCH v2 2/2] kselftest/arm64: Add testcase for SECCOMP_RET_TRACE orig_x0 bypass

[PATCH v2 0/4] ACPI: APEI: GHES: Add NVIDIA Vera CPER decoder and tests
 2026-07-20  8:37 UTC  (2+ messages)

[PATCH bpf-next v4 0/2] bpf: add bpf_strcat,bpf_strncat kfunc
 2026-07-20  8:34 UTC 

[PATCH bpf-next v3 2/2] selftests/bpf: Test bpf_strcat,bpf_strncat kfuncs
 2026-07-20  8:22 UTC  (3+ messages)

[PATCH] selftests/mm: use MAP_FAILED for mmap error check
 2026-07-20  8:17 UTC  (3+ messages)

[PATCH 0/4] selftests/bpf: A few edge case fixes
 2026-07-20  7:24 UTC  (5+ messages)
` [PATCH 1/4] selftests/bpf: Install bpftool where test_progs expects to find it

[PATCH v4 0/5] software node: provide support for fw_devlink
 2026-07-20  7:15 UTC  (5+ messages)
` (subset) "

[PATCH] selftests/proc: make proc-maps-race work with READ_IMPLIES_EXEC
 2026-07-20  6:18 UTC 

[PATCH v9 00/16] KVM: arm64: PMU: Use multiple host PMUs
 2026-07-20  5:38 UTC  (17+ messages)
` [PATCH v9 01/16] KVM: arm64: Serialize repeated vCPU initialization
` [PATCH v9 02/16] KVM: arm64: PMU: Stop updating MDCR_EL2.HPMN
` [PATCH v9 03/16] KVM: arm64: PMU: Freeze counter count after first run
` [PATCH v9 04/16] KVM: arm64: selftests: Test SET_NR_COUNTERS "
` [PATCH v9 05/16] KVM: arm64: PMU: Keep implemented counter mask EL-independent
` [PATCH v9 06/16] KVM: arm64: PMU: Recreate events after MDCR_EL2 changes
` [PATCH v9 07/16] tools headers: Use u* types for bitfield helpers
` [PATCH v9 08/16] KVM: arm64: selftests: Cover PMU state in MDCR_EL2
` [PATCH v9 09/16] arm64: errata: Require Apple IMPDEF PMUv3 traps on all CPUs
` [PATCH v9 10/16] KVM: arm64: Don't clear vcpu->cpu in kvm_arch_vcpu_put()
` [PATCH v9 11/16] KVM: arm64: PMU: Protect the list of PMUs with RCU
` [PATCH v9 12/16] KVM: arm64: PMU: Pass the pPMU to kvm_map_pmu_event()
` [PATCH v9 13/16] KVM: arm64: PMU: Pass the target CPU to kvm_pmu_probe_armpmu()
` [PATCH v9 14/16] KVM: arm64: PMU: Implement fixed-counters-only emulation
` [PATCH v9 15/16] KVM: arm64: PMU: Introduce FIXED_COUNTERS_ONLY
` [PATCH v9 16/16] KVM: arm64: selftests: Test PMU_V3_FIXED_COUNTERS_ONLY

[PATCH bpf-next v10 0/9] bpf: Introduce global percpu data
 2026-07-20  5:03 UTC  (16+ messages)
` [PATCH bpf-next v10 2/9] "
` [PATCH bpf-next v10 4/9] libbpf: Add support for "
` [PATCH bpf-next v10 5/9] bpftool: Generate skeleton "
` [PATCH bpf-next v10 6/9] selftests/bpf: Add tests to verify "
` [PATCH bpf-next v10 7/9] selftests/bpf: Test direct reading/writing read-only percpu_array map

[PATCH] selftests/sgx: use MAP_FAILED for mmap error check
 2026-07-20  2:54 UTC 

[PATCH v13 00/32] KVM: arm64: Implement support for SME
 2026-07-19 23:07 UTC  (33+ messages)
` [PATCH v13 01/32] arm64/sysreg: Define full value read/modify/write helpers
` [PATCH v13 02/32] arm64/fpsimd: Ensure all of ZCR_EL1 is initialised from idle
` [PATCH v13 03/32] arm64/fpsimd: Configure all ZCR/SMCR bits when loading task state
` [PATCH v13 04/32] arm64/fpsimd: Decide to save ZT0 and streaming mode FFR at bind time
` [PATCH v13 05/32] arm64/sve: Factor virtualizable VL discovery out of SVE specific code
` [PATCH v13 06/32] arm64/fpsimd: Determine maximum virtualisable SME vector length
` [PATCH v13 07/32] KVM: arm64: Remove bitrotted comment on handle_sve()
` [PATCH v13 08/32] KVM: arm64: Handle FEAT_IDST for guest accesses to hidden registers
` [PATCH v13 09/32] KVM: arm64: Pull ctxt_has_ helpers to start of sysreg-sr.h
` [PATCH v13 10/32] KVM: arm64: Rename SVE finalization constants to be more general
` [PATCH v13 11/32] KVM: arm64: Remove special case for FP state loading from ZCR_EL2 traps
` [PATCH v13 12/32] KVM: arm64: Define internal features for SME
` [PATCH v13 13/32] KVM: arm64: Rename sve_state_reg_region
` [PATCH v13 14/32] KVM: arm64: Store vector lengths in an array
` [PATCH v13 15/32] KVM: arm64: Factor SVE code out of fpsimd_lazy_switch_to_host()
` [PATCH v13 16/32] KVM: arm64: Document the KVM ABI for SME
` [PATCH v13 17/32] KVM: arm64: Implement SME vector length configuration
` [PATCH v13 18/32] KVM: arm64: Support SME control registers
` [PATCH v13 19/32] KVM: arm64: Support TPIDR2_EL0
` [PATCH v13 20/32] KVM: arm64: Support SME identification registers for guests
` [PATCH v13 21/32] KVM: arm64: Support SME priority registers
` [PATCH v13 22/32] KVM: arm64: Support userspace access to streaming mode Z and P registers
` [PATCH v13 23/32] KVM: arm64: Flush register state on writes to SVCR.SM and SVCR.ZA
` [PATCH v13 24/32] KVM: arm64: Expose SME specific state to userspace
` [PATCH v13 25/32] KVM: arm64: Context switch SME state for guests
` [PATCH v13 26/32] KVM: arm64: Handle SME exceptions
` [PATCH v13 27/32] KVM: arm64: Expose SME to nested guests
` [PATCH v13 28/32] KVM: arm64: Provide interface for configuring and enabling SME for guests
` [PATCH v13 29/32] KVM: arm64: selftests: Remove spurious check for single bit safe values
` [PATCH v13 30/32] KVM: arm64: selftests: Skip impossible invalid value tests
` [PATCH v13 31/32] KVM: arm64: selftests: Add SME system registers to get-reg-list
` [PATCH v13 32/32] KVM: arm64: selftests: Add SME to set_id_regs test

[PATCH v6 0/3] KVM: selftests: arm64: Improve diagnostics from set_id_regs
 2026-07-19 19:24 UTC  (4+ messages)
` [PATCH v6 1/3] KVM: selftests: arm64: Report set_id_reg reads of test registers as tests
` [PATCH v6 2/3] KVM: selftests: arm64: Report register reset tests individually
` [PATCH v6 3/3] KVM: selftests: arm64: Make set_id_regs bitfield validatity checks non-fatal

[RFC PATCH net-next 00/13] net: knod: in-kernel network offload device
 2026-07-19 17:58 UTC  (14+ messages)
` [RFC PATCH net-next 01/13] net: knod: add uapi and core headers
` [RFC PATCH net-next 02/13] net: devmem: extend memory provider for knod
` [RFC PATCH net-next 03/13] net: core: add XDP_MODE_HW offload hook "
` [RFC PATCH net-next 04/13] net: knod: add offload device core and control plane
` [RFC PATCH net-next 05/13] bpf: offload: allow PERCPU_ARRAY maps for offloaded programs
` [RFC PATCH net-next 06/13] drm/amdkfd: prepare kfd core for the knod provider
` [RFC PATCH net-next 07/13] drm/amdkfd: add knod provider core
` [RFC PATCH net-next 08/13] drm/amdkfd: add GPU instruction emitter and disassembler
` [RFC PATCH net-next 09/13] drm/amdkfd: add BPF-to-GPU JIT offload
` [RFC PATCH net-next 10/13] net/mlx5e: add knod XDP offload support
` [RFC PATCH net-next 11/13] bnxt_en: "
` [RFC PATCH net-next 12/13] selftests: drivers/net: add knod tests
` [RFC PATCH net-next 13/13] drm/amdkfd: add IPsec full-packet offload

[PATCH bpf-next v2 0/3] bpf: Disallow interpreter fallback for interpreter-unsupported insns
 2026-07-19 17:40 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: remove redundant config option from selftests fragments
 2026-07-19 16:30 UTC  (2+ messages)

[PATCH bpf-next v2 0/2] bpf: Reject arena frees below the arena base
 2026-07-19 16:30 UTC  (2+ messages)

[PATCH bpf-next v2 0/4] bpf: Add memory usage for arena and selftest
 2026-07-19 16:20 UTC  (6+ messages)
` [PATCH bpf-next v2 3/4] selftests/bpf: Run arena tests serially
` [PATCH bpf-next v2 4/4] selftests/bpf: Add tests for memory usage for arena

[PATCH stable 6.12] selftests/fs/statmount: build with tools include dir
 2026-07-19 15:00 UTC  (2+ messages)

[PATCH v12 00/29] KVM: arm64: Implement support for SME
 2026-07-19 12:59 UTC  (10+ messages)
` [PATCH v12 02/29] arm64/fpsimd: Update FA64 and ZT0 enables when loading SME state

[PATCH net-next 0/2] ipv6: report why a route was deleted in RTM_DELROUTE
 2026-07-19 11:24 UTC  (3+ messages)

Please backport bridge multicast exponential field encoding fix series to 6.1.y/6.6.y/6.12.y/6.18.y/7.0.y
 2026-07-19  8:22 UTC  (11+ messages)

[PATCH net-next v2 0/4] genetlink: apply reject policy for split ops on the dispatch path
 2026-07-18 22:25 UTC  (2+ messages)

[PATCH 0/7] mm/damon: fix uninitialized DAMOS field and kunit exec expectation bugs
 2026-07-18  1:13 UTC  (9+ messages)
` [PATCH 1/7] mm/damon/core: initialize damos->last_applied
` [PATCH 2/7] mm/damon/core-kunit: check region count before testing in split_at()
` [PATCH 3/7] mm/damon/vaddr-kunit: check region count in three_regions test
` [PATCH 4/7] mm/damon/core-kunit: handle region split failure in filter_out()
` [PATCH 5/7] mm/damon/core-kunit: skip wrong dest walk in commit_dests_for()
` [PATCH 6/7] mm/damon/core-kunit: skip wrong quota goal walk in commit_quota_goals()
` [PATCH 7/7] mm/damon/core-kunit: skip wrong region walk in commit_target_regions()

[PATCH] selftests/mm: Fix BUG_ON checking wrong variable in mremap_dontunmap
 2026-07-18  0:00 UTC  (2+ messages)


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