BPF Archive mirror
 help / color / mirror / Atom feed
[PATCH bpf-next] kbuild, bpf: Enable reproducible BTF generation
 2024-12-11  0:17 UTC  (2+ messages)

[PATCH v8 0/2] PCI: add enabe(disable)_device() hook for bridge
 2024-12-10 22:48 UTC  (3+ messages)
` [PATCH v8 1/2] PCI: Add enable_device() and disable_device() callbacks for bridges
` [PATCH v8 2/2] PCI: imx6: Add IOMMU and ITS MSI support for i.MX95

[PATCH bpf-next v2 0/6] bpf, mm: Introduce __GFP_TRYLOCK
 2024-12-10 22:49 UTC  (18+ messages)
` [PATCH bpf-next v2 1/6] mm, bpf: Introduce __GFP_TRYLOCK for opportunistic page allocation
` [PATCH bpf-next v2 2/6] mm, bpf: Introduce free_pages_nolock()
` [PATCH bpf-next v2 3/6] locking/local_lock: Introduce local_trylock_irqsave()
` [PATCH bpf-next v2 4/6] memcg: Add __GFP_TRYLOCK support
` [PATCH bpf-next v2 5/6] mm, bpf: Use __GFP_ACCOUNT in try_alloc_pages()
` [PATCH bpf-next v2 6/6] bpf: Use try_alloc_pages() to allocate pages for bpf needs

[PATCH v3 bpf-next 0/6] Enable writing xattr from BPF programs
 2024-12-10 22:06 UTC  (7+ messages)
` [PATCH v3 bpf-next 1/6] fs/xattr: bpf: Introduce security.bpf. xattr name prefix
` [PATCH v3 bpf-next 2/6] selftests/bpf: Extend test fs_kfuncs to cover security.bpf. xattr names
` [PATCH v3 bpf-next 3/6] bpf: lsm: Add two more sleepable hooks
` [PATCH v3 bpf-next 4/6] bpf: fs/xattr: Add BPF kfuncs to set and remove xattrs
` [PATCH v3 bpf-next 5/6] selftests/bpf: Test kfuncs that set and remove xattr from BPF programs
` [PATCH v3 bpf-next 6/6] selftests/bpf: Add __failure tests for set/remove xattr kfuncs

[PATCH bpf v4] bpf: Fix theoretical prog_array UAF in __uprobe_perf_func()
 2024-12-10 21:30 UTC  (2+ messages)

[PATCH v2 0/5] kallsyms: Emit symbol for holes in text and fix weak function issue
 2024-12-10 20:49 UTC  (4+ messages)
    `  "

[PATCH] scx: Fix maximal BPF selftest prog
 2024-12-10 20:52 UTC 

[REGRESSION] module BTF validation failure (Error -22) on next
 2024-12-10 20:42 UTC  (5+ messages)
    ` [REGRESSION] module BTF validation failure (Error -22) on

[BUG] perf trace: failed to load -E2BIG
 2024-12-10 20:24 UTC  (3+ messages)

[PATCH] bpftool: Fix failure with static linkage
 2024-12-10 20:19 UTC  (5+ messages)

BPF and lazy preemption
 2024-12-10 19:33 UTC  (6+ messages)

[PATCH bpf] bpf: fix potential error return
 2024-12-10 19:30 UTC  (2+ messages)

[PATCH v2 0/3] perf tool: Fix multiple memory leakages
 2024-12-10 19:19 UTC  (2+ messages)

[PATCH bpf v2 0/8] bpf: track changes_pkt_data property for global functions
 2024-12-10 19:06 UTC  (17+ messages)
` [PATCH bpf v2 1/8] bpf: add find_containing_subprog() utility function
` [PATCH bpf v2 2/8] bpf: refactor bpf_helper_changes_pkt_data to use helper number
` [PATCH bpf v2 3/8] bpf: track changes_pkt_data property for global functions
` [PATCH bpf v2 4/8] selftests/bpf: test for changing packet data from "
` [PATCH bpf v2 5/8] bpf: check changes_pkt_data property for extension programs
` [PATCH bpf v2 6/8] selftests/bpf: freplace tests for tracking of changes_packet_data
` [PATCH bpf v2 7/8] bpf: consider that tail calls invalidate packet pointers
` [PATCH bpf v2 8/8] selftests/bpf: validate that tail call invalidates "

[PATCH bpf v3] bpf: Fix theoretical prog_array UAF in __uprobe_perf_func()
 2024-12-10 19:02 UTC  (3+ messages)

[PATCH bpf-next] BPF-Helpers : Correct spelling mistake
 2024-12-10 19:01 UTC  (2+ messages)

[PATCH bpf-next v5 0/5] bpf: Add open-coded style process file iterator and bpf_fget_task() kfunc
 2024-12-10 18:58 UTC  (15+ messages)
` [PATCH bpf-next v5 1/5] bpf: Introduce task_file open-coded iterator kfuncs
` [PATCH bpf-next v5 2/5] selftests/bpf: Add tests for open-coded style process file iterator
` [PATCH bpf-next v5 3/5] bpf: Add bpf_fget_task() kfunc
` [PATCH bpf-next v5 4/5] bpf: Make fs kfuncs available for SYSCALL and TRACING program types
` [PATCH bpf-next v5 5/5] selftests/bpf: Add tests for bpf_fget_task() kfunc

[PATCH] bpf: Fix UAF via mismatching bpf_prog/attachment RCU flavors
 2024-12-10 18:30 UTC  (2+ messages)

[PATCH bpf] bpf,perf: Fix invalid prog_array access in perf_event_detach_bpf_prog
 2024-12-10 18:30 UTC  (2+ messages)

[PATCH v4 bpf-next 0/7] Add fd_array_cnt attribute for BPF_PROG_LOAD
 2024-12-10 18:19 UTC  (10+ messages)
` [PATCH v4 bpf-next 3/7] bpf: add fd_array_cnt attribute for prog_load

[PATCH bpf-next v2 0/5] net/smc: Introduce smc_ops
 2024-12-10 18:01 UTC  (7+ messages)
` [PATCH bpf-next v2 1/5] bpf: export necessary sympols for modules with struct_ops
` [PATCH bpf-next v2 2/5] net/smc: Introduce generic hook smc_ops
` [PATCH bpf-next v2 3/5] net/smc: bpf: register smc_ops info struct_ops
` [PATCH bpf-next v2 4/5] libbpf: fix error when st-prefix_ops and ops from differ btf
` [PATCH bpf-next v2 5/5] bpf/selftests: add simple selftest for bpf_smc_ops

[PATCH bpf-next v3 0/2] kbuild: propagate CONFIG_WERROR to resolve_btfids
 2024-12-10 17:09 UTC  (3+ messages)
` [PATCH bpf-next v3 1/2] tools/resolve_btfids: Add --fatal_warnings option

[PATCH bpf 0/3] bpf, sockmap: Fix the element replace
 2024-12-10 16:50 UTC  (2+ messages)

[RFC PATCH v3 00/15] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2024-12-10 14:42 UTC  (15+ messages)
` [RFC PATCH v3 13/15] context_tracking,x86: Add infrastructure to defer kernel TLBI

[PATCH bpf-next v4 0/5] bpf: Add open-coded style process file iterator and bpf_fget_task() kfunc
 2024-12-10 14:17 UTC  (6+ messages)
` [PATCH bpf-next v4 2/5] selftests/bpf: Add tests for open-coded style process file iterator

[PATCH net 1/5] net, team, bonding: Add netdev_base_features helper
 2024-12-10 14:12 UTC  (5+ messages)
