Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2026-02-10 09:57:20 to 2026-02-12 23:52:14 UTC [more...]

[PATCH v2] selftests/bpf: Add powerpc support for get_preempt_count() in selftest
 2026-02-12 23:52 UTC  (3+ messages)

[PATCH v2 0/3] kernfs: Add inotify IN_DELETE_SELF, IN_IGNORED support for files
 2026-02-12 21:58 UTC  (4+ messages)
` [PATCH v2 1/3] kernfs: allow passing fsnotify event types
` [PATCH v2 2/3] kernfs: send IN_DELETE_SELF and IN_IGNORED on file deletion
` [PATCH v2 3/3] selftests: memcg: Add tests IN_DELETE_SELF and IN_IGNORED on memory.events

[PATCH v6 00/19] ARM64 PMU Partitioning
 2026-02-12 21:08 UTC  (2+ messages)

[PATCH bpf v2 0/9] Address XDP frags having negative tailroom
 2026-02-12 19:31 UTC  (11+ messages)
` [PATCH bpf v2 1/9] xdp: use modulo operation to calculate XDP frag tailroom
` [PATCH bpf v2 2/9] xsk: introduce helper to determine rxq->frag_size
` [PATCH bpf v2 3/9] ice: fix rxq info registering in mbuf packets
` [PATCH bpf v2 4/9] ice: change XDP RxQ frag_size from DMA write length to xdp.frame_sz
` [PATCH bpf v2 5/9] i40e: fix registering XDP RxQ info
` [PATCH bpf v2 6/9] i40e: use xdp.frame_sz as XDP RxQ info frag_size
` [PATCH bpf v2 7/9] idpf: use truesize "
` [PATCH bpf v2 8/9] net: enetc: "
` [PATCH bpf v2 9/9] xdp: produce a warning when calculated tailroom is negative

[PATCH net v2] net/rds: rds_sendmsg should not discard payload_len
 2026-02-12 18:09 UTC  (2+ messages)

[PATCH net] selftests: drv-net: limit RPS test CPUs to supported range
 2026-02-12 17:22 UTC  (2+ messages)

[PATCH] selftests/mm: Remove duplicate include of unistd.h
 2026-02-12 17:03 UTC  (5+ messages)

[PATCH RFC bpf-next v2 0/5] Add the the capability to load HW RX checsum in eBPF programs
 2026-02-12 16:51 UTC  (8+ messages)
` [PATCH RFC bpf-next v2 1/5] netlink: specs: Add XDP RX checksum capability to XDP metadata specs

[PATCH v5 0/6] cgroup/cpuset: Fix partition related locking issues
 2026-02-12 16:46 UTC  (7+ messages)
` [PATCH v5 1/6] cgroup/cpuset: Fix incorrect change to effective_xcpus in partition_xcpus_del()
` [PATCH v5 2/6] cgroup/cpuset: Clarify exclusion rules for cpuset internal variables
` [PATCH v5 3/6] cgroup/cpuset: Set isolated_cpus_updating only if isolated_cpus is changed
` [PATCH v5 4/6] cgroup/cpuset: Don't update isolated_cpus from CPU hotplug
` [PATCH v5 5/6] cgroup/cpuset: Call housekeeping_update() without holding cpus_read_lock
` [PATCH v5 6/6] cgroup/cpuset: Eliminate some duplicated rebuild_sched_domains() calls

[PATCH] kunit: Add --list_suites to show suites
 2026-02-12 16:37 UTC 

[PATCH v6 0/8] PCI: endpoint: pci-ep-msi: Add embedded doorbell fallback
 2026-02-12 16:31 UTC  (20+ messages)
` [PATCH v6 6/8] PCI: endpoint: pci-epf-test: Don't free doorbell IRQ unless requested
` [PATCH v6 8/8] PCI: endpoint: pci-ep-msi: Add embedded doorbell fallback

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

[RFC PATCH v3 0/6] some /dev/mem specifications and traced testing
 2026-02-12 15:23 UTC  (10+ messages)
` [RFC PATCH v3 1/6] Documentation: extend the 'Function documentation' with expected behavior and constraints of use
` [RFC PATCH v3 2/6] /dev/mem: Add initial documentation of memory_open() and mem_fops
` [RFC PATCH v3 3/6] kunit: add visibility helpers for static inline functions
` [RFC PATCH v3 4/6] char: mem: expose devmem helpers for KUnit testing
` [RFC PATCH v3 5/6] char: mem: add KUnit tests for /dev/mem read_mem()
` [RFC PATCH v3 6/6] char: mem: add Kconfig option for devmem KUnit tests

[PATCH net] selftests: netconsole: Increase port listening timeout
 2026-02-12 15:01 UTC  (2+ messages)

[PATCH 1/1] selftests/liveupdate: Cleanup kernel optio CONFIG_LIVEUPDATE_TEST
 2026-02-12 13:01 UTC  (5+ messages)

[PATCH net-next v4 0/4] net/rds: RDS-TCP reconnect and fanout improvements
 2026-02-12 12:16 UTC  (6+ messages)
` [PATCH net-next v4 1/4] net/rds: Fix NULL pointer dereference in rds_tcp_accept_one
` [PATCH net-next v4 2/4] net/rds: Refactor __rds_conn_create for blocking transport cleanup
` [PATCH net-next v4 3/4] net/rds: Delegate fan-out to a background worker
` [PATCH net-next v4 4/4] net/rds: Use proper peer port number even when not connected

[PATCH net] selftests: net: lib: Fix jq parsing error
 2026-02-12  9:51 UTC  (4+ messages)

[PATCH net-next v2 1/2] selftests: drv-net: rss: validate min RSS table size
 2026-02-12  9:41 UTC  (4+ messages)

[PATCH bpf-next 0/3] Fix test_cgroup_iter_memcg issues found during back-porting
 2026-02-12  9:23 UTC  (6+ messages)
` [PATCH bpf-next 1/3] selftests/bpf: Check bpf_mem_cgroup_page_state return value
` [PATCH bpf-next 2/3] mm/memcontrol: Return error when accessing kmem with nokmem
` [PATCH bpf-next 3/3] selftests/bpf: Skip test_kmem when cgroup.memory=nokmem

