bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-04 18:06:43 to 2021-11-08 02:15:57 UTC [more...]

[PATCH bpf 0/4] Fix some issues for selftest test_xdp_redirect_multi.sh
 2021-11-08  2:15 UTC  (3+ messages)

[PATCH bpf-next v5 1/2] bpf: support BPF_PROG_QUERY for progs attached to sockmap
 2021-11-08  2:13 UTC 

[PATCH] blk-mq: don't free tags if the tag_set is used by other device in queue initialztion
 2021-11-08  2:08 UTC  (3+ messages)

[PATCH v5 bpf-next 0/2] introduce bpf_find_vma
 2021-11-07 20:06 UTC  (4+ messages)
` [PATCH v5 bpf-next 1/2] bpf: introduce helper bpf_find_vma
` [PATCH v5 bpf-next 2/2] selftests/bpf: add tests for bpf_find_vma

[PATCH v4 bpf-next 0/9] Fix leaks in libbpf and selftests
 2021-11-07 17:15 UTC  (11+ messages)
` [PATCH v4 bpf-next 1/9] selftests/bpf: pass sanitizer flags to linker through LDFLAGS
` [PATCH v4 bpf-next 2/9] libbpf: free up resources used by inner map definition
` [PATCH v4 bpf-next 3/9] selftests/bpf: fix memory leaks in btf_type_c_dump() helper
` [PATCH v4 bpf-next 4/9] selftests/bpf: free per-cpu values array in bpf_iter selftest
` [PATCH v4 bpf-next 5/9] selftests/bpf: free inner strings index in btf selftest
` [PATCH v4 bpf-next 6/9] selftests/bpf: clean up btf and btf_dump in dump_datasec test
` [PATCH v4 bpf-next 7/9] selftests/bpf: avoid duplicate btf__parse() call
` [PATCH v4 bpf-next 8/9] selftests/bpf: destroy XDP link correctly
` [PATCH v4 bpf-next 9/9] selftests/bpf: fix bpf_object leak in skb_ctx selftest

[PATCH v3 bpf-next 0/9] Fix leaks in libbpf and selftests
 2021-11-07 16:50 UTC  (11+ messages)
` [PATCH v3 bpf-next 1/9] selftests/bpf: pass sanitizer flags to linker through LDFLAGS
` [PATCH v3 bpf-next 2/9] libbpf: free up resources used by inner map definition
` [PATCH v3 bpf-next 3/9] selftests/bpf: fix memory leaks in btf_type_c_dump() helper
` [PATCH v3 bpf-next 4/9] selftests/bpf: free per-cpu values array in bpf_iter selftest
` [PATCH v3 bpf-next 5/9] selftests/bpf: free inner strings index in btf selftest
` [PATCH v3 bpf-next 6/9] selftests/bpf: clean up btf and btf_dump in dump_datasec test
` [PATCH v3 bpf-next 7/9] selftests/bpf: avoid duplicate btf__parse() call
` [PATCH v3 bpf-next 8/9] selftests/bpf: destroy XDP link correctly
` [PATCH v3 bpf-next 9/9] selftests/bpf: fix bpf_object leak in skb_ctx selftest

[PATCH v2 bpf-next 0/9] Fix leaks in libbpf and selftests
 2021-11-07 16:40 UTC  (13+ messages)
` [PATCH v2 bpf-next 1/9] selftests/bpf: pass sanitizer flags to linker through LDFLAGS
` [PATCH v2 bpf-next 2/9] libbpf: free up resources used by inner map definition
` [PATCH v2 bpf-next 3/9] selftests/bpf: fix memory leaks in btf_type_c_dump() helper
` [PATCH v2 bpf-next 4/9] selftests/bpf: free per-cpu values array in bpf_iter selftest
` [PATCH v2 bpf-next 5/9] selftests/bpf: free inner strings index in btf selftest
` [PATCH v2 bpf-next 6/9] selftests/bpf: clean up btf and btf_dump in dump_datasec test
` [PATCH v2 bpf-next 7/9] selftests/bpf: avoid duplicate btf__parse() call
` [PATCH v2 bpf-next 8/9] selftests/bpf: destroy XDP link correctly
` [PATCH v2 bpf-next 9/9] selftests/bpf: fix bpf_object leak in skb_ctx selftest

[PATCH RFC bpf-next v1 0/6] Introduce unstable CT lookup helpers
 2021-11-07 15:44 UTC  (12+ messages)
` [PATCH RFC bpf-next v1 5/6] net: netfilter: Add unstable CT lookup helper for XDP and TC-BPF

[PATCH bpf-next] perf build: Install libbpf headers locally when building
 2021-11-07 15:30 UTC  (10+ messages)
      ` [BUG] "
            ` [PATCH v2] "

[RFC bpf-next 0/2] bpf: Fix BTF data for modules
 2021-11-07 14:57 UTC  (11+ messages)

[syzbot] possible deadlock in ktime_get_coarse_ts64
 2021-11-07 13:51 UTC  (6+ messages)

[PATCH bpf-next 1/9] selftests/bpf: pass sanitizer flags to linker through LDFLAGS
 2021-11-07  3:59 UTC  (9+ messages)
` [PATCH bpf-next 2/9] libbpf: free up resources used by inner map definition
` [PATCH bpf-next 3/9] selftests/bpf: fix memory leaks in btf_type_c_dump() helper
` [PATCH bpf-next 4/9] selftests/bpf: free per-cpu values array in bpf_iter selftest
` [PATCH bpf-next 5/9] selftests/bpf: free inner strings index in btf selftest
` [PATCH bpf-next 6/9] selftests/bpf: clean up btf and btf_dump in dump_datasec test
` [PATCH bpf-next 7/9] selftests/bpf: avoid duplicate btf__parse() call
` [PATCH bpf-next 8/9] selftests/bpf: destroy XDP link correctly
` [PATCH bpf-next 9/9] selftests/bpf: fix bpf_object leak in skb_ctx selftest

[PATCH bpf-next 0/9] Fix leaks in libbpf and selftests
 2021-11-07  3:56 UTC 

[PATCH bpf-next v1 0/6] Change bpftool, libbpf, selftests to force GNU89 mode
 2021-11-06 23:20 UTC  (10+ messages)
` [PATCH bpf-next v1 1/6] bpftool: Compile using -std=gnu89
` [PATCH bpf-next v1 2/6] libbpf: fix non-C89 loop variable declaration in gen_loader.c
` [PATCH bpf-next v1 3/6] libbpf: Compile using -std=gnu89
` [PATCH bpf-next v1 4/6] selftests/bpf: Fix non-C89 loop variable declaration instances
` [PATCH bpf-next v1 5/6] selftests/bpf: Switch to non-unicode character in output
` [PATCH bpf-next v1 6/6] selftests/bpf: Compile using -std=gnu89

[PATCH bpf-next] libbpf: fix non-C89 loop variable declaration in gen_loader.c
 2021-11-06 23:18 UTC  (9+ messages)

[RFC PATCH bpf-next 0/2] introduce bpf_strncmp() helper
 2021-11-06 20:32 UTC  (7+ messages)
` [RFC PATCH bpf-next 1/2] bpf: add bpf_strncmp helper
` [RFC PATCH bpf-next 2/2] selftests/bpf: add benchmark bpf_strcmp

[PATCH bpf 0/2] bpf: Fix out-of-bound issue when jit-ing bpf_pseudo_func
 2021-11-06 20:25 UTC  (4+ messages)
` [PATCH bpf 1/2] bpf: Stop caching subprog index in the bpf_pseudo_func insn
` [PATCH bpf 2/2] bpf: selftest: Trigger a DCE on the whole subprog

[PATCH 1/2] perf bpf: Avoid memory leak from perf_env__insert_btf
 2021-11-06 19:03 UTC  (4+ messages)
` [PATCH 2/2] perf bpf: Add missing free to bpf_event__print_bpf_prog_info

[PATCH v7 00/11] extend task comm from 16 to 24
 2021-11-06 11:29 UTC  (6+ messages)

[PATCH] ipv6: remove useless assignment to newinet in tcp_v6_syn_recv_sock()
 2021-11-06  8:50 UTC  (3+ messages)

pull-request: bpf 2021-11-05
 2021-11-05 23:40 UTC  (2+ messages)

[PATCH v17 bpf-next 00/23] mvneta: introduce XDP multi-buffer support
 2021-11-05 23:29 UTC  (9+ messages)
` [PATCH v17 bpf-next 12/23] bpf: add multi-buff support to the bpf_xdp_adjust_tail() API
` [PATCH v17 bpf-next 13/23] bpf: add multi-buffer support to xdp copy helpers
` [PATCH v17 bpf-next 20/23] net: xdp: introduce bpf_xdp_pointer utility routine

[PATCH v4 bpf-next 0/2] introduce bpf_find_vma
 2021-11-05 22:52 UTC  (10+ messages)
` [PATCH v4 bpf-next 1/2] bpf: introduce helper bpf_find_vma
` [PATCH v4 bpf-next 2/2] selftests/bpf: add tests for bpf_find_vma

[PATCH bpf-next] bpftool: Fix SPDX tag for Makefiles and .gitignore
 2021-11-05 22:21 UTC  (2+ messages)

[PATCH v2 bpf-next 00/12] libbpf: add unified bpf_prog_load() low-level API
 2021-11-05 20:56 UTC  (18+ messages)
` [PATCH v2 bpf-next 01/12] libbpf: rename DECLARE_LIBBPF_OPTS into LIBBPF_OPTS
` [PATCH v2 bpf-next 02/12] libbpf: pass number of prog load attempts explicitly
` [PATCH v2 bpf-next 07/12] libbpf: remove deprecation attribute from struct bpf_prog_prep_result
` [PATCH v2 bpf-next 08/12] selftests/bpf: fix non-strict SEC() program sections
` [PATCH v2 bpf-next 10/12] selftests/bpf: merge test_stub.c into testing_helpers.c
` [PATCH v2 bpf-next 11/12] selftests/bpf: use explicit bpf_prog_test_load() calls everywhere
` [PATCH v2 bpf-next 12/12] selftests/bpf: use explicit bpf_test_load_program() helper calls

[PATCH bpf-next v3 06/10] xsk: propagate napi_id to XDP socket Rx path
 2021-11-05 20:17 UTC  (2+ messages)

[PATCH bpf-next v5 1/2] bpf: support BPF_PROG_QUERY for progs attached to sockmap
 2021-11-05 19:51 UTC  (2+ messages)

Verifier rejects previously accepted program
 2021-11-05 19:49 UTC  (7+ messages)

[PATCH v2 bpf-next 0/2] arm64/bpf: remove 128MB limit for BPF JIT programs
 2021-11-05 18:54 UTC  (4+ messages)
` [PATCH v2 bpf-next 1/2] "
` [PATCH v2 bpf-next 2/2] selftests/bpf: add exception handling selftests for tp_bpf program

[PATCH bpf-next] bpftool: add option to enable libbpf's strict mode
 2021-11-05 18:51 UTC  (4+ messages)

[PATCH bpf-next] libbpf: demote log message about unrecognised data sections back down to debug
 2021-11-05 18:41 UTC  (5+ messages)

[PATCH net-next 00/21] ethtool, stats: introduce and use standard XDP stats
 2021-11-05 16:44 UTC  (6+ messages)
` [PATCH net-next 03/21] ethtool, stats: introduce standard XDP statistics

[PATCH bpf-next] riscv, bpf: Fix RV32 broken build, and silence RV64 warning
 2021-11-05 16:00 UTC  (5+ messages)

[PATCH bpf] bpftool: Install libbpf headers for the bootstrap version, too
 2021-11-05 15:30 UTC  (4+ messages)

[PATCH] libbpf: Fix lookup_and_delete_elem_flags
 2021-11-05 15:30 UTC  (3+ messages)

[PATCH bpf-next v2 0/2] Get ifindex in BPF_SK_LOOKUP prog type
 2021-11-05 14:47 UTC  (4+ messages)
` [PATCH bpf-next v2 1/2] bpf: Add ifindex to bpf_sk_lookup

[syzbot] general protection fault in cgroup_file_write
 2021-11-05 10:35 UTC 

[PATCH] net: qed: Fix the use of NULL pointer
 2021-11-05 10:19 UTC 

[PATCH bpf-next v5 1/2] bpf: support BPF_PROG_QUERY for progs attached to sockmap
 2021-11-05  4:24 UTC  (4+ messages)
` [PATCH bpf-next v5 2/2] selftests: bpf: test "

4-year old off-by-two bug in the BPF verifier's boundary checks?
 2021-11-05  2:14 UTC 

perf build broken looking for bpf/{libbpf,bpf}.h after merge with upstream
 2021-11-05  2:03 UTC  (14+ messages)

[PATCH bpf-next v6] bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33
 2021-11-05  1:30 UTC 

[PATCH bpf-next 0/2] arm64/bpf: remove 128MB limit for BPF JIT programs
 2021-11-04 23:23 UTC  (5+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: add exception handling selftests for tp_bpf program

[PATCH v2 bpf-next 1/2] bpf: introduce helper bpf_find_vma
 2021-11-04 21:11 UTC  (3+ messages)

[PATCH v3 bpf-next 0/2] introduce bpf_find_vma
 2021-11-04 21:01 UTC  (3+ messages)
` [PATCH v3 bpf-next 1/2] bpf: introduce helper bpf_find_vma
` [PATCH v3 bpf-next 2/2] selftests/bpf: add tests for bpf_find_vma


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