BPF List
 help / color / mirror / Atom feed
 messages from 2026-09-08 21:03:35 to 2026-09-09 20:44:55 UTC [more...]

[PATCH v2 0/4] tools build: Fixes for libbfd -lzstd dependency
 2026-09-09 20:44 UTC  (6+ messages)
` [PATCH v2 1/4] tools build: Add explicitly sequenced -lzstd to libbfd feature fallback
` [PATCH v2 2/4] perf "
` [PATCH v2 3/4] bpftool: "
` [PATCH v2 4/4] objtool: Add explicitly sequenced -lzstd to libopcodes fallback

[PATCH bpf-next v1 12/22] bpf: Resolve BTF ID of ARG_PTR_TO_BTF_ID in kfunc bpf_func_proto
 2026-09-09 20:42 UTC  (3+ messages)

[PATCH bpf] bpf: fix reading neigh ha in bpf_fib_lookup()
 2026-09-09 20:42 UTC  (5+ messages)

[PATCH bpf 1/6] bpf: Avoid quadratic successor rescan in bpf_compute_scc
 2026-09-09 20:40 UTC  (6+ messages)
` [PATCH bpf 2/6] bpf: Bound the number of indirect jump edges in a program
` [PATCH bpf 3/6] bpf: Cache the jump table of a subprogram during CFG discovery
` [PATCH bpf 4/6] bpf: Reject indirect jumps that leave their subprogram
` [PATCH bpf 5/6] selftests/bpf: Add tests for the indirect jump edge limit
` [PATCH bpf 6/6] selftests/bpf: Add tests for indirect jumps across subprograms

[PATCH bpf-next v3 00/15] BPF interface for applying Landlock rulesets
 2026-09-09 20:30 UTC  (22+ messages)
` [PATCH bpf-next v3 01/15] lsm: Add the LSM policy object lifetime hooks
` [PATCH bpf-next v3 02/15] lsm: Add the bprm_apply_policy_object LSM hook
` [PATCH bpf-next v3 03/15] lsm: Move the lsm_for_each_hook() macro to security/lsm.h
` [PATCH bpf-next v3 04/15] lsm: Add the bpf_lsm_policy_release kfunc and policy object destructor
` [PATCH bpf-next v3 05/15] lsm: Add the bpf_lsm_policy_from_fd kfunc
` [PATCH bpf-next v3 06/15] lsm: Add the bpf_lsm_policy_acquire kfunc
` [PATCH bpf-next v3 07/15] lsm: Add the bpf_lsm_policy_apply_bprm kfunc
` [PATCH bpf-next v3 08/15] lsm: Document the LSM policy object interface
` [PATCH bpf-next v3 09/15] selftests/bpf: Add tests for the LSM policy object kfuncs
` [PATCH bpf-next v3 10/15] landlock: Expose the ruleset fd lookup to the rest of Landlock
` [PATCH bpf-next v3 11/15] landlock: Factor the credential restriction out of landlock_restrict_self()
` [PATCH bpf-next v3 12/15] landlock: Free rulesets after an RCU grace period
` [PATCH bpf-next v3 13/15] landlock: Implement the LSM policy object hooks
` [PATCH bpf-next v3 14/15] selftests/bpf: Test the LSM policy object kfuncs with Landlock
` [PATCH bpf-next v3 15/15] landlock: Document the BPF policy interface

[PATCH 5.10.y] bpf: Enforce expected_attach_type for tailcall compatibility
 2026-09-09 20:26 UTC  (2+ messages)

[PATCH 5.15.y] tcp: clear sock_ops cb flags before force-closing a child socket
 2026-09-09 20:26 UTC  (2+ messages)

[PATCH 5.10.y] tcp: clear sock_ops cb flags before force-closing a child socket
 2026-09-09 20:25 UTC 

[PATCH] writeback: report a Tasks-RCU quiescent state per cgwb drain pass
 2026-09-09 20:13 UTC  (9+ messages)

[PATCH] mm/nommu: Reject wrapping ranges in access_remote_vm()
 2026-09-09 20:11 UTC  (4+ messages)

[PATCH bpf-next v9 0/2] bpf: BPF-driven proactive memcg reclaim
 2026-09-09 20:06 UTC  (3+ messages)
