public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-10-11 03:55:47 to 2022-10-14 10:25:59 UTC [more...]

[PATCH bpf-next 0/8] bpf: Fixes for kprobe multi on kernel modules
 2022-10-14 10:25 UTC  (24+ messages)
` [PATCH bpf-next 1/8] kallsyms: Make module_kallsyms_on_each_symbol generally available
` [PATCH bpf-next 2/8] ftrace: Add support to resolve module symbols in ftrace_lookup_symbols
` [PATCH bpf-next 3/8] bpf: Rename __bpf_kprobe_multi_cookie_cmp to bpf_kprobe_multi_addrs_cmp
` [PATCH bpf-next 4/8] bpf: Take module reference on kprobe_multi link
` [PATCH bpf-next 5/8] selftests/bpf: Add load_kallsyms_refresh function
` [PATCH bpf-next 6/8] selftests/bpf: Add bpf_testmod_fentry_* functions
` [PATCH bpf-next 7/8] selftests/bpf: Add kprobe_multi kmod link api tests
` [PATCH bpf-next 8/8] selftests/bpf: Add kprobe_multi check to module attach test

[syzbot] usb-testing boot error: WARNING in cpumask_next_wrap
 2022-10-14  9:41 UTC  (2+ messages)

[bpf-next v9 0/3] bpftool: Add autoattach for bpf prog load|loadall
 2022-10-14  8:31 UTC  (4+ messages)
` [bpf-next v9 1/3] "
` [bpf-next v9 2/3] bpftool: Update doc (add autoattach to prog load)
` [bpf-next v9 3/3] bpftool: Update the bash completion(add "

[PATCH] drm/radeon: Replace kmap() with kmap_local_page()
 2022-10-14  7:03 UTC  (3+ messages)

objtool: bpf_dispatcher_xdp+0xa0: data relocation to !ENDBR:
 2022-10-14  6:47 UTC  (13+ messages)
` WARN: multiple IDs found for 'nf_conn': 92168, 117897 - using 92168

[bpf-next v8 0/3] bpftool: Add autoattach for bpf prog load|loadall
 2022-10-14  6:38 UTC  (7+ messages)
` [bpf-next v8 1/3] "

[PATCH bpf-next 0/5] bpf: Implement cgroup local storage available to non-cgroup-attached bpf progs
 2022-10-14  4:56 UTC  (6+ messages)
` [PATCH bpf-next 1/5] bpf: Make struct cgroup btf id global
` [PATCH bpf-next 2/5] bpf: Implement cgroup storage available to non-cgroup-attached bpf progs
` [PATCH bpf-next 3/5] libbpf: Support new cgroup local storage
` [PATCH bpf-next 4/5] bpftool: "
` [PATCH bpf-next 5/5] selftests/bpf: Add selftests for "

Question about ktime_get_mono_fast_ns() non-monotonic behavior
 2022-10-14  4:36 UTC  (15+ messages)

[PATCH bpf-next 0/3] Remove unnecessary RCU grace period chaining
 2022-10-14  4:20 UTC  (19+ messages)
` [PATCH bpf-next 1/3] bpf: Free elements after one RCU-tasks-trace grace period
` [PATCH bpf-next 2/3] bpf: Free local storage memory "
` [PATCH bpf-next 3/3] bpf: Free trace program array "

[PATCH bpf-next v2 00/13] Add support for qp-trie with dynptr key
 2022-10-14  4:02 UTC  (8+ messages)
` [PATCH bpf-next v2 03/13] bpf: Support bpf_dynptr-typed map key in bpf syscall

[PATCH bpf-next v4 0/6] Fix bugs found by ASAN when running selftests
 2022-10-14  1:53 UTC  (15+ messages)
` [PATCH bpf-next v4 1/6] libbpf: Fix use-after-free in btf_dump_name_dups
` [PATCH bpf-next v4 2/6] libbpf: Fix memory leak in parse_usdt_arg()
` [PATCH bpf-next v4 3/6] selftests/bpf: Fix memory leak caused by not destroying skeleton
` [PATCH bpf-next v4 4/6] selftest/bpf: Fix memory leak in kprobe_multi_test
` [PATCH bpf-next v4 5/6] selftests/bpf: Fix error failure of case test_xdp_adjust_tail_grow
` [PATCH bpf-next v4 6/6] selftest/bpf: Fix error usage of ASSERT_OK in xdp_adjust_tail.c

[PATCH bpf-next] bpf: remove WARN_ON_ONCE from btf_type_id_size
 2022-10-13 21:35 UTC  (3+ messages)

[PATCH net-next] samples/bpf: Fix map interation in xdp1_user
 2022-10-13 20:09 UTC 

Lockdep warning after c0feea594e058223973db94c1c32a830c9807c86
 2022-10-13 20:39 UTC  (3+ messages)

[PATCH bpf-next] selftests/bpf: Use sys_pidfd_open() helper when possible
 2022-10-13 19:20 UTC  (2+ messages)

[PATCH bpf-next 01/10] bpf: Add initial fd-based API to attach tc BPF programs
 2022-10-13 18:30 UTC  (12+ messages)

[PATCH bpf-next v4 0/3] Add more bpf_*_ct_lookup() selftests
 2022-10-13 17:34 UTC  (7+ messages)
` [PATCH bpf-next v4 2/3] selftests/bpf: Add connmark read test

[PATCH bpf-next v2 0/3] libbpf: fix fuzzer-reported issues
 2022-10-13 16:00 UTC  (5+ messages)
` [PATCH bpf-next v2 1/3] libbpf: use elf_getshdrnum() instead of e_shnum
` [PATCH bpf-next v2 2/3] libbpf: deal with section with no data gracefully
` [PATCH bpf-next v2 3/3] libbpf: fix null-pointer dereference in find_prog_by_sec_insn()

[PATCH 0/2] Allow bpf_user_ringbuf_drain() callbacks to return 1
 2022-10-13 15:40 UTC  (5+ messages)
` [PATCH 1/2] bpf: "
` [PATCH 2/2] selftests/bpf: Make bpf_user_ringbuf_drain() selftest callback "

[PATCH bpf-next] selftests/bpf: s/iptables/iptables-legacy/ in the bpf_nf and xdp_synproxy test
 2022-10-13 15:10 UTC  (3+ messages)

[PATCH bpf-next v2 00/25] Local kptrs, BPF linked lists
 2022-10-13 13:48 UTC  (27+ messages)
` [PATCH bpf-next v2 01/25] bpf: Document UAPI details for special BPF types
` [PATCH bpf-next v2 02/25] bpf: Allow specifying volatile type modifier for kptrs
` [PATCH bpf-next v2 03/25] bpf: Clobber stack slot when writing over spilled PTR_TO_BTF_ID
` [PATCH bpf-next v2 04/25] bpf: Fix slot type check in check_stack_write_var_off
` [PATCH bpf-next v2 05/25] bpf: Drop reg_type_may_be_refcounted_or_null
` [PATCH bpf-next v2 06/25] bpf: Refactor kptr_off_tab into fields_tab
` [PATCH bpf-next v2 07/25] bpf: Consolidate spin_lock, timer management "
` [PATCH bpf-next v2 08/25] bpf: Refactor map->off_arr handling
` [PATCH bpf-next v2 09/25] bpf: Support bpf_list_head in map values
` [PATCH bpf-next v2 10/25] bpf: Introduce local kptrs
` [PATCH bpf-next v2 11/25] bpf: Recognize bpf_{spin_lock,list_head,list_node} in "
` [PATCH bpf-next v2 12/25] bpf: Verify ownership relationships for owning types
` [PATCH bpf-next v2 13/25] bpf: Support locking bpf_spin_lock in local kptr
` [PATCH bpf-next v2 14/25] bpf: Allow locking bpf_spin_lock global variables
` [PATCH bpf-next v2 15/25] bpf: Rewrite kfunc argument handling
` [PATCH bpf-next v2 16/25] bpf: Drop kfunc bits from btf_check_func_arg_match
` [PATCH bpf-next v2 17/25] bpf: Support constant scalar arguments for kfuncs
` [PATCH bpf-next v2 18/25] bpf: Teach verifier about non-size constant arguments
` [PATCH bpf-next v2 19/25] bpf: Introduce bpf_kptr_new
` [PATCH bpf-next v2 20/25] bpf: Introduce bpf_kptr_drop
` [PATCH bpf-next v2 21/25] bpf: Permit NULL checking pointer with non-zero fixed offset
` [PATCH bpf-next v2 22/25] bpf: Introduce single ownership BPF linked list API
` [PATCH bpf-next v2 23/25] libbpf: Add support for private BSS map section
` [PATCH bpf-next v2 24/25] selftests/bpf: Add __contains macro to bpf_experimental.h
` [PATCH bpf-next v2 25/25] selftests/bpf: Add BPF linked list API tests

[PATCH v4,bpf-next] bpf: Don't redirect packets with invalid pkt_len
 2022-10-13 10:44 UTC  (8+ messages)

[PATCH bpf-next v2 0/1] doc: DEVMAPs and XDP_REDIRECT
 2022-10-13 11:11 UTC  (2+ messages)
` [PATCH bpf-next v2 1/1] "

[PATCH bpf-next v1] bpf, docs: Reformat BPF maps page to be more readable
 2022-10-13  4:13 UTC  (2+ messages)

[PATCH] bpf/btf: Fix is_int_ptr()
 2022-10-13  2:27 UTC  (3+ messages)

[RESEND PATCH bpf-next 0/2] Jit BPF_CALL to direct call when possible
 2022-10-13  2:07 UTC  (5+ messages)
` [RESEND PATCH bpf-next 1/2] bpf, arm64: "

[net 0/2] some fixes for selftest/net
 2022-10-13  1:51 UTC  (5+ messages)
` [net 1/2] selftests/net: fix opening object file failed
` [net 2/2] selftests/net: fix missing xdp_dummy

[PATCH] fs/cramfs: Convert kmap() to kmap_local_data()
 2022-10-12 18:54 UTC  (2+ messages)

[PATCH] hw_breakpoint: fix single-stepping when using bpf_overflow_handler
 2022-10-12 15:40 UTC  (2+ messages)

[syzbot] possible deadlock in tcp_sock_set_cork
 2022-10-12 14:03 UTC 

[PATCH] fs/fuse: Replace kmap() with kmap_local_page()
 2022-10-12 13:55 UTC  (2+ messages)

[PATCH] bpf: added the account of BPF running time
 2022-10-12 10:26 UTC  (3+ messages)
  ` [External] "

[PATCH] selftests/bpf: Alphabetize DENYLISTs
 2022-10-12  6:02 UTC  (4+ messages)

[PATCH bpf 0/3] libbpf: fix fuzzer-reported issues
 2022-10-12  1:50 UTC  (7+ messages)
` [PATCH bpf 1/3] libbpf: use elf_getshdrnum() instead of e_shnum

[syzbot] upstream boot error: WARNING in cpumask_next_wrap
 2022-10-11 21:27 UTC  (3+ messages)

[RFC Patch v6 0/5] net_sched: introduce eBPF based Qdisc
 2022-10-11 17:05 UTC  (4+ messages)
` [RFC Patch v6 1/5] bpf: Introduce rbtree map

[PATCH] perf stat: Support old kernels for bperf cgroup counting
 2022-10-11 16:53 UTC  (5+ messages)
    ` [PATCH v2] "

[PATCH v2 0/2] Support cgroup1 in get from fd/file interfaces
 2022-10-11 16:51 UTC  (5+ messages)
` [PATCH v2 2/2] bpf: cgroup_iter: support cgroup1 using cgroup fd

[PATCH] mm/mmap: undo ->mmap() when arch_validate_flags() fails
 2022-10-11 16:20 UTC  (2+ messages)

[PATCH v2] selftests/bpf: Update map_kptr examples to reflect real use-cases
 2022-10-11 15:21 UTC  (7+ messages)

[PATCH v1 0/1] doc: BPF_MAP_TYPE_DEVMAP, BPF_MAP_TYPE_DEVMAP_HASH
 2022-10-11 14:40 UTC  (3+ messages)
` [PATCH v1 1/1] "

[PATCH RFCv2 bpf-next 00/18] XDP-hints: XDP gaining access to HW offload hints via BTF
 2022-10-11 11:57 UTC  (14+ messages)

[PATCH ipsec-next,v4 0/3] xfrm: support collect metadata mode for xfrm interfaces
 2022-10-11  8:03 UTC  (4+ messages)
` [PATCH ipsec-next,v4 3/3] xfrm: lwtunnel: add lwtunnel support for xfrm interfaces in collect_md mode

[PATCH bpf v3 0/6] Fix bugs found by ASAN when running selftests
 2022-10-11  6:30 UTC  (12+ messages)
` [PATCH bpf v3 1/6] libbpf: Fix use-after-free in btf_dump_name_dups
` [PATCH bpf v3 2/6] libbpf: Fix memory leak in parse_usdt_arg()
` [PATCH bpf v3 4/6] selftest/bpf: Fix memory leak in kprobe_multi_test

Symbols with double underscore prefix are not emitted to BTF .ksyms DATASEC
 2022-10-11  6:15 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