public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-11-06 19:26:06 to 2021-11-10 05:20:01 UTC [more...]

[PATCH bpf-next 00/10] Support BTF_KIND_TYPE_TAG for btf_type_tag attributes
 2021-11-10  5:19 UTC  (2+ messages)
` [PATCH bpf-next 02/10] libbpf: Support BTF_KIND_TYPE_TAG

[RFC PATCH bpf-next 0/9] bpf: Clean up _OR_NULL arg types
 2021-11-10  5:18 UTC  (17+ messages)
` [RFC PATCH bpf-next 2/9] bpf: Remove ARG_PTR_TO_MAP_VALUE_OR_NULL
` [RFC PATCH bpf-next 3/9] bpf: Remove ARG_PTR_TO_MEM_OR_NULL
` [RFC PATCH bpf-next 4/9] bpf: Remove ARG_CONST_SIZE_OR_ZERO
` [RFC PATCH bpf-next 5/9] bpf: Remove ARG_PTR_TO_CTX_OR_NULL
` [RFC PATCH bpf-next 6/9] bpf: Remove ARG_PTR_TO_SOCKET_OR_NULL
` [RFC PATCH bpf-next 7/9] bpf: Remove ARG_PTR_TO_ALLOC_MEM_OR_NULL
` [RFC PATCH bpf-next 8/9] bpf: Rename ARG_CONST_ALLOC_SIZE_OR_ZERO
` [RFC PATCH bpf-next 9/9] bpf: Rename ARG_PTR_TO_STACK_OR_NULL

[PATCH v3 bpf-next 0/3] bpf: Prevent writing read-only memory
 2021-11-10  4:49 UTC  (6+ messages)
` [PATCH v3 bpf-next 1/3] bpf: Prevent write to ksym memory
` [PATCH v3 bpf-next 2/3] bpf: Introduce ARG_CONST_PTR_TO_MEM
` [PATCH v3 bpf-next 3/3] bpf/selftests: Test PTR_TO_RDONLY_MEM

Verifier rejects previously accepted program
 2021-11-10  4:25 UTC  (6+ messages)

[PATCH net v1] bpf: Fix build when CONFIG_BPF_SYSCALL is disabled
 2021-11-10  3:59 UTC  (3+ messages)

[PATCH v2 bpf-next 00/12] libbpf: add unified bpf_prog_load() low-level API
 2021-11-10  3:31 UTC  (5+ messages)
` [PATCH v2 bpf-next 10/12] selftests/bpf: merge test_stub.c into testing_helpers.c

[PATCH] kthread: dynamically allocate memory to store kthread's full name
 2021-11-10  2:12 UTC  (3+ messages)

[PATCH bpf 0/2] Forbid bpf_ktime_get_coarse_ns and bpf_timer_* in tracing progs
 2021-11-10  1:16 UTC  (7+ messages)
` [PATCH bpf 1/2] bpf: "
` [PATCH bpf 2/2] selftests/bpf: Add tests for allowed helpers

[PATCH bpf-next] libbpf: demote log message about unrecognised data sections back down to debug
 2021-11-10  1:13 UTC  (6+ messages)

[PATCH bpf-next 00/11] Future-proof more tricky libbpf APIs
 2021-11-10  0:52 UTC  (20+ messages)
` [PATCH bpf-next 01/11] bpftool: normalize compile rules to specify output file last
` [PATCH bpf-next 02/11] selftests/bpf: minor cleanups and normalization of Makefile
` [PATCH bpf-next 03/11] selftests/bpf: allow to generate per-flavor list of tests
` [PATCH bpf-next 04/11] selftests/bpf: add test_progs flavor using libbpf as a shared lib
` [PATCH bpf-next 05/11] libbpf: turn btf_dedup_opts into OPTS-based struct
` [PATCH bpf-next 06/11] libbpf: ensure btf_dump__new() and btf_dump_opts are future-proof
` [PATCH bpf-next 07/11] libbpf: make perf_buffer__new() use OPTS-based interface
` [PATCH bpf-next 08/11] selftests/bpf: migrate all deprecated perf_buffer uses
` [PATCH bpf-next 09/11] selftests/bpf: update btf_dump__new() uses to v1.0+ variant
` [PATCH bpf-next 10/11] tools/runqslower: update perf_buffer__new() calls
` [PATCH bpf-next 11/11] bpftool: update btf_dump__new() and perf_buffer__new_raw() calls

pull-request: bpf 2021-11-09
 2021-11-10  0:20 UTC  (2+ messages)

[PATCH bpf-next] bpf: fix btf_task_struct_ids w/o CONFIG_DEBUG_INFO_BTF
 2021-11-10  0:08 UTC  (4+ messages)

[PATCH] module: Fix implicit type conversion
 2021-11-10  0:04 UTC  (5+ messages)

[RFC bpf-next 0/2] bpf: Fix BTF data for modules
 2021-11-09 23:23 UTC  (12+ messages)

[PATCH bpf-next v1 0/6] Change bpftool, libbpf, selftests to force GNU89 mode
 2021-11-09 23:16 UTC  (7+ messages)

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

[PATCH v17 bpf-next 00/23] mvneta: introduce XDP multi-buffer support
 2021-11-09 21:58 UTC  (15+ 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 0/7] task comm cleanups
 2021-11-09 18:28 UTC  (10+ messages)
` [PATCH 1/7] fs/exec: make __set_task_comm always set a nul terminated string
` [PATCH 2/7] fs/exec: make __get_task_comm always get "
` [PATCH 3/7] drivers/infiniband: use get_task_comm instead of open-coded string copy
` [PATCH 4/7] fs/binfmt_elf: "
` [PATCH 5/7] samples/bpf/test_overhead_kprobe_kern: make it adopt to task comm size change
` [PATCH 6/7] tools/bpf/bpftool/skeleton: use bpf_probe_read_kernel_str to get task comm
` [PATCH 7/7] tools/testing/selftests/bpf: make it adopt to task comm size change

[RFC PATCH v3 0/3] Introduce BPF map tracing capability
 2021-11-09 18:17 UTC  (4+ messages)
` [RFC PATCH v3 2/3] bpf: Add selftests

[PATCH] net: mvpp2: fix XDP rx queues registering
 2021-11-09 17:01 UTC  (3+ messages)

Add variable offset to packet pointer in XDP/TC programs
 2021-11-09 16:13 UTC  (3+ messages)

[syzbot] WARNING in perf_pending_event
 2021-11-09 12:22 UTC  (2+ messages)
` [PATCH] perf: Ignore sigtrap for tracepoints destined for other tasks

[PATCH bpf-next 00/10] New BPF helpers to accelerate synproxy
 2021-11-09  7:11 UTC  (8+ messages)
` [PATCH bpf-next 09/10] bpf: Add a helper to issue timestamp cookies in XDP

[PATCH bpf v2 0/5] bpf, sockmap: fixes stress testing and regression
 2021-11-09  0:10 UTC  (5+ messages)
` [PATCH bpf v2 1/5] bpf, sockmap: Use stricter sk state checks in sk_lookup_assign

[PATCH v5 bpf-next 0/2] introduce bpf_find_vma
 2021-11-08 23:08 UTC  (9+ messages)
` [PATCH v5 bpf-next 1/2] bpf: introduce helper bpf_find_vma

[PATCH v2 bpf-next 0/2] arm64/bpf: remove 128MB limit for BPF JIT programs
 2021-11-08 21:30 UTC  (2+ messages)

[PATCH net-next 00/21] ethtool, stats: introduce and use standard XDP stats
 2021-11-08 18:09 UTC  (9+ messages)
` [PATCH net-next 03/21] ethtool, stats: introduce standard XDP statistics

[RFC PATCH bpf-next 0/2] introduce bpf_strncmp() helper
 2021-11-08 18:00 UTC  (11+ 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] perf tests: fix array_size.cocci warning
 2021-11-08  7:07 UTC 

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

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

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

[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] libbpf: fix non-C89 loop variable declaration in gen_loader.c
 2021-11-06 23:18 UTC  (4+ messages)

[PATCH bpf 0/2] bpf: Fix out-of-bound issue when jit-ing bpf_pseudo_func
 2021-11-06 20:25 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