Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2026-03-03 03:14:10 to 2026-03-04 10:34:28 UTC [more...]

[PATCH v10 bpf-next 0/2] Fix the null pointer dereference issue in bpf_lwt_xmit_push_encap
 2026-03-04 10:33 UTC  (6+ messages)
` [PATCH v10 bpf-next 1/2] bpf: test_run: "
` [PATCH v10 bpf-next 2/2] selftests/bpf: Add selftests for the invocation of bpf_lwt_xmit_push_encap

[PATCH net-next V3 00/10] devlink: add per-port resource support
 2026-03-04 10:34 UTC  (7+ messages)
` [PATCH net-next V3 10/10] devlink: Document port-level resources

[RFC PATCH v2 00/10] mm/damon: support multiple goal-based quota tuning algorithms
 2026-03-04 10:15 UTC  (5+ messages)
` [RFC PATCH v2 08/10] selftests/damon/_damon_sysfs: support goal_tuner setup
` [RFC PATCH v2 09/10] selftests/damon/drgn_dump_damon_status: support quota goal_tuner dumping
` [RFC PATCH v2 10/10] selftests/damon/sysfs.py: test goal_tuner commit

[PATCH net v4 0/2] net,bpf: fix null-ptr-deref in xdp_master_redirect() for bonding and add selftest
 2026-03-04  9:40 UTC  (6+ messages)
` [PATCH net v4 1/2] bonding: fix null-ptr-deref in bond_rr_gen_slave_id()
` [PATCH net v4 2/2] selftests/bpf: add test for xdp_master_redirect with bond not up

[PATCH net 0/5] mptcp: misc fixes for v7.0-rc2
 2026-03-04  9:22 UTC  (7+ messages)
` [PATCH net 1/5] selftests: mptcp: more stable simult_flows tests
` [PATCH net 2/5] mptcp: pm: avoid sending RM_ADDR over same subflow
` [PATCH net 3/5] selftests: mptcp: join: check RM_ADDR not sent "
` [PATCH net 4/5] mptcp: pm: in-kernel: always mark signal+subflow endp as used
` [PATCH net 5/5] selftests: mptcp: join: check removing signal+subflow endp

[PATCH net v3 0/2] net: ipv6: fix panic when IPv4 route references loopback IPv6 nexthop and add selftest
 2026-03-04  9:16 UTC  (4+ messages)
` [PATCH net v3 1/2] net: ipv6: fix panic when IPv4 route references loopback IPv6 nexthop
` [PATCH net v3 2/2] selftests: net: add test for IPv4 route with "

[PATCH v2] rust: kunit: fix warning when !CONFIG_PRINTK
 2026-03-04  9:16 UTC  (3+ messages)

[PATCH v6 00/14] sparc64: vdso: Switch to the generic vDSO library
 2026-03-04  8:49 UTC  (18+ messages)
` [PATCH v6 01/14] vdso/datastore: Reduce scope of some variables in vvar_fault()
` [PATCH v6 02/14] vdso/datastore: Drop inclusion of linux/mmap_lock.h
` [PATCH v6 03/14] vdso/datastore: Allocate data pages dynamically
` [PATCH v6 04/14] sparc64: vdso: Link with -z noexecstack
` [PATCH v6 05/14] sparc64: vdso: Remove obsolete "fake section table" reservation
` [PATCH v6 06/14] sparc64: vdso: Replace code patching with runtime conditional
` [PATCH v6 07/14] sparc64: vdso: Move hardware counter read into header
` [PATCH v6 08/14] sparc64: vdso: Move syscall fallbacks "
` [PATCH v6 09/14] sparc64: vdso: Introduce vdso/processor.h
` [PATCH v6 10/14] sparc64: vdso: Switch to the generic vDSO library
` [PATCH v6 11/14] sparc64: vdso2c: Drop sym_vvar_start handling
` [PATCH v6 12/14] sparc64: vdso2c: Remove symbol handling
` [PATCH v6 13/14] sparc64: vdso: Implement clock_gettime64()
` [PATCH v6 14/14] clocksource: remove ARCH_CLOCKSOURCE_DATA

[RFC PATCH] sched/proxy_exec: Extend PE blocked_on chain to rwsem write-side
 2026-03-04  8:23 UTC 

[PATCH net-next 0/5] ethtool: Dynamic RSS context indirection table resizing
 2026-03-04  8:23 UTC  (13+ messages)
` [PATCH net-next 1/5] ethtool: Add RSS indirection table resize helpers
` [PATCH net-next 2/5] bnxt_en: Resize RSS contexts on channel count change
` [PATCH net-next 3/5] netdevsim: Add RSS context support with dynamic table sizing
` [PATCH net-next 4/5] selftests: netdevsim: Add RSS indirection table resize test
` [PATCH net-next 5/5] selftests: rss_drv: Add RSS indirection table resize tests

[PATCH 0/8] modules: Move 'struct module_signature' to UAPI
 2026-03-04  7:52 UTC  (2+ messages)

[PATCH bpf-next v1 0/7] bpf/sockmap: add splice support for tcp_bpf
 2026-03-04  7:27 UTC  (10+ messages)
` [PATCH bpf-next v1 1/7] net: add splice_read to struct proto and set it in tcp_prot/tcpv6_prot
` [PATCH bpf-next v1 2/7] inet: add inet_splice_read() and use it in inet_stream_ops/inet6_stream_ops
` [PATCH bpf-next v1 3/7] tcp_bpf: refactor recvmsg with read actor abstraction
` [PATCH bpf-next v1 4/7] tcp_bpf: add splice_read support for sockmap
` [PATCH bpf-next v1 5/7] tcp_bpf: optimize splice_read with zero-copy for non-slab pages
` [PATCH bpf-next v1 6/7] selftests/bpf: add splice_read tests for sockmap
` [PATCH bpf-next v1 7/7] selftests/bpf: add splice option to sockmap benchmark

[PATCH bpf-next v10 0/8] bpf: Extend BPF syscall with common attributes support
 2026-03-04  6:17 UTC  (6+ messages)
` [PATCH bpf-next v10 3/8] bpf: Refactor reporting log_true_size for prog_load

[PATCH] selftests: tc-testing: fix list_categories() crash on list type
 2026-03-04  5:50 UTC  (6+ messages)

[PATCH v6 0/8] cgroup/cpuset: Fix partition related locking issues
 2026-03-04  4:05 UTC  (9+ messages)
` [PATCH v6 7/8] cgroup/cpuset: Defer housekeeping_update() calls from CPU hotplug to workqueue

[RFC patch 0/9] Add support for HiSilicon platforms and refactor
 2026-03-04  4:03 UTC  (10+ messages)
` [RFC patch 1/9] selftests/resctrl: Move CPU affinity and resctrl FS setup to child process
` [RFC patch 2/9] selftests/resctrl: Refactor resctrl_val.c for vendor-specific mem bw measurement
` [RFC patch 3/9] selftests/resctrl: Use dynamic linked list for iMC counters config
` [RFC patch 4/9] selftests/resctrl: Move memory bandwidth measurement init and cleanup to resctrl_val.c
` [RFC patch 5/9] selftests/resctrl: Refactor CPU vendor detection to use lookup table
` [RFC patch 6/9] selftests/resctrl: Add support for HiSilicon CPU detection
` [RFC patch 7/9] selftests/resctrl: Add support for HiSilicon memory bandwidth measurement
` [RFC patch 8/9] selftests/resctrl: Add support for HiSilicon MBM/MBA test
` [RFC patch 9/9] selftests/resctrl: Add support for HiSilicon CAT/CMT test

[PATCH v5 0/6] bpf: Extend the bpf_list family of APIs
 2026-03-04  3:50 UTC  (8+ messages)
` [PATCH v5 1/6] bpf: Introduce the bpf_list_del kfunc
` [PATCH v5 2/6] selftests/bpf: Add test cases for bpf_list_del
` [PATCH v5 3/6] bpf: add bpf_list_add_impl to insert node after a given list node
` [PATCH v5 4/6] selftests/bpf: Add test case for bpf_list_add_impl
` [PATCH v5 5/6] bpf: add bpf_list_is_first/last/empty kfuncs
` [PATCH v5 6/6] selftests/bpf: Add test cases for bpf_list_is_first/is_last/empty

[PATCH v4 0/6] bpf: Extend the bpf_list family of APIs
 2026-03-04  3:30 UTC  (12+ messages)
