bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-23 01:21:33 to 2021-02-25 06:41:04 UTC [more...]

[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 v6 bpf-next 0/9] Add BTF_KIND_FLOAT support
 2021-02-25  6:31 UTC  (13+ 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

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

[RFC PATCH 0/6] [RFC] Faultable tracepoints (v2)
 2021-02-24 23:54 UTC  (6+ messages)

[PATCH v5 bpf-next 0/8] Add BTF_KIND_FLOAT support
 2021-02-24 23:23 UTC  (14+ messages)
` [PATCH v5 bpf-next 1/8] bpf: Add BTF_KIND_FLOAT to uapi
` [PATCH v5 bpf-next 2/8] libbpf: Add BTF_KIND_FLOAT support
` [PATCH v5 bpf-next 3/8] tools/bpftool: "
` [PATCH v5 bpf-next 4/8] selftests/bpf: Use the 25th bit in the "invalid BTF_INFO" test
` [PATCH v5 bpf-next 5/8] bpf: Add BTF_KIND_FLOAT support
` [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 v5 bpf-next 8/8] bpf: Document BTF_KIND_FLOAT in btf.rst

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

arch_prepare_bpf_trampoline() for arm ?
 2021-02-24 22:27 UTC  (5+ messages)

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

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

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

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

[RFC] dwarves/pahole: Add test scripts
 2021-02-24 17:30 UTC  (2+ messages)

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

[PATCH v3] seccomp: Improve performace by optimizing rmb()
 2021-02-24 16:18 UTC  (2+ 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 v3 bpf-next 0/4] Add support of pointer to struct in global functions
 2021-02-24 15:50 UTC  (5+ messages)
` [PATCH v3 bpf-next 4/4] selftests/bpf: Add unit tests for pointers "
    ` [PATCH] selftests/bpf: Fix a compiler warning in global func test

[PATCH v1 bpf-next] bpf: Drop imprecise log message
 2021-02-24 15:50 UTC  (3+ messages)
` [PATCH v2] "

[PATCH bpf-next] bpf: Account for BPF_FETCH in insn_has_def32()
 2021-02-24 14:18 UTC 

[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  (11+ messages)
` [Patch bpf-next v7 1/9] bpf: clean up sockmap related Kconfigs
` [Patch bpf-next v7 2/9] skmsg: get rid of struct sk_psock_parser
` [Patch bpf-next v7 3/9] bpf: compute data_end dynamically with JIT code
` [Patch bpf-next v7 4/9] skmsg: move sk_redir from TCP_SKB_CB to skb
` [Patch bpf-next v7 5/9] sock_map: rename skb_parser and skb_verdict
` [Patch bpf-next v7 6/9] sock_map: make sock_map_prog_update() static
` [Patch bpf-next v7 7/9] skmsg: make __sk_psock_purge_ingress_msg() static
` [Patch bpf-next v7 8/9] skmsg: get rid of sk_psock_bpf_run()
` [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)

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

[PATCH v4 bpf-next 0/7] Add BTF_KIND_FLOAT support
 2021-02-23 21:35 UTC  (9+ messages)
` [PATCH v4 bpf-next 2/7] libbpf: "
` [PATCH v4 bpf-next 6/7] selftest/bpf: Add BTF_KIND_FLOAT tests

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

[PATCH bpf-next v2 00/11] bpf: add bpf_for_each_map_elem() helper
 2021-02-23 21:24 UTC  (22+ messages)
` [PATCH bpf-next v2 04/11] "
` [PATCH bpf-next v2 05/11] bpf: add hashtab support for "
` [PATCH bpf-next v2 07/11] libbpf: move function is_ldimm64() earlier in libbpf.c
` [PATCH bpf-next v2 08/11] libbpf: support local function pointer relocation
` [PATCH bpf-next v2 09/11] bpftool: print local function pointer properly

[RFC 0/1] Combining CUs into a single hash table
 2021-02-23 20:54 UTC  (3+ messages)

More strict error checking in bpf_asm?
 2021-02-23 20:47 UTC  (2+ messages)

[PATCH] lib: vsprintf: check for NULL device_node name in device_node_string()
 2021-02-23 19:54 UTC  (5+ messages)

[Patch bpf-next v6 0/8] sock_map: clean up and refactor code for BPF_SK_SKB_VERDICT
 2021-02-23 18:36 UTC  (7+ messages)
` [Patch bpf-next v6 4/8] skmsg: move sk_redir from TCP_SKB_CB to skb

[PATCH] tools/resolve_btfids: Fix build error with older host toolchains
 2021-02-23 17:26 UTC  (4+ messages)

[PATCH bpf-next v3 0/4] selftests/bpf: xsk improvements and new stats tests
 2021-02-23 16:23 UTC  (5+ messages)
` [PATCH bpf-next v3 1/4] selftest/bpf: make xsk tests less verbose
` [PATCH bpf-next v3 2/4] selftests/bpf: expose and rename debug argument
` [PATCH bpf-next v3 3/4] selftests/bpf: restructure xsk selftests
` [PATCH bpf-next v3 4/4] selftests/bpf: introduce xsk statistics tests

[PATCH bpf-next v2 0/4] selftests/bpf: xsk improvements and new stats tests
 2021-02-23 15:01 UTC  (8+ messages)
` [PATCH bpf-next v2 1/4] selftest/bpf: make xsk tests less verbose
` [PATCH bpf-next v2 2/4] selftests/bpf: expose and rename debug argument
` [PATCH bpf-next v2 3/4] selftests/bpf: restructure xsk selftests
` [PATCH bpf-next v2 4/4] selftests/bpf: introduce xsk statistics tests

[PATCHv20 bpf-next 0/6] xdp: add a new helper for dev map multicast support
 2021-02-23 12:58 UTC  (7+ messages)
` [PATCHv20 bpf-next 1/6] bpf: run devmap xdp_prog on flush instead of bulk enqueue
` [PATCHv20 bpf-next 2/6] bpf: add a new bpf argument type ARG_CONST_MAP_PTR_OR_NULL
` [PATCHv20 bpf-next 3/6] xdp: add a new helper for dev map multicast support
` [PATCHv20 bpf-next 4/6] sample/bpf: add xdp_redirect_map_multicast test
` [PATCHv20 bpf-next 5/6] selftests/bpf: Add verifier tests for bpf arg ARG_CONST_MAP_PTR_OR_NULL
` [PATCHv20 bpf-next 6/6] selftests/bpf: add xdp_redirect_multi test

How to orchestrate multiple XDP programs
 2021-02-23 11:07 UTC  (12+ messages)

[PATCH] perf/core: make perf_pmu_snapshot_aux static
 2021-02-23  8:35 UTC 

[PATCH bpf-next 0/4] selftests/bpf: xsk improvements and new stats tests
 2021-02-23  8:24 UTC  (4+ messages)
` [PATCH bpf-next 3/4] selftests/bpf: restructure xsk selftests

[PATCH v4 bpf-next] Add CONFIG_DEBUG_INFO_BTF and CONFIG_DEBUG_INFO_BTF_MODULES check to bpftool feature command
 2021-02-23  6:41 UTC  (3+ messages)

[PATCH] libbpf: Remove unnecessary conversion to bool
 2021-02-23  1:49 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).