BPF List
 help / color / mirror / Atom feed
 messages from 2022-02-02 00:02:51 to 2022-02-04 02:12:28 UTC [more...]

[PATCH 0/8] bpf: Add fprobe link
 2022-02-04  2:12 UTC  (17+ messages)
` [PATCH 1/8] bpf: Add support to attach kprobe program with fprobe
` [PATCH 2/8] bpf: Add bpf_get_func_ip kprobe helper for fprobe link
` [PATCH 3/8] bpf: Add bpf_cookie support to fprobe
` [PATCH 4/8] libbpf: Add libbpf__kallsyms_parse function
` [PATCH 5/8] libbpf: Add bpf_link_create support for multi kprobes
` [PATCH 6/8] libbpf: Add bpf_program__attach_kprobe_opts "
` [PATCH 7/8] selftest/bpf: Add fprobe attach test
` [PATCH 8/8] selftest/bpf: Add fprobe test for bpf_cookie values

[syzbot] KASAN: slab-out-of-bounds Write in bpf_prog_test_run_xdp
 2022-02-04  1:47 UTC  (7+ messages)

[PATCH bpf-next v3 0/2] limit bpf_core_types_are_compat recursion
 2022-02-04  0:55 UTC  (3+ messages)
` [PATCH bpf-next v3 1/2] bpf: limit bpf_core_types_are_compat() recursion
` [PATCH bpf-next v3 2/2] selftests/bpf: test maximum recursion depth for bpf_core_types_are_compat()

[PATCH bpf-next] libbpf: deprecate forgotten btf__get_map_kv_tids()
 2022-02-04  0:10 UTC  (3+ messages)

[PATCH RFC bpf-next v2 0/5] Extend cgroup interface with bpf
 2022-02-03 22:46 UTC  (4+ messages)
` [PATCH RFC bpf-next v2 5/5] selftests/bpf: test for pinning for cgroup_view link

pull-request: bpf 2022-02-03
 2022-02-03 22:00 UTC  (2+ messages)

[syzbot] general protection fault in submit_bio_checks
 2022-02-03 21:20 UTC  (4+ messages)

[PATCH bpf 1/2] bpf: fix a btf decl_tag bug when tagging a function
 2022-02-03 21:20 UTC  (5+ messages)
` [PATCH bpf 2/2] selftests/bpf: add a selftest for invalid func btf with btf decl_tag

[PATCH bpf-next v5 0/9] libbpf: Implement BTFGen
 2022-02-03 21:17 UTC  (37+ messages)
` [PATCH bpf-next v5 1/9] libbpf: Implement changes needed for BTFGen in bpftool
` [PATCH bpf-next v5 2/9] bpftool: Add gen min_core_btf command
` [PATCH bpf-next v5 3/9] bpftool: Implement btf_save_raw()
` [PATCH bpf-next v5 4/9] bpftool: Add struct definitions and helpers for BTFGen
` [PATCH bpf-next v5 5/9] bpftool: Implement btfgen()
` [PATCH bpf-next v5 6/9] bpftool: Implement relocations recording for BTFGen
` [PATCH bpf-next v5 7/9] bpftool: Implement btfgen_get_btf()
` [PATCH bpf-next v5 9/9] selftest/bpf: Implement tests for bpftool gen min_core_btf

[PATCH bpf-next] libbpf: deprecate priv/set_priv storage
 2022-02-03 20:40 UTC  (2+ messages)

[PATCH net-next 0/4] net: dev: PREEMPT_RT fixups
 2022-02-03 19:39 UTC  (29+ messages)
` [PATCH net-next 1/4] net: dev: Remove the preempt_disable() in netif_rx_internal()
` [PATCH net-next 2/4] net: dev: Remove get_cpu() "
` [PATCH net-next 3/4] net: dev: Makes sure netif_rx() can be invoked in any context
` [PATCH net-next 4/4] net: dev: Make rps_lock() disable interrupts
    ` [PATCH net-next v2 "

Packet pointers with 32-bit assignments
 2022-02-03 18:21 UTC  (3+ messages)

[PATCH bpf-next] bpf: test_run: fix OOB access in bpf_prog_test_run_xdp
 2022-02-03 17:50 UTC  (2+ messages)

event more eBPF instruction set documentation improvements
 2022-02-03 17:44 UTC  (5+ messages)
` [PATCH 3/5] bpf, docs: Better document the legacy packet access instruction

[PATCH 1/5] bpf, docs: Document the byte swapping instructions
 2022-02-03 17:40 UTC  (2+ messages)

[PATCH bpf-next v2 0/2] limit bpf_core_types_are_compat recursion
 2022-02-03 17:36 UTC  (4+ messages)
` [PATCH bpf-next v2 1/2] bpf: limit bpf_core_types_are_compat() recursion
` [PATCH bpf-next v2 2/2] selftests/bpf: test maximum recursion depth for bpf_core_types_are_compat()

[PATCH RFC 0/4] net: skb: to use (function, line) pair as reason for kfree_skb_reason()
 2022-02-03 17:14 UTC  (9+ messages)
` [PATCH RFC 1/4] net: skb: use line number to trace dropped skb
` [PATCH RFC 2/4] net: skb: add function name as part of reason
` [PATCH RFC 3/4] net: tun: track dropped skb via kfree_skb_reason()
` [PATCH RFC 4/4] net: tap: "

[PATCH bpf-next 0/6] Clean up leftover uses of deprecated APIs
 2022-02-03 15:40 UTC  (10+ messages)
` [PATCH bpf-next 1/6] libbpf: stop using deprecated bpf_map__is_offload_neutral()
` [PATCH bpf-next 2/6] bpftool: stop supporting BPF offload-enabled feature probing
` [PATCH bpf-next 3/6] bpftool: fix uninit variable compilation warning
` [PATCH bpf-next 4/6] selftests/bpf: remove usage of deprecated feature probing APIs
` [PATCH bpf-next 5/6] selftests/bpf: redo the switch to new libbpf XDP APIs
` [PATCH bpf-next 6/6] samples/bpf: get rid of bpf_prog_load_xattr() use

[PATCH] tools/resolve_btfids: Do not print any commands when building silently
 2022-02-03 15:40 UTC  (2+ messages)

[PATCH intel-net] ixgbe: xsk: change !netif_carrier_ok() handling in ixgbe_xmit_zc()
 2022-02-03 12:58 UTC 

[PATCH v2 intel-net] ice: avoid XDP checks in ice_clean_tx_irq()
 2022-02-03 12:16 UTC 

[PATCH bpf-next] selftests/bpf: use getpagesize() to initialize ring buffer size
 2022-02-03 11:12 UTC  (6+ messages)

[syzbot] general protection fault in btf_decl_tag_resolve
 2022-02-03 10:25 UTC  (3+ messages)

[PATCH bpf-next 0/3] libbpf: Fix accessing the first syscall argument on s390
 2022-02-03  9:40 UTC  (7+ messages)
` [PATCH bpf-next 1/3] s390/bpf: Add orig_gpr2 to user_pt_regs

[PATCH bpf-next v2] bpf: use VM_MAP instead of VM_ALLOC for ringbuf
 2022-02-03  7:30 UTC  (5+ messages)

[PATCH bpf-next v3 0/4] migrate from bpf_prog_test_run{,_xattr}
 2022-02-03  7:20 UTC  (7+ messages)
` [PATCH bpf-next v3 1/4] selftests/bpf: migrate from bpf_prog_test_run
` [PATCH bpf-next v3 2/4] selftests/bpf: migrate from bpf_prog_test_run_xattr
` [PATCH bpf-next v3 3/4] bpftool: "
` [PATCH bpf-next v3 4/4] libbpf: Deprecate bpf_prog_test_run_xattr and bpf_prog_test_run

[syzbot] WARNING in bpf_prog_test_run_xdp
 2022-02-03  6:15 UTC  (3+ messages)

[PATCH bpf-next v2 0/2] bpf, arm64: fix bpf line info
 2022-02-03  4:54 UTC  (5+ messages)
` [PATCH bpf-next v2 2/2] bpf, arm64: calculate offset as byte-offset for "

linux-next: manual merge of the akpm-current tree with the bpf-next tree
 2022-02-03  3:52 UTC 

can't get BTF: type .rodata.cst32: not found
 2022-02-03  2:11 UTC  (10+ messages)

[PATCH bpf-next 0/3] bpftool: Switch to independent versioning scheme
 2022-02-02 18:59 UTC  (7+ messages)
` [PATCH bpf-next 2/3] bpftool: Add libbpf's version number to "bpftool version" output
` [PATCH bpf-next 3/3] bpftool: Update versioning scheme

[PATCH bpf-next] bpf: limit bpf_core_types_are_compat() recursion
 2022-02-02 18:30 UTC  (13+ messages)

[RFC PATCH] bpftool: Add bpf_cookie to perf output
 2022-02-02 17:55 UTC  (3+ messages)

[PATCH bpf-next v4 0/2] perf: stop using deprecated bpf APIs
 2022-02-02 17:24 UTC  (5+ messages)
` [PATCH bpf-next v4 2/2] perf: stop using deprecated bpf_object__next() API

[PATCH 1/3] perf/bpf: Remove prologue generation
 2022-02-02 17:21 UTC  (5+ messages)

[syzbot] KASAN: vmalloc-out-of-bounds Write in ringbuf_map_alloc
 2022-02-02 14:55 UTC  (7+ messages)

[PATCH bpf-next v2 0/3] New BPF helpers to accelerate synproxy
 2022-02-02 11:09 UTC  (7+ messages)
` [PATCH bpf-next v2 2/3] bpf: Add helpers to issue and check SYN cookies in XDP

[PATCH bpf-next 0/5] Allow CONFIG_DEBUG_INFO_DWARF5=y + CONFIG_DEBUG_INFO_BTF=y
 2022-02-02 10:30 UTC  (4+ messages)

[syzbot] WARNING: ODEBUG bug in __init_work (3)
 2022-02-02  9:30 UTC 

[PATCH v7 00/10] fprobe: Introduce fprobe function entry/exit probe
 2022-02-02  9:03 UTC  (5+ messages)

Napływ Klientów ze strony
 2022-02-02  8:40 UTC 

[PATCH bpf-next] bpf: use VM_MAP instead of VM_ALLOC for ringbuf
 2022-02-02  5:43 UTC  (4+ messages)

[PATCH bpf-next 0/5] Attach a cookie to a tracing program
 2022-02-02  1:24 UTC  (11+ messages)
` [PATCH bpf-next 4/5] bpf: Attach a cookie to a BPF program

[PATCH dwarves v4 0/4] Parallelize BTF type info generating of pahole
 2022-02-02  0:16 UTC  (7+ messages)
` [PATCH dwarves v4 3/4] pahole: Use per-thread btf instances to avoid mutex locking

[PATCH bpf-next v2 0/4] migrate from bpf_prog_test_run{,_xattr}
 2022-02-02  0:12 UTC  (5+ messages)
` [PATCH bpf-next v2 1/4] selftests: bpf: migrate from bpf_prog_test_run


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