` [PATCH net 2/5] bonding: Fix initial {vlan,mpls}_feature set in bond_compute_features
` [PATCH net 3/5] bonding: Fix feature propagation of NETIF_F_GSO_ENCAP_ALL
` [PATCH net 4/5] team: Fix initial vlan_feature set in __team_compute_features
` [PATCH net 5/5] team: Fix feature propagation of NETIF_F_GSO_ENCAP_ALL

[PATCH net 0/2] Fix NPE discovered by running bpf kselftest
 2024-12-10  6:14 UTC  (5+ messages)
` [PATCH net 2/2] tcp_bpf: fix copied value in tcp_bpf_sendmsg

[Patch bpf v2 0/4] bpf: a bug fix and test cases for bpf_skb_change_tail()
 2024-12-10  5:36 UTC  (3+ messages)

[PATCH v21 00/20] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-12-10  2:12 UTC  (21+ messages)
` [PATCH v21 01/20] fgraph: Get ftrace recursion lock in function_graph_enter
` [PATCH v21 02/20] fgraph: Pass ftrace_regs to entryfunc
` [PATCH v21 03/20] fgraph: Replace fgraph_ret_regs with ftrace_regs
` [PATCH v21 04/20] fgraph: Pass ftrace_regs to retfunc
` [PATCH v21 05/20] fprobe: Use ftrace_regs in fprobe entry handler
` [PATCH v21 06/20] fprobe: Use ftrace_regs in fprobe exit handler
` [PATCH v21 07/20] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v21 08/20] tracing: Add ftrace_fill_perf_regs() for perf event
` [PATCH v21 09/20] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [PATCH v21 10/20] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [PATCH v21 11/20] ftrace: Add CONFIG_HAVE_FTRACE_GRAPH_FUNC
` [PATCH v21 12/20] s390/tracing: Enable HAVE_FTRACE_GRAPH_FUNC
` [PATCH v21 13/20] fprobe: Rewrite fprobe on function-graph tracer
` [PATCH v21 14/20] fprobe: Add fprobe_header encoding feature
` [PATCH v21 15/20] tracing/fprobe: Remove nr_maxactive from fprobe
` [PATCH v21 16/20] selftests: ftrace: Remove obsolate maxactive syntax check
` [PATCH v21 17/20] selftests/ftrace: Add a test case for repeating register/unregister fprobe
` [PATCH v21 18/20] Documentation: probes: Update fprobe on function-graph tracer
` [PATCH v21 19/20] ftrace: Add ftrace_get_symaddr to convert fentry_ip to symaddr
` [PATCH v21 20/20] bpf: Use ftrace_get_symaddr() for kprobe_multi probes

[PATCH bpf 0/4] bpf: track changes_pkt_data property for global functions
 2024-12-10  1:38 UTC  (9+ messages)
` [PATCH bpf 3/4] "

[PATCH v2 bpf 0/2] tcp_bpf: update the rmem scheduling for
 2024-12-10  1:20 UTC  (3+ messages)
` [PATCH v2 bpf 1/2] tcp_bpf: charge receive socket buffer in bpf_tcp_ingress()
` [PATCH v2 bpf 2/2] tcp_bpf: add sk_rmem_alloc related logic for tcp_bpf ingress redirection

[PATCH bpf v2] bpf: Fix prog_array UAF in __uprobe_perf_func()
 2024-12-10  0:54 UTC  (11+ messages)

[PATCH v2 0/4] perf lock contention: Symbolize locks using slab cache names
 2024-12-10  0:23 UTC  (9+ messages)
` [PATCH v2 2/4] perf lock contention: Run BPF slab cache iterator

[PATCH bpf] bpf,perf: Fix perf_event_detach_bpf_prog error handling
 2024-12-10  0:01 UTC  (7+ messages)

[RFC PATCH 0/9] pahole: shared ELF and faster reproducible BTF encoding
 2024-12-09 23:55 UTC  (7+ messages)
