messages from 2026-06-24 21:33:18 to 2026-06-26 08:58:52 UTC [more...]
[PATCH v4 0/2] kunit: Add support for skipping entire test suites
2026-06-26 8:58 UTC (3+ messages)
` [PATCH v4 1/2] kunit,rust: Add ability to skip "
` [PATCH v4 2/2] kunit: Add example of test suite that can be skipped at runtime
[PATCH v13 0/4] kunit: Add support for suppressing warning backtraces
2026-06-26 8:21 UTC (2+ messages)
[PATCH v2 0/8] riscv: Add reliable stack unwinding for livepatch
2026-06-26 8:21 UTC (5+ messages)
` [PATCH v3 "
` [PATCH v3 1/8] scripts/sorttable: Handle RISC-V patchable ftrace entries
[PATCH] KVM: x86/xen: Add KVM_XEN_VCPU_ATTR_TYPE_WRITE_HYPERCALL_PAGE
2026-06-26 7:45 UTC (3+ messages)
[PATCH v9 0/6] mm/memory-failure: add panic option for unrecoverable pages
2026-06-26 7:07 UTC (7+ messages)
` [PATCH v9 2/6] mm/memory-failure: surface unhandlable kernel pages as -ENOTRECOVERABLE
` [PATCH v9 4/6] mm/memory-failure: add panic option for unrecoverable pages
` [PATCH v9 6/6] selftests/mm: add hwpoison-panic destructive test
[PATCH] selftests/landlock: Fix snprintf truncation checks in test files
2026-06-26 7:00 UTC
[PATCH] selftests: helpers: handle multi line in test_sysfs_prop_optional_list
2026-06-26 6:40 UTC (2+ messages)
[PATCH v10 0/9] tracing/probes: Add more typecast features
2026-06-26 4:21 UTC (11+ messages)
` [PATCH v10 1/9] tracing/probes: Allow eprobe to use variable without $ prefix
` [PATCH v10 2/9] tracing/probes: Support dumping fetcharg program for debugging dynamic events
` [PATCH v10 3/9] tracing/probes: Support typecast for various probe events
` [PATCH v10 4/9] tracing/probes: Support nested typecast
` [PATCH v10 5/9] tracing/probes: Type casting always involves nested calls
` [PATCH v10 6/9] tracing/probes: Support field specifier option for typecast
` [PATCH v10 7/9] tracing/probes: Add $current variable support
` [PATCH v10 8/9] tracing/probes: Add this_cpu_read() and this_cpu_ptr() dereference method to fetcharg
` [PATCH v10 9/9] tracing/probes: Add a new testcase for BTF typecasts
[PATCH v3 0/3] selftests/resctrl: Fix resctrl selftests issues on aarch64
2026-06-26 3:26 UTC (7+ messages)
` [PATCH v3 1/3] selftests/resctrl: Skip L3_CAT when no exclusive cache portion exists
` [PATCH v3 2/3] selftests/resctrl: Implement cl_flush() and sb() for aarch64
` [PATCH v3 3/3] selftests/resctrl: Recognise aarch64 as a vendor for L3_NONCONT_CAT
[PATCH v6 00/10] Fix missing fops.owner in Rust DRM/misc abstractions
2026-06-26 3:01 UTC (9+ messages)
` [PATCH v6 01/10] rust: module: move module types into `module.rs`
` [PATCH v6 07/10] rust: configfs: use `LocalModule` for `THIS_MODULE`
` [PATCH v6 10/10] rust: module: update MAINTAINERS to cover module.rs
[PATCH v2] lib/random32: convert selftest to KUnit
2026-06-26 2:34 UTC
[PATCH v8 00/46] guest_memfd: In-place conversion support
2026-06-26 1:17 UTC (76+ messages)
` [PATCH v8 09/46] KVM: guest_memfd: Introduce function to check GFN private/shared status
` [PATCH v8 15/46] KVM: guest_memfd: Call arch invalidate hooks on conversion
` [PATCH v8 18/46] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [PATCH v8 21/46] KVM: guest_memfd: Zero page while getting pfn
` [PATCH v8 22/46] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE
` [PATCH v8 23/46] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
` [PATCH v8 24/46] KVM: guest_memfd: Make in-place conversion the default
` [PATCH v8 24/46] KVM: guest_memfd: Make in-place conversion the default\
` [PATCH v8 33/46] KVM: selftests: Test conversion precision in guest_memfd
` [PATCH v8 34/46] KVM: selftests: Test conversion before allocation
` [PATCH v8 35/46] KVM: selftests: Convert with allocated folios in different layouts
` [PATCH v8 36/46] KVM: selftests: Test that truncation does not change shared/private status
` [PATCH v8 37/46] KVM: selftests: Test that shared/private status is consistent across processes
` [PATCH v8 38/46] KVM: selftests: Add helpers to pin pages with CONFIG_GUP_TEST
` [PATCH v8 39/46] KVM: selftests: Test conversion with elevated page refcount
` [PATCH v8 40/46] KVM: selftests: Reset shared memory after hole-punching
` [PATCH v8 41/46] KVM: selftests: Provide function to look up guest_memfd details from gpa
` [PATCH v8 42/46] KVM: selftests: Provide common function to set memory attributes
` [PATCH v8 43/46] KVM: selftests: Check fd/flags provided to mmap() when setting up memslot
` [PATCH v8 44/46] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe
` [PATCH v8 45/46] KVM: selftests: Update private_mem_conversions_test to mmap() guest_memfd
` [PATCH v8 46/46] KVM: selftests: Update private memory exits test to work with per-gmem attributes
[PATCH bpf 1/2] bpf: Avoid eliding lookup NULLness for inner map templates
2026-06-26 0:44 UTC (3+ messages)
[RFC PATCH v1.3 00/11] mm/damon: update, optimize, and clean up doc, tests, and code
2026-06-26 0:16 UTC (6+ messages)
` [RFC PATCH v1.3 03/11] mm/damon/tests/core-kunit: test damon_rand()
` [RFC PATCH v1.3 04/11] selftests/damon/sysfs.sh: test multiple probe dirs creation
` [RFC PATCH v1.3 05/11] selftests/damon/sysfs.sh: test {core,ops}_filters/ directories
` [RFC PATCH v1.3 06/11] selftests/damon/sysfs.sh: test dests dir
` [RFC PATCH v1.3 07/11] selftests/damon/sysfs.sh: test all files in quota goal dir
[PATCH v3 0/3] selftests/resctrl: Add dynamic linked list management for IMC counters
2026-06-25 22:14 UTC (7+ messages)
` [PATCH v3 1/3] selftests/resctrl: Introduce "
` [PATCH v3 2/3] selftests/resctrl: Replace counter index references with pointers
` [PATCH v3 3/3] selftests/resctrl: Enable dynamic management of IMC counters via linked list
[PATCH bpf-next v4 0/2] bpf: Reject offset refcount acquire arguments
2026-06-25 21:39 UTC (5+ messages)
` [PATCH bpf-next v4 1/2] "
` [PATCH bpf-next v4 2/2] selftests/bpf: Cover refcount acquire node offsets
[PATCH 00/19] crypto: cmh - add CRI CryptoManager Hub driver
2026-06-25 21:21 UTC (23+ messages)
` [PATCH 01/19] dt-bindings: crypto: add Rambus CryptoManager Hub
` [PATCH 02/19] crypto: cmh - add core platform driver
` [PATCH 03/19] crypto: cmh - add key provisioning and management
` [PATCH 04/19] crypto: cmh - add SHA-2/SHA-3/SHAKE ahash
` [PATCH 05/19] crypto: cmh - add HMAC ahash
` [PATCH 06/19] crypto: cmh - add CSHAKE/KMAC ahash
` [PATCH 07/19] crypto: cmh - add SM3 ahash
` [PATCH 08/19] crypto: cmh - add AES skcipher/aead/cmac
` [PATCH 09/19] crypto: cmh - add SM4 skcipher/aead/cmac/xcbc
` [PATCH 10/19] crypto: cmh - add ChaCha20-Poly1305
` [PATCH 11/19] crypto: cmh - add DRBG hwrng
` [PATCH 12/19] crypto: cmh - add RSA akcipher
` [PATCH 13/19] crypto: cmh - add ECDSA/SM2 sig
` [PATCH 14/19] crypto: cmh - add ECDH/X25519 kpp
` [PATCH 15/19] crypto: cmh - add ML-KEM/ML-DSA (QSE)
` [PATCH 16/19] crypto: cmh - add SLH-DSA/LMS/XMSS (HCQ)
` [PATCH 17/19] Documentation: ioctl: add CMH ioctl documentation and register 'J'
` [PATCH 18/19] selftests: crypto: cmh - add kselftest for management ioctl
` [PATCH 19/19] MAINTAINERS: add Rambus CryptoManager Hub (CMH)
[PATCH bpf-next v3 1/2] bpf: add bpf_init_inode_xattr kfunc for atomic inode labeling
2026-06-25 20:47 UTC (8+ messages)
` [PATCH "
[PATCH bpf-next v2 0/2] bpf: Mask pseudo pointer values in verifier logs
2026-06-25 20:38 UTC (2+ messages)
[PATCH bpf-next v2 0/2] bpf: Reject MEM_ALLOC BTF accesses past bounds
2026-06-25 20:34 UTC (3+ messages)
` [PATCH bpf-next v2 1/2] bpf: Reject MEM_ALLOC BTF accesses past object bounds
[PATCH RESEND v4] selftests/cgroup: Adjust cpu test duration based on HZ
2026-06-25 20:33 UTC
[PATCH v4] selftests/cgroup: Adjust cpu test duration based on HZ
2026-06-25 20:30 UTC (2+ messages)
[PATCH bpf-next v2 0/4] bpf: bidirectional VLAN support for bpf_fib_lookup()
2026-06-25 19:51 UTC (4+ messages)
` [PATCH bpf-next v2 1/4] bpf: Initialize the l3mdev field for the fib lookup flow
[PATCH 0/2] fs: support $ORIGIN in ELF interpreter paths
2026-06-25 19:34 UTC (6+ messages)
[PATCH bpf 0/2] bpf: Keep fastcall stack slots for helper stack reads
2026-06-25 18:35 UTC (5+ messages)
` [PATCH bpf 1/2] bpf: Keep fastcall spills "
` [PATCH bpf 2/2] selftests/bpf: Cover fastcall "
[PATCH] selftests: Open /dev/udmabuf O_RDONLY
2026-06-25 18:15 UTC
(no subject)
2026-06-25 18:35 UTC (5+ messages)
` [PATCH 1/2] bpf: preserve rx_queue_index across XDP redirects
[PATCH v3 00/11] vfio/pci: Add CXL Type-2 device passthrough support
2026-06-25 16:54 UTC (12+ messages)
` [PATCH v3 01/11] cxl: Add cxl_get_hdm_info() helper for HDM decoder metadata
` [PATCH v3 02/11] cxl: Split cxl_await_range_active() from media-ready wait
` [PATCH v3 03/11] cxl: Record BIR and BAR offset in cxl_register_map
` [PATCH v3 04/11] cxl: Move component/HDM register defines to uapi/cxl/cxl_regs.h
` [PATCH v3 05/11] vfio: UAPI for CXL Type-2 device passthrough
` [PATCH v3 06/11] cxl: Add register-virtualization helpers for vfio Type-2 passthrough
` [PATCH v3 07/11] vfio/pci: Add CONFIG_VFIO_PCI_CXL with bind-time CXL Type-2 acquisition
` [PATCH v3 08/11] vfio/pci/cxl: Add HDM + COMP_REGS regions and DVSEC clipping shim
` [PATCH v3 09/11] selftests/vfio: Add CXL Type-2 device passthrough smoke test
` [PATCH v3 10/11] docs: vfio-pci: Document CXL Type-2 device passthrough
` [PATCH v3 11/11] vfio/pci: Provide opt-out for CXL Type-2 extensions
[PATCH] selftests/lib.mk: run_tests= print summary at the end
2026-06-25 16:22 UTC
[PATCH 0/3] ovl: make cachestat() work
2026-06-25 16:12 UTC (13+ messages)
` [PATCH 1/3] fs, mm: add ->cachestat() file operation
` [PATCH 2/3] ovl: support cachestat() syscall on overlayfs files
[PATCH v2 0/2] selftests: helpers: handle multi line in test_sysfs_prop_optional_list
2026-06-25 16:05 UTC (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] selftests: test possible usb type values from documentation
[PATCH v5 0/9] dax/kmem: atomic whole-device hotplug via sysfs
2026-06-25 14:57 UTC (12+ messages)
` [PATCH v5 5/9] mm/memory_hotplug: offline_and_remove_memory_ranges()
` [PATCH v5 8/9] dax/kmem: add sysfs interface for atomic whole-device hotplug
Please backport bridge multicast exponential field encoding fix series to stable kernels
2026-06-25 14:50 UTC (3+ messages)
[RFC PATCH v1.2 00/11] mm/damon: update, optimize, and clean up doc, tests, and code
2026-06-25 14:23 UTC (6+ messages)
` [RFC PATCH v1.2 03/11] mm/damon/tests/core-kunit: test damon_rand()
` [RFC PATCH v1.2 04/11] selftests/damon/sysfs.sh: test multiple probe dirs creation
` [RFC PATCH v1.2 05/11] selftests/damon/sysfs.sh: test {core,ops}_filters/ directories
` [RFC PATCH v1.2 06/11] selftests/damon/sysfs.sh: test dests dir
` [RFC PATCH v1.2 07/11] selftests/damon/sysfs.sh: test all files in quota goal dir
[PATCH v3] selftests/cgroup: Adjust cpu test duration based on HZ
2026-06-25 12:45 UTC (3+ messages)
[PATCH 0/2] selftests/mm: avoid false failures in hugetlb and KSM tests
2026-06-25 12:40 UTC (3+ messages)
` [PATCH 1/2] selftests/mm: handle EINVAL when configuring gigantic hugepages
` [PATCH 2/2] selftests/mm: fix ksm NUMA merge test for systems with memoryless NUMA nodes
[PATCH v7 00/42] guest_memfd: In-place conversion support
2026-06-25 12:36 UTC (5+ messages)
` [PATCH v7 10/42] KVM: guest_memfd: Ensure pages are not in use before conversion
[PATCH v3 15/17] selftests/verification: Fix wrong errexit assumption
2026-06-25 12:14 UTC (3+ messages)
` [PATCH v3 16/17] selftests/verification: Rearrange the wwnr_printk test
` [PATCH v3 17/17] selftests/verification: Add selftests for deadline and stall monitors
[PATCH bpf 0/2] bpf, sockmap: Fix sockmap leaking UDP socks
2026-06-25 10:48 UTC (8+ messages)
` [PATCH bpf 1/2] bpf, sockmap: Don't leak UDP socks on lookup-bind-release
[PATCH bpf 1/2] bpf: Preserve link info metadata on ENOSPC
2026-06-25 7:14 UTC (2+ messages)
[PATCH v2] KVM: selftests: hyperv_tlb_flush: use swap() to swap PTEs
2026-06-25 7:09 UTC (2+ messages)
` [PATCH v3] selftests: add swap() macro to kselftest.h
[RFC PATCH v1.1 00/11] mm/damon: update, optimize, and clean up doc, tests, and code
2026-06-25 5:07 UTC (6+ messages)
` [RFC PATCH v1.1 03/11] mm/damon/tests/core-kunit: test damon_rand()
` [RFC PATCH v1.1 04/11] selftests/damon/sysfs.sh: test multiple probe dirs creation
` [RFC PATCH v1.1 05/11] selftests/damon/sysfs.sh: test {core,ops}_filters/ directories
` [RFC PATCH v1.1 06/11] selftests/damon/sysfs.sh: test dests dir
` [RFC PATCH v1.1 07/11] selftests/damon/sysfs.sh: test all files in quota goal dir
[PATCH bpf-next v7 00/11] bpf: Introduce global percpu data
2026-06-25 2:47 UTC (16+ messages)
` [PATCH bpf-next v7 06/11] libbpf: Add support for "
` [PATCH bpf-next v7 07/11] bpftool: Generate skeleton "
` [PATCH bpf-next v7 09/11] selftests/bpf: Add test to verify accessing rdonly percpu_array
[PATCH v13 00/22] TDX KVM selftests
2026-06-25 2:37 UTC (5+ messages)
` [PATCH v13 03/22] KVM: selftests: Initialize the TDX VM
[PATCH v9 0/9] tracing/probes: Add more typecast features
2026-06-25 1:27 UTC (10+ messages)
` [PATCH v9 1/9] tracing/probes: Allow eprobe to use variable without $ prefix
` [PATCH v9 2/9] tracing/probes: Support dumping fetcharg program for debugging dynamic events
` [PATCH v9 3/9] tracing/probes: Support typecast for various probe events
` [PATCH v9 4/9] tracing/probes: Support nested typecast
` [PATCH v9 5/9] tracing/probes: Type casting always involves nested calls
` [PATCH v9 6/9] tracing/probes: Support field specifier option for typecast
` [PATCH v9 7/9] tracing/probes: Add $current variable support
` [PATCH v9 8/9] tracing/probes: Add this_cpu_read() and this_cpu_ptr() dereference method to fetcharg
` [PATCH v9 9/9] tracing/probes: Add a new testcase for BTF typecasts
[PATCH v8 00/10] tracing/probes: Add more typecast features
2026-06-24 23:33 UTC (3+ messages)
` [PATCH v8 01/10] tracing/probes: Make the $ prefix mandatory for comm access
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