bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-30 21:25:41 to 2020-08-03 15:41:57 UTC [more...]

[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 v3 00/29] bpf: switch to memcg-based memory accounting
 2020-08-03 15:34 UTC  (15+ messages)
` [PATCH bpf-next v3 01/29] bpf: memcg-based memory accounting for bpf progs
` [PATCH bpf-next v3 04/29] bpf: refine memcg-based memory accounting for cpumap maps
` [PATCH bpf-next v3 05/29] bpf: memcg-based memory accounting for cgroup storage maps
` [PATCH bpf-next v3 06/29] bpf: refine memcg-based memory accounting for devmap maps
` [PATCH bpf-next v3 07/29] bpf: refine memcg-based memory accounting for hashtab maps
` [PATCH bpf-next v3 12/29] bpf: refine memcg-based memory accounting for xskmap maps
` [PATCH bpf-next v3 16/29] bpf: eliminate rlimit-based memory accounting for cgroup storage maps
` [PATCH bpf-next v3 20/29] bpf: eliminate rlimit-based memory accounting for queue_stack_maps maps
` [PATCH bpf-next v3 24/29] bpf: eliminate rlimit-based memory accounting for stackmap maps
` [PATCH bpf-next v3 27/29] bpf: eliminate rlimit-based memory accounting infra for bpf maps