` [RFC PATCH 3/9] btf_encoder: separate elf function, saved function representations
` [RFC PATCH 7/9] btf_encoder: switch to shared elf_functions table

[PATCH bpf-next v3 0/4] bpftool: btf: Support dumping a single type from file
 2024-12-09 23:44 UTC  (5+ messages)
` [PATCH bpf-next v3 1/4] bpftool: man: Add missing format argument to command description
` [PATCH bpf-next v3 2/4] bpftool: btf: Validate root_type_ids early
` [PATCH bpf-next v3 3/4] bpftool: btf: Support dumping a single type from file
` [PATCH bpf-next v3 4/4] bpftool: bash: Add bash completion for root_id argument

[PATCH bpf v3 0/3] Fix for raw_tp PTR_MAYBE_NULL handling
 2024-12-09 23:35 UTC  (5+ messages)
` [PATCH bpf v3 2/3] bpf: Do not mark NULL-checked raw_tp arg as scalar

[PATCH bpf-next v2] bpftool: btf: Support dumping a single type from file
 2024-12-09 22:56 UTC  (3+ messages)

[PATCH] selftests/bpf: Fix fill_link_info selftest on powerpc
 2024-12-09 22:00 UTC  (2+ messages)

unregistering tcp_ca struct_ops can cause kernel page fault
 2024-12-09 21:56 UTC  (2+ messages)

[PATCH dwarves v1] pahole: generate "bpf_fastcall" decl tags for eligible kfuncs
 2024-12-09 20:05 UTC  (3+ messages)

[PATCH bpf-next v3] selftests/bpf: add more stats into veristat
 2024-12-09 18:00 UTC  (2+ messages)

[PATCH 0/4] sysfs: constify bin_attribute argument of sysfs_bin_attr_simple_read()
 2024-12-09 17:45 UTC  (5+ messages)
` [PATCH 3/4] btf: Switch vmlinux BTF attribute to sysfs_bin_attr_simple_read()
` [PATCH 4/4] btf: Switch module "

linux-next: Fixes tag needs some work in the bpf-next tree
 2024-12-09 17:18 UTC  (2+ messages)

[PATCH bpf-next] bpftool: Probe for ISA v4 instruction set extension
 2024-12-09 17:05 UTC  (6+ messages)
` [PATCH bpf-next v2] "

[PATCH bpf v2 0/2] bpf: fix wrong copied_seq calculation and add tests
 2024-12-09 15:27 UTC  (3+ messages)
` [PATCH bpf v2 1/2] bpf: fix wrong copied_seq calculation
` [PATCH bpf v2 2/2] selftests/bpf: add strparser test for bpf

[PATCH net-next v4 00/11] net-timestamp: bpf extension to equip applications transparently
 2024-12-09 14:58 UTC  (7+ messages)
` [PATCH net-next v4 03/11] net-timestamp: reorganize in skb_tstamp_tx_output()
` [PATCH net-next v4 11/11] bpf: add simple bpf tests in the tx path for so_timstamping feature

[PATCH net-next v5 0/5] net: Improve netns handling in RTNL and ip_tunnel
 2024-12-09 14:01 UTC  (6+ messages)
` [PATCH net-next v5 1/5] net: ip_tunnel: Build flow in underlay net namespace
` [PATCH net-next v5 2/5] rtnetlink: Lookup device in target netns when creating link
` [PATCH net-next v5 3/5] rtnetlink: Decouple net namespaces in rtnl_newlink_create()
` [PATCH net-next v5 4/5] selftests: net: Add python context manager for netns entering
` [PATCH net-next v5 5/5] selftests: net: Add two test cases for link netns

Storing sk_buffs as kptrs in map
 2024-12-09 13:17 UTC  (10+ messages)
` [External] "

[PATCH perf/core] uprobes: guard against kmemdup() failing in dup_return_instance()
 2024-12-09 11:13 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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).