messages from 2026-09-10 16:21:12 to 2026-09-11 09:46:46 UTC [more...]
[PATCH v13 00/44] guest_memfd: In-place conversion support
2026-09-11 9:45 UTC (48+ messages)
` [PATCH v13 01/44] KVM: guest_memfd: Optimize away conversion overheads via dead-code elimination
` [PATCH v13 02/44] KVM: guest_memfd: Use kvm_mem_is_private() when populating guest_memfd memory
` [PATCH v13 03/44] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH v13 04/44] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
` [PATCH v13 05/44] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [PATCH v13 06/44] KVM: Rename memory attribute APIs to prepare for in-place gmem conversion
` [PATCH v13 07/44] KVM: Rename kvm_mem_is_private() to kvm_is_private_gfn()
` [PATCH v13 08/44] KVM: Provide generic interface for checking memory private/shared status
` [PATCH v13 09/44] KVM: guest_memfd: Stub in ability to enable in-place shared<=>private conversion
` [PATCH v13 10/44] KVM: Consolidate private memory and guest_memfd ifdeffery in kvm_host.h
` [PATCH v13 11/44] KVM: guest_memfd: Invalidate both SHARED and PRIVATE mappings for in-place conversions
` [PATCH v13 12/44] KVM: guest_memfd: Always fault from guest_memfd if in-place conversion is enabled
` [PATCH v13 13/44] KVM: guest_memfd: Pass mapping type filter to invalidation helper
` [PATCH v13 14/44] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH v13 15/44] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH v13 16/44] KVM: guest_memfd: Call arch make_shared callback for to-shared conversion
` [PATCH v13 17/44] KVM: guest_memfd: Return early if range already has requested attributes
` [PATCH v13 18/44] KVM: guest_memfd: Zero page while getting pfn
` [PATCH v13 19/44] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE
` [PATCH v13 20/44] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
` [PATCH v13 21/44] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [PATCH v13 22/44] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
` [PATCH v13 23/44] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
` [PATCH v13 24/44] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
` [PATCH v13 25/44] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}
` [PATCH v13 26/44] KVM: selftests: Add support for mmap() on guest_memfd in core library
` [PATCH v13 27/44] KVM: selftests: Add selftests global for guest memory attributes capability
` [PATCH v13 28/44] KVM: selftests: Add helpers for calling ioctls on guest_memfd
` [PATCH v13 29/44] KVM: selftests: Test basic single-page conversion flow
` [PATCH v13 30/44] KVM: selftests: Test conversion flow when INIT_SHARED
` [PATCH v13 31/44] KVM: selftests: Test conversion precision in guest_memfd
` [PATCH v13 32/44] KVM: selftests: Test conversion before allocation
` [PATCH v13 33/44] KVM: selftests: Convert with allocated folios in different layouts
` [PATCH v13 34/44] KVM: selftests: Test that truncation does not change shared/private status
` [PATCH v13 35/44] KVM: selftests: Test that shared/private status is consistent across processes
` [PATCH v13 36/44] KVM: selftests: Add helpers to pin pages with CONFIG_GUP_TEST
` [PATCH v13 37/44] KVM: selftests: Test conversion with elevated page refcount
` [PATCH v13 38/44] KVM: selftests: Reset shared memory after hole-punching
` [PATCH v13 39/44] KVM: selftests: Provide function to look up guest_memfd details from gpa
` [PATCH v13 40/44] KVM: selftests: Provide common function to set memory attributes
` [PATCH v13 41/44] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe
` [PATCH v13 42/44] KVM: selftests: Set up page size and alignment independently for guest_memfd
` [PATCH v13 43/44] KVM: selftests: Update private_mem_conversions_test for in-place conversions
` [PATCH v13 44/44] KVM: selftests: Update private memory exits test to work with per-gmem attributes
[PATCH 0/8] KVM: arm64: Add KVM_PRE_FAULT_MEMORY support
2026-09-11 9:32 UTC (10+ messages)
` [PATCH 6/8] KVM: selftests: Enable pre_fault_memory_test for arm64
` [PATCH 8/8] KVM: selftests: Add nested pre-fault test "
[PATCH bpf-next v2 00/13] bpf: track scalar equality across the low 32 bits
2026-09-11 9:29 UTC (23+ messages)
` [PATCH bpf-next v2 01/13] bpf: move linked-scalar flags out of bpf_reg_state->id [NFC]
` [PATCH bpf-next v2 02/13] bpf: compare linked-scalar kinds in regs_exact()
` [PATCH bpf-next v2 03/13] bpf: track low-32 scalar equality across zero-extending movs
` [PATCH bpf-next v2 04/13] selftests/bpf: cover the low-32 link for "
` [PATCH bpf-next v2 05/13] bpf: keep the range across a sign extension that cannot change it
` [PATCH bpf-next v2 06/13] selftests/bpf: cover sign extensions that cannot change the range
` [PATCH bpf-next v2 07/13] bpf: track low-32 scalar equality across sign-extending movs
` [PATCH bpf-next v2 08/13] selftests/bpf: cover the low-32 link for "
` [PATCH bpf-next v2 09/13] bpf: track low-32 scalar equality across narrowing stack fills
` [PATCH bpf-next v2 10/13] selftests/bpf: cover the low-32 link for "
` [PATCH bpf-next v2 11/13] bpf: record what a narrowing spill actually stores
` [PATCH bpf-next v2 12/13] bpf: track low-32 scalar equality across narrowing stack spills
` [PATCH bpf-next v2 13/13] selftests/bpf: cover the low-32 link for "
[PATCH v3 0/3] sched/fair: remove quota/burst write-order dependency
2026-09-11 9:22 UTC (4+ messages)
` [PATCH v3 1/3] "
` [PATCH v3 2/3] selftests: cgroup: test CPU quota and burst write order
` [PATCH v3 3/3] docs: cgroup-v2: document CPU quota and burst ordering
[PATCH net-next v2 0/5] fbnic: Support larger RX pages
2026-09-11 9:20 UTC (7+ messages)
` [PATCH net-next v2 1/5] net: Add netdev_config helpers
` [PATCH net-next v2 2/5] fbnic: Track BDQ device-page geometry per ring
` [PATCH net-next v2 3/5] net: Revalidate queue config for ringparam changes
` [PATCH net-next v2 4/5] fbnic: Support larger memory-provider RX pages
` [PATCH net-next v2 5/5] selftests: drv-net: Test large zcrx buffers
[RFC PATCH v2 0/5] blk-iocost: BPF struct_ops cost model
2026-09-11 9:20 UTC (2+ messages)
[PATCH v5 0/4] selftests: add shared Makefile for BPF selftests and a new memcg test
2026-09-11 8:03 UTC (8+ messages)
` [PATCH v5 1/4] selftests: add shared lib.bpf.mk to build BPF progs and skeletons
` [PATCH v5 2/4] selftests/cgroup: add memcg_stat_cross_cpu correctness test for flush
` [PATCH v5 3/4] selftests/hid: build the BPF program via the shared lib.bpf.mk
` [PATCH v5 4/4] selftests/sched_ext: build BPF schedulers "
[PATCH v3 0/9] KVM: guest_memfd: folio migration for non-confidential VMs
2026-09-11 6:40 UTC (4+ messages)
` [PATCH v3 1/9] KVM: guest_memfd: take the invalidate lock when unbinding a dying file
[PATCH v1 0/3] lib/842: reject malformed streams before invalid memory accesses
2026-09-11 5:30 UTC (2+ messages)
[PATCH bpf-next v6 0/2] bpftool: Add recursive map dumping
2026-09-11 5:10 UTC (3+ messages)
` [PATCH bpf-next v6 1/2] "
` [PATCH bpf-next v6 2/2] selftests/bpf: Cover recursive bpftool map dumps
[PATCH net-next] selftests: drv-net: add BIG TCP test cases
2026-09-11 5:06 UTC
[PATCH v9 0/6] selftests/mm: separate GUP microbenchmarking from functional testing
2026-09-11 4:32 UTC (6+ messages)
` [PATCH v9 6/6] selftests/mm: add a GUP selftest
[PATCH v4 00/19] crypto: cmh - add Rambus CryptoManager Hub driver
2026-09-11 4:31 UTC (3+ messages)
` [PATCH v4 04/19] crypto: cmh - add SHA-2/SHA-3/SHAKE ahash
[PATCH bpf-next v5 0/2] bpftool: Add recursive map dumping
2026-09-11 4:28 UTC (5+ messages)
` [PATCH bpf-next v5 1/2] "
` [PATCH bpf-next v5 2/2] selftests/bpf: Cover recursive bpftool map dumps
[PATCH bpf-next v3 0/2] bpftool: Consume ring buffer maps with event_pipe
2026-09-11 3:57 UTC (4+ messages)
` [PATCH bpf-next v3 1/2] bpftool: Read "
` [PATCH bpf-next v3 2/2] selftests/bpf: Cover bpftool ring buffer event_pipe
[PATCH] selftests: netfilter: fix nft_audit.sh auditd detection
2026-09-11 3:56 UTC
[PATCH bpf-next v4 0/2] bpftool: Batch bounded hash map dumps
2026-09-11 3:47 UTC (3+ messages)
` [PATCH bpf-next v4 1/2] bpftool: Use batch lookups for "
` [PATCH bpf-next v4 2/2] selftests/bpf: Check bpftool batch map dump contents
[PATCH bpf-next v5 0/2] bpftool: Support symbolic map creation flags
2026-09-11 3:46 UTC (3+ messages)
` [PATCH bpf-next v5 1/2] bpftool: Accept "
` [PATCH bpf-next v5 2/2] selftests/bpf: Cover symbolic bpftool "
[PATCH bpf-next v3 0/2] bpftool: Batch bounded hash map dumps
2026-09-11 3:37 UTC (4+ messages)
` [PATCH bpf-next v3 1/2] bpftool: Use batch lookups for "
` [PATCH bpf-next v3 2/2] selftests/bpf: Check bpftool batch map dump contents
[PATCH bpf-next v4 0/2] bpftool: Add recursive map dumping
2026-09-11 3:37 UTC (4+ messages)
` [PATCH bpf-next v4 1/2] "
` [PATCH bpf-next v4 2/2] selftests/bpf: Cover recursive bpftool map dumps
[PATCH bpf-next v4 0/2] bpftool: Support symbolic map creation flags
2026-09-11 3:37 UTC (4+ messages)
` [PATCH bpf-next v4 1/2] bpftool: Accept "
` [PATCH bpf-next v4 2/2] selftests/bpf: Cover symbolic bpftool "
[PATCH net-next v2] selftests: net: move log_test to lib file and remove duplicate code
2026-09-11 3:31 UTC (2+ messages)
[PATCH bpf-next v10 0/2] bpf: BPF-driven proactive memcg reclaim
2026-09-11 3:13 UTC (4+ messages)
` [PATCH bpf-next v10 1/2] mm/bpf: Add bpf_proactive_reclaim kfunc
` [PATCH bpf-next v10 2/2] selftests/bpf: Add memcg async reclaim test
[PATCH bpf v3] selftests/bpf: Check returned keys in map batch validators
2026-09-11 2:50 UTC
[PATCH bpf v2] selftests/bpf: Exercise double release in cpumask failure test
2026-09-11 2:50 UTC
[PATCH v5 00/19] selftests/mm: improve khugepaged coverage
2026-09-11 2:50 UTC (7+ messages)
` [PATCH v5 08/19] selftests/mm: add folio-order check for address ranges
[PATCH 0/2] ublk: fix force_abort leftover after quiesce recover
2026-09-11 2:19 UTC (3+ messages)
[PATCH net-next v2] selftests: net: add ctl_file_write() helper
2026-09-11 1:50 UTC (3+ messages)
[PATCH net] selftests/net: run tun tests in a dedicated network namespace
2026-09-11 0:28 UTC (3+ messages)
[PATCH bpf 1/2] bpf: Fix divide-by-zero in btf_struct_walk()
2026-09-11 0:00 UTC (5+ messages)
` [PATCH bpf 2/2] selftests/bpf: Test BTF walk into a flexible array of zero-sized elements
[PATCH bpf v3 0/3] bpf,tcp: Fix bpf_sock_destroy() on TIME_WAIT and listener socks
2026-09-11 0:00 UTC (2+ messages)
[PATCH net v4 7/7] selftests: drv-net: Add VLAN test
2026-09-10 23:52 UTC (3+ messages)
[PATCH net 0/2] net: psp: avoid conflicts with skb->decrypted and sk_validate_xmit_skb()
2026-09-10 23:46 UTC (3+ messages)
` [PATCH net 1/2] "
` [PATCH net 2/2] selftests: drv-net: psp: test PSP and TCP ULP mutual exclusion
[PATCH net v4 5/7] net: stmmac: Disable S-Tag processing on dwmac4
2026-09-10 23:46 UTC (2+ messages)
[PATCH net v4 4/7] net: stmmac: Do not advertise S-VLAN stripping when it is disabled
2026-09-10 23:46 UTC (2+ messages)
[PATCH net v4 3/7] net: stmmac: Rework S-VLAN handling
2026-09-10 23:46 UTC (2+ messages)
[PATCH net v4 2/7] net: stmmac: Stop toggling the EDVLP bit
2026-09-10 23:45 UTC (2+ messages)
[PATCH net v4 1/7] net: stmmac: Remove VLAN perfect matching dead code
2026-09-10 23:45 UTC (2+ messages)
[PATCH net v4 0/7] net: stmmac: Fix double VLAN 802.1ad tag handling
2026-09-10 23:42 UTC (3+ messages)
` [PATCH net v4 6/7] selftests: drv-net: Move _set_ethtool_feat() into lib
[PATCH] selftests/harness: Drain the test process group after a timeout
2026-09-10 23:02 UTC
[PATCH net-next V4 14/14] selftests: drv-net: Add PSP HW GRO conformance tests
2026-09-10 21:54 UTC (2+ messages)
[PATCH net-next V4 13/14] selftests: net: gro: Add PSP encapsulation and encryption
2026-09-10 21:54 UTC (2+ messages)
[PATCH net-next V4 11/14] net/mlx5e: psp: Dynamically reconfigure based on SHAMPO mode
2026-09-10 21:54 UTC (2+ messages)
[PATCH net-next V4 10/14] net/mlx5e: shampo: Flush session on PSP mismatch
2026-09-10 21:54 UTC (2+ messages)
[PATCH net-next V4 09/14] net/mlx5e: psp: Add an rx_decap steering table
2026-09-10 21:54 UTC (2+ messages)
[PATCH net-next V4 04/14] net/mlx5e: macsec: Block TC offload when MACsec is enabled
2026-09-10 21:54 UTC (2+ messages)
[PATCH net-next V4 01/14] net/mlx5e: Generalize TC <-> IPsec mutual exclusion
2026-09-10 21:54 UTC (2+ messages)
[PATCH net-next] tools: ynl: Fix out-of-tree build for ynltool
2026-09-10 21:16 UTC (6+ messages)
[PATCH] Documentation: kunit: Fix bad debugfs path
2026-09-10 21:06 UTC (2+ messages)
[PATCH] selftests: ublk: install test_common.sh and trace/ scripts
2026-09-10 20:55 UTC (2+ messages)
[PATCH 2/2] lib/tests: Add KUnit test for struct stack_trace __counted_by_ptr attribute
2026-09-10 19:48 UTC (5+ messages)
[PATCH 0/5] nfsd/sunrpc: allow userland to handle rpcbind registration
2026-09-10 19:46 UTC (9+ messages)
` [PATCH 1/5] SUNRPC: allow a service to opt out of "
` [PATCH 2/5] NFSD: add a userspace-rpcbind flag to listener_set
` [PATCH 3/5] NFSD: honour the userspace-rpcbind flag in listener_set
` [PATCH 4/5] NFSD: report registerable programs in the listener_set reply
` [PATCH 5/5] selftests/nfsd: exercise the userspace-rpcbind listener_set flag
[PATCH 2/2] lsm: fix size queries for getselfattr with NULL buffer
2026-09-10 19:26 UTC (2+ messages)
[PATCH 0/2] arm64: gcs: Return -EPERM when changes are prevented by locking
2026-09-10 19:00 UTC (3+ messages)
` [PATCH 1/2] arm64: gcs: Return -EPERM not -EBUSY for prctl() locking failures
` [PATCH 2/2] kselftest/arm64: Check for -EPERM not -EBUSY in the locking test
[PATCH v20 00/14] KVM: arm64: Provide guest support for GCS
2026-09-10 18:26 UTC (4+ messages)
` [PATCH v20 14/14] KVM: selftests: arm64: Add GCS EXLOCK exception emulation test
[PATCH v4 05/11] KVM: LUO: Support VM preservation across live updates
2026-09-10 17:47 UTC (11+ messages)
[PATCH net-next v3 3/4] selftests: openvswitch: add missing docstrings in ovs-dpctl.py
2026-09-10 17:44 UTC (3+ messages)
[PATCH RESEND net-next] tools: ynl: Fix out-of-tree build for ynltool
2026-09-10 17:32 UTC (2+ messages)
[PATCH net-next v3 4/4] selftests: openvswitch: suppress pylint complexity warnings
2026-09-10 17:22 UTC (2+ messages)
[PATCH net v1 0/2] net/sched: fix action batch failure cleanup
2026-09-10 16:20 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox