Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2026-03-25 13:58:34 to 2026-03-26 22:24:43 UTC [more...]

[PATCH RFC v4 00/44] guest_memfd: In-place conversion support
 2026-03-26 22:24 UTC  (10+ messages)
` [PATCH RFC v4 01/44] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH RFC v4 02/44] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
` [PATCH RFC v4 03/44] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [PATCH RFC v4 04/44] KVM: Stub in ability to disable per-VM memory attribute tracking
` [PATCH RFC v4 05/44] KVM: guest_memfd: Wire up kvm_get_memory_attributes() to per-gmem attributes
` [PATCH RFC v4 06/44] KVM: guest_memfd: Update kvm_gmem_populate() to use gmem attributes
` [PATCH RFC v4 07/44] KVM: guest_memfd: Only prepare folios for private pages
` [PATCH RFC v4 08/44] KVM: Introduce KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH RFC v4 09/44] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs

[PATCH net-next v2 00/12] ethtool: Generic loopback support
 2026-03-26 22:23 UTC  (23+ messages)
` [PATCH net-next v2 01/12] ethtool: Add dump_one_dev callback for per-device sub-iteration
` [PATCH net-next v2 02/12] ethtool: Convert per-PHY commands to dump_one_dev
` [PATCH net-next v2 03/12] ethtool: Add loopback netlink UAPI definitions
` [PATCH net-next v2 04/12] ethtool: Add loopback GET/SET netlink implementation
` [PATCH net-next v2 05/12] ethtool: Add CMIS loopback helpers for module loopback control
` [PATCH net-next v2 06/12] selftests: drv-net: Add loopback driver test
` [PATCH net-next v2 07/12] ethtool: Add MAC loopback support via ethtool_ops
` [PATCH net-next v2 08/12] netdevsim: Add MAC loopback simulation
` [PATCH net-next v2 09/12] selftests: drv-net: Add MAC loopback netdevsim test
` [PATCH net-next v2 10/12] MAINTAINERS: Add entry for ethtool loopback
` [PATCH net-next v2 11/12] netdevsim: Add module EEPROM simulation via debugfs
` [PATCH net-next v2 12/12] selftests: drv-net: Add CMIS loopback netdevsim test

[PATCH v3] selftests/x86: Fix sysret_rip assertion failure on FRED systems
 2026-03-26 22:06 UTC  (2+ messages)

[PATCH v4 0/8] KVM: x86: nSVM: Improve PAT virtualization
 2026-03-26 21:59 UTC  (12+ messages)
` [PATCH v4 4/8] KVM: x86: nSVM: Redirect IA32_PAT accesses to either hPAT or gPAT

[PATCH v3 00/24] vfio/pci: Base Live Update support for VFIO device files
 2026-03-26 21:39 UTC  (12+ messages)
` [PATCH v3 02/24] PCI: Add API to track PCI devices preserved across Live Update
` [PATCH v3 03/24] PCI: Require Live Update preserved devices are in singleton iommu_groups

[PATCH 0/3] KVM: arm64: selftests: Basic nested guest support
 2026-03-26 21:34 UTC  (9+ messages)
` [PATCH 1/3] KVM: arm64: selftests: Add library functions for NV
` [PATCH 3/3] KVM: arm64: selftests: Enable stage-2 in NV preparation functions

[PATCH] selftests/livepatch: add test for module function patching
 2026-03-26 20:41 UTC  (3+ messages)

[PATCH next] wireguard: selftests: Remove spurious precision from banner printf
 2026-03-26 20:18 UTC 

[PATCH v3 0/8] module: Move 'struct module_signature' to UAPI
 2026-03-26 20:06 UTC  (2+ messages)

[PATCH bpf-next 0/3] bpf: Enhance freplace compatibility
 2026-03-26 19:42 UTC  (3+ messages)
` [PATCH bpf-next 1/3] bpf: Disallow freplace on XDP with mismatched xdp_has_frags values

[PATCH net-next v4 00/10] selftests: drivers: bash support for remote traffic generators
 2026-03-26 19:03 UTC  (12+ messages)
` [PATCH net-next v4 01/10] selftests: forwarding: extend ethtool_std_stats_get with pause statistics
` [PATCH net-next v4 02/10] selftests: net: add helpers for running a command on other targets
` [PATCH net-next v4 03/10] selftests: net: extend lib.sh to parse drivers/net/net.config
` [PATCH net-next v4 04/10] selftests: net: update some helpers to use run_on
` [PATCH net-next v4 05/10] selftests: drivers: hw: cleanup shellcheck warnings in the rmon test
` [PATCH net-next v4 06/10] selftests: drivers: hw: test rmon counters only on first interface
` [PATCH net-next v4 07/10] selftests: drivers: hw: replace counter upper limit with UINT32_MAX in rmon test
` [PATCH net-next v4 08/10] selftests: drivers: hw: move to KTAP output
` [PATCH net-next v4 09/10] selftests: drivers: hw: update ethtool_rmon to work with a single local interface
` [PATCH net-next v4 10/10] selftests: drivers: hw: add test for the ethtool standard counters

[PATCH v6 00/10] KVM: x86: nSVM: Improve PAT virtualization
 2026-03-26 19:03 UTC  (12+ messages)
` [PATCH v6 01/10] KVM: x86: Define KVM_X86_QUIRK_NESTED_SVM_SHARED_PAT
` [PATCH v6 02/10] KVM: x86: nSVM: Clear VMCB_NPT clean bit when updating hPAT from guest mode
` [PATCH v6 03/10] KVM: x86: nSVM: Cache and validate vmcb12 g_pat
` [PATCH v6 04/10] KVM: x86: nSVM: Set vmcb02.g_pat correctly for nested NPT
` [PATCH v6 05/10] KVM: x86: nSVM: Redirect IA32_PAT accesses to either hPAT or gPAT
` [PATCH v6 06/10] KVM: x86: Remove common handling of MSR_IA32_CR_PAT
` [PATCH v6 07/10] KVM: x86: nSVM: Save gPAT to vmcb12.g_pat on VMEXIT
` [PATCH v6 08/10] KVM: Documentation: document KVM_{GET,SET}_NESTED_STATE for SVM
` [PATCH v6 09/10] KVM: x86: nSVM: Save/restore gPAT with KVM_{GET,SET}_NESTED_STATE
` [PATCH v6 10/10] KVM: selftests: nSVM: Add svm_nested_pat test

[PATCH v2 00/13] selftests/mm: fix failures and robustness improvements
 2026-03-26 18:38 UTC  (7+ messages)
` [PATCH v2 09/13] selftests/mm: skip uffd-wp-mremap if UFFD write-protect is unsupported

[RFC PATCH v2 0/3] vfs: transitive upgrade restrictions for fds
 2026-03-26 18:20 UTC  (4+ messages)
` [RFC PATCH v2 1/3] vfs: add support for empty path to openat2(2)
` [RFC PATCH v2 2/3] vfs: transitive upgrade restrictions for fds
` [RFC PATCH v2 3/3] selftest: add tests for OPENAT2_EMPTY_PATH and allowed_upgrades

[PATCH net-next] selftests: net: Remove unnecessary backslashes in fq_band_pktlimit.sh
 2026-03-26 18:19 UTC  (2+ messages)

[PATCH v3 3/7] Revert "selftests/tc-testing: Add tests for restrictions on netem duplication"
 2026-03-26 18:01 UTC  (3+ messages)
` [PATCH v3 6/7] selftests/tc-testing: Add mirred test cases exercising loops
` [PATCH v3 7/7] selftests/tc-testing: Add netem test case "

[PATCH bpf v2 0/2] bpf: tcp: Fix null-ptr-deref in arbitrary SYN Cookie
 2026-03-26 17:33 UTC  (4+ messages)
` [PATCH bpf v2 1/2] bpf: tcp: Reject non-TCP skb in bpf_sk_assign_tcp_reqsk()
` [PATCH bpf v2 2/2] selftests/bpf: Add protocol check test for bpf_sk_assign_tcp_reqsk()

[PATCH v4 0/3] liveupdate: prevent double preservation
 2026-03-26 16:39 UTC  (4+ messages)
