public inbox for linux-kselftest@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-03 18:42:48 to 2026-02-05 22:11:33 UTC [more...]

[PATCH] selftests/liveupdate: add end to end test infrastructure and scripts
 2026-02-05 22:11 UTC  (2+ messages)

[PATCH net-next 0/9] net: stats, tools, driver tests for HW GRO
 2026-02-05 22:05 UTC  (10+ messages)
` [PATCH net-next 1/9] eth: bnxt: gather and report HW-GRO stats
` [PATCH net-next 2/9] tools: ynltool: factor out qstat dumping
` [PATCH net-next 3/9] tools: ynltool: add qstats analysis for HW-GRO efficiency / savings
` [PATCH net-next 4/9] selftests: net: move gro to lib for HW vs SW reuse
` [PATCH net-next 5/9] selftests: drv-net: give HW stats sync time extra 25% of margin
` [PATCH net-next 6/9] selftests: drv-net: gro: use SO_TXTIME to schedule packets together
` [PATCH net-next 7/9] selftests: drv-net: gro: test GRO stats
` [PATCH net-next 8/9] selftests: drv-net: gro: add test for packet ordering
` [PATCH net-next 9/9] selftests: drv-net: gro: add a test for HW-GRO depth

[PATCH v3 0/8] KVM: x86: nSVM: Improve PAT virtualization
 2026-02-05 21:43 UTC  (9+ messages)
` [PATCH v3 1/8] KVM: x86: nSVM: Clear VMCB_NPT clean bit when updating g_pat in L2
` [PATCH v3 2/8] KVM: x86: nSVM: Cache and validate vmcb12 g_pat
` [PATCH v3 3/8] KVM: x86: nSVM: Set vmcb02.g_pat correctly for nested NPT
` [PATCH v3 4/8] KVM: x86: nSVM: Redirect IA32_PAT accesses to either hPAT or gPAT
` [PATCH v3 5/8] KVM: x86: nSVM: Save gPAT to vmcb12.g_pat on VMEXIT
` [PATCH v3 6/8] KVM: x86: nSVM: Save/restore gPAT with KVM_{GET,SET}_NESTED_STATE
` [PATCH v3 7/8] KVM: x86: nSVM: Handle restore of legacy nested state
` [PATCH v3 8/8] KVM: selftests: nSVM: Add svm_nested_pat test

[PATCH v11 15/30] tracing: selftests: Add trace remote tests
 2026-02-05 17:42 UTC  (2+ messages)

[PATCH net v2 0/4] mptcp: misc fixes for v6.19-rc8
 2026-02-05 17:34 UTC  (2+ messages)
` [PATCH net v2 4/4] selftests: mptcp: connect: fix maybe-uninitialize warn

[PATCH net 0/4] mptcp: misc fixes for v6.19-rc8
 2026-02-05 17:11 UTC  (10+ messages)
` [PATCH net 1/4] mptcp: pm: in-kernel: always set ID as avail when rm endp
` [PATCH net 2/4] mptcp: pm: in-kernel: clarify mptcp_pm_remove_anno_addr()
` [PATCH net 3/4] mptcp: fix kdoc warnings
` [PATCH net 4/4] selftests: mptcp: connect: fix maybe-uninitialize warn

[PATCH v2 00/11] gpio: Adopt revocable mechanism for UAF prevention
 2026-02-05 16:57 UTC  (15+ messages)
