messages from 2025-03-18 22:05:49 to 2025-03-21 20:33:18 UTC [more...]
[RFC -next 00/10] Add ZC notifications to splice and sendfile
2025-03-21 20:33 UTC (35+ messages)
` [RFC -next 01/10] splice: Add ubuf_info to prepare for ZC
` [RFC -next 02/10] splice: Add helper that passes through splice_desc
` [RFC -next 03/10] splice: Factor splice_socket into a helper
` [RFC -next 04/10] splice: Add SPLICE_F_ZC and attach ubuf
` [RFC -next 05/10] fs: Add splice_write_sd to file operations
` [RFC -next 06/10] fs: Extend do_sendfile to take a flags argument
` [RFC -next 07/10] fs: Add sendfile2 which accepts "
` [RFC -next 08/10] fs: Add sendfile flags for sendfile2
` [RFC -next 09/10] fs: Add sendfile2 syscall
` [RFC -next 10/10] selftests: Add sendfile zerocopy notification test
[PATCH 0/3] bitmap: convert self-test to KUnit
2025-03-21 19:47 UTC (9+ messages)
` distro support for CONFIG_KUNIT: "
[PATCH v4 08/16] rust: kunit: refactor to use `&raw [const|mut]`
2025-03-21 19:04 UTC (8+ messages)
[PATCH net-next 0/6] netconsole: Add support for userdata release
2025-03-21 18:10 UTC (14+ messages)
` [PATCH net-next 1/6] netconsole: introduce 'release' as a new sysdata field
` [PATCH net-next 2/6] netconsole: implement configfs for release_enabled
` [PATCH net-next 3/6] netconsole: add 'sysdata' suffix to related functions
` [PATCH net-next 4/6] netconsole: append release to sysdata
` [PATCH net-next 5/6] selftests: netconsole: Add tests for 'release' feature in sysdata
` [PATCH net-next 6/6] docs: netconsole: document release feature
[PATCH v4 00/14] Add support for suppressing warning backtraces
2025-03-21 17:33 UTC (11+ messages)
` [PATCH v4 07/14] arm64: "
` [PATCH v4 10/14] s390: "
[RFC PATCH security-next 0/4] Introducing Hornet LSM
2025-03-21 17:32 UTC (6+ messages)
` [RFC PATCH security-next 1/4] security: "
` [RFC PATCH security-next 2/4] hornet: Introduce sign-ebpf
` [RFC PATCH security-next 3/4] hornet: Add an example lskel data extactor script
` [RFC PATCH security-next 4/4] selftests/hornet: Add a selftest for the hornet LSM
[PATCH] KVM: selftests: Fix a couple "prio" signedness bugs
2025-03-21 17:04 UTC (2+ messages)
[RFC PATCH 1/2] time/timekeeping: Fix possible inconsistencies in _COARSE clockids
2025-03-21 16:17 UTC (6+ messages)
[PATCH] kunit: cs_dsp: Depend on FW_CS_DSP rather then enabling it
2025-03-21 15:51 UTC (12+ messages)
[PATCHv4 RESEND net-next 0/2] selftests: wireguards: use nftables for testing
2025-03-21 14:40 UTC (13+ messages)
` [PATCHv4 RESEND net-next 1/2] selftests: wireguards: convert iptables to nft
` [PATCHv4 RESEND net-next 2/2] selftests: wireguard: update to using nft for qemu test
[PATCH v2 0/2] selftests: livepatch: test if ftrace can trace a livepatched function
2025-03-21 13:13 UTC (2+ messages)
[PATCH 0/4] sysctl: Move the u8 range check test to lib/test_sysctl.c
2025-03-21 12:47 UTC (5+ messages)
` [PATCH 1/4] sysctl: move u8 register "
` [PATCH 2/4] sysctl: Add 0012 to test the u8 range check
` [PATCH 3/4] sysctl: call sysctl tests with a for loop
` [PATCH 4/4] sysctl: Close test ctl_headers "
[PATCH v12 00/28] riscv control-flow integrity for usermode
2025-03-21 7:51 UTC (17+ messages)
` [PATCH v12 19/28] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v12 22/28] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v12 23/28] riscv: kernel command line option to opt out of user cfi
` [PATCH v12 25/28] riscv: create a config for shadow stack and landing pad instr support
[PATCH net-next v9 0/6] tun: Introduce virtio-net hashing feature
2025-03-21 5:56 UTC (27+ messages)
` [PATCH net-next v9 3/6] tun: Introduce virtio-net hash feature
` [PATCH net-next v9 6/6] vhost/net: Support VIRTIO_NET_F_HASH_REPORT
[PATCH net 0/7] selftests/net: Mixed select()+polling mode for TCP-AO tests
2025-03-21 2:57 UTC (9+ messages)
` [PATCH net 4/7] selftests/net: Add mixed select()+polling mode to "
[PATCH v8 0/3] rust: kunit: Support KUnit tests with a user-space like syntax
2025-03-21 2:28 UTC (5+ messages)
[PATCH net v4 0/3] vsock/bpf: Handle races between sockmap update and connect() disconnecting
2025-03-20 22:16 UTC (11+ messages)
` [PATCH net v4 2/3] selftest/bpf: Add test for AF_VSOCK connect() racing sockmap update
` [PATCH net v4 3/3] vsock/bpf: Fix bpf recvmsg() racing transport reassignment
[PATCH net-next] selftests: drv-net: rss_ctx: Don't assume indirection table is present
2025-03-20 20:03 UTC (2+ messages)
[PATCH v2 1/2] time/timekeeping: Fix possible inconsistencies in _COARSE clockids
2025-03-20 20:03 UTC (2+ messages)
` [PATCH v2 2/2] selftests/timers: Improve skew_consistency by testing with other clockids
[PATCH bpf-next/net v3 0/5] bpf: Add mptcp_subflow bpf_iter support
2025-03-20 17:48 UTC (6+ messages)
` [PATCH bpf-next/net v3 1/5] bpf: Register mptcp common kfunc set
` [PATCH bpf-next/net v3 2/5] bpf: Add mptcp_subflow bpf_iter
` [PATCH bpf-next/net v3 3/5] selftests/bpf: More endpoints for endpoint_init
` [PATCH bpf-next/net v3 4/5] selftests/bpf: Add mptcp_subflow bpf_iter subtest
` [PATCH bpf-next/net v3 5/5] selftests/bpf: Drop cgroup_fd of run_mptcpify
[PATCH bpf-next] selftests/bpf: Sanitize pointer prior fclose()
2025-03-20 17:40 UTC (2+ messages)
[PATCH net v2 3/3] selftests: net: test for lwtunnel dst ref loops
2025-03-20 16:46 UTC (4+ messages)
` [PATCH net v2 3/3] selftests: net: test for lwtunnel dst ref loops: manual merge
[PATCH bpf-next v3 0/3] bpf: Fix use-after-free of sockmap
2025-03-20 14:48 UTC (11+ messages)
` [PATCH bpf-next v3 1/3] bpf, sockmap: avoid using sk_socket after free when sending
` [PATCH bpf-next v3 2/3] bpf, sockmap: avoid using sk_socket after free when reading
[PATCH net-next] selftests: drv-net: rss_input_xfrm: Check test prerequisites before running
2025-03-20 14:44 UTC (2+ messages)
[PATCH v2 00/16] selftests: vDSO: parse_vdso: Make compatible with nolibc
2025-03-20 13:23 UTC (3+ messages)
` [PATCH v2 12/16] selftests: vDSO: parse_vdso: Use UAPI headers instead of libc headers
[PATCH net-next v1 1/2] net: pktgen: add strict buffer parsing index check
2025-03-20 11:48 UTC (4+ messages)
` [PATCH net-next v1 2/2] selftest: net: update proc_net_pktgen (add more imix_weights test cases)
[RFC PATCH] rtc: remove 'setdate' test program
2025-03-20 11:28 UTC (5+ messages)
[PATCH] kunit: tool: fix count of tests if late test plan
2025-03-20 10:08 UTC (2+ messages)
[PATCH v3 1/2] kunit: tool: Fix bug in parsing test plan
2025-03-20 10:07 UTC (5+ messages)
[PATCH net-next 00/12] mptcp: pm: prep work for new ops and sysctl knobs
2025-03-20 9:30 UTC (2+ messages)
[PATCH v2 0/2] Fix xdp_adjust_frags_tail_grow selftest on powerpc
2025-03-20 8:20 UTC (3+ messages)
[PATCH v5 08/17] rust: kunit: refactor to use `&raw [const|mut]`
2025-03-20 2:07 UTC
[PATCH 0/2] fs/proc/task_mmu: add guard region bit to pagemap
2025-03-19 23:57 UTC (8+ messages)
` [PATCH 1/2] "
[PATCH bpf-next 0/2] selftests/bpf: Migrate test_xdp_vlan.sh into test_progs
2025-03-19 23:05 UTC (4+ messages)
[PATCH] rseq/selftests: fix name clash with rseq UAPI header
2025-03-19 20:21 UTC
[PATCH v5 0/6] rust: reduce pointer casts, enable related lints
2025-03-19 20:20 UTC (12+ messages)
` [PATCH v5 6/6] rust: use strict provenance APIs
[PATCH v5 6/6] rust: use strict provenance APIs
2025-03-19 20:03 UTC (12+ messages)
[PATCH v10 nf-next 0/3] conntrack: bridge: add double vlan, pppoe and pppoe-in-q
2025-03-19 19:30 UTC (7+ messages)
` [PATCH v10 nf-next 2/3] netfilter: nft_chain_filter: Add bridge double vlan and pppoe
` [PATCH v10 nf-next 3/3] selftests: netfilter: Add conntrack_bridge.sh
[PATCH net] selftests: drv-net: use defer in the ping test
2025-03-19 17:30 UTC (2+ messages)
[PATCH bpf-next 00/11] bpf: Mitigate Spectre v1 using barriers
2025-03-19 9:06 UTC (5+ messages)
` [PATCH bpf-next 10/11] bpf: Fall back to nospec for sanitization-failures
` [PATCH bpf-next 11/11] bpf: Fall back to nospec for spec path verification
[PATCH v4 00/12] Direct Map Removal for guest_memfd
2025-03-19 7:53 UTC (8+ messages)
` [PATCH v4 03/12] KVM: guest_memfd: Add flag to remove from direct map
[PATCH net-next v2 0/7] selftests/net: Mixed select()+polling mode for TCP-AO tests
2025-03-19 3:13 UTC (8+ messages)
` [PATCH net-next v2 1/7] selftests/net: Print TCP flags in more common format
` [PATCH net-next v2 2/7] selftests/net: Provide tcp-ao counters comparison helper
` [PATCH net-next v2 3/7] selftests/net: Fetch and check TCP-MD5 counters
` [PATCH net-next v2 4/7] selftests/net: Add mixed select()+polling mode to TCP-AO tests
` [PATCH net-next v2 5/7] selftests/net: Print the testing side in unsigned-md5
` [PATCH net-next v2 6/7] selftests/net: Delete timeout from test_connect_socket()
` [PATCH net-next v2 7/7] selftests/net: Drop timeout argument from test_client_verify()
[PATCH] selftests/pidfd: align stack to fix SP alignment exception
2025-03-19 2:59 UTC (2+ messages)
[PATCH v1 1/3] selftests/mm: Fix half_ufd_size_MB calculation
2025-03-18 22:05 UTC (3+ 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