public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-11-10 05:20:16 to 2021-11-12 16:44:37 UTC [more...]

[PATCH bpf-next] bpftool: add current libbpf_strict mode to version output
 2021-11-12 16:44 UTC 

[PATCH bpf] tools/runqslower: Fix cross-build
 2021-11-12 16:28 UTC  (3+ messages)

[PATCH bpf-next v2] bpftool: enable libbpf's strict mode by default
 2021-11-12 16:00 UTC  (5+ messages)

[PATCH] kthread: dynamically allocate memory to store kthread's full name
 2021-11-12 15:47 UTC  (5+ messages)

[PATCH bpf] bpf: Fix inner map state pruning regression
 2021-11-12 15:20 UTC  (2+ messages)

[PATCH bpf] selftests: bpf: check map in map pruning
 2021-11-12 15:20 UTC  (2+ messages)

[PATCH v3 bpf-next 0/2] introduce btf_tracing_ids
 2021-11-12 15:02 UTC  (3+ messages)
` [PATCH v3 bpf-next 1/2] bpf: extend BTF_ID_LIST_GLOBAL with parameter for number of IDs
` [PATCH v3 bpf-next 2/2] bpf: introduce btf_tracing_ids

[GIT PULL] Networking for 5.16-rc1
 2021-11-12 15:04 UTC  (8+ messages)
  ` 32bit x86 build broken (was: Re: [GIT PULL] Networking for 5.16-rc1)

[PATCH bpf] xsk: fix crash on double free in buffer pool
 2021-11-12 15:00 UTC  (3+ messages)

[PATCH v2] perf bpf: Avoid memory leak from perf_env__insert_btf
 2021-11-12 14:49 UTC  (2+ messages)

[PATCH bpf] bpf: Fix incorrect use of strlen in xdp_redirect_cpu
 2021-11-12 13:50 UTC  (2+ messages)

[PATCH v2 bpf-next 0/2] introduce btf_tracing_ids
 2021-11-12 10:41 UTC  (5+ messages)
` [PATCH v2 bpf-next 1/2] bpf: extend BTF_ID_LIST_GLOBAL with parameter for number of IDs
` [PATCH v2 bpf-next 2/2] bpf: introduce btf_tracing_ids

[PATCH] net: Clean up some inconsistent indenting
 2021-11-12 10:16 UTC 

[PATCH] x86/perf: fix snapshot_branch_stack warning in VM
 2021-11-12  9:57 UTC  (2+ messages)

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

[PATCH bpf] bpf: Make CONFIG_DEBUG_INFO_BTF depend upon CONFIG_BPF_SYSCALL
 2021-11-12  6:18 UTC  (3+ messages)

[PATCH] selftests/bpf: use swap() to make code cleaner
 2021-11-12  5:06 UTC  (2+ messages)

[PATCH v2 bpf-next 00/12] bpf: CO-RE support in the kernel
 2021-11-12  5:02 UTC  (13+ messages)
` [PATCH v2 bpf-next 01/12] libbpf: s/btf__type_by_id/btf_type_by_id/
` [PATCH v2 bpf-next 02/12] bpf: Rename btf_member accessors
` [PATCH v2 bpf-next 03/12] bpf: Prepare relo_core.c for kernel duty
` [PATCH v2 bpf-next 04/12] bpf: Define enum bpf_core_relo_kind as uapi
` [PATCH v2 bpf-next 05/12] bpf: Pass a set of bpf_core_relo-s to prog_load command
` [PATCH v2 bpf-next 06/12] bpf: Add bpf_core_add_cands() and wire it into bpf_core_apply_relo_insn()
` [PATCH v2 bpf-next 07/12] libbpf: Use CO-RE in the kernel in light skeleton
` [PATCH v2 bpf-next 08/12] libbpf: Support init of inner maps "
` [PATCH v2 bpf-next 09/12] selftests/bpf: Convert kfunc test with CO-RE to lskel
` [PATCH v2 bpf-next 10/12] selftests/bpf: Improve inner_map test coverage
` [PATCH v2 bpf-next 11/12] selftests/bpf: Convert map_ptr_kern test to use light skeleton
` [PATCH v2 bpf-next 12/12] selftests/bpf: Additional test for CO-RE in the kernel

fd leak in lskel
 2021-11-12  5:00 UTC  (2+ messages)

[PATCH bpf] samples: bpf: fix summary per-sec stats in xdp_sample_user
 2021-11-12  2:01 UTC  (2+ messages)

[PATCH bpf-next 0/6] bpftool: miscellaneous fixes
 2021-11-12  1:52 UTC  (10+ 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 bpf-next v3 00/10] Support BTF_KIND_TYPE_TAG for btf_type_tag attributes
 2021-11-12  1:45 UTC  (12+ messages)
` [PATCH bpf-next v3 01/10] bpf: "
` [PATCH bpf-next v3 02/10] libbpf: Support BTF_KIND_TYPE_TAG
` [PATCH bpf-next v3 03/10] bpftool: "
` [PATCH bpf-next v3 04/10] selftests/bpf: Test libbpf API function btf__add_type_tag()
` [PATCH bpf-next v3 05/10] selftests/bpf: Add BTF_KIND_TYPE_TAG unit tests
` [PATCH bpf-next v3 06/10] selftests/bpf: Test BTF_KIND_DECL_TAG for deduplication
` [PATCH bpf-next v3 07/10] selftests/bpf: Rename progs/tag.c to progs/btf_decl_tag.c
` [PATCH bpf-next v3 08/10] selftests/bpf: Add a C test for btf_type_tag
` [PATCH bpf-next v3 09/10] selftests/bpf: Clarify llvm dependency with btf_tag selftest
` [PATCH bpf-next v3 10/10] docs/bpf: Update documentation for BTF_KIND_TYPE_TAG support

[PATCH 0/7] task comm cleanups
 2021-11-12  1:08 UTC  (23+ 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

[PATCH v2 bpf-next 0/9] Future-proof more tricky libbpf APIs
 2021-11-12  0:59 UTC  (11+ 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-12  0:52 UTC  (4+ 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 bpf-next v2 00/10] Support BTF_KIND_TYPE_TAG for btf_type_tag attributes
 2021-11-11 23:26 UTC  (11+ messages)
` [PATCH bpf-next v2 01/10] bpf: "
` [PATCH bpf-next v2 02/10] libbpf: Support BTF_KIND_TYPE_TAG
` [PATCH bpf-next v2 03/10] bpftool: "
` [PATCH bpf-next v2 04/10] selftests/bpf: Test libbpf API function btf__add_type_tag()
` [PATCH bpf-next v2 05/10] selftests/bpf: Add BTF_KIND_TYPE_TAG unit tests
` [PATCH bpf-next v2 06/10] selftests/bpf: Test BTF_KIND_DECL_TAG for deduplication
` [PATCH bpf-next v2 07/10] selftests/bpf: Rename progs/tag.c to progs/btf_decl_tag.c
` [PATCH bpf-next v2 08/10] selftests/bpf: Add a C test for btf_type_tag
` [PATCH bpf-next v2 09/10] selftests/bpf: Clarify llvm dependency with btf_tag selftest
` [PATCH bpf-next v2 10/10] docs/bpf: Update documentation for BTF_KIND_TYPE_TAG support

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

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  (5+ messages)
` [PATCH v17 bpf-next 13/23] bpf: add multi-buffer support to xdp copy helpers

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

[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-next] bpftool: Fix SPDX tag for Makefiles and .gitignore
 2021-11-10 17:03 UTC  (5+ messages)

[PATCH bpf 0/2] Forbid bpf_ktime_get_coarse_ns and bpf_timer_* in tracing progs
 2021-11-10 16:52 UTC  (6+ messages)
` [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  (2+ 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)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox