messages from 2026-04-08 14:55:37 to 2026-04-10 11:38:02 UTC [more...]
[PATCH net v6 0/2] net,bpf: fix null-ptr-deref in xdp_master_redirect() for bonding and add selftest
2026-04-10 11:37 UTC (2+ messages)
` [PATCH net v6 1/2] net, bpf: fix null-ptr-deref in xdp_master_redirect() for down master
[PATCH v4 00/10] selftests/bpf: Tolerate partial builds across kernel configs
2026-04-10 10:06 UTC (2+ messages)
[PATCH 1/1] selftests: vsock: avoid mktemp -u for Unix socket paths
2026-04-10 10:07 UTC (7+ messages)
` [PATCH v2] selftests: vsock: avoid races creating "
` [PATCH v3] "
[PATCH v6 0/3] x86: Simplifying LAM
2026-04-10 9:55 UTC (4+ messages)
` [PATCH v6 1/3] x86/process: Shorten the LAM tag width
` [PATCH v6 2/3] x86/mm: Cleanup comments where LAM_U48 is mentioned
` [PATCH v6 3/3] selftests/lam: Update LAM tag width and cleanup names
[PATCH v2 0/6] selftests/resctrl: Add dynamic linked list management for IMC counters
2026-04-10 9:33 UTC (7+ messages)
` [PATCH v2 1/6] selftests/resctrl: Introduced "
` [PATCH v2 2/6] selftests/resctrl: Refactor the discovery of IMC counters using linked list
` [PATCH v2 3/6] selftests/resctrl: Refactor the initialization of IMC's perf_event_attr "
` [PATCH v2 4/6] selftests/resctrl: Refactor perf event open/close "
` [PATCH v2 5/6] selftests/resctrl: Refactor reading from IMC "
` [PATCH v2 6/6] selftests/resctrl: Remove the definition of the IMC counter config array and imcs
[PATCH v2 bpf-next 0/2] bpf: Fix Null-Pointer Dereference in kernel_clone() via BPF fmod_ret on security_task_alloc
2026-04-10 9:20 UTC (13+ messages)
` [PATCH v2 bpf-next 1/2] "
` [PATCH v2 bpf-next 2/2] selftests/bpf: Add selftests for verifying return values of fmod_ret
[PATCH] selftests/sched_ext: Fix wrong DSQ ID in peek_dsq error message
2026-04-10 9:12 UTC (2+ messages)
[PATCH v3 0/2] fix MAP_DROPPABLE not supported errno
2026-04-10 7:57 UTC (4+ messages)
` [PATCH v3 1/2] mm: fix mmap errno value when MAP_DROPPABLE is not supported
` [PATCH v3 2/2] selftests/mm: verify droppable mappings cannot be locked
[PATCH net-next v7 00/10] Decouple receive and transmit enablement in team driver
2026-04-10 6:40 UTC (21+ messages)
` [PATCH net-next v7 01/10] net: team: Annotate reads and writes for mixed lock accessed values
` [PATCH net-next v7 02/10] net: team: Remove unused team_mode_op, port_enabled
` [PATCH net-next v7 03/10] net: team: Rename port_disabled team mode op to port_tx_disabled
` [PATCH net-next v7 04/10] selftests: net: Add tests for failover of team-aggregated ports
` [PATCH net-next v7 05/10] selftests: net: Add test for enablement of ports with teamd
` [PATCH net-next v7 06/10] net: team: Rename enablement functions and struct members to tx
` [PATCH net-next v7 07/10] net: team: Track rx enablement separately from tx enablement
` [PATCH net-next v7 08/10] net: team: Add new rx_enabled team port option
` [PATCH net-next v7 09/10] net: team: Add new tx_enabled "
` [PATCH net-next v7 10/10] selftests: net: Add tests for team driver decoupled tx and rx control
[PATCH v2] selftests: mm: skip charge_reserved_hugetlb without killall
2026-04-10 5:30 UTC (2+ messages)
[PATCH] selftests/ftrace: Account for fprobe attachment at creation
2026-04-10 4:32 UTC (5+ messages)
[PATCH net-next] selftests: net: py: explicitly forbid multiple ksft_run() calls
2026-04-10 3:40 UTC (2+ messages)
[PATCH v14 0/4] arm64: Use generic TIF bits for common thread flags
2026-04-10 3:39 UTC (4+ messages)
` [PATCH v14 2/4] asm-generic: Move TIF_SINGLESTEP to generic TIF bits
[PATCH net v8 0/4] macsec: Add support for VLAN filtering in offload mode
2026-04-10 3:10 UTC (10+ messages)
` [PATCH net v8 1/4] selftests: Migrate nsim-only MACsec tests to Python
` [PATCH net v8 2/4] nsim: Add support for VLAN filters
` [PATCH net v8 3/4] selftests: Add MACsec VLAN propagation traffic test
` [PATCH net v8 4/4] macsec: Support VLAN-filtering lower devices
[PATCH bpf-next v9 0/9] bpf: Extend the bpf_list family of APIs
2026-04-10 2:53 UTC (8+ messages)
` [PATCH bpf-next v9 1/9] bpf: refactor kfunc checks using table-driven approach in verifier
[RFC net-next 0/4] selftests: drv-net: tso: add double tunneling GSO tests
2026-04-10 2:23 UTC (7+ messages)
` [RFC net-next 2/4] selftests: drv-net: tso: add helpers for double tunneling GSO
[PATCH net-next v2] selftests: net: py: add test case filtering and listing
2026-04-10 1:39 UTC
[PATCH net-next 0/7] tcp: restrict rcv_wnd and window_clamp to representable window
2026-04-09 21:28 UTC (11+ messages)
` [PATCH net-next 1/7] tcp: keep rcv_wnd/rcv_ssthresh clamped by window_clamp if no scaling in use
` [PATCH net-next 2/7] selftests/net: packetdrill: verify non-scaled rcv_wnd initialization
` [PATCH net-next 3/7] tcp: Ensure window_clamp is limited to representable window
` [PATCH net-next 4/7] selftests/net: packetdrill: add tcp_rcv_wnd_snd_ack_no_scaling.pkt
` [PATCH net-next 5/7] selftests/net: packetdrill: add TCP_WINDOW_CLAMP test
` [PATCH net-next 6/7] tcp: use tcp_set_window_clamp() for SO_RCVLOWAT
` [PATCH net-next 7/7] selftests/net: packetdrill: add test for SO_RCVLOWAT window clamp
[PATCH 0/2] sched/membarrier: Use per-CPU mutexes for targeted commands
2026-04-09 21:22 UTC (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] selftests/membarrier: Add rseq stress test for CFS throttle interactions
[PATCH v2 0/5] Revoke supported SEV VM types
2026-04-09 21:17 UTC (3+ messages)
` [PATCH v2 4/5] KVM: SEV: mask off firmware unsupported vm types
[PATCH v2 0/4] Firmware LSM hook
2026-04-09 21:04 UTC (5+ messages)
[PATCH net-next 0/2] Add selftests for ntuple (NFC) rules
2026-04-09 20:28 UTC (4+ messages)
` [PATCH net-next 1/2] selftests: drv-net: Add ntuple (NFC) flow steering test
[PATCH net-next v4] selftests/net: convert so_txtime to drv-net
2026-04-09 19:10 UTC (2+ messages)
[PATCH 0/8] arm64: Implement support for 2025 dpISA extensions
2026-04-09 18:39 UTC (6+ messages)
` [PATCH 7/8] arm64/cpufeature: Define hwcaps for 2025 dpISA features
` (subset) [PATCH 0/8] arm64: Implement support for 2025 dpISA extensions
[PATCH v4 00/15] mm, kvm: allow uffd support in guest_memfd
2026-04-09 17:18 UTC (7+ messages)
` [PATCH v4 07/15] userfaultfd: introduce vm_uffd_ops
` [PATCH v4 13/15] KVM: guest_memfd: implement userfaultfd operations
[PATCH 1/1] selftests: vsock: avoid mktemp -u for Unix socket paths
2026-04-09 17:02 UTC (2+ messages)
[PATCH 00/53] selftests/mm: make MM selftests more CI friendly
2026-04-09 16:55 UTC (7+ messages)
` [PATCH 07/53] selftests/mm: hugetlb-shm: use kselftest framework
` [PATCH 08/53] selftests/mm: hugetlb-vmemmap: "
` [PATCH 09/53] selftests/mm: hugetlb-madvise: "
[PATCH v4 00/15] selftests/mm: fix failures and robustness improvements
2026-04-09 16:48 UTC (6+ messages)
` [PATCH v4 13/15] selftests/mm: move hwpoison setup into run_test() and silence modprobe output for memory-failure category
[PATCH] KVM: selftests: elf: Include <endian.h> instead of <bits/endian.h>
2026-04-09 16:40 UTC
[PATCH] KVM: selftests: Guard execinfo.h inclusion for non-glibc builds
2026-04-09 15:38 UTC (8+ messages)
` [PATCH v2] "
[PATCH 0/3] KVM: arm64: vgic: Fix IIDR revision handling and add revision 1
2026-04-09 15:01 UTC (6+ messages)
` [PATCH 2/3] KVM: arm64: vgic: Allow userspace to set IIDR "
` [EXTERNAL] "
[PATCH net-next] selftests: net: py: add test case filtering and listing
2026-04-09 14:58 UTC (5+ messages)
[PATCH] selftests/bpf: fix const qualifier in fexit_bpf2bpf test
2026-04-09 14:40 UTC (3+ messages)
[PATCH v2] bpf: guard sock_ops rtt_min access with is_locked_tcp_sock
2026-04-09 14:29 UTC (2+ messages)
[PATCH v2 1/2] mm/process_vm_access: pidfd and nowait support for process_vm_readv/writev
2026-04-09 14:22 UTC (2+ messages)
[RFC PATCH v4 00/11] mm/damon: introduce DAMOS failed region quota charge ratio
2026-04-09 14:21 UTC (5+ messages)
` [RFC PATCH v4 08/11] mm/damon/tests/core-kunit: test fail_charge_{num,denom} committing
` [RFC PATCH v4 09/11] selftests/damon/_damon_sysfs: support failed region quota charge ratio
` [RFC PATCH v4 10/11] selftests/damon/drgn_dump_damon_status: "
` [RFC PATCH v4 11/11] selftests/damon/sysfs.py: test "
[PATCH bpf-next v2 0/3] bpf: add the missing fsession
2026-04-09 13:39 UTC (9+ messages)
` [PATCH bpf-next v2 1/3] bpf: add missing fsession to the verifier log
` [PATCH bpf-next v2 3/3] bpftool: add missing fsession to the usage and docs of bpftool
[PATCH v2] selftests: runner: Avoid spurious warning about missing failures file
2026-04-09 13:38 UTC (2+ messages)
[PATCH v2 0/4] selftests: openat2: migrate to kselftest harness
2026-04-09 13:30 UTC (2+ messages)
[PATCH 0/3] selftests/namespaces: Fix test hangs and false failures
2026-04-09 13:06 UTC (2+ messages)
[PATCH 0/4] nstree: Fix spurious ENOENT in listns pagination during grace period
2026-04-09 12:59 UTC (3+ messages)
[PATCH v2 0/2] mm/process_vm_access: pidfd and nowait support for process_vm_readv/writev
2026-04-09 12:38 UTC (3+ messages)
` [PATCH v2 2/2] selftests/mm: add tests for process_vm_readv flags
[PATCH] selftests: mm: stop relying on killall in charge_reserved_hugetlb
2026-04-09 10:48 UTC (2+ messages)
[PATCH v2 0/2] fix MAP_DROPPABLE not supported errno
2026-04-09 8:51 UTC (8+ messages)
` [PATCH v2 2/2] selftests/mm: verify droppable mappings cannot be locked
[RFC PATCH 0/2] vfs: mkdirat_fd() syscall
2026-04-09 7:58 UTC (12+ messages)
` [RFC PATCH 1/2] vfs: syscalls: add mkdirat_fd()
[PATCH 1/2] tracing: Store trace_marker_raw payload length in events
2026-04-09 5:12 UTC (4+ messages)
` [PATCH 2/2] selftests/ftrace: Check exact trace_marker_raw payload lengths
[PATCH net-next V5 00/12] devlink: add per-port resource support
2026-04-09 3:10 UTC (2+ messages)
[PATCH net-next v2] selftests/drivers/net: Add an xdp test to xdp.py
2026-04-09 2:51 UTC (2+ messages)
[PATCH net-next v2] selftests: forwarding: lib: rewrite processing of command line arguments
2026-04-09 2:40 UTC (2+ messages)
[PATCH net-next v6 00/10] Decouple receive and transmit enablement in team driver
2026-04-09 1:48 UTC (5+ messages)
[PATCH net v3 1/2] seg6: separate dst_cache for input and output paths in seg6 lwtunnel
2026-04-09 0:08 UTC (3+ messages)
[RFC PATCH v3 00/10] mm/damon: introduce DAMOS failed region quota charge ratio
2026-04-09 0:00 UTC (3+ messages)
[net-next v10 10/10] selftests: drv-net: Add USO test
2026-04-08 23:05 UTC
[PATCH v13 0/4] vfio: selftest: Add NVIDIA GPU Falcon DMA test driver
2026-04-08 22:54 UTC (5+ messages)
` [PATCH v13 1/4] vfio: selftests: Add memcpy chunking to vfio_pci_driver_memcpy()
` [PATCH v13 2/4] vfio: selftests: Add generic PCI command register helpers
` [PATCH v13 3/4] vfio: selftests: Allow drivers without send_msi() support
` [PATCH v13 4/4] vfio: selftests: Add NVIDIA Falcon driver for DMA testing
[PATCH net-next v5 00/10] Decouple receive and transmit enablement in team driver
2026-04-08 21:34 UTC (5+ messages)
[PATCH] selftests/ftrace: Quote check_requires comparisons
2026-04-08 21:22 UTC (3+ messages)
[PATCH bpf v3 0/2] bpf: Fix SOCK_OPS_GET_SK same-register OOB read in sock_ops and add selftest
2026-04-08 20:32 UTC (2+ messages)
[PATCH 0/2] KVM: arm64: KVM: arm64: Add per-VM WFI/WFE exit disable capability
2026-04-08 20:23 UTC (3+ messages)
` [PATCH 1/2] KVM: arm64: Add KVM_CAP_ARM_DISABLE_EXITS for WFI/WFE passthrough
` [PATCH 2/2] KVM: arm64: selftests: Add KVM_CAP_ARM_DISABLE_EXITS UAPI test
[PATCH RFC v4 00/44] guest_memfd: In-place conversion support
2026-04-08 19:48 UTC (12+ messages)
` [PATCH RFC v4 10/44] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES2
[PATCH v4 0/3] Skip subrange map tests on DWC iATU allocation failure
2026-04-08 19:40 UTC (2+ messages)
[PATCH bpf v6 0/2] bpf: tcp: Fix null-ptr-deref in arbitrary SYN Cookie
2026-04-08 19:22 UTC (6+ messages)
` [PATCH bpf v6 1/2] bpf: tcp: Reject non-TCP skb in bpf_sk_assign_tcp_reqsk()
[PATCH 00/16] riscv: Generate riscv instruction functions
2026-04-08 17:58 UTC (2+ messages)
` [PATCH 1/16] riscv: Introduce instruction table generation
[PATCH RFC v3 0/7] mm: Fix MF_DELAYED handling on memory failure
2026-04-08 17:24 UTC (8+ messages)
` [PATCH RFC v3 1/7] mm: memory_failure: Clarify the MF_DELAYED definition
` [PATCH RFC v3 2/7] mm: memory_failure: Allow truncate_error_folio to return MF_DELAYED
` [PATCH RFC v3 3/7] mm: shmem: Update shmem handler to the MF_DELAYED definition
` [PATCH RFC v3 4/7] mm: memory_failure: Generalize extra_pins handling to all MF_DELAYED cases
` [PATCH RFC v3 5/7] mm: selftests: Add shmem into memory failure test
` [PATCH RFC v3 6/7] KVM: selftests: Add memory failure tests in guest_memfd_test
` [PATCH RFC v3 7/7] KVM: selftests: Test guest_memfd behavior with respect to stage 2 page tables
[PATCH 0/2] fuse: fix CUSE device node leak and add regression test
2026-04-08 15:23 UTC (3+ messages)
` [PATCH 1/2] fuse: fix device node leak in cuse_process_init_reply()
` [PATCH 2/2] selftests: add CUSE device-node leak regression test
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