` [PATCH v2 03/11] gpio: sysfs: Remove redundant check for struct gpio_chip
` [PATCH v2 04/11] gpio: Ensure struct gpio_chip for gpiochip_setup_dev()
` [PATCH v2 07/11] gpio: Add revocable provider handle for struct gpio_chip
` [PATCH v2 08/11] gpio: cdev: Leverage revocable for accessing "
` [PATCH v2 09/11] gpio: Remove gpio_chip_guard by using revocable

[PATCH v6 0/2] RISC-V: KVM: Validate SBI STA shmem alignment
 2026-02-05 15:58 UTC  (5+ messages)
` [PATCH v6 1/2] RISC-V: KVM: Validate SBI STA shmem alignment in kvm_sbi_ext_sta_set_reg()
` [PATCH v6 2/2] RISC-V: KVM: selftests: Add RISC-V SBI STA shmem alignment tests

[PATCH net-next 0/5] devlink: add per-port resource support
 2026-02-05 15:26 UTC  (13+ messages)
` [PATCH net-next 1/5] devlink: Add port-level resource infrastructure
` [PATCH net-next 3/5] netdevsim: Add devlink port resource registration
` [PATCH net-next 4/5] selftest: netdevsim: Add devlink port resource test
` [PATCH net-next 5/5] devlink: Document port-level resources

[PATCH v5 0/6] powerpc64/bpf: Support tailcalls with subprogs & BPF exceptions
 2026-02-05 14:55 UTC  (2+ messages)

[PATCH net-next V2 0/7] devlink: add per-port resource support
 2026-02-05 14:28 UTC  (8+ messages)
` [PATCH net-next V2 1/7] devlink: Refactor resource functions to be generic
` [PATCH net-next V2 2/7] devlink: Add port-level resource registration infrastructure
` [PATCH net-next V2 3/7] devlink: Add port resource netlink command
` [PATCH net-next V2 4/7] net/mlx5: Register SF resource on PF port representor
` [PATCH net-next V2 5/7] netdevsim: Add devlink port resource registration
` [PATCH net-next V2 6/7] selftest: netdevsim: Add devlink port resource test
` [PATCH net-next V2 7/7] devlink: Document port-level resources

[PATCH v2 0/3] Revert "revocable: Revocable resource management"
 2026-02-05 14:03 UTC  (7+ messages)
` [PATCH v2 1/3] Revert "selftests: revocable: Add kselftest cases"
` [PATCH v2 2/3] Revert "revocable: Add Kunit test cases"
` [PATCH v2 3/3] Revert "revocable: Revocable resource management"

[PATCH v6 0/4] tracing/fprobe: Support comma-separated symbol lists and :entry/:exit suffixes
 2026-02-05 13:58 UTC  (5+ messages)
` [PATCH v6 1/4] tracing/fprobe: Support comma-separated symbols and :entry/:exit
` [PATCH v6 2/4] fprobe: Support comma-separated filters in register_fprobe()
` [PATCH v6 3/4] docs: tracing/fprobe: Document list filters and :entry/:exit
` [PATCH v6 4/4] selftests/ftrace: Add accept cases for fprobe list syntax

[PATCH bpf 0/6] Address XDP frags having negative tailroom
 2026-02-05 13:40 UTC  (14+ messages)
` [PATCH bpf 1/6] xdp: produce a warning when calculated tailroom is negative
` [PATCH bpf 6/6] net: enetc: use truesize as XDP RxQ info frag_size

[RFC PATCH] selftests: fanotify: Add basic create/modify/delete event test
 2026-02-05 12:55 UTC  (6+ messages)
  ` [RFC PATCH] selftests: fanotify: Add basic create/modify/delete event

[PATCH v3 0/3] selftests/mm: add memory failure selftests
 2026-02-05 11:28 UTC  (7+ messages)
` [PATCH v3 1/3] selftests/mm: add memory failure anonymous page test
` [PATCH v3 2/3] selftests/mm: add memory failure clean pagecache test
` [PATCH v3 3/3] selftests/mm: add memory failure dirty "

[PATCH net-next 00/15] mptcp: misc. features for v6.20/7.0
 2026-02-05  8:23 UTC  (14+ messages)
` [PATCH net-next 07/15] mptcp: allow overridden write_space to be invoked
` [PATCH net-next 08/15] selftests: mptcp: diag: sort all #include
` [PATCH net-next 09/15] selftests: mptcp: join: wait for estab event instead of MPJ
` [PATCH net-next 10/15] selftests: mptcp: join: fix wait_mpj helper
` [PATCH net-next 11/15] selftests: mptcp: join: userspace: wait for new events
` [PATCH net-next 12/15] selftests: mptcp: join chk_stale_nr: avoid dup stats
` [PATCH net-next 13/15] selftests: mptcp: join: avoid declaring i if not used
` [PATCH net-next 14/15] selftests: mptcp: connect cleanup TFO setup
` [PATCH net-next 15/15] selftests: mptcp: join: no SKIP mark for group checks

[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
 2026-02-05  7:04 UTC  (11+ messages)
` [RFC PATCH v1 05/37] KVM: guest_memfd: Wire up kvm_get_memory_attributes() to per-gmem attributes

[PATCH] selftests/seccomp: add Alpha support to seccomp_bpf
 2026-02-05  6:16 UTC  (3+ messages)

[PATCH net-next v5 0/8] net/rds: RDS-TCP protocol and extension improvements
 2026-02-05  5:00 UTC  (2+ messages)

[PATCH bpf-next v9 0/9] bpf: Extend BPF syscall with common attributes support
 2026-02-05  3:53 UTC  (15+ messages)
` [PATCH bpf-next v9 2/9] libbpf: Add support for extended bpf syscall
` [PATCH bpf-next v9 3/9] bpf: Refactor reporting log_true_size for prog_load
` [PATCH bpf-next v9 4/9] bpf: Add syscall common attributes support "
` [PATCH bpf-next v9 8/9] libbpf: Add syscall common attributes support for map_create
` [PATCH bpf-next v9 9/9] selftests/bpf: Add tests to verify map create failure log

[PATCH net-next v10 0/5] net: devmem: improve cpu cost of RX token management
 2026-02-05  3:48 UTC  (9+ messages)

[PATCH] selftests/futex: fix incorrect result reporting of futex_wait test item
 2026-02-05  3:05 UTC 

[PATCH 3/3] iommufd/selftest: Test dirty tracking on PASID
 2026-02-05  2:34 UTC 

[PATCH v5 2/2] selftests/futex: fix the failed futex_requeue test issue
 2026-02-05  2:05 UTC 

[PATCH v5 0/2] selftests/futex: fix the failed futex_requeue test
 2026-02-05  2:09 UTC  (3+ messages)
` [PATCH v5 1/2] selftests/futex: implement the interfaces related to threads
` [PATCH v5 2/2] selftests/futex: fix the failed futex_requeue test issue

[PATCH v5 1/2] selftests/futex: implement the interfaces related to threads
 2026-02-05  2:05 UTC 

[PATCH net-next v2 0/4] net: uapi: Provide an UAPI definition of 'struct sockaddr'
 2026-02-05  1:55 UTC  (10+ messages)

[PATCH v12 00/13] arm64: entry: Convert to Generic Entry
 2026-02-05  1:20 UTC  (8+ messages)

[PATCH v3] selftests: hid: tests: test_wacom_generic: add tests for display devices and opaque devices
 2026-02-04 23:42 UTC  (2+ messages)

[PATCH net-next 0/9] psp: support rekeying psp protected tcp connections
 2026-02-04 21:43 UTC  (15+ messages)
` [PATCH net-next 1/9] psp: support rx rekey operation
` [PATCH net-next 2/9] psp: move code from psp_sock_assoc_set_tx() into helper functions
` [PATCH net-next 3/9] psp: support tx rekey operation
` [PATCH net-next 4/9] psp: refactor psp_dev_tx_key_del()
` [PATCH net-next 5/9] psp: add driver api for deferred tx key deletion
` [PATCH net-next 6/9] psp: add core tracked stats for deferred "
` [PATCH net-next 7/9] mlx5: psp: implement deferred tx "
` [PATCH net-next 8/9] selftests: drv-net: psp: lift psp connection setup out of _data_basic_send() testcase
` [PATCH net-next 9/9] selftests: drv-net: psp: add tests for rekeying connections

[PATCH/for-next v2 0/2] cgroup/cpuset: Fix partition related locking issues
 2026-02-04 20:52 UTC  (8+ messages)
` [PATCH/for-next v2 2/2] cgroup/cpuset: Introduce a new top level cpuset_top_mutex

[PATCH bpf-next v7 0/4] Add cryptographic hash and signature verification kfuncs to BPF
 2026-02-04 14:47 UTC  (4+ messages)
` [PATCH bpf-next v7 3/4] bpf: Add signature verification kfuncs

[PATCH 0/3] Revert "revocable: Revocable resource management"
 2026-02-04 14:36 UTC  (11+ messages)
          ` [PATCH] driver core: disable revocable code from build
              ` [PATCH] selftests: Disable "

[PATCH v7 0/3] drivers/base: Introduce revocable
 2026-02-04 13:12 UTC  (3+ messages)
` [PATCH v7 1/3] revocable: Revocable resource management

[RFC PATCH bpf-next v6 00/12] mm: memcontrol: Add BPF hooks for memory controller
 2026-02-04  9:28 UTC  (18+ messages)
` [RFC PATCH bpf-next v6 01/12] bpf: move bpf_struct_ops_link into bpf.h
` [RFC PATCH bpf-next v6 02/12] bpf: initial support for attaching struct ops to cgroups
` [RFC PATCH bpf-next v6 03/12] bpf: mark struct oom_control's memcg field as TRUSTED_OR_NULL
` [RFC PATCH bpf-next v6 04/12] mm: define mem_cgroup_get_from_ino() outside of CONFIG_SHRINKER_DEBUG
` [RFC PATCH bpf-next v6 05/12] libbpf: introduce bpf_map__attach_struct_ops_opts()
` [RFC PATCH bpf-next v6 06/12] bpf: Pass flags in bpf_link_create for struct_ops
` [RFC PATCH bpf-next v6 07/12] libbpf: Support passing user-defined flags "
` [RFC PATCH bpf-next v6 08/12] mm: memcontrol: Add BPF struct_ops for memory controller
` [RFC PATCH bpf-next v6 09/12] selftests/bpf: Add tests for memcg_bpf_ops
` [RFC PATCH bpf-next v6 10/12] mm/bpf: Add BPF_F_ALLOW_OVERRIDE support "
` [RFC PATCH bpf-next v6 11/12] selftests/bpf: Add test for memcg_bpf_ops hierarchies
` [RFC PATCH bpf-next v6 12/12] samples/bpf: Add memcg priority control example

[PATCH v3 net-next 0/3] ECN offload handling for AccECN series
 2026-02-04  7:41 UTC  (6+ messages)
` [PATCH v3 net-next 1/3] net: update comments for SKB_GSO_TCP_ECN and SKB_GSO_TCP_ACCECN
` [PATCH v3 net-next 3/3] virtio_net: add AccECN feature negotiation and correct ECN flag handling

[PATCH/for-next v3 0/3] cgroup/cpuset: Fix partition related locking issues
 2026-02-04  4:51 UTC  (9+ messages)
` [PATCH/for-next v3 2/3] cgroup/cpuset: Defer housekeeping_update() calls from CPU hotplug to workqueue
` [PATCH/for-next v3 3/3] cgroup/cpuset: Call housekeeping_update() without holding cpus_read_lock

[PATCH v2 net 0/2] net: gro: fix outer network offset
 2026-02-04  3:30 UTC  (2+ messages)

[PATCH v2 00/22] vfio/pci: Base Live Update support for VFIO device files
 2026-02-04  0:10 UTC  (5+ messages)
` [PATCH v2 02/22] PCI: Add API to track PCI devices preserved across Live Update

[PATCH v4] selftests/futex: fix the failed futex_requeue test issue
 2026-02-03 22:48 UTC  (2+ messages)

[PATCH] selftests/futex: skip futex_numa_mpol without libnuma
 2026-02-03 21:35 UTC  (2+ messages)

[PATCH RFC 00/17] mm, kvm: allow uffd suppot in guest_memfd
 2026-02-03 20:56 UTC  (2+ messages)

[PATCH v2 0/5] KVM: x86/pmu: Add support for AMD Host-Only/Guest-Only bits
 2026-02-03 20:46 UTC  (6+ messages)
` [PATCH v2 3/5] KVM: x86/pmu: Refresh Host-Only/Guest-Only eventsel at nested transitions


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