` [PATCH v4 1/3] liveupdate: prevent double management of files
` [PATCH v4 2/3] memfd: implement get_id for memfd_luo
` [PATCH v4 3/3] selftests: liveupdate: add test for double preservation

[PATCH v2 0/2] Support BPF traversal of wakeup sources
 2026-03-26 16:30 UTC  (9+ messages)
` [PATCH v2 1/2] PM: wakeup: Add kfuncs to traverse over wakeup_sources
` [PATCH v2 2/2] selftests/bpf: Add tests for wakeup_sources kfuncs

[RFC PATCH net-next v6 2/2] selftests: net: test PPPoE packets in gro.sh
 2026-03-26 16:29 UTC  (2+ messages)

[PATCH v3 0/2] liveupdate: prevent double preservation
 2026-03-26 15:16 UTC  (11+ messages)
` [PATCH v3 1/2] liveupdate: prevent double management of files
` [PATCH v3 2/2] selftests: liveupdate: add test for double preservation

[PATCH v2] selftests: net: broadcast_pmtu: Fix false failure from incorrect ping exit code logic
 2026-03-26 14:58 UTC  (2+ messages)

[PATCH v3 00/10] selftests/resctrl: Fixes and improvements focused on Intel platforms
 2026-03-26 14:34 UTC  (8+ messages)
` [PATCH v3 01/10] selftests/resctrl: Improve accuracy of cache occupancy test
` [PATCH v3 02/10] selftests/resctrl: Reduce interference from L2 occupancy during "
` [PATCH v3 04/10] selftests/resctrl: Prepare for parsing multiple events per iMC

[PATCH bpf-next v2 0/2] bpf: Fix abuse of kprobe_write_ctx via freplace
 2026-03-26 14:17 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] "
` [PATCH bpf-next v2 2/2] selftests/bpf: Add test to verify the fix of kprobe_write_ctx abuse

[PATCH v3 6/7] platform/x86/amd/pmf: Introduce AMD PMF testing tool for driver metrics and features
 2026-03-26 10:20 UTC  (3+ messages)

[PATCH net-next v4] selftests: net: add tests for PPP
 2026-03-26  9:08 UTC  (5+ messages)

[PATCH] selftests: net: broadcast_pmtu: Fix false failure from incorrect ping exit code logic
 2026-03-26  8:31 UTC  (2+ messages)

[PATCH net-next V9 00/14] devlink and mlx5: Support cross-function rate scheduling
 2026-03-26  6:59 UTC  (15+ messages)
` [PATCH net-next V9 01/14] devlink: Update nested instance locking comment
` [PATCH net-next V9 02/14] devlink: Add helpers to lock nested-in instances
` [PATCH net-next V9 03/14] devlink: Migrate from info->user_ptr to info->ctx
` [PATCH net-next V9 04/14] devlink: Decouple rate storage from associated devlink object
` [PATCH net-next V9 05/14] devlink: Add parent dev to devlink API
` [PATCH net-next V9 06/14] devlink: Allow parent dev for rate-set and rate-new
` [PATCH net-next V9 07/14] devlink: Allow rate node parents from other devlinks
` [PATCH net-next V9 08/14] net/mlx5: qos: Use mlx5_lag_query_bond_speed to query LAG speed
` [PATCH net-next V9 09/14] net/mlx5: qos: Expose a function to clear a vport's parent
` [PATCH net-next V9 10/14] net/mlx5: qos: Model the root node in the scheduling hierarchy
` [PATCH net-next V9 11/14] net/mlx5: qos: Remove qos domains and use shd lock
` [PATCH net-next V9 12/14] net/mlx5: qos: Support cross-device tx scheduling
` [PATCH net-next V9 13/14] selftests: drv-net: Add test for cross-esw rate scheduling
` [PATCH net-next V9 14/14] net/mlx5: Document devlink rates

[PATCH bpf v1 0/2] bpf: tcp: Fix null-ptr-deref in arbitrary SYN Cookie
 2026-03-26  6:33 UTC  (8+ messages)
` [PATCH bpf v1 1/2] bpf: tcp: Reject non-TCP skb in bpf_sk_assign_tcp_reqsk()
` [PATCH bpf v1 2/2] selftests/bpf: Add protocol check test for bpf_sk_assign_tcp_reqsk()

[PATCH v5 0/8] selftests/cgroup: improve zswap tests robustness and support large page sizes
 2026-03-26  6:29 UTC  (10+ messages)
` [PATCH v5 1/8] selftests/cgroup: skip test_zswap if zswap is globally disabled
` [PATCH v5 2/8] selftests/cgroup: avoid OOM in test_swapin_nozswap
` [PATCH v5 3/8] selftests/cgroup: use runtime page size for zswpin check
` [PATCH v5 4/8] selftests/cgroup: rename PAGE_SIZE to BUF_SIZE in cgroup_util
` [PATCH v5 5/8] selftests/cgroup: replace hardcoded page size values in test_zswap
` [PATCH v5 6/8] selftest/cgroup: fix zswap test_no_invasive_cgroup_shrink on large pagesize system
` [PATCH v5 7/8] selftest/cgroup: fix zswap attempt_writeback() on 64K "
` [PATCH v5 8/8] selftests/cgroup: test_zswap: wait for asynchronous writeback

[PATCH bpf v3 0/5] bpf, sockmap: Fix af_unix null-ptr-deref in proto update
 2026-03-26  6:26 UTC  (7+ messages)
` [PATCH bpf v3 5/5] bpf, sockmap: Adapt for af_unix-specific lock

