bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-24 07:19:40 to 2021-02-26 20:25:42 UTC [more...]

[PATCH v7 bpf-next 00/10] Add BTF_KIND_FLOAT support
 2021-02-26 20:22 UTC  (7+ messages)
` [PATCH v7 bpf-next 01/10] bpf: Add BTF_KIND_FLOAT to uapi
` [PATCH v7 bpf-next 02/10] libbpf: Fix whitespace in btf_add_composite() comment
` [PATCH v7 bpf-next 03/10] libbpf: Add BTF_KIND_FLOAT support
` [PATCH v7 bpf-next 04/10] tools/bpftool: "
` [PATCH v7 bpf-next 05/10] selftests/bpf: Use the 25th bit in the "invalid BTF_INFO" test
` [PATCH v7 bpf-next 09/10] selftests/bpf: Add BTF_KIND_FLOAT to test_core_reloc_size

[PATCH/v3] bpf: add bpf_skb_adjust_room flag BPF_F_ADJ_ROOM_ENCAP_L2_ETH
 2021-02-26 20:15 UTC  (2+ messages)

[PATCH v2 bpf-next] bpf: use MAX_BPF_FUNC_REG_ARGS macro
 2021-02-26 20:04 UTC  (3+ messages)

[PATCH v6 bpf-next 0/6] bpf: enable task local storage for tracing programs
 2021-02-26 20:03 UTC  (10+ messages)
` [PATCH v6 bpf-next 1/6] "
` [PATCH v6 bpf-next 2/6] bpf: prevent deadlock from recursive bpf_task_storage_[get|delete]
` [PATCH v6 bpf-next 3/6] selftests/bpf: add non-BPF_LSM test for task local storage
` [PATCH v6 bpf-next 4/6] selftests/bpf: test deadlock from recursive bpf_task_storage_[get|delete]
` [PATCH v6 bpf-next 5/6] bpf: runqslower: prefer using local vmlimux to generate vmlinux.h
` [PATCH v6 bpf-next 6/6] bpf: runqslower: use task local storage

[PATCH bpf-next] bpf: fix missing * in bpf.h
 2021-02-26 19:59 UTC  (10+ messages)
` [PATCHv2 bpf-next] bpf: remove blank line in bpf helper description

pull-request: bpf 2021-02-26
 2021-02-26 19:37 UTC 

[PATCH bpf-next v4 00/12] bpf: add bpf_for_each_map_elem() helper
 2021-02-26 19:27 UTC  (19+ messages)
` [PATCH bpf-next v4 01/12] bpf: factor out visit_func_call_insn() in check_cfg()
` [PATCH bpf-next v4 02/12] bpf: factor out verbose_invalid_scalar()
` [PATCH bpf-next v4 03/12] bpf: refactor check_func_call() to allow callback function
` [PATCH bpf-next v4 04/12] bpf: change return value of verifier function add_subprog()
` [PATCH bpf-next v4 05/12] bpf: add bpf_for_each_map_elem() helper
` [PATCH bpf-next v4 06/12] bpf: add hashtab support for "
` [PATCH bpf-next v4 07/12] bpf: add arraymap "
` [PATCH bpf-next v4 08/12] libbpf: move function is_ldimm64() earlier in libbpf.c
` [PATCH bpf-next v4 09/12] libbpf: support subprog address relocation
` [PATCH bpf-next v4 10/12] bpftool: print subprog address properly
` [PATCH bpf-next v4 11/12] selftests/bpf: add hashmap test for bpf_for_each_map_elem() helper
` [PATCH bpf-next v4 12/12] selftests/bpf: add arraymap "

[PATCH bpf-next] bpf: Account for BPF_FETCH in insn_has_def32()
 2021-02-26 19:25 UTC  (2+ messages)

[PATCH v3 bpf-next] selftests/bpf: Use the last page in test_snprintf_btf on s390
 2021-02-26 19:09 UTC 

[PATCH v2 bpf-next] selftests/bpf: Use _REGION1_SIZE in test_snprintf_btf on s390
 2021-02-26 18:32 UTC  (2+ messages)

Enum relocations against zero values
 2021-02-26 18:08 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: add a verifier scale test with unknown bounded loop
 2021-02-26 17:48 UTC 

[PATCH bpf-next] selftests/bpf: Use _REGION1_SIZE in test_snprintf_btf on s390
 2021-02-26 17:19 UTC  (2+ messages)

[PATCH bpf-next v4 0/2] Optimize bpf_redirect_map()/xdp_do_redirect()
 2021-02-26 15:23 UTC  (14+ messages)
` [PATCH bpf-next v4 1/2] bpf, xdp: make bpf_redirect_map() a map operation
` [PATCH bpf-next v4 2/2] bpf, xdp: restructure redirect actions

[PATCH bpf-next v2 0/5] PROG_TEST_RUN support for sk_lookup programs
 2021-02-26 10:31 UTC  (5+ messages)
` [PATCH bpf-next v2 1/4] bpf: consolidate shared test timing code
` [PATCH bpf-next v2 2/4] bpf: add PROG_TEST_RUN support for sk_lookup programs
` [PATCH bpf-next v2 3/4] selftests: bpf: convert sk_lookup ctx access tests to PROG_TEST_RUN
` [PATCH bpf-next v2 4/4] selftests: bpf: check that PROG_TEST_RUN repeats as requested

[PATCH v6 bpf-next 0/9] Add BTF_KIND_FLOAT support
 2021-02-26  5:43 UTC  (22+ messages)
` [PATCH v6 bpf-next 1/9] bpf: Add BTF_KIND_FLOAT to uapi
` [PATCH v6 bpf-next 2/9] libbpf: Fix whitespace in btf_add_composite() comment
` [PATCH v6 bpf-next 3/9] libbpf: Add BTF_KIND_FLOAT support
` [PATCH v6 bpf-next 4/9] tools/bpftool: "
` [PATCH v6 bpf-next 5/9] selftests/bpf: Use the 25th bit in the "invalid BTF_INFO" test
` [PATCH v6 bpf-next 6/9] bpf: Add BTF_KIND_FLOAT support
` [PATCH v6 bpf-next 7/9] selftest/bpf: Add BTF_KIND_FLOAT tests
` [PATCH v6 bpf-next 8/9] selftests/bpf: Add BTF_KIND_FLOAT to the existing deduplication tests
` [PATCH v6 bpf-next 9/9] bpf: Document BTF_KIND_FLOAT in btf.rst

[RFC PATCH 0/6] [RFC] Faultable tracepoints (v2)
 2021-02-26  5:28 UTC  (8+ messages)

[PATCH bpf-next v3 00/11] bpf: add bpf_for_each_map_elem() helper
 2021-02-26  3:27 UTC  (32+ messages)
` [PATCH bpf-next v3 01/11] bpf: factor out visit_func_call_insn() in check_cfg()
` [PATCH bpf-next v3 02/11] bpf: factor out verbose_invalid_scalar()
` [PATCH bpf-next v3 03/11] bpf: refactor check_func_call() to allow callback function
` [PATCH bpf-next v3 04/11] bpf: add bpf_for_each_map_elem() helper
` [PATCH bpf-next v3 05/11] bpf: add hashtab support for "
` [PATCH bpf-next v3 06/11] bpf: add arraymap "
` [PATCH bpf-next v3 07/11] libbpf: move function is_ldimm64() earlier in libbpf.c
` [PATCH bpf-next v3 08/11] libbpf: support subprog address relocation
` [PATCH bpf-next v3 09/11] bpftool: print subprog address properly
` [PATCH bpf-next v3 10/11] selftests/bpf: add hashmap test for bpf_for_each_map_elem() helper
` [PATCH bpf-next v3 11/11] selftests/bpf: add arraymap "

[RFC] dwarves/pahole: Add test scripts
 2021-02-25 22:15 UTC  (3+ messages)

[PATCH v5 bpf-next 0/6] bpf: enable task local storage for tracing programs
 2021-02-25 19:28 UTC  (3+ messages)
` [PATCH v5 bpf-next 1/6] "

[PATCH v2 net-next] virtio-net: support XDP_TX when not more queues
 2021-02-25 17:01 UTC  (2+ messages)

[PATCH] kallsyms: make arch_get_kallsym static
 2021-02-25 16:56 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: Propagate error code of the command to vmtest.sh
 2021-02-25 16:19 UTC 

[PATCH v3] seccomp: Improve performace by optimizing rmb()
 2021-02-25 12:03 UTC  (3+ messages)

[PATCH v2] perf machine: Use true and false for bool variable
 2021-02-25 10:04 UTC 

[PATCH] perf/core: make perf_pmu_snapshot_aux static
 2021-02-25  8:06 UTC 

arch_prepare_bpf_trampoline() for arm ?
 2021-02-25  7:59 UTC  (6+ messages)

[PATCH bpf-next v3 0/2] Optimize bpf_redirect_map()/xdp_do_redirect()
 2021-02-25  6:39 UTC  (4+ messages)
` [PATCH bpf-next v3 1/2] bpf, xdp: per-map bpf_redirect_map functions for XDP

[PATCH v8 bpf-next 0/5] xsk: build skb by page (aka generic zerocopy xmit)
 2021-02-25  0:46 UTC  (2+ messages)

[PATCH V2] init/Kconfig: Fix a typo in CC_VERSION_TEXT help text
 2021-02-25  0:01 UTC  (3+ messages)

[PATCH v5 bpf-next 0/8] Add BTF_KIND_FLOAT support
 2021-02-24 23:23 UTC  (9+ messages)
` [PATCH v5 bpf-next 2/8] libbpf: "
` [PATCH v5 bpf-next 6/8] selftest/bpf: Add BTF_KIND_FLOAT tests
` [PATCH v5 bpf-next 7/8] selftests/bpf: Add BTF_KIND_FLOAT to the existing deduplication tests

[PATCH v4 bpf-next] bpf: Explicitly zero-extend R0 after 32-bit cmpxchg
 2021-02-24 23:07 UTC  (8+ messages)

[PATCH bpf-next 0/8] PROG_TEST_RUN support for sk_lookup programs
 2021-02-24 21:37 UTC  (3+ messages)

[PATCH 0/2] More strict error checking in bpf_asm (v3)
 2021-02-24 21:24 UTC  (3+ messages)
` [PATCH 1/2] tools, bpf_asm: Hard error on out of range jumps
` [PATCH 2/2] tools, bpf_asm: exit non-zero on errors

[PATCH 0/2] More strict error checking in bpf_asm (v2)
 2021-02-24 21:15 UTC  (3+ messages)
` [PATCH 1/2] tools, bpf_asm: Hard error on out of range jumps
` [PATCH 2/2] tools, bpf_asm: exit non-zero on errors

[PATCH net] selftest/bpf: no need to drop the packet when there is no geneve opt
 2021-02-24 20:40 UTC  (3+ messages)

[PATCH 0/2] More strict error checking in bpf_asm
 2021-02-24 20:34 UTC  (4+ messages)
` [PATCH 1/2] tools, bpf_asm: Hard error on out of range jumps

libbpf: the road to v1.0
 2021-02-24 19:44 UTC 

[PATCH] init: Kconfig: Fix a spelling compier to compiler in the file init/Kconfig
 2021-02-24 17:11 UTC  (3+ messages)

[PATCH v2] tools/resolve_btfids: Fix build error with older host toolchains
 2021-02-24 16:10 UTC  (3+ messages)

EFI boot fails when CONFIG_DEBUG_INFO_BTF=y on arm64
 2021-02-24 15:43 UTC  (3+ messages)

[PATCH] selftests/bpf: Fix a compiler warning in global func test
 2021-02-24 15:50 UTC  (2+ messages)

[PATCH v2] bpf: Drop imprecise log message
 2021-02-24 15:50 UTC  (2+ messages)

[PATCH AUTOSEL 5.11 10/67] selftests/bpf: Remove memory leak
 2021-02-24 12:49 UTC 

[PATCH v2 bpf-next] selftests/bpf: Copy extras in out-of-srctree builds
 2021-02-24 11:14 UTC 

[PATCH v3] seccomp: Improve performace by optimizing rmb()
 2021-02-24  8:58 UTC 

[Patch bpf-next v7 0/9] sock_map: clean up and refactor code for BPF_SK_SKB_VERDICT
 2021-02-24  8:08 UTC  (3+ messages)
` [Patch bpf-next v7 9/9] skmsg: remove unused sk_psock_stop() declaration

[PATCH bpf-next] selftests/bpf: Copy extra resources in the non-flavored build too
 2021-02-24  7:18 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).