[PATCH v6 00/19] ARM64 PMU Partitioning
 2026-02-12  9:07 UTC  (3+ messages)
` [PATCH v6 09/19] KVM: arm64: Write fast path PMU register handlers

[PATCH v12 0/7] support FEAT_LSUI
 2026-02-12  8:08 UTC  (16+ messages)
` [PATCH v12 1/7] arm64: Kconfig: add support for LSUI
` [PATCH v12 2/7] arm64: cpufeature: add FEAT_LSUI
` [PATCH v12 6/7] arm64: futex: support futex with FEAT_LSUI

[PATCH bpf-next v10 0/8] bpf: Extend BPF syscall with common attributes support
 2026-02-12  5:50 UTC  (14+ messages)
` [PATCH bpf-next v10 1/8] "
` [PATCH bpf-next v10 2/8] libbpf: Add support for extended bpf syscall
` [PATCH bpf-next v10 3/8] bpf: Refactor reporting log_true_size for prog_load
` [PATCH bpf-next v10 4/8] bpf: Add syscall common attributes support "
` [PATCH bpf-next v10 5/8] bpf: Add syscall common attributes support for btf_load
` [PATCH bpf-next v10 6/8] bpf: Add syscall common attributes support for map_create
` [PATCH bpf-next v10 7/8] libbpf: "
` [PATCH bpf-next v10 8/8] selftests/bpf: Add tests to verify map create failure log

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

[PATCH 0/2] bpf: Introduce the bpf_list_del API
 2026-02-12  1:56 UTC  (3+ messages)
` [PATCH 1/2] bpf: Introduce the bpf_list_del kfunc

[PATCH v6 0/5] bpf/verifier: Expand the usage scenarios of bpf_kptr_xchg
 2026-02-12  1:50 UTC  (3+ messages)
` [PATCH v6 2/5] bpf/verifier: allow using bpf_kptr_xchg even if the NON_OWN_REF flag is set

[PATCH net 0/4] eth: fbnic: fix and improve header/data split configuration
 2026-02-12  1:00 UTC  (5+ messages)
` [PATCH net 1/4] eth: fbnic: set FBNIC_QUEUE_RDE_CTL0_EN_HDR_SPLIT on RDE_CTL0
` [PATCH net 2/4] eth: fbnic: increase FBNIC_HDR_BYTES_MIN from 128 to 256 bytes
` [PATCH net 3/4] eth: fbnic: set DMA_HINT_L4 for all flows
` [PATCH net 4/4] selftests: drv-net: add HDS payload sweep test for devmem TCP

[PATCH bpf-next v4 0/2] Add wakeup_source iterators
 2026-02-12  0:35 UTC  (5+ messages)
` [PATCH bpf-next v4 1/2] bpf: Add wakeup_source iterator
` [PATCH bpf-next v4 2/2] selftests/bpf: Add tests for wakeup_sources

[PATCH RFC 00/17] mm, kvm: allow uffd suppot in guest_memfd
 2026-02-11 20:00 UTC  (17+ messages)
` [PATCH RFC 07/17] userfaultfd: introduce vm_uffd_ops
` [PATCH RFC 09/17] userfaultfd: introduce vm_uffd_ops->alloc_folio()
` [PATCH RFC 10/17] shmem, userfaultfd: implement shmem uffd operations using vm_uffd_ops

[PATCH net-next v2 0/9] net: stats, tools, driver tests for HW GRO
 2026-02-11 17:22 UTC  (12+ messages)
` [PATCH net-next v2 1/9] eth: bnxt: gather and report HW-GRO stats
` [PATCH net-next v2 6/9] selftests: drv-net: gro: use SO_TXTIME to schedule packets together

[PATCH bpf v2 0/4] bpf, sockmap: Fix af_unix null-ptr-deref in proto update
 2026-02-11 13:24 UTC  (7+ messages)
` [PATCH bpf v2 3/4] bpf, sockmap: Adapt for the af_unix-specific lock

[PATCH] selftests/landlock: Remove duplicate include of stdio.h
 2026-02-11 11:16 UTC  (3+ messages)

[PATCH net-next] selftests: drivers: net: hw: Modify toeplitz.c to poll for packets
 2026-02-11 10:20 UTC  (2+ messages)

[PATCH 0/3] selftests: forwarding: fix br_netfilter related test failures
 2026-02-11  8:29 UTC  (7+ messages)
` [PATCH 1/3] selftests: forwarding: vxlan_bridge_1d: fix test failure with br_netfilter enabled
` [PATCH 2/3] selftests: forwarding: vxlan_bridge_1d_ipv6: "
` [PATCH 3/3] selftests: forwarding: fix pedit tests "

[PATCH 1/2] selftests/tracing: Fix to make --logdir option work again
 2026-02-11  8:16 UTC  (2+ messages)

[PATCH bpf-next 0/5] Add the the capability to load HW RX checsum in eBPF programs
 2026-02-11  8:05 UTC  (14+ messages)
` [PATCH bpf-next 1/5] netlink: specs: Add XDP RX checksum capability to XDP metadata specs
` [PATCH bpf-next 2/5] net: veth: Add xmo_rx_checksum callback to veth driver
  ` [Intel-wired-lan] "
` [PATCH bpf-next 3/5] net: ice: Add xmo_rx_checksum callback
  ` [Intel-wired-lan] "
` [PATCH bpf-next 4/5] selftests/bpf: Add selftest support for bpf_xdp_metadata_rx_checksum
  ` [Intel-wired-lan] "
` [PATCH bpf-next 5/5] selftests/bpf: Add bpf_xdp_metadata_rx_checksum support to xdp_hw_metadat prog

[PATCH] revocable: hide the implementation details from users
 2026-02-11  4:59 UTC  (5+ messages)

[PATCH net-next] selftests: drv-net: port_split: convert to ksft format and mark disruptive
 2026-02-11  2:02 UTC  (3+ messages)

[PATCH 0/3] kernfs: Add inotify IN_DELETE_SELF, IN_IGNORED support for files
 2026-02-10 22:48 UTC  (4+ messages)
` [PATCH 2/3] kernfs: send IN_DELETE_SELF and IN_IGNORED on file deletion

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

[PATCH] selftests: sched: drop unnecessary rpath from Makefile
 2026-02-10 18:51 UTC 

[PATCH bpf 0/6] Address XDP frags having negative tailroom
 2026-02-10 17:27 UTC  (12+ messages)
` [PATCH bpf 6/6] net: enetc: use truesize as XDP RxQ info frag_size

[PATCH v11 15/30] tracing: selftests: Add trace remote tests
 2026-02-10 15:54 UTC  (3+ messages)

[PATCH v4 0/9] dmaengine, PCI: endpoint: Enable remote use of integrated DesignWare eDMA
 2026-02-10 14:18 UTC  (6+ messages)
` [PATCH v4 4/9] PCI: endpoint: Add remote resource query API

[PATCH v2 0/2] selftests/liveupdate: add end to end test infrastructure and scripts
 2026-02-10 14:18 UTC  (4+ messages)
` [PATCH v2 2/2] "

[PATCH v2] selftests/ipc: skip msgque test when MSG_COPY is unsupported
 2026-02-10 13:53 UTC 

[PATCH] MAINTAINERS: Update email address for David Gow
 2026-02-10 13:10 UTC 

[PATCH v9 1/1] smb/client: introduce KUnit test to check search result of smb2_error_map_table
 2026-02-10 11:03 UTC  (4+ messages)


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