` [PATCH bpf-next v9 1/2] mm/bpf: Add bpf_proactive_reclaim kfunc

[PATCH net-next v6 00/12] gve: AdminQ mode related refactors
 2026-09-09 19:11 UTC  (13+ messages)
` [PATCH net-next v6 01/12] gve: add struct gve_device_info to hold device properties
` [PATCH net-next v6 02/12] gve: introduce control plane operations structure
` [PATCH net-next v6 03/12] gve: introduce ctrl ops to set vectors and Qs
` [PATCH net-next v6 04/12] gve: introduce gve_adminq_get_device_properties()
` [PATCH net-next v6 05/12] gve: refactor gve_init_priv for reset path
` [PATCH net-next v6 06/12] gve: simplify reset logic
` [PATCH net-next v6 07/12] gve: add gve_ctrl_ops for gve initialization/teardown sequences
` [PATCH net-next v6 08/12] gve: split up notify block allocation and setup paths
` [PATCH net-next v6 09/12] gve: introduce new methods to handle IRQ doorbells
` [PATCH net-next v6 10/12] gve: setup and teardown management interrupts
` [PATCH net-next v6 11/12] gve: add ctrl ops for queue operations
` [PATCH net-next v6 12/12] gve: add link status/speed ctrl ops

[PATCH bpf-next 1/4] libbpf: Add bpf_program__add_flags() and bpf_program__clear_flags()
 2026-09-09 19:04 UTC  (2+ messages)

[PATCH bpf-next v2] bpf: Avoid soft lockup in __htab_map_lookup_and_delete_batch()
 2026-09-09 18:44 UTC  (2+ messages)

[PATCH v4 0/4] selftests: add shared Makefile for BPF selftests and new memcg test
 2026-09-09 18:26 UTC  (8+ messages)
` [PATCH v4 1/4] selftests: add shared lib.bpf.mk to build BPF progs and skeletons
` [PATCH v4 2/4] selftests/cgroup: add memcg_stat_cross_cpu correctness test for flush
` [PATCH v4 3/4] selftests/hid: build the BPF program via the shared lib.bpf.mk
` [PATCH v4 4/4] selftests/sched_ext: build BPF schedulers "

[PATCH bpf-next v1 11/22] bpf: Set MEM_RCU when generating kfunc argument types
 2026-09-09 18:41 UTC  (3+ messages)

[PATCH bpf] bpf: refresh seg6local SRH pointer after skb pull
 2026-09-09 18:40 UTC  (5+ messages)
` [PATCH bpf v2] bpf: disallow bpf_skb_pull_data() for LWT_SEG6LOCAL

[PATCH bpf-next v4 0/7] bpf: fix typos and repeated words in comments
 2026-09-09 18:29 UTC  (2+ messages)

[PATCH bpf-next v1 08/22] bpf: Classify kfunc arguments the verifier ignores
 2026-09-09 18:27 UTC  (3+ messages)

[PATCH bpf-next v1 07/22] bpf: Align helper and kfunc ARG_PTR_TO_PROG_AUX handling
 2026-09-09 18:23 UTC  (3+ messages)

[PATCH bpf] bpf: Fix out-of-bounds read of rtt_min in sock_ops
 2026-09-09 18:06 UTC  (2+ messages)

[PATCH bpf-next v1 06/22] bpf: Unify kfunc argument kinds with enum bpf_arg_type
 2026-09-09 18:04 UTC  (3+ messages)

[PATCH bpf-next v1 05/22] bpf: Rename ambiguous function argument types
 2026-09-09 17:54 UTC  (3+ messages)

[PATCH bpf-next v1 04/22] bpf: Only compare func_id against kfunc BTF IDs for kfunc calls
 2026-09-09 17:47 UTC  (3+ messages)

[PATCH] x86/mm/pat: skip RWX verification until kernel text is set to read only
 2026-09-09 17:38 UTC 

[PATCH bpf-next v1 02/22] bpf: Address check_func_arg() arguments by argno
 2026-09-09 17:37 UTC  (3+ messages)

[PATCH bpf v2] bpf: Fix non-linear SRH access in bpf_update_srh_state()
 2026-09-09 17:37 UTC  (3+ messages)

[PATCH RFC v3 00/13] sysctl: add module aliases
 2026-09-09 17:29 UTC  (7+ messages)

[RFC bpf-next 0/6] bpf: track scalar equality across the low 32 bits
 2026-09-09 16:50 UTC  (7+ messages)
` [RFC bpf-next 5/6] bpf: support low-32 subreg scalar linking for sign-extending movs
` [RFC bpf-next 6/6] selftests/bpf: cover 32-bit sign-extension low-32 links

[PATCH 4/4] soundwire: amd: Add BRA/BPT firmware download support
 2026-09-09 16:37 UTC  (3+ messages)