[PATCH] kprobes: fix NULL pointer dereference at kprobe_ftrace_handler
 2020-08-03 14:50 UTC  (4+ 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  (11+ messages)
` [PATCH v6 bpf-next 1/6] bpf, x64: use %rcx instead of %rax for tail call retpolines
` [PATCH v6 bpf-next 2/6] bpf: propagate poke descriptors to subprograms
` [PATCH v6 bpf-next 3/6] bpf: rename poke descriptor's 'ip' member to 'tailcall_target'
` [PATCH v6 bpf-next 4/6] bpf, x64: rework pro/epilogue and tailcall handling in JIT
` [PATCH v6 bpf-next 5/6] bpf: allow for tailcalls in BPF subprograms for x64 JIT
` [PATCH v6 bpf-next 6/6] selftests: bpf: add dummy prog for bpf2bpf with tailcall

[PATCH bpf-next v6 0/2] bpf: cgroup skb improvements for bpf_prog_test_run
 2020-08-03  9:05 UTC  (3+ 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 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

[PATCH bpf-next 0/5] introduce BPF_PROG_TYPE_USER
 2020-08-03  5:10 UTC  (19+ messages)
` [PATCH bpf-next 1/5] bpf: "
` [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

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 v5 bpf-next 0/4] bpf: Populate bpffs with map and prog iterators
 2020-08-02 22:29 UTC  (5+ 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 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 v3 bpf-next] bpf/selftests: fold test_current_pid_tgid_new_ns into test_progs
 2020-08-02 21:33 UTC 

[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 "

[PATCH v9 bpf-next 00/14] bpf: Add d_path helper
 2020-08-02 18:26 UTC  (17+ 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 03/14] bpf: Move btf_resolve_size into __btf_resolve_size
` [PATCH v9 bpf-next 04/14] bpf: Add elem_id pointer as argument to __btf_resolve_size
` [PATCH v9 bpf-next 05/14] bpf: Add type_id "
` [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 11/14] bpf: Update .BTF_ids section in btf.rst with sets info
` [PATCH v9 bpf-next 12/14] selftests/bpf: Add verifier test for d_path helper
` [PATCH v9 bpf-next 13/14] selftests/bpf: Add "
` [PATCH v9 bpf-next 14/14] selftests/bpf: Add set test to resolve_btfids

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  (12+ messages)
` [PATCH v2 bpf-next 1/5] bpf: add support for forced LINK_DETACH command
` [PATCH v2 bpf-next 2/5] libbpf: add bpf_link detach APIs
` [PATCH v2 bpf-next 3/5] selftests/bpf: add link detach tests for cgroup, netns, and xdp bpf_links
` [PATCH v2 bpf-next 4/5] tools/bpftool: add `link detach` subcommand
` [PATCH v2 bpf-next 5/5] tools/bpftool: add documentation and bash-completion for `link detach`

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

[PATCH bpf-next] bpf: make __htab_lookup_and_delete_batch faster when map is almost empty
 2020-08-01 18:11 UTC  (3+ messages)

[RFC PATCH] bpftool btf: Add prefix option to dump C
 2020-08-01  3:47 UTC  (4+ messages)

pull-request: bpf 2020-07-31
 2020-08-01  0:20 UTC  (5+ messages)

[bpf PATCH v2 0/5] Fix sock_ops field read splat
 2020-07-31 22:46 UTC  (4+ messages)
` [bpf PATCH v2 1/5] bpf: sock_ops ctx access may stomp registers in corner case

[RFC PATCH bpf-next 0/3] Add a new bpf helper for FDB lookup
 2020-07-31 21:52 UTC  (10+ messages)
` [RFC PATCH bpf-next 1/3] net/bridge: Add new function to access FDB from XDP programs
` [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-07-31 20:34 UTC  (12+ messages)
` [PATCH bpf-next 3/3] libbpf: Use bpf_probe_read_kernel

[PATCH v3 bpf-next 0/9] BPF TCP header options
 2020-07-31 17:59 UTC  (12+ messages)
` [PATCH v3 bpf-next 1/9] tcp: Use a struct to represent a saved_syn
` [PATCH v3 bpf-next 4/9] tcp: Add unknown_opt arg to tcp_parse_options
` [PATCH v3 bpf-next 6/9] bpf: tcp: Allow bpf prog to write and parse TCP header option
` [PATCH v3 bpf-next 9/9] tcp: bpf: Optionally store mac header in TCP_SAVE_SYN

[PATCH bpf-next] bpf: fix compilation warning of selftests
 2020-07-31 17:39 UTC  (3+ messages)

[PATCH bpf-next v3] Documentation/bpf: Use valid and new links in index.rst
 2020-07-31 16:19 UTC  (2+ messages)

[PATCH bpf v2] libbpf: Fix register in PT_REGS MIPS macros
 2020-07-31 15:27 UTC  (2+ messages)

[PATCH bpf] libbpf: Fix register in PT_REGS MIPS macros
 2020-07-31 10:31 UTC  (4+ messages)

[PATCH bpf-next] selftests/bpf: Omit nodad flag when adding addresses to loopback
 2020-07-31  0:06 UTC  (2+ messages)

[PATCH bpf-next] libbpf: make destructors more robust by handling ERR_PTR(err) cases
 2020-07-31  0:05 UTC  (2+ messages)

[PATCH bpf-next v5 00/15] Run a BPF program on socket lookup
 2020-07-31  0:04 UTC  (6+ messages)
` [PATCH bpf-next v5 15/15] selftests/bpf: Tests for BPF_SK_LOOKUP attach point

[PATCH v2] net/mlx5e: fix bpf_prog reference count leaks in mlx5e_alloc_rq
 2020-07-30 23:18 UTC  (3+ messages)

[PATCH v5 bpf-next 0/6] bpf: tailcalls in BPF subprograms
 2020-07-30 22:58 UTC  (7+ messages)
` [PATCH v5 bpf-next 4/6] bpf, x64: rework pro/epilogue and tailcall handling in JIT

[PATCH bpf-next 0/1] arm64: Add BPF exception tables
 2020-07-30 22:45 UTC  (7+ messages)
` [PATCH bpf-next 1/1] arm64: bpf: "

[PATCH bpf-next 0/5] BPF link force-detach support
 2020-07-30 21:50 UTC  (5+ messages)
` [PATCH bpf-next 5/5] tools/bpftool: add documentation and bash-completion for `link detach`


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