bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-01 19:48:50 to 2020-08-05 17:37:16 UTC [more...]

[PATCH v2] kprobes: fix NULL pointer dereference at kprobe_ftrace_handler
 2020-08-05 16:59 UTC  (3+ messages)
  ` [External] "

[PATCH v9 bpf-next 00/14] bpf: Add d_path helper
 2020-08-05 17:36 UTC  (24+ messages)
` [PATCH v9 bpf-next 01/14] tools resolve_btfids: Add size check to get_id function
` [PATCH v9 bpf-next 02/14] tools resolve_btfids: Add support for set symbols
` [PATCH v9 bpf-next 05/14] bpf: Add type_id pointer as argument to __btf_resolve_size
` [PATCH v9 bpf-next 06/14] bpf: Remove recursion call in btf_struct_access
` [PATCH v9 bpf-next 07/14] bpf: Factor btf_struct_access function
` [PATCH v9 bpf-next 08/14] bpf: Add btf_struct_ids_match function
` [PATCH v9 bpf-next 09/14] bpf: Add BTF_SET_START/END macros
` [PATCH v9 bpf-next 10/14] bpf: Add d_path helper
` [PATCH v9 bpf-next 13/14] selftests/bpf: Add test for "
` [PATCH v9 bpf-next 14/14] selftests/bpf: Add set test to resolve_btfids

[PATCH bpf-next 0/5] introduce BPF_PROG_TYPE_USER
 2020-08-05 17:27 UTC  (30+ messages)
` [PATCH bpf-next 2/5] libbpf: support BPF_PROG_TYPE_USER programs
` [PATCH bpf-next 3/5] selftests/bpf: add selftest for BPF_PROG_TYPE_USER
` [PATCH bpf-next 4/5] selftests/bpf: move two functions to test_progs.c
` [PATCH bpf-next 5/5] selftests/bpf: add benchmark for uprobe vs. user_prog

[PATCH] kprobes: fix compiler warning for !CONFIG_KPROBES_ON_FTRACE
 2020-08-05 17:20 UTC 

[RFC PATCH bpf-next 0/3] Add a new bpf helper for FDB lookup
 2020-08-05 10:26 UTC  (15+ messages)
` [RFC PATCH bpf-next 2/3] bpf: Add helper to do forwarding lookups in kernel FDB table
` [RFC PATCH bpf-next 3/3] samples/bpf: Add a simple bridge example accelerated with XDP

BUG: Invalid wait context in bpf_sk_storage_free
 2020-08-05  8:19 UTC  (5+ messages)

[PATCH bpf v4 0/2] bpf: change uapi for bpf iterator map elements
 2020-08-05  5:50 UTC  (3+ messages)
` [PATCH bpf v4 1/2] "
` [PATCH bpf v4 2/2] tools/bpf: support new uapi for map element bpf iterator

[PATCH bpf] selftests/bpf: prevent runqslower from racing on building bpftool
 2020-08-05  0:47 UTC 

s390 test_bpf: #284 BPF_MAXINSNS: Maximum possible literals failure
 2020-08-04 20:02 UTC  (3+ messages)

BPF program metadata
 2020-08-04 19:42 UTC  (2+ messages)

pull-request: bpf-next 2020-08-04
 2020-08-04 18:33 UTC  (3+ messages)

[RFC PATCH bpf-next 0/9] Add support for type-based and enum value-based CO-RE relocations
 2020-08-04 18:24 UTC  (10+ messages)
` [RFC PATCH bpf-next 1/9] libbpf: improve error logging for mismatched BTF kind cases
` [RFC PATCH bpf-next 2/9] libbpf: clean up and improve CO-RE reloc logging
` [RFC PATCH bpf-next 3/9] libbpf: improve relocation ambiguity detection
` [RFC PATCH bpf-next 4/9] selftests/bpf: add test validating failure on ambiguous relocation value
` [RFC PATCH bpf-next 5/9] libbpf: implement type-based CO-RE relocations support
` [RFC PATCH bpf-next 6/9] selftests/bpf: test TYPE_EXISTS and TYPE_SIZE CO-RE relocations
` [RFC PATCH bpf-next 7/9] selftests/bpf: add CO-RE relo test for TYPE_ID_LOCAL/TYPE_ID_TARGET
` [RFC PATCH bpf-next 8/9] libbpf: implement enum value-based CO-RE relocations
` [RFC PATCH bpf-next 9/9] selftests/bpf: add tests for ENUMVAL_EXISTS/ENUMVAL_VALUE relocations

[PATCH v2 0/5] Fixes for setting event freq/periods
 2020-08-04 15:50 UTC  (6+ messages)
` [PATCH v2 4/5] perf record: Don't clear event's period if set by a term

Verification speed w/ KASAN builds
 2020-08-04 11:13 UTC  (3+ messages)

[PATCH stable-5.4.y] bpf: sockmap: Require attach_bpf_fd when detaching a program
 2020-08-04  8:47 UTC 

[RFC PATCH v4 bpf-next 00/12] BPF TCP header options
 2020-08-04  1:28 UTC  (22+ messages)
` [RFC PATCH v4 bpf-next 01/12] tcp: Use a struct to represent a saved_syn
` [RFC PATCH v4 bpf-next 02/12] tcp: bpf: Add TCP_BPF_DELACK_MAX setsockopt
` [RFC PATCH v4 bpf-next 03/12] tcp: bpf: Add TCP_BPF_RTO_MIN for bpf_setsockopt
` [RFC PATCH v4 bpf-next 04/12] tcp: Add saw_unknown to struct tcp_options_received
` [RFC PATCH v4 bpf-next 05/12] bpf: tcp: Add bpf_skops_established()
` [RFC PATCH v4 bpf-next 06/12] bpf: tcp: Add bpf_skops_parse_hdr()
` [RFC PATCH v4 bpf-next 07/12] bpf: tcp: Add bpf_skops_hdr_opt_len() and bpf_skops_write_hdr_opt()
` [RFC PATCH v4 bpf-next 08/12] bpf: sock_ops: Change some members of sock_ops_kern from u32 to u8
` [RFC PATCH v4 bpf-next 09/12] bpf: tcp: Allow bpf prog to write and parse TCP header option
` [RFC PATCH v4 bpf-next 10/12] bpf: selftests: Add fastopen_connect to network_helpers
` [RFC PATCH v4 bpf-next 11/12] bpf: selftests: tcp header options
` [RFC PATCH v4 bpf-next 12/12] tcp: bpf: Optionally store mac header in TCP_SAVE_SYN

[PATCH bpf-next v3 0/2] bpf: change uapi for bpf iterator map elements
 2020-08-04  0:39 UTC  (6+ messages)
` [PATCH bpf-next v3 1/2] "
` [PATCH bpf-next v3 2/2] tools/bpf: support new uapi for map element bpf iterator

[PATCH bpf-next v6 0/2] bpf: cgroup skb improvements for bpf_prog_test_run
 2020-08-03 21:55 UTC  (4+ messages)
` [PATCH bpf-next v6 1/2] bpf: setup socket family and addresses in bpf_prog_test_run_skb
` [PATCH bpf-next v6 2/2] bpf: allow to specify ifindex for skb "

[PATCH] kprobes: fix NULL pointer dereference at kprobe_ftrace_handler
 2020-08-03 19:58 UTC  (5+ messages)

[PATCH bpf-next v3 00/29] bpf: switch to memcg-based memory accounting
 2020-08-03 19:06 UTC  (7+ messages)

[PATCH v5 bpf-next 0/4] bpf: Populate bpffs with map and prog iterators
 2020-08-03 18:33 UTC  (12+ messages)
` [PATCH v5 bpf-next 1/4] bpf: Factor out bpf_link_by_id() helper
` [PATCH v5 bpf-next 2/4] bpf: Add BPF program and map iterators as built-in BPF programs
` [PATCH v5 bpf-next 3/4] bpf: Add kernel module with user mode driver that populates bpffs
` [PATCH v5 bpf-next 4/4] selftests/bpf: Add bpffs preload test

[PATCH bpf-next v8 0/7] Generalizing bpf_local_storage
 2020-08-03 17:46 UTC  (9+ messages)
` [PATCH bpf-next v8 1/7] A purely mechanical change to split the renaming from the actual generalization
` [PATCH bpf-next v8 2/7] bpf: Generalize caching for sk_storage
` [PATCH bpf-next v8 3/7] bpf: Generalize bpf_sk_storage
` [PATCH bpf-next v8 4/7] bpf: Split bpf_local_storage to bpf_sk_storage
` [PATCH bpf-next v8 5/7] bpf: Implement bpf_local_storage for inodes
` [PATCH bpf-next v8 6/7] bpf: Allow local storage to be used from LSM programs
` [PATCH bpf-next v8 7/7] bpf: Add selftests for local_storage

[PATCH v3 bpf-next] bpf/selftests: fold test_current_pid_tgid_new_ns into test_progs
 2020-08-03 16:54 UTC  (2+ messages)

Clang target bpf compile issue/fail on Ubuntu and Debian
 2020-08-03 16:28 UTC  (2+ messages)

[PATCH bpf-next v7 0/7] Generalizing bpf_local_storage
 2020-08-03 15:41 UTC  (6+ messages)
` [PATCH bpf-next v7 5/7] bpf: Implement bpf_local_storage for inodes

[PATCH net] net/bpfilter: initialize pos in __bpfilter_process_sockopt
 2020-08-03 15:36 UTC  (6+ messages)

[PATCH bpf-next 0/3] Add generic and raw BTF parsing APIs to libbpf
 2020-08-03 14:45 UTC  (5+ messages)
` [PATCH bpf-next 1/3] libbpf: add btf__parse_raw() and generic btf__parse() APIs
` [PATCH bpf-next 2/3] tools/bpftool: use libbpf's btf__parse() API for parsing BTF from file
` [PATCH bpf-next 3/3] tools/resolve_btfids: use libbpf's btf__parse() API

[PATCH] tools/bpf/bpftool: Fix wrong return value in do_dump()
 2020-08-03 14:33 UTC  (5+ messages)

[PATCH bpf-next] tools build: propagate build failures from tools/build/Makefile.build
 2020-08-03 14:18 UTC  (6+ messages)

bpf-next is CLOSED
 2020-08-03 14:08 UTC 

[PATCH v6 bpf-next 0/6] bpf: tailcalls in BPF subprograms
 2020-08-03 14:00 UTC  (5+ messages)

[PATCH bpf-next v2 0/2] bpf: change uapi for bpf iterator map elements
 2020-08-03  7:33 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] "
` [PATCH bpf-next v2 2/2] tools/bpf: support new uapi for map element bpf iterator

[PATCH bpf-next 0/2] bpf: change uapi for bpf iterator map elements
 2020-08-03  6:21 UTC  (9+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] libbpf: support new uapi for map element bpf iterator

BUG: unable to handle kernel NULL pointer dereference in bpf_prog_ADDR
 2020-08-03  5:06 UTC  (3+ messages)

[PATCH bpf-next v5 0/2] bpf: cgroup skb improvements for bpf_prog_test_run
 2020-08-02 22:48 UTC  (4+ messages)
` [PATCH bpf-next v5 1/2] bpf: setup socket family and addresses in bpf_prog_test_run_skb
` [PATCH bpf-next v5 2/2] bpf: allow to specify ifindex for skb "

[PATCH bpf-next v4 0/2] bpf: cgroup skb improvements for bpf_prog_test_run
 2020-08-02 21:35 UTC  (4+ messages)
` [PATCH bpf-next v5 1/2] bpf: setup socket family and addresses in bpf_prog_test_run_skb
` [PATCH bpf-next v5 2/2] bpf: allow to specify ifindex for skb "

[PATCH bpf-next v4 0/2] bpf: cgroup skb improvements for bpf_prog_test_run
 2020-08-02 20:19 UTC  (4+ messages)
` [PATCH bpf-next v4 1/2] bpf: setup socket family and addresses in bpf_prog_test_run_skb
` [PATCH bpf-next v4 2/2] bpf: allow to specify ifindex for skb "

memory leak in veth_dev_init
 2020-08-02 15:19 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: fix spurious test failures in core_retro selftest
 2020-08-02  6:20 UTC  (3+ messages)

[PATCH V2 bpf-next] bpf: make __htab_lookup_and_delete_batch faster when map is almost empty
 2020-08-02  5:23 UTC  (2+ messages)

[PATCH v2 bpf-next 0/5] BPF link force-detach support
 2020-08-02  3:48 UTC  (2+ messages)

[bpf-next PATCH] Consolidate cgroup setup in selftests
 2020-08-02  3:30 UTC  (4+ messages)
` [bpf-next PATCH] bpf, selftests: Use single cgroup helpers for both test_sockmap/progs

[bpf-next PATCH] bpf: Add comment in bpf verifier to note PTR_TO_BTF_ID can be null
 2020-08-02  3:10 UTC  (4+ 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 NNTP newsgroup(s).