` [PATCH v4 1/6] bpf: Introduce the bpf_list_del kfunc
` [PATCH v4 2/6] selftests/bpf: Add test cases for bpf_list_del
` [PATCH v4 3/6] bpf: add bpf_list_add_impl to insert node after a given list node
` [PATCH v4 4/6] selftests/bpf: Add test case for bpf_list_add_impl
` [PATCH v4 5/6] bpf: add bpf_list_is_first/last/empty kfuncs
` [PATCH v4 6/6] selftests/bpf: Add test cases for bpf_list_is_first/is_last/empty

[PATCH net-next v1 0/2] selftests: rds: refactor and expand rds selftests test
 2026-03-04  2:50 UTC  (3+ messages)

[PATCH net v3 0/2] net,bpf: fix null-ptr-deref in xdp_master_redirect() for bonding and add selftest
 2026-03-04  2:38 UTC  (7+ messages)
` [PATCH net v3 1/2] bonding: fix null-ptr-deref in bond_rr_gen_slave_id()

[PATCH 1/2] selftests/tracing: Fix to make --logdir option work again
 2026-03-04  2:04 UTC  (2+ messages)

[PATCH 6.1.y] Revert "selftests: net: amt: wait longer for connection before sending packets"
 2026-03-04  1:51 UTC  (2+ messages)

[PATCH net-next] selftests: netconsole: print diagnostic on busywait timeout in netcons_basic
 2026-03-04  1:30 UTC  (2+ messages)

[PATCH] vfio: selftests: fix crash in vfio_dma_mapping_mmio_test
 2026-03-04  0:47 UTC  (2+ messages)

[PATCH bpf-next v4 0/2] bpf: Add multi-level pointer parameter support for trampolines
 2026-03-04  0:38 UTC  (11+ messages)
` [PATCH bpf-next v4 1/2] bpf: Support new pointer param types via SCALAR_VALUE "
` [PATCH bpf-next v4 2/2] selftests/bpf: Add trampolines single and multi-level pointer params test coverage

[PATCH v2 0/9] selftests/resctrl: Fixes and improvements focused on Intel platforms
 2026-03-04  0:19 UTC  (10+ messages)
` [PATCH v2 1/9] selftests/resctrl: Improve accuracy of cache occupancy test
` [PATCH v2 2/9] selftests/resctrl: Do not store iMC counter value in counter config structure
` [PATCH v2 3/9] selftests/resctrl: Prepare for parsing multiple events per iMC
` [PATCH v2 4/9] selftests/resctrl: Support multiple events associated with iMC
` [PATCH v2 5/9] selftests/resctrl: Increase size of buffer used in MBM and MBA tests
` [PATCH v2 6/9] selftests/resctrl: Raise threshold at which MBM and PMU values are compared
` [PATCH v2 7/9] selftests/resctrl: Remove requirement on cache miss rate
` [PATCH v2 8/9] selftests/resctrl: Simplify perf usage in CAT test
` [PATCH v2 9/9] selftests/resctrl: Reduce L2 impact on "

[PATCH v2 03/22] PCI: Inherit bus numbers from previous kernel during Live Update
 2026-03-03 23:54 UTC  (8+ messages)

[PATCH 0/5] Revoke supported SEV VM types
 2026-03-03 23:05 UTC  (7+ messages)
` [PATCH 1/5] kvm/sev: don't expose unusable "
` [PATCH 2/5] crypto/ccp: introduce SNP_VERIFY_MITIGATION
` [PATCH 3/5] crypto/ccp: export firmware supported vm types
` [PATCH 4/5] kvm/sev: mask off firmware unsupported "
` [PATCH 5/5] selftests/kvm: teach sev_*_test about revoking VM types

[PATCH net-next] selftests: drv-net: update the README
 2026-03-03 21:36 UTC 

[PATCH v2 0/2] selftests/bpf: fix bpf_cookie failures
 2026-03-03 21:32 UTC  (5+ messages)
` [PATCH v2 2/2] selftests/bpf: bpf_cookie: make perf_event subtest trigger reliably

[PATCH v9 bpf-next 0/2] Fix the null pointer dereference issue in bpf_lwt_xmit_push_encap
 2026-03-03 21:31 UTC  (5+ messages)
` [PATCH v9 bpf-next 1/2] bpf: test_run: "
` [PATCH v9 bpf-next 2/2] selftests/bpf: Add selftests for the invocation of bpf_lwt_xmit_push_encap

[PATCH v2 00/22] vfio/pci: Base Live Update support for VFIO device files
 2026-03-03 21:07 UTC  (6+ messages)
