bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-08 18:36:23 to 2021-11-11 21:07:57 UTC [more...]

[PATCH bpf-next v2] bpftool: enable libbpf's strict mode by default
 2021-11-11 21:07 UTC  (3+ messages)

[PATCH bpf-next 00/10] Support BTF_KIND_TYPE_TAG for btf_type_tag attributes
 2021-11-11 19:19 UTC  (30+ messages)
` [PATCH bpf-next 01/10] bpf: "
` [PATCH bpf-next 02/10] libbpf: Support BTF_KIND_TYPE_TAG
` [PATCH bpf-next 03/10] bpftool: "
` [PATCH bpf-next 04/10] selftests/bpf: Test libbpf API function btf__add_type_tag()
` [PATCH bpf-next 05/10] selftests/bpf: Add BTF_KIND_TYPE_TAG unit tests
` [PATCH bpf-next 06/10] selftests/bpf: Test BTF_KIND_DECL_TAG for deduplication
` [PATCH bpf-next 07/10] selftests/bpf: Rename progs/tag.c to progs/btf_decl_tag.c
` [PATCH bpf-next 08/10] selftests/bpf: Add a C test for btf_type_tag
` [PATCH bpf-next 09/10] selftests/bpf: Clarify llvm dependency with btf_tag selftest
` [PATCH bpf-next 10/10] docs/bpf: Update documentation for BTF_KIND_TYPE_TAG support

[PATCH bpf-next 0/6] bpftool: miscellaneous fixes
 2021-11-11 18:59 UTC  (8+ messages)
` [PATCH bpf-next 1/6] bpftool: Fix memory leak in prog_dump()
` [PATCH bpf-next 2/6] bpftool: Remove inclusion of utilities.mak from Makefiles
` [PATCH bpf-next 3/6] bpftool: Use $(OUTPUT) and not $(O) for VMLINUX_BTF_PATHS in Makefile
` [PATCH bpf-next 4/6] bpftool: Fix indent in option lists in the documentation
` [PATCH bpf-next 5/6] bpftool: Update the lists of names for maps and prog-attach types
` [PATCH bpf-next 6/6] bpftool: Fix mixed indentation in documentation

[PATCH dwarves v2 0/2] btf: support typedef DW_TAG_LLVM_annotation
 2021-11-11 18:07 UTC  (5+ messages)

Verifier rejects previously accepted program
 2021-11-11 17:33 UTC  (14+ messages)

[PATCH bpf] xsk: fix crash on double free in buffer pool
 2021-11-11 16:53 UTC  (2+ messages)

[GIT PULL] Networking for 5.16-rc1
 2021-11-11 16:33 UTC 

[PATCH bpf] selftests: bpf: check map in map pruning
 2021-11-11 16:14 UTC 

[PATCH net-next 1/1] net: stmmac: enhance XDP ZC driver level switching performance
 2021-11-11 14:39 UTC 

[PATCH bpf v1] unix: fix an issue in unix_shutdown causing the other end read/write failures
 2021-11-11 14:00 UTC  (2+ messages)

[PATCH 0/7] task comm cleanups
 2021-11-11 11:47 UTC  (22+ 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

Add variable offset to packet pointer in XDP/TC programs
 2021-11-11  8:59 UTC  (4+ messages)

[syzbot] WARNING in __dev_change_net_namespace
 2021-11-11  8:56 UTC  (3+ messages)

[PATCH v17 bpf-next 00/23] mvneta: introduce XDP multi-buffer support
 2021-11-11  7:50 UTC  (13+ 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 v2 bpf-next 0/9] Future-proof more tricky libbpf APIs
 2021-11-11  5:36 UTC  (10+ messages)
` [PATCH v2 bpf-next 1/9] bpftool: normalize compile rules to specify output file last
` [PATCH v2 bpf-next 2/9] selftests/bpf: minor cleanups and normalization of Makefile
` [PATCH v2 bpf-next 3/9] libbpf: turn btf_dedup_opts into OPTS-based struct
` [PATCH v2 bpf-next 4/9] libbpf: ensure btf_dump__new() and btf_dump_opts are future-proof
` [PATCH v2 bpf-next 5/9] libbpf: make perf_buffer__new() use OPTS-based interface
` [PATCH v2 bpf-next 6/9] selftests/bpf: migrate all deprecated perf_buffer uses
` [PATCH v2 bpf-next 7/9] selftests/bpf: update btf_dump__new() uses to v1.0+ variant
` [PATCH v2 bpf-next 8/9] tools/runqslower: update perf_buffer__new() calls
` [PATCH v2 bpf-next 9/9] bpftool: update btf_dump__new() and perf_buffer__new_raw() calls

[PATCH bpf-next 0/2] selftests/bpf: fix test_progs' log_level logic
 2021-11-11  5:17 UTC  (3+ messages)
` [PATCH bpf-next 1/2] libbpf: add ability to get/set per-program load flags
` [PATCH bpf-next 2/2] selftests/bpf: fix bpf_prog_test_load() logic to pass extra log level

[PATCH net v2] bpf: Fix build when CONFIG_BPF_SYSCALL is disabled
 2021-11-11  2:11 UTC  (8+ messages)

[PATCH v3 bpf-next 0/3] bpf: Prevent writing read-only memory
 2021-11-10 22:50 UTC  (9+ 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

[PATCH bpf-next] bpf: extend BTF_ID_LIST_GLOBAL with parameter for number of IDs
 2021-11-10 22:18 UTC  (6+ messages)

[PATCH bpf] bpf: Fix inner map state pruning regression
 2021-11-10 17:25 UTC 

[PATCH bpf-next] bpftool: Fix SPDX tag for Makefiles and .gitignore
 2021-11-10 17:03 UTC  (7+ messages)

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

[PATCH] net: mvpp2: fix XDP rx queues registering
 2021-11-10 14:41 UTC  (4+ messages)
    ` [PATCH 1/1] "

[PATCH bpf-next v3 0/2] Get ingress_ifindex in BPF_SK_LOOKUP prog type
 2021-11-10 11:54 UTC  (4+ messages)
` [PATCH bpf-next v3 1/2] bpf: Add ingress_ifindex to bpf_sk_lookup
` [PATCH bpf-next v3 2/2] selftests/bpf: Add tests for accessing ingress_ifindex in bpf_sk_lookup

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

[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 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-next 00/11] Future-proof more tricky libbpf APIs
 2021-11-10  0:52 UTC  (11+ messages)
` [PATCH bpf-next 04/11] selftests/bpf: add test_progs flavor using libbpf as a shared lib
` [PATCH bpf-next 06/11] libbpf: ensure btf_dump__new() and btf_dump_opts are future-proof

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)

[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

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

[PATCH v5 bpf-next 0/2] introduce bpf_find_vma
 2021-11-08 23:08 UTC  (8+ 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)


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