[PATCH bpf-next v1 2/7] bpf, x86: Use resolved pointer for timed may_goto
 2026-09-09 16:34 UTC  (3+ messages)

[PATCH v2] bpf, sockmap: Fix self-redirect copied_seq double-counting
 2026-09-09 15:06 UTC 

[PATCH net-next] tcp: add TCP_ECN and TCP_ECN_OPTION socket options
 2026-09-09 14:45 UTC 

[PATCH v4 0/6] rcu,srcu: Make call_rcu()/call_srcu() safe from any context
 2026-09-09 14:30 UTC  (4+ messages)
` [PATCH v4 1/6] rcu: Make call_rcu() safe to call "

[PATCH bpf-next v7 0/2] libbpf: improve BPF load performance by selectively loading module BTFs
 2026-09-09 14:13 UTC  (13+ messages)
` [PATCH bpf-next v7 1/2] libbpf: support selective kernel module BTF loading via bpf_object_open_opts
` [PATCH bpf-next v7 2/2] selftests/bpf: add tests for selective module BTF loading

[PATCH bpf] bpf: Fix non-linear SRH access in bpf_update_srh_state()
 2026-09-09 13:18 UTC  (3+ messages)

[RFC PATCH 0/8] blk-iocost: BPF struct_ops cost model
 2026-09-09 13:12 UTC  (13+ messages)
` [RFC PATCH 2/8] blk-iocost: define iocost_model_ops cost model interface
` [RFC PATCH 3/8] blk-iocost: implement BPF struct_ops registration
` [RFC PATCH 4/8] blk-iocost: dispatch cost calculation to registered BPF model
` [RFC PATCH 6/8] selftests/bpf: add iocost cost model test
` [RFC PATCH 7/8] selftests/bpf: add multi-stream sequentiality example model

[PATCH net-next v6 00/14] net: lan966x: add support for PCIe FDMA
 2026-09-09 13:00 UTC  (15+ messages)
` [PATCH net-next v6 01/14] MAINTAINERS: add FDMA library to Sparx5 SoC entry
` [PATCH net-next v6 02/14] net: microchip: fdma: rename contiguous dataptr helpers
` [PATCH net-next v6 03/14] net: microchip: fdma: add PCIe ATU support
` [PATCH net-next v6 04/14] net: lan966x: add FDMA LLP register write helper
` [PATCH net-next v6 05/14] net: lan966x: export FDMA helpers for reuse
` [PATCH net-next v6 06/14] net: lan966x: use a dedicated device for DMA operations
` [PATCH net-next v6 07/14] net: lan966x: add FDMA ops dispatch for PCIe support
` [PATCH net-next v6 08/14] net: lan966x: clear FDMA interrupt stickies after switch reset
` [PATCH net-next v6 09/14] net: lan966x: add shutdown callback to stop FDMA on reboot
` [PATCH net-next v6 10/14] net: lan966x: add PCIe FDMA support
` [PATCH net-next v6 11/14] net: lan966x: add PCIe FDMA MTU change support
` [PATCH net-next v6 12/14] net: lan966x: add PCIe FDMA XDP support
` [PATCH net-next v6 13/14] misc: lan966x-pci: dts: extend cpu reg to cover PCIE DBI space
` [PATCH net-next v6 14/14] misc: lan966x-pci: dts: add fdma interrupt to overlay

[PATCH 00/39] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
 2026-09-09 12:08 UTC  (8+ messages)
