messages from 2026-06-23 08:50:25 to 2026-06-24 15:51:55 UTC [more...]
[PATCH bpf 0/2] bpf: Copy per-CPU map value padding in copy_map_value_long()
2026-06-24 15:51 UTC (3+ messages)
` [PATCH bpf 1/2] "
` [PATCH bpf 2/2] selftests/bpf: Verify no non-zeroed kernel heap memory exposure
[PATCH v13 00/22] TDX KVM selftests
2026-06-24 15:43 UTC (4+ messages)
` [PATCH v13 13/22] KVM: selftests: Set first memory region as shared if guest_memfd
[PATCH v8 00/46] guest_memfd: In-place conversion support
2026-06-24 15:12 UTC (39+ messages)
` [PATCH v8 01/46] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH v8 04/46] KVM: Decouple kvm_has_arch_private_mem from CONFIG_KVM_VM_MEMORY_ATTRIBUTES
` [PATCH v8 05/46] KVM: Make CONFIG_KVM_VM_MEMORY_ATTRIBUTES selectable
` [PATCH v8 07/46] KVM: Rename memory attribute APIs to prepare for in-place gmem conversion
` [PATCH v8 08/46] KVM: Provide generic interface for checking memory private/shared status
` [PATCH v8 09/46] KVM: guest_memfd: Introduce function to check GFN "
` [PATCH v8 15/46] KVM: guest_memfd: Call arch invalidate hooks on conversion
` [PATCH v8 17/46] KVM: guest_memfd: Advertise KVM_SET_MEMORY_ATTRIBUTES2 ioctl
` [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 23/46] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
[PATCH v6 00/10] Fix missing fops.owner in Rust DRM/misc abstractions
2026-06-24 15:00 UTC (11+ messages)
` [PATCH v6 01/10] rust: module: move module types into `module.rs`
` [PATCH v6 02/10] rust: module: add `THIS_MODULE` const to `ModuleMetadata` trait
` [PATCH v6 03/10] rust: doctest: add LocalModule fallback for #[vtable] ThisModule
` [PATCH v6 04/10] rust: macros: auto-insert OwnerModule in #[vtable]
` [PATCH v6 05/10] rust: drm: set fops.owner from driver module pointer
` [PATCH v6 06/10] rust: miscdevice: "
` [PATCH v6 07/10] rust: configfs: use `LocalModule` for `THIS_MODULE`
` [PATCH v6 08/10] rust: binder: "
` [PATCH v6 09/10] rust: macros: remove `THIS_MODULE` static from `module!`
` [PATCH v6 10/10] rust: module: update MAINTAINERS to cover module.rs
[PATCH v5 0/9] dax/kmem: atomic whole-device hotplug via sysfs
2026-06-24 14:57 UTC (10+ messages)
` [PATCH v5 1/9] mm/memory: add memory_block_aligned_range() helper
` [PATCH v5 2/9] mm/memory_hotplug: pass online_type to online_memory_block() via arg
` [PATCH v5 3/9] mm/memory_hotplug: export mhp_get_default_online_type
` [PATCH v5 4/9] mm/memory_hotplug: add __add_memory_driver_managed() with online_type arg
` [PATCH v5 5/9] mm/memory_hotplug: offline_and_remove_memory_ranges()
` [PATCH v5 6/9] dax: plumb hotplug online_type through dax
` [PATCH v5 7/9] dax/kmem: extract hotplug/hotremove helper functions
` [PATCH v5 8/9] dax/kmem: add sysfs interface for atomic whole-device hotplug
` [PATCH v5 9/9] selftests/dax: add dax/kmem hotplug sysfs regression test
[PATCH v8 00/10] tracing/probes: Add more typecast features
2026-06-24 14:43 UTC (11+ messages)
` [PATCH v8 01/10] tracing/probes: Make the $ prefix mandatory for comm access
` [PATCH v8 02/10] tracing/probes: Allow eprobe to use variable without $ prefix
` [PATCH v8 03/10] tracing/probes: Support dumping fetcharg program for debugging dynamic events
` [PATCH v8 04/10] tracing/probes: Support typecast for various probe events
` [PATCH v8 05/10] tracing/probes: Support nested typecast
` [PATCH v8 06/10] tracing/probes: Type casting always involves nested calls
` [PATCH v8 07/10] tracing/probes: Support field specifier option for typecast
` [PATCH v8 08/10] tracing/probes: Add $current variable support
` [PATCH v8 09/10] tracing/probes: Add this_cpu_read() and this_cpu_ptr() dereference method to fetcharg
` [PATCH v8 10/10] tracing/probes: Add a new testcase for BTF typecasts
[RFC PATCH 00/11] mm/damon: update, optimize, and clean up doc, tests, and code
2026-06-24 14:20 UTC (6+ messages)
` [RFC PATCH 03/11] mm/damon/tests/core-kunit: test damon_rand()
` [RFC PATCH 04/11] selftests/damon/sysfs.sh: test multiple probe dirs creation
` [RFC PATCH 05/11] selftests/damon/sysfs.sh: test {core,ops}_filters/ directories
` [RFC PATCH 06/11] selftests/damon/sysfs.sh: test dests dir
` [RFC PATCH 07/11] selftests/damon/sysfs.sh: test all files in quota goal dir
[PATCH 0/3] ovl: make cachestat() work
2026-06-24 14:16 UTC (16+ messages)
` [PATCH 1/3] fs, mm: add ->cachestat() file operation
` [PATCH 2/3] ovl: support cachestat() syscall on overlayfs files
` [PATCH 3/3] selftests/cachestat: add an overlayfs test case
[PATCH v5 0/9] Fix missing fops.owner in Rust DRM/misc abstractions
2026-06-24 14:02 UTC (13+ messages)
` [PATCH v5 1/9] rust: module: move module types into `module.rs`
` [PATCH v5 2/9] rust: module: add `THIS_MODULE` const to `ModuleMetadata` trait
` [PATCH v5 3/9] rust: doctest: add LocalModule fallback for #[vtable] ThisModule
` [PATCH v5 4/9] rust: macros: auto-insert OwnerModule in #[vtable]
` [PATCH v5 5/9] rust: drm: set fops.owner from driver module pointer
` [PATCH v5 6/9] rust: miscdevice: "
` [PATCH v5 7/9] rust: configfs: use `LocalModule` for `THIS_MODULE`
` [PATCH v5 8/9] rust: binder: "
` [PATCH v5 9/9] rust: macros: remove `THIS_MODULE` static from `module!`
PATCH v2 0/2] Power: supply: Add PbAc, NiZn, RAM, and ZnAr support
2026-06-24 13:57 UTC (3+ messages)
` [PATCH v2 1/2] power: "
` [PATCH v2 2/2] power: supply: sbs-battery: "
[PATCH bpf 0/2] bpf, sockmap: Fix sockmap leaking UDP socks
2026-06-24 13:36 UTC (7+ messages)
` [PATCH bpf 1/2] bpf, sockmap: Don't leak UDP socks on lookup-bind-release
` [PATCH bpf 2/2] selftests/bpf: Add test for UDP sock leak on sockmap lookup-bind-release
[PATCH] selftests: wireguard: avoid extglob in netns CPU count
2026-06-24 12:30 UTC
[PATCH bpf 1/2] bpf: Preserve link info metadata on ENOSPC
2026-06-24 12:08 UTC (3+ messages)
` [PATCH bpf 2/2] selftests/bpf: Cover "
[PATCH bpf-next v5 0/3] bpf: bidirectional VLAN support for bpf_fib_lookup()
2026-06-24 11:54 UTC (6+ messages)
` [PATCH bpf-next v5 1/3] bpf: Add BPF_FIB_LOOKUP_VLAN flag to bpf_fib_lookup() helper
` [PATCH bpf-next v5 2/3] bpf: Add BPF_FIB_LOOKUP_VLAN_INPUT "
` [PATCH bpf-next v5 3/3] selftests/bpf: Add bpf_fib_lookup() VLAN flag tests
[PATCH bpf 0/2] bpf: Keep fastcall stack slots for helper stack reads
2026-06-24 10:01 UTC (4+ messages)
` [PATCH bpf 1/2] bpf: Keep fastcall spills "
` [PATCH bpf 2/2] selftests/bpf: Cover fastcall "
[RFC PATCH v2 03/10] kvm: Prepare core VM structs and helpers for LUO support
2026-06-24 9:00 UTC (19+ messages)
` [RFC PATCH v2 06/10] kvm: guest_memfd: Add support for freezing and unfreezing mappings
` [RFC PATCH v2 07/10] kvm: guest_memfd_luo: add support for guest_memfd preservation
` [RFC PATCH v2 10/10] selftests: kvm: Add guest_memfd_preservation_test
[PATCH v2 0/2] cgroup/cpuset: Miscellaneous fixes and cleanups
2026-06-24 8:40 UTC (6+ messages)
` [PATCH v2 1/2] cgroup/cpuset: Avoid unnecessary cpus & mems update in cpuset_hotplug_update_tasks()
` [PATCH v2 2/2] cgroup/cpuset: Rebind/migrate mm only for threadgroup leader in cpuset_update_tasks_nodemask()
[PATCH bpf 1/2] bpf: Avoid eliding lookup NULLness for inner map templates
2026-06-24 7:20 UTC (2+ messages)
` [PATCH bpf 2/2] selftests/bpf: Add inner map template lookup NULLness test
[PATCH] selftests/futex: Dynamically skip unsupported tests
2026-06-24 7:02 UTC
Please backport bridge multicast exponential field encoding fix series to stable kernels
2026-06-24 6:59 UTC
[PATCH bpf-next v7 00/11] bpf: Introduce global percpu data
2026-06-24 4:16 UTC (19+ messages)
` [PATCH bpf-next v7 02/11] bpf: Disallow interpreter fallback for user BPF_ADDR_SPACE_CAST insn
` [PATCH bpf-next v7 04/11] bpf: Introduce global percpu data
` [PATCH bpf-next v7 05/11] libbpf: Probe percpu data feature
` [PATCH bpf-next v7 06/11] libbpf: Add support for global percpu data
` [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 v3 0/3] selftests/mm: assorted fixes for hmm-tests
2026-06-24 3:34 UTC (4+ messages)
` [PATCH v3 1/3] selftests/mm: allow PUD-level entries in compound testcase of hmm tests
[PATCH v7 00/10] tracing/probes: Add more typecast features
2026-06-24 0:18 UTC (7+ messages)
` [PATCH v7 03/10] tracing/probes: Support dumping fetcharg program for debugging dynamic events
` [PATCH v7 06/10] tracing/probes: Type casting always involves nested calls
[PATCH bpf-next v3 1/2] bpf: add bpf_init_inode_xattr kfunc for atomic inode labeling
2026-06-24 0:12 UTC (2+ messages)
` [PATCH "
[PATCH bpf v4] selftests/bpf: Cover partial copy of non-linear test_run output
2026-06-23 23:18 UTC (2+ messages)
[PATCH bpf-next v4 1/2] bpf: Reject offset refcount acquire arguments
2026-06-23 21:52 UTC (3+ messages)
[PATCH bpf-next v4 0/2] bpf: Reject offset refcount acquire arguments
2026-06-23 21:50 UTC (3+ messages)
` [PATCH bpf-next v4 2/2] selftests/bpf: Cover refcount acquire node offsets
[PATCH bpf 0/2] bpf: Preserve rdonly_cast dynptr slice lifetime
2026-06-23 21:27 UTC (3+ messages)
` [PATCH bpf 1/2] bpf: Preserve dynptr slice lifetime across rdonly_cast
[PATCH 0/2] fs: support $ORIGIN in ELF interpreter paths
2026-06-23 20:35 UTC (4+ messages)
` [PATCH 1/2] "
[PATCH bpf v2 0/8] bpf: Fix ring buffer handling
2026-06-23 20:27 UTC (7+ messages)
` [PATCH bpf v2 6/8] bpf: user_ringbuf: Handle position wrap
` [PATCH bpf v2 7/8] libbpf: ringbuf: Use compiler atomics
` [PATCH bpf v2 8/8] libbpf: ringbuf: Prevent missed wakeups
[PATCH bpf v9 0/8] powerpc/bpf: address missing verifier selftest coverage
2026-06-23 23:14 UTC (11+ messages)
` [PATCH bpf v9 1/8] powerpc/bpf: fix alignment of long branch trampoline address
` [PATCH bpf v9 2/8] powerpc/bpf: Move out dummy_tramp_addr after Long branch stub
` [PATCH bpf v9 3/8] selftest/bpf: Fixing powerpc JIT disassembly failure
` [PATCH bpf v9 4/8] selftest/bpf: Enable verifier selftest for powerpc64
` [PATCH bpf v9 5/8] powerpc64/bpf: fix compare instruction emitted for tailcall
` [PATCH bpf v9 6/8] selftest/bpf: Add tailcall verifier selftest for powerpc64
` [PATCH bpf v9 7/8] powerpc/bpf: fix buffer overflow in JIT for large BPF programs
` [PATCH bpf v9 8/8] powerpc64/bpf: fix percpu private stack leak on JIT failure
[PATCH bpf-next v4 0/3] bpf: bidirectional VLAN support for bpf_fib_lookup()
2026-06-23 19:45 UTC (7+ messages)
` [PATCH bpf-next v4 1/3] bpf: Add BPF_FIB_LOOKUP_VLAN flag to bpf_fib_lookup() helper
` [PATCH bpf-next v4 2/3] bpf: Add BPF_FIB_LOOKUP_VLAN_INPUT "
[PATCH v2] selftests/cgroup: Adjust cpu.max quota based on HZ
2026-06-23 19:42 UTC (5+ messages)
[PATCH bpf-next v2 0/2] bpf: Reject MEM_ALLOC BTF accesses past bounds
2026-06-23 17:34 UTC (3+ messages)
` [PATCH bpf-next v2 1/2] bpf: Reject MEM_ALLOC BTF accesses past object bounds
` [PATCH bpf-next v2 2/2] selftests/bpf: Cover MEM_ALLOC access "
[GIT PULL] kselftest second update for Linux 7.2-rc1
2026-06-23 15:40 UTC (2+ messages)
[PATCH] selftests/powerpc: Add SPDX-License-Identifier to count_stcx_fail.c
2026-06-23 14:52 UTC
[PATCH 1/2] x86/uprobes: Keep shadow stack in sync for emulated CALLs
2026-06-23 14:07 UTC (6+ messages)
[PATCH v4 0/9] Fix missing fops.owner in Rust DRM/misc abstractions
2026-06-23 13:53 UTC (17+ messages)
` [PATCH v4 2/9] rust: module: add `THIS_MODULE` const to `ModuleMetadata` trait
` [PATCH v4 3/9] rust: doctest: add LocalModule fallback for #[vtable] ThisModule
` [PATCH v4 4/9] rust: macros: auto-insert OwnerModule in #[vtable]
` [PATCH v4 6/9] rust: miscdevice: set fops.owner from driver module pointer
` [PATCH v4 7/9] rust: configfs: use `LocalModule` for `THIS_MODULE`
` [PATCH v4 8/9] rust: binder: "
` [PATCH v4 9/9] rust: macros: remove `THIS_MODULE` static from `module!`
[PATCH bpf-next v4 3/3] selftests/bpf: Add bpf_fib_lookup() VLAN flag tests
2026-06-23 12:36 UTC (2+ messages)
[PATCH bpf-next v2 0/2] bpf: Mask pseudo pointer values in verifier logs
2026-06-23 10:43 UTC (3+ messages)
` [PATCH bpf-next v2 1/2] "
` [PATCH bpf-next v2 2/2] selftests/bpf: Cover pseudo-BTF ksym log masking
[PATCH] selftests: proc: include fcntl.h in proc-pidns
2026-06-23 10:13 UTC (2+ messages)
[PATCH] selftests/nsfs: fix wrong error check of NS_GET_USERNS result
2026-06-23 9:56 UTC (2+ messages)
[PATCH v3 0/7] rust: use vertical import style and remove redundant imports
2026-06-23 9:19 UTC (3+ messages)
` [PATCH v3 7/7] rust: doctest: use vertical import style
[PATCH bpf-next 0/2] bpf: Fix gotox target validation against CFG
2026-06-23 9:11 UTC (7+ messages)
` [PATCH bpf-next v2 0/2] bpf: Enforce gotox targets against subprog bounds
` [PATCH bpf-next v2 2/2] selftests/bpf: Add cross-subprog gotox target coverage
` "
` Re: [PATCH bpf-next v2 0/2] bpf: Enforce gotox targets against subprog bounds
[PATCH v5 00/34] Cleaning up the KVM clock mess
2026-06-23 8:50 UTC (5+ messages)
` [PATCH v5 04/34] KVM: x86: Add KVM_[GS]ET_CLOCK_GUEST for accurate KVM clock migration
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