messages from 2025-11-06 10:02:31 to 2025-11-07 16:12:55 UTC [more...]
[PATCH v3 0/8] introduce VM_MAYBE_GUARD and make it sticky
2025-11-07 16:11 UTC (5+ messages)
` [PATCH v3 1/8] mm: introduce VM_MAYBE_GUARD and make visible in /proc/$pid/smaps
` [PATCH v3 2/8] mm: add atomic VMA flags and set VM_MAYBE_GUARD as such
` [PATCH v3 6/8] tools/testing/vma: add VMA sticky userland tests
` [PATCH v3 7/8] tools/testing/selftests/mm: add MADV_COLLAPSE test case
[PATCH v11 0/9] support FEAT_LSUI
2025-11-07 15:57 UTC (6+ messages)
` [PATCH v11 9/9] arm64: armv8_deprecated: apply FEAT_LSUI for swpX emulation
[PATCH v7 00/12] Direct Map Removal Support for guest_memfd
2025-11-07 15:54 UTC (2+ messages)
[PATCH net-next v8 00/14] vsock: add namespace support to vhost-vsock
2025-11-07 15:47 UTC (29+ messages)
` [PATCH net-next v8 01/14] vsock: a per-net vsock NS mode state
` [PATCH net-next v8 02/14] vsock/virtio: pack struct virtio_vsock_skb_cb
` [PATCH net-next v8 03/14] vsock: add netns to vsock skb cb
` [PATCH net-next v8 04/14] vsock: add netns to vsock core
` [PATCH net-next v8 05/14] vsock/loopback: add netns support
` [PATCH net-next v8 06/14] vsock/virtio: add netns to virtio transport common
` [PATCH net-next v8 07/14] vhost/vsock: add netns support
[PATCH v6 0/2] KVM: guest_memfd: use write for population
2025-11-07 15:42 UTC (7+ messages)
` [PATCH v6 1/2] KVM: guest_memfd: add generic population via write
[PATCH net-next v3 00/11] selftests/vsock: refactor and improve vmtest infrastructure
2025-11-07 15:35 UTC (14+ messages)
` [PATCH net-next v3 01/11] selftests/vsock: improve logging in vmtest.sh
` [PATCH net-next v3 02/11] selftests/vsock: make wait_for_listener() work even if pipefail is on
` [PATCH net-next v3 03/11] selftests/vsock: reuse logic for vsock_test through wrapper functions
` [PATCH net-next v3 04/11] selftests/vsock: avoid multi-VM pidfile collisions with QEMU
` [PATCH net-next v3 05/11] selftests/vsock: do not unconditionally die if qemu fails
` [PATCH net-next v3 06/11] selftests/vsock: speed up tests by reducing the QEMU pidfile timeout
` [PATCH net-next v3 07/11] selftests/vsock: add check_result() for pass/fail counting
` [PATCH net-next v3 08/11] selftests/vsock: add BUILD=0 definition
` [PATCH net-next v3 09/11] selftests/vsock: add 1.37 to tested virtme-ng versions
` [PATCH net-next v3 10/11] selftests/vsock: add vsock_loopback module loading
` [PATCH net-next v3 11/11] selftests/vsock: disable shellcheck SC2317 and SC2119
[PATCH v7 03/12] mm: introduce AS_NO_DIRECT_MAP
2025-11-07 15:29 UTC (14+ messages)
` [PATCH v7 04/12] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
` [PATCH v7 06/12] KVM: guest_memfd: add module param for disabling TLB flushing
[PATCH] selftests: tracing: Add tprobe enable/disable testcase
2025-11-07 14:35 UTC
[PATCH v6 0/3] platform/chrome: Fix an UAF via replacing fops
2025-11-07 14:15 UTC (9+ messages)
` [PATCH v6 1/3] revocable: Add fops replacement
` [PATCH v6 2/3] char: misc: Leverage revocable "
` [PATCH v6 3/3] platform/chrome: cros_ec_chardev: Secure cros_ec_device via revocable
[PATCH] tools/nolibc: add support for fchdir()
2025-11-07 14:13 UTC
[PATCH v5 5/7] revocable: Add fops replacement
2025-11-07 14:12 UTC (12+ messages)
[PATCH net v10 0/4] net: netpoll: fix memory leak and add comprehensive selftests
2025-11-07 14:03 UTC (5+ messages)
` [PATCH net v10 1/4] net: netpoll: fix incorrect refcount handling causing incorrect cleanup
` [PATCH net v10 2/4] selftest: netcons: refactor target creation
` [PATCH net v10 3/4] selftest: netcons: create a torture test
` [PATCH net v10 4/4] selftest: netcons: add test for netconsole over bonded interfaces
[PATCH net v9 0/4] net: netpoll: fix memory leak and add comprehensive selftests
2025-11-07 13:55 UTC (7+ messages)
` [PATCH net v9 1/4] net: netpoll: fix incorrect refcount handling causing incorrect cleanup
` [PATCH net v9 2/4] selftest: netcons: refactor target creation
` [PATCH net v9 3/4] selftest: netcons: create a torture test
` [PATCH net v9 4/4] selftest: netcons: add test for netconsole over bonded interfaces
[PATCHSET v10 sched_ext/for-6.19] Add a deadline server for sched_ext tasks
2025-11-07 13:53 UTC (12+ messages)
` [PATCH 02/11] sched/debug: Stop and start server based on if it was active
` [PATCH 04/11] sched/deadline: Add support to initialize and remove dl_server bandwidth
` [PATCH 06/11] sched_ext: Add a DL server for sched_ext tasks
[PATCH net-next 0/4] netconsole: Allow userdata buffer to grow dynamically
2025-11-07 13:23 UTC (5+ messages)
` [PATCH net-next 1/4] netconsole: Simplify send_fragmented_body()
` [PATCH net-next 2/4] netconsole: Split userdata and sysdata
[PATCH v2 0/5] introduce VM_MAYBE_GUARD and make it sticky
2025-11-07 12:40 UTC (23+ messages)
` [PATCH v2 1/5] mm: introduce VM_MAYBE_GUARD and make visible in /proc/$pid/smaps
` [PATCH v2 2/5] mm: add atomic VMA flags, use VM_MAYBE_GUARD as such
` [PATCH v2 3/5] mm: implement sticky, copy on fork VMA flags
` [PATCH v2 4/5] tools/testing/vma: add VMA sticky userland tests
` [PATCH v2 5/5] selftests/mm/guard-regions: add smaps visibility test
[PATCH v9 0/9] liveupdate: Rework KHO for in-kernel users
2025-11-07 12:02 UTC (5+ messages)
` [PATCH v9 1/9] kho: make debugfs interface optional
[PATCH nf-next v9 0/3] Add IPIP flowtable SW acceleration
2025-11-07 11:14 UTC (4+ messages)
` [PATCH nf-next v9 1/3] net: netfilter: Add IPIP flowtable rx sw acceleration
` [PATCH nf-next v9 2/3] net: netfilter: Add IPIP flowtable tx "
` [PATCH nf-next v9 3/3] selftests: netfilter: nft_flowtable.sh: Add IPIP flowtable selftest
[RFC 0/2] xdp: Delegate fast path return decision to page_pool
2025-11-07 11:04 UTC (3+ messages)
` [RFC 1/2] page_pool: add benchmarking for napi-based recycling
[PATCH v8 15/28] tracing: selftests: Add trace remote tests
2025-11-07 9:38 UTC (2+ messages)
` [PATCH v8 28/28] tracing: selftests: Add pKVM "
[PATCH] selftest/mm: fix pointer comparison in mremap_test
2025-11-07 9:27 UTC (6+ messages)
[PATCH v6 0/2] platform/chrome: Fix an UAF via revocable primitive APIs
2025-11-07 7:39 UTC (6+ messages)
` [PATCH v6 1/2] platform/chrome: Protect cros_ec_device lifecycle with revocable
` [PATCH v6 2/2] platform/chrome: cros_ec_chardev: Consume cros_ec_device via revocable
[PATCH v8 09/15] iommupt: Add a kunit test for Generic Page Table
2025-11-07 7:38 UTC (4+ messages)
` fatal error: ../../iommu-pages.h: No such file or directory (was: Re: [PATCH v8 09/15] iommupt: Add a kunit test for Generic Page Table)
` fatal error: ../../iommu-pages.h: No such file or directory
[PATCH v2] selftests: harness: Support KCOV
2025-11-07 7:08 UTC (3+ messages)
[PATCH v3] selftests: af_unix: Add tests for ECONNRESET and EOF semantics
2025-11-07 7:05 UTC (2+ messages)
[PATCH RESEND 0/5] release of KTAP version 2
2025-11-07 5:29 UTC (6+ messages)
` [PATCH RESEND 1/5] ktap_v2: change version to 2-rc in KTAP specification
` [PATCH RESEND 2/5] ktap_v2: change "version 1" to "version 2" in examples
` [PATCH RESEND 3/5] ktap_v2: add test metadata
` [PATCH RESEND 4/5] ktap_v2: formatting fixes to ktap spec
` [PATCH RESEND 5/5] ktap_v2: change version to 2 in KTAP specification
[PATCH] vfio: selftests: Store libvfio build outputs in $(OUTPUT)/libvfio
2025-11-07 4:34 UTC (2+ messages)
[PATCH net-next v6 0/6] net: devmem: improve cpu cost of RX token management
2025-11-07 2:22 UTC (7+ messages)
` [PATCH net-next v6 5/6] net: devmem: document SO_DEVMEM_AUTORELEASE socket option
[PATCH] selftests/dma: fix invalid array access in printf
2025-11-07 1:55 UTC (3+ messages)
` [PATCH] dma_map_benchmark: fix incorrect "
[PATCH bpf-next 0/2] selftests/bpf: enfoce SO_REUSEADDR in basic test servers
2025-11-06 23:30 UTC (4+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: use start_server_str rather than start_reuseport_server in tc_tunnel
[PATCH] selftests/tracing: Add basic test for trace_marker_raw file
2025-11-06 22:25 UTC (3+ messages)
[PATCH v9 2/9] kho: drop notifiers
2025-11-06 22:14 UTC (4+ messages)
[PATCH] selftests/dma: fix invalid array access in printf
2025-11-06 22:11 UTC (2+ messages)
[PATCH v5 net-next 00/14] AccECN protocol case handling series
2025-11-06 17:30 UTC (31+ messages)
` [PATCH v5 net-next 01/14] tcp: try to avoid safer when ACKs are thinned
` [PATCH v5 net-next 02/14] gro: flushing when CWR is set negatively affects AccECN
` [PATCH v5 net-next 03/14] net: update commnets for SKB_GSO_TCP_ECN and SKB_GSO_TCP_ACCECN
` [PATCH v5 net-next 05/14] tcp: L4S ECT(1) identifier and NEEDS_ACCECN for CC modules
` [PATCH v5 net-next 06/14] tcp: disable RFC3168 fallback identifier "
` [PATCH v5 net-next 07/14] tcp: accecn: handle unexpected AccECN negotiation feedback
` [PATCH v5 net-next 08/14] tcp: accecn: retransmit downgraded SYN in AccECN negotiation
` [PATCH v5 net-next 09/14] tcp: move increment of num_retrans
` [PATCH v5 net-next 10/14] tcp: accecn: retransmit SYN/ACK without AccECN option or non-AccECN SYN/ACK
` [PATCH v5 net-next 11/14] tcp: accecn: unset ECT if receive or send ACE=0 in AccECN negotiaion
` [PATCH v5 net-next 12/14] tcp: accecn: fallback outgoing half link to non-AccECN
` [PATCH v5 net-next 13/14] tcp: accecn: detect loss ACK w/ AccECN option and add TCP_ACCECN_OPTION_PERSIST
` [PATCH v5 net-next 14/14] tcp: accecn: enable AccECN
[PATCH v5 00/34] sparc64: vdso: Switch to the generic vDSO library
2025-11-06 17:20 UTC (13+ messages)
` [PATCH v5 26/34] sparc64: vdso: Replace code patching with runtime conditional
` [PATCH v5 27/34] sparc64: vdso: Move hardware counter read into header
` [PATCH v5 28/34] sparc64: vdso: Move syscall fallbacks "
` [PATCH v5 29/34] sparc64: vdso: Introduce vdso/processor.h
` [PATCH v5 30/34] sparc64: vdso: Switch to the generic vDSO library
` [PATCH v5 31/34] sparc64: vdso2c: Drop sym_vvar_start handling
` [PATCH v5 32/34] sparc64: vdso2c: Remove symbol handling
` [PATCH v5 33/34] sparc64: vdso: Implement clock_gettime64()
` [PATCH v5 34/34] clocksource: remove ARCH_CLOCKSOURCE_DATA
[PATCH bpf-next] selftests/bpf: Fix htab_update/reenter_update selftest failure
2025-11-06 17:15 UTC (2+ messages)
[PATCH v6 0/3] drivers/base: Introduce revocable
2025-11-06 16:20 UTC (5+ messages)
` [PATCH v6 1/3] revocable: Revocable resource management
` [PATCH v6 2/3] revocable: Add Kunit test cases
` [PATCH v6 3/3] selftests: revocable: Add kselftest cases
[PATCH net v3] selftests: net: local_termination: Wait for interfaces to come up
2025-11-06 16:12 UTC
[PATCH net] bonding: fix NULL pointer dereference in actor_port_prio setting
2025-11-06 15:40 UTC (2+ messages)
[PATCH net v2] selftests/vsock: avoid false-positives when checking dmesg
2025-11-06 15:40 UTC (2+ messages)
[PATCH] selftests: timers: nanosleep: Add tests for return of remaining time
2025-11-06 15:15 UTC
[PATCH net-next v6 3/6] net: devmem: prepare for autorelease rx token management
2025-11-06 15:14 UTC (3+ messages)
[PATCH net-next 0/3] Add YNL test framework and library improvements
2025-11-06 15:07 UTC (10+ messages)
` [PATCH net-next 2/3] netlink: specs: update rt-rule src/dst attribute types to support IPv4 addresses
[PATCH] selftests: net: local_termination: Wait for interfaces to come up
2025-11-06 14:53 UTC (3+ messages)
[PATCH v4 00/35] sparc64: vdso: Switch to the generic vDSO library
2025-11-06 13:39 UTC (10+ messages)
` [PATCH v4 23/35] vdso/datastore: Map pages through struct page
` [PATCH v4 24/35] vdso/datastore: Allocate data pages dynamically
[PATCH v3 0/2] Print map ID on successful creation
2025-11-06 13:12 UTC (9+ messages)
` [PATCH v3 1/2] bpftool: Print map ID upon creation and support JSON output
[PATCH] selftests/seccomp: Fix pointer type mismatch in uprobe function declarations
2025-11-06 11:44 UTC
[PATCH][next] selftests/bpf: test_xsk: Fix spelling mistake "conigure" -> "configure"
2025-11-06 11:04 UTC
[PATCH][next] selftests/bpf: Fix spelling mistake "clien" -> "client"
2025-11-06 11:00 UTC
[PATCH] selftest/alsa: correct grammar in conf_get_bool error string
2025-11-06 10:49 UTC (2+ messages)
[PATCH] kunit: Make filter parameters configurable via Kconfig
2025-11-06 10:32 UTC
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