[PATCH v2] selftests/x86: Fix sysret_rip assertion failure on FRED systems
 2026-03-26  4:37 UTC  (3+ messages)

[PATCH v10 0/2] selftests/vfio: Add NVIDIA GPU Falcon DMA test driver
 2026-03-25 21:43 UTC  (3+ messages)
` [PATCH v10 1/2] selftests/vfio: Add NO_SEND_MSI feature flag and MSI helper macros
` [PATCH v10 2/2] selftests/vfio: Add NVIDIA Falcon driver for DMA testing

[PATCH v3] selftests: x86: test_shadow_stack: return KSFT_SKIP when test is skipped
 2026-03-25 20:57 UTC  (3+ messages)

[PATCH net-next 0/3] net: bridge: add stp_mode attribute for STP mode selection
 2026-03-25 20:12 UTC  (3+ messages)

[PATCH net-next v5 0/6] bnxt_en: Add XDP RSS hash metadata support
 2026-03-25 20:09 UTC  (7+ messages)
` [PATCH net-next v5 1/6] bnxt_en: use bnxt_xdp_buff for xdp context
` [PATCH net-next v5 2/6] bnxt_en: Implement XDP RSS hash metadata extraction
` [PATCH net-next v5 3/6] bnxt_en: Move bnxt_rss_ext_op into header
` [PATCH net-next v5 4/6] bnxt_en: Implement XDP RSS hash metadata extraction for V3_CMP
` [PATCH net-next v5 5/6] selftests: net: move common xdp.py functions into lib
` [PATCH net-next v5 6/6] selftests: drv-net: xdp: Add rss_hash metadata tests

[PATCH v2 0/2] liveupdate: prevent double preservation
 2026-03-25 18:51 UTC  (7+ messages)
` [PATCH v2 1/2] liveupdate: prevent double management of files
` [PATCH v2 2/2] selftests: liveupdate: add test for double preservation

[PATCH] KVM: selftests: Guard execinfo.h inclusion for non-glibc builds
 2026-03-25 18:47 UTC  (4+ messages)

[PATCH net-next v3 00/13] net: sleepable ndo_set_rx_mode
 2026-03-25 17:34 UTC  (9+ messages)
` [PATCH net-next v3 03/13] net: introduce ndo_set_rx_mode_async and dev_rx_mode_work

[PATCH net-next v3 0/3] tcp: fix scaled no-shrink rwnd quantization slack
 2026-03-25 17:28 UTC  (5+ messages)

[PATCH v2 0/7] selftests: memcg: Fix test_memcontrol test failures with large page sizes
 2026-03-25 17:23 UTC  (9+ messages)
` [PATCH v2 1/7] memcg: Scale up vmstats flush threshold with int_sqrt(nr_cpus+2)
` [PATCH v2 4/7] selftests: memcg: Increase error tolerance in accordance with page size

[PATCH] selftests/mm: Fix soft-dirty kselftest supported check
 2026-03-25 16:23 UTC  (7+ messages)
` [PATCH V2] "

[PATCH 00/15] Implementation of Dynamic Housekeeping & Enhanced Isolation (DHEI)
 2026-03-25 16:02 UTC  (12+ messages)
` [PATCH 02/15] sched/isolation: Introduce housekeeping notifier infrastructure
` [PATCH 03/15] sched/isolation: Separate housekeeping types in enum hk_type
` [PATCH 06/15] sched/core: Dynamically update scheduler domain housekeeping mask
` [PATCH 07/15] watchdog: Allow runtime toggle of lockup detector affinity
` [PATCH 13/15] sched/isolation: Implement sysfs interface for dynamic housekeeping

[PATCH v3 03/24] PCI: Require Live Update preserved devices are in singleton iommu_groups
 2026-03-25 14:51 UTC 


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