` [PATCH 09/39] drivers/usb/mon: update to use mmap_prepare + map kernel pages
` [PATCH 27/39] mm: rename is_vm_hugetlb_page() to vma_is_hugetlb()
` [PATCH 28/39] mm: drop some redundant checks around hugetlb VMAs

[PATCH bpf-next v3 0/3] bpftool: Improve perf counter reporting
 2026-09-09  9:49 UTC  (9+ messages)
` [PATCH bpf-next v3 1/3] bpftool: Track perf counter snapshot state
` [PATCH bpf-next v3 3/3] bpftool: Scale counters and report cycles per run

[PATCH bpf-next] bpf, x86: Use global buffer for trampoline size generation
 2026-09-09  9:49 UTC  (7+ messages)

[PATCH net-next v3] selftests/bpf: Track test_xdp_features DUT processes
 2026-09-09  7:46 UTC  (2+ messages)

[PATCH bpf-next v2 00/12] bpf: Support by-value struct and __int128 arguments
 2026-09-09  7:30 UTC  (22+ messages)
` [PATCH bpf-next v2 01/12] selftests/bpf: Add a test for an __int128 by-value argument
` [PATCH bpf-next v2 02/12] bpf: Index global function arguments by argument slot
` [PATCH bpf-next v2 03/12] bpf: Support by-value struct arguments up to 16 bytes
` [PATCH bpf-next v2 04/12] bpf: Support __int128 as a by-value function argument
` [PATCH bpf-next v2 05/12] bpf: Rename bpf_call_summary::num_params to arg_slot_cnt
` [PATCH bpf-next v2 06/12] bpf: Recognize by-value struct and __int128 kfunc arguments
` [PATCH bpf-next v2 07/12] bpf: Prepare kfunc arguments for the JIT from an ABI description
` [PATCH bpf-next v2 08/12] bpf, x86: Move kfunc arguments into the x86-64 calling convention
` [PATCH bpf-next v2 09/12] bpf, arm64: Move kfunc arguments into the arm64 "
` [PATCH bpf-next v2 10/12] selftests/bpf: Add C tests for by-value arguments up to 16 bytes
` [PATCH bpf-next v2 11/12] selftests/bpf: Add inline-asm tests for by-value arguments
` [PATCH bpf-next v2 12/12] selftests/bpf: Add tests for by-value kfunc arguments

[PATCH bpf-next v6 3/5] bpf: Add user memory access kfuncs for mm_struct
 2026-09-09  7:24 UTC  (2+ messages)

[PATCH v14 net-next] octeontx2-pf: add mqprio bandwidth offload for NIX TX schedulers
 2026-09-09  6:25 UTC  (2+ messages)

[PATCH bpf 0/2] bpf: Invalidate iterator-owned BTF pointers
 2026-09-09  5:34 UTC  (5+ messages)
` [PATCH bpf 1/2] bpf: Invalidate iterator-owned BTF pointers on destroy
` [PATCH bpf 2/2] selftests/bpf: Reject task VMA snapshot use after destroy

[PATCH 6.6.y 2/2] bpf: Invalidate dynptr clones in every call frame on release
 2026-09-09  5:18 UTC  (7+ messages)
` [PATCH bpf 0/2] bpf: Preserve escaped dynptr slice ancestry
  ` [PATCH bpf 1/2] bpf: Preserve escaped dynptr slice ancestry on subprog return
  ` [PATCH bpf 2/2] selftests/bpf: Test slices escaping a clone call frame

[PATCH bpf-next v2 1/3] bpftool: Skip non-autoload programs when generating light skeletons
 2026-09-09  5:02 UTC  (4+ messages)
` [PATCH bpf-next v2 2/3] bpftool: Compute light skeleton ctx.sz without relying on links
` [PATCH bpf-next v2 3/3] selftests/bpf: Verify program FD after non-autoload programs in lskel

[PATCH bpf-next] bpf: Use kvfree() in xdp_test_run_teardown()
 2026-09-09  4:44 UTC  (2+ messages)

[PATCH][next] selftests/bpf: test_xsk: Fix spelling mistake "conigure" -> "configure"
 2026-09-09  4:38 UTC  (2+ messages)

[PATCH bpf v3] bpf, sockmap: Fix self-redirect copied_seq double-counting
 2026-09-09  4:37 UTC  (2+ messages)

[PATCH RFC 0/8] arm64: ftrace: support CALL_OPS on kernels built with kCFI
 2026-09-09  2:26 UTC  (6+ messages)
` [PATCH RFC 8/8] arm64: ftrace: Allow CALL_OPS on kCFI kernels built with Rust

[PATCH bpf-next 00/12] bpf: Support by-value struct and __int128 arguments
 2026-09-09  1:59 UTC  (9+ messages)
` [PATCH bpf-next 07/12] bpf, x86: Place kfunc arguments per the SysV calling convention

[PATCH bpf-next 1/2] bpftool: Skip non-autoload programs when generating light skeletons
 2026-09-08 23:48 UTC  (3+ messages)

[PATCH bpf v2 0/2] libbpf: Fix array comparison in BTF dedup
 2026-09-08 23:40 UTC  (2+ messages)

[PATCH bpf-next 1/2] bpf: Only check nmi_uaccess_okay() when signalling current
 2026-09-08 23:21 UTC  (2+ messages)

bpf: Is the nmi_uaccess_okay() check needed for bpf_send_signal_task()?
 2026-09-08 23:20 UTC  (4+ messages)

[PATCH 6.12.y v2] tcp: clear sock_ops cb flags before force-closing a child socket
 2026-09-08 22:39 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox