bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-02 23:01:12 to 2020-08-06 17:58:33 UTC [more...]

[RFC PATCH bpf-next 0/4] bpf: add bpf-based bpf_trace_printk()-like support
 2020-08-06 14:42 UTC  (3+ messages)
` [RFC PATCH bpf-next 1/4] bpf: provide function to get vmlinux BTF information
` [RFC PATCH bpf-next 2/4] bpf: make BTF show support generic, apply to seq files/bpf_trace_printk

[RFC PATCH] bpftool btf: Add prefix option to dump C
 2020-08-06 17:58 UTC  (5+ messages)

[PATCH bpf-next 0/3] Add generic and raw BTF parsing APIs to libbpf
 2020-08-06 17:49 UTC  (4+ messages)

[PATCH v4 bpf-next] bpf/selftests: fold test_current_pid_tgid_new_ns into test_progs
 2020-08-06 14:03 UTC  (3+ messages)

BPF program metadata
 2020-08-06 17:06 UTC  (5+ messages)
      ` BPF office hours via google meet. Was: "

[PATCH bpf] bpf: add missing return to resolve_btfids
 2020-08-06 15:52 UTC 

[PATCH bpf-next] bpf: fix compilation warning of selftests
 2020-08-06 10:42 UTC  (2+ messages)
` [PATCH bpf-next v2] "

[PATCH bpf] selftests/bpf: prevent runqslower from racing on building bpftool
 2020-08-06  6:27 UTC  (2+ messages)

[PATCH bpf-next] libbf: fix uninitialized pointer at btf__parse_raw()
 2020-08-06  6:21 UTC  (2+ messages)

[PATCH] kprobes: fix compiler warning for !CONFIG_KPROBES_ON_FTRACE
 2020-08-06  5:41 UTC  (3+ messages)

[PATCH bpf-next 0/5] introduce BPF_PROG_TYPE_USER
 2020-08-05 23:50 UTC  (38+ 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 v9 bpf-next 00/14] bpf: Add d_path helper
 2020-08-05 21:57 UTC  (29+ 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

KMSAN: uninit-value in do_xdp_generic
 2020-08-05 12:17 UTC 

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

[PATCH stable-5.4.y] bpf: sockmap: Require attach_bpf_fd when detaching a program
 2020-08-05 14:34 UTC  (2+ messages)

[RFC PATCH bpf-next 0/3] Add a new bpf helper for FDB lookup
 2020-08-05 16:38 UTC  (17+ 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

[PATCH bpf-next 0/3] samples/bpf: A couple s390 fixes
 2020-08-05 18:32 UTC  (13+ messages)
` [PATCH bpf-next 3/3] libbpf: Use bpf_probe_read_kernel

[PATCH][next] dmaengine: Use fallthrough pseudo-keyword
 2020-08-05 13:19 UTC  (2+ messages)

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

s390 test_bpf: #284 BPF_MAXINSNS: Maximum possible literals failure
 2020-08-04 20:02 UTC  (3+ 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)

[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  (9+ messages)
` [PATCH v5 bpf-next 3/4] bpf: Add kernel module with user mode driver that populates bpffs

[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] 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  (2+ 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)


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).