` [PATCH v2 04/22] vfio/pci: Register a file handler with Live Update Orchestrator
` [PATCH v2 07/22] vfio/pci: Notify PCI subsystem about devices preserved across Live Update

[PATCH net-next] selftests: drv-net: rss: Fix error calculation in test_hitless_key_update
 2026-03-03 20:22 UTC 

[PATCH net-next v2 3/4] selftests: net: move common xdp.py functions into lib
 2026-03-03 18:48 UTC  (2+ messages)

[PATCH v5 00/10] KVM: x86: nSVM: Improve PAT virtualization
 2026-03-03 17:32 UTC  (3+ messages)
` [PATCH v5 09/10] KVM: x86: nSVM: Handle restore of legacy nested state

[RFC PATCH 0/5] kselftest/resctrl: Enable CAT and NONCONT_CAT tests on ARM
 2026-03-03 17:10 UTC  (4+ messages)

[PATCH bpf-next] selftests/bpf: drop test_bpftool.sh
 2026-03-03 16:50 UTC  (2+ messages)

[PATCH net-next 0/5] net: dpaa2-mac: export standard statistics
 2026-03-03 16:43 UTC  (17+ messages)
` [PATCH net-next 4/5] selftests: forwarding: extend ethtool_std_stats_get with pause statistics
` [PATCH net-next 5/5] selftests: drivers: hw: add tests for the ethtool standard counters

[PATCH bpf-next v3 0/6] bpf: Enhance __bpf_prog_map_compatible()
 2026-03-03 16:01 UTC  (8+ messages)
` [PATCH bpf-next v3 1/6] bpf: Add fsession to verbose log in check_get_func_ip()
` [PATCH bpf-next v3 2/6] bpf: Factor out bpf_map_owner_[init,matches]() helpers
` [PATCH bpf-next v3 3/6] bpf: Disallow !kprobe_write_ctx progs tail-calling kprobe_write_ctx progs
` [PATCH bpf-next v3 4/6] bpf: Disallow !call_get_func_ip progs tail-calling call_get_func_ip progs
` [PATCH bpf-next v3 5/6] bpf: Disallow !call_session_cookie progs tail-calling call_session_cookie progs
` [PATCH bpf-next v3 6/6] selftests/bpf: Add tests to verify prog_array map compatibility

[PATCH v4 0/3] kernfs: Add inotify IN_DELETE_SELF, IN_IGNORED support
 2026-03-03 14:27 UTC  (11+ messages)
` [PATCH v4 2/3] kernfs: Send IN_DELETE_SELF and IN_IGNORED

[PATCH] selftests/bpf: improve test coverage for kfunc call
 2026-03-03 13:14 UTC 

[PATCH net-next v3 00/14] net: bridge: reduce multicast checks in fast path
 2026-03-03 12:14 UTC  (2+ messages)

[PATCH net v2] net/rds: Fix circular locking dependency in rds_tcp_tune
 2026-03-03 12:10 UTC  (2+ messages)

[PATCH net v1 0/2] bonding: fix missing XDP compat check on xmit_hash_policy change
 2026-03-03 10:00 UTC  (2+ messages)

[PATCH net-next 3/3] selftests: drv-net: iou-zcrx: allocate hugepages for large chunks test
 2026-03-03  8:41 UTC  (4+ messages)

[PATCH 0/3] tools/sched_ext: fix compilation issues
 2026-03-03  7:50 UTC  (5+ messages)
` [PATCH 1/3] tools/sched_ext: Add -fms-extensions to bpf build flags
` [PATCH 2/3] selftests/sched_ext: "
` [PATCH 3/3] selftests/sched_ext: Fix peek_dsq.bpf.c compile error for clang 17

[PATCH v3 0/2] selftests/liveupdate: add end to end test infrastructure and scripts
 2026-03-03  7:09 UTC  (3+ messages)
` [PATCH v3 1/2] tools/nolibc: add ftruncate()

[PATCH bpf-next v5 0/2] Fix test_cgroup_iter_memcg issues found during back-porting
 2026-03-03  5:53 UTC  (3+ messages)
` [PATCH bpf-next v5 1/2] selftests/bpf: Remove kmem subtest from cgroup_iter_memcg
` [PATCH bpf-next v5 2/2] bpf: Use bpf_core_enum_value for stats in cgroup_iter_memcg

[PATCH] selftests/net: packetdrill: restore tcp_rcv_big_endseq.pkt
 2026-03-03  4:45 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