messages from 2026-09-15 09:25:27 to 2026-09-15 16:07:54 UTC [more...]
[PATCH RFC POC 00/50] file: handle files on syscall exit
2026-09-15 16:02 UTC (102+ messages)
` [PATCH RFC POC 01/50] file: install "
` [PATCH RFC POC 02/50] entry: commit fds "
` [PATCH RFC POC 03/50] alpha: "
` [PATCH RFC POC 04/50] ARC: "
` [PATCH RFC POC 05/50] ARM: "
` [PATCH RFC POC 06/50] arm64: "
` [PATCH RFC POC 07/50] csky: "
` [PATCH RFC POC 08/50] hexagon: "
` [PATCH RFC POC 09/50] m68k: "
` [PATCH RFC POC 10/50] microblaze: "
` [PATCH RFC POC 11/50] MIPS: "
` [PATCH RFC POC 12/50] nios2: "
` [PATCH RFC POC 13/50] openrisc: "
` [PATCH RFC POC 14/50] parisc: "
` [PATCH RFC POC 15/50] sh: "
` [PATCH RFC POC 16/50] sparc: "
` [PATCH RFC POC 17/50] um: "
` [PATCH RFC POC 18/50] xtensa: "
` [PATCH RFC POC 19/50] file: require the syscall exit hook from every architecture
` [PATCH RFC POC 20/50] file: warn when the descriptor table is unshared with slots
` [PATCH RFC POC 21/50] io_uring: commit fds per request
` [PATCH RFC POC 22/50] net: install SCM_RIGHTS descriptors when recvmsg() returns
` [PATCH RFC POC 23/50] file: open-code receive_fd()'s immediate install
` [PATCH RFC POC 24/50] file: make FD_ADD() a standalone "
` [PATCH RFC POC 25/50] file: reimplement FD_PREPARE() on the deferred fd_prepare() path
` [PATCH RFC POC 26/50] dma-buf: stop unwinding sync file descriptors by hand
` [PATCH RFC POC 27/50] drm/amdkfd: stop collecting CRIU dma-buf descriptors for a final install
` [PATCH RFC POC 28/50] drm/msm: install the out-fence descriptor when the ioctl returns
` [PATCH RFC POC 29/50] drm/virtio: "
` [PATCH RFC POC 30/50] drm/vmwgfx: "
` [PATCH RFC POC 31/50] vfio: install the migration data "
` [PATCH RFC POC 32/50] liveupdate: install the session descriptors "
` [PATCH RFC POC 33/50] io_uring/zcrx: install the exported descriptor when the request returns
` [PATCH RFC POC 34/50] sctp: install the peeloff descriptor when the syscall returns
` [PATCH RFC POC 35/50] ALSA: compress: install the task descriptors when the ioctl returns
` [PATCH RFC POC 36/50] nitro_enclaves: install the enclave descriptor "
` [PATCH RFC POC 37/50] tpm: vtpm_proxy: install the server "
` [PATCH RFC POC 38/50] perf: stop putting the event descriptor back on failure
` [PATCH RFC POC 39/50] seccomp: stop putting the listener "
` [PATCH RFC POC 40/50] KVM: stop putting descriptors "
` [PATCH RFC POC 41/50] KVM: guest_memfd: stop putting the descriptor "
` [PATCH RFC POC 42/50] drm: stop unwinding descriptors by hand
` [PATCH RFC POC 43/50] drm/amdgpu: stop unwinding the fence descriptor "
` [PATCH RFC POC 44/50] drm/etnaviv: install the out-fence descriptor when the ioctl returns
` [PATCH RFC POC 45/50] accel/habanalabs: stop putting the dma-buf descriptor back on failure
` [PATCH RFC POC 46/50] xen/gntdev-dmabuf: stop putting the "
` [PATCH RFC POC 47/50] iio: buffer: install the buffer descriptor when the ioctl returns
` [PATCH RFC POC 48/50] misc: fastrpc: install the dma-buf "
` [PATCH RFC POC 49/50] iommufd: stop putting descriptors back on failure
` [PATCH RFC POC 50/50] Drivers: hv: mshv: "
[PATCH bpf-next v4 0/4] bpf: Add bpf_call_rcu() and bpf_call_rcu_tasks_trace()
2026-09-15 16:07 UTC (8+ messages)
` [PATCH bpf-next v4 1/4] bpf: Add bpf_call_rcu() kfunc
` [PATCH bpf-next v4 2/4] selftests/bpf: Add tests for bpf_call_rcu()
` [PATCH bpf-next v4 3/4] bpf: Add bpf_call_rcu_tasks_trace() kfunc
` [PATCH bpf-next v4 4/4] selftests/bpf: Add a test for bpf_call_rcu_tasks_trace()
[PATCH RFC v3 00/13] rcu-tasks: build Tasks RCU on Tasks Trace readers in trampolines
2026-09-15 16:03 UTC (22+ messages)
` [PATCH RFC v3 01/13] entry: Pass pt_regs to irqentry_exit_cond_resched()
` [PATCH RFC v3 02/13] rcu-tasks-trace: Inline rcu_read_lock_trace() and annotate inside the reader
` [PATCH RFC v3 03/13] rcu-tasks: Add a Tasks RCU implementation for reader-marked trampolines
` [PATCH RFC v3 04/13] kprobes: Expose the optprobe jump window to Tasks RCU
` [PATCH RFC v3 05/13] ftrace: Mark modules hosting direct-call trampolines for "
` [PATCH RFC v3 06/13] bpf: Take a Tasks Trace reader in the trampoline glue
` [PATCH RFC v3 07/13] x86/ftrace: Take a Tasks Trace reader around ftrace_caller's call-out
` [PATCH RFC v3 08/13] x86/kprobes: Take a Tasks Trace reader in the optprobe template
` [PATCH RFC v3 09/13] arm64: ftrace: Take a Tasks Trace reader around ftrace_caller's call-out
` [PATCH RFC v3 10/13] samples: ftrace: Make the direct-call trampolines Tasks Trace readers
` [PATCH RFC v3 11/13] rcutorture: Make Tasks RCU readers Tasks Trace readers where required
` [PATCH RFC v3 12/13] rcu-tasks-trace: Assert no reader is held on return to userspace
` [PATCH RFC v3 13/13] x86, arm64: Build Tasks RCU on Tasks Trace readers in trampolines
[PATCH bpf] selftests/bpf: Fix csum_partial() dropping trailing byte on odd length
2026-09-15 15:56 UTC (2+ messages)
[PATCH bpf-next v3 0/4] bpf: Add bpf_call_rcu() and bpf_call_rcu_tasks_trace()
2026-09-15 15:35 UTC (7+ messages)
` [PATCH bpf-next v3 1/4] bpf: Add bpf_call_rcu() kfunc
` [PATCH bpf-next v3 2/4] selftests/bpf: Add tests for bpf_call_rcu()
` [PATCH bpf-next v3 3/4] bpf: Add bpf_call_rcu_tasks_trace() kfunc
` [PATCH bpf-next v3 4/4] selftests/bpf: Add a test for bpf_call_rcu_tasks_trace()
[RFC PATCH 00/57] mm/collapse: rebuild collapse on migration primitives
2026-09-15 15:21 UTC (13+ messages)
[PATCH bpf-next 0/8] BPF LSM xattrs at inode creation support
2026-09-15 15:16 UTC (10+ messages)
` [PATCH bpf-next 1/8] ocfs2: Copy the xattr name in ocfs2_initxattrs
` [PATCH bpf-next 2/8] bpf, lsm: Reject writes into the BPF LSM program context
` [PATCH bpf-next 3/8] bpf: Support passing context output arguments to kfuncs
` [PATCH bpf-next 4/8] bpf, lsm: Let BPF LSM provide xattrs at inode creation
` [PATCH bpf-next 5/8] bpf, lsm: Mark the BPF LSM hook overrides noinline
` [PATCH bpf-next 6/8] selftests/bpf: Test that the BPF LSM context is read-only
` [PATCH bpf-next 7/8] selftests/bpf: Add verifier tests for the __ctx_out plumbing
` [PATCH bpf-next 8/8] selftests/bpf: Add tests for BPF LSM inode init labelling
[PATCH bpf-next v1 0/3] Fix generic __uninit kfunc output buffers
2026-09-15 15:01 UTC (8+ messages)
` [PATCH bpf-next v1 1/3] bpf: "
` [PATCH bpf-next v1 2/3] selftests/bpf: Allow privileged preparation for capability tests
` [PATCH bpf-next v1 3/3] selftests/bpf: Cover generic __uninit kfunc output buffers
[PATCH bpf-next v6] xsk: Fix circular locking dependency between &net->xdp.lock, &xs->mutex, and netdev_lock_ops
2026-09-15 14:50 UTC (2+ messages)
` [syzbot ci] "
[PATCH net-next v7 0/5] veth: add Byte Queue Limits (BQL) support
2026-09-15 14:30 UTC (3+ messages)
[PATCH] HID: bpf: reject oversized device events before copying
2026-09-15 14:07 UTC (2+ messages)
[PATCH bpf-next v3 00/15] BPF interface for applying Landlock rulesets
2026-09-15 13:48 UTC (15+ messages)
` [PATCH bpf-next v3 04/15] lsm: Add the bpf_lsm_policy_release kfunc and policy object destructor
` LSM boundaries. Was: "
[PATCH bpf-next v9 0/2] libbpf: improve BPF load performance by selectively loading module BTFs
2026-09-15 13:33 UTC (5+ messages)
` [PATCH bpf-next v9 1/2] libbpf: support selective kernel module BTF loading via bpf_object_open_opts
` [PATCH bpf-next v9 2/2] selftests/bpf: add tests for selective module BTF loading
[PATCH bpf-next v11 0/2] bpf: BPF-driven proactive memcg reclaim
2026-09-15 13:33 UTC (5+ messages)
` [PATCH bpf-next v11 1/2] mm/bpf: Add bpf_proactive_reclaim kfunc
` [PATCH bpf-next v11 2/2] selftests/bpf: Add memcg async reclaim test
[PATCH RFC v2 00/15] rcu-tasks: let preemption outside trampolines be a quiescent state
2026-09-15 13:13 UTC (3+ messages)
` [PATCH RFC v2 03/15] rcu-tasks: Hold trampoline nesting across irq-exit preemption in trampoline text
[PATCH 0/3] keys: Add well known IDs for fs-verity/dm-verity keys
2026-09-15 12:39 UTC (2+ messages)
[PATCH v2 0/2] Drop redundant tcp_rate_check_app_limited calls
2026-09-15 12:13 UTC (4+ messages)
` [PATCH bpf-next v2 1/2] bpf: drop duplicate check_app_limited in tcp_bpf_push
` [PATCH net-next v2 2/2] tls: drop duplicate check_app_limited in tls_push_sg
[PATCH bpf-next v2 0/4] bpf: Add bpf_call_rcu() and bpf_call_rcu_tasks_trace()
2026-09-15 12:12 UTC (9+ messages)
` [PATCH bpf-next v2 1/4] bpf: Add bpf_call_rcu() kfunc
` [PATCH bpf-next v2 2/4] selftests/bpf: Add tests for bpf_call_rcu()
` [PATCH bpf-next v2 3/4] bpf: Add bpf_call_rcu_tasks_trace() kfunc
` [PATCH bpf-next v2 4/4] selftests/bpf: Add a test for bpf_call_rcu_tasks_trace()
[RFC PATCH bpf-next 0/6] bpf: Add UHMUL and SHMUL instructions
2026-09-15 11:48 UTC (7+ messages)
` [RFC PATCH bpf-next 1/6] "
[PATCH dwarves 1/2] dwarf_loader: Skip the argument register the arm64 ABI leaves as a hole
2026-09-15 11:40 UTC (2+ messages)
[PATCH net-next v6 14/14] misc: lan966x-pci: dts: add fdma interrupt to overlay
2026-09-15 10:52 UTC (3+ messages)
[PATCH bpf-next v2 00/23] Unify helper and kfunc argument checks
2026-09-15 10:44 UTC (3+ messages)
` [PATCH bpf-next v2 19/23] bpf: Consolidate function call pkt_access validation
[PATCH net-next v6 13/14] misc: lan966x-pci: dts: extend cpu reg to cover PCIE DBI space
2026-09-15 10:38 UTC (3+ messages)
[PATCH net-next v6 12/14] net: lan966x: add PCIe FDMA XDP support
2026-09-15 10:34 UTC (3+ messages)
[PATCH net-next v6 11/14] net: lan966x: add PCIe FDMA MTU change support
2026-09-15 10:23 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;
as well as URLs for NNTP newsgroup(s).