bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-30 09:00:02 to 2021-10-04 17:38:47 UTC [more...]

[PATCH bpf-next] selftest/bpf: Switch recursion test to use htab_map_delete_elem
 2021-10-04 17:38 UTC  (2+ messages)

[PATCH bpf-next v5 0/3] add support for writable bare tracepoint
 2021-10-04 14:46 UTC  (5+ messages)
` [PATCH bpf-next v5 1/3] bpf: support writable context for "
` [PATCH bpf-next v5 2/3] libbpf: support detecting and attaching of writable tracepoint program
` [PATCH bpf-next v5 3/3] bpf/selftests: add test for writable bare tracepoint

[PATCH v4 0/8] bpf powerpc: Add BPF_PROBE_MEM support in powerpc JIT compiler
 2021-10-04  8:43 UTC  (6+ messages)

[PATCH v4] skmsg: lose offset info in sk_psock_skb_ingress
 2021-10-04  4:27 UTC  (3+ messages)

[PATCH] tcp_bpf: Fix one concurrency problem in the tcp_bpf_send_verdict function
 2021-10-04  4:21 UTC  (3+ messages)

[PATCH bpf-next v3 00/10] install libbpf headers when using the library
 2021-10-03 19:22 UTC  (11+ messages)
` [PATCH bpf-next v3 01/10] tools: bpftool: remove unused includes to <bpf/bpf_gen_internal.h>
` [PATCH bpf-next v3 02/10] tools: bpftool: install libbpf headers instead of including the dir
` [PATCH bpf-next v3 03/10] tools: resolve_btfids: install libbpf headers when building
` [PATCH bpf-next v3 04/10] tools: runqslower: "
` [PATCH bpf-next v3 05/10] bpf: preload: "
` [PATCH bpf-next v3 06/10] bpf: iterators: "
` [PATCH bpf-next v3 07/10] samples/bpf: "
` [PATCH bpf-next v3 08/10] samples/bpf: update .gitignore
` [PATCH bpf-next v3 09/10] selftests/bpf: better clean up for runqslower in test_bpftool_build.sh
` [PATCH bpf-next v3 10/10] tools: bpftool: add install-bin target to install binary only

[PATCH bpf-next v2 0/9] install libbpf headers when using the library
 2021-10-03 19:20 UTC  (21+ messages)
` [PATCH bpf-next v2 1/9] tools: bpftool: remove unused includes to <bpf/bpf_gen_internal.h>
` [PATCH bpf-next v2 2/9] tools: bpftool: install libbpf headers instead of including the dir
` [PATCH bpf-next v2 3/9] tools: resolve_btfids: install libbpf headers when building
` [PATCH bpf-next v2 4/9] tools: runqslower: "
` [PATCH bpf-next v2 5/9] bpf: preload: "
` [PATCH bpf-next v2 6/9] bpf: iterators: "
` [PATCH bpf-next v2 7/9] samples/bpf: "
` [PATCH bpf-next v2 8/9] samples/bpf: update .gitignore
` [PATCH bpf-next v2 9/9] selftests/bpf: better clean up for runqslower in test_bpftool_build.sh

[PATCH v4 00/11] sections: Unify kernel sections range check and use
 2021-10-03 17:19 UTC  (6+ messages)
` [PATCH v4 07/11] mm: kasan: Use is_kernel() helper
` [PATCH v4 10/11] microblaze: Use is_kernel_text() helper

[PATCH bpf-next 0/2 v2] libbpf: Deprecate bpf_{map,program}__{prev,next} APIs since v0.7
 2021-10-03 16:58 UTC  (3+ messages)
` [PATCH bpf-next 1/2 "
` [PATCH bpf-next 2/2 v2] selftests/bpf: Switch to new bpf_object__next_{map,program} APIs

[PATCH 0/9] powerpc/bpf: Various fixes
 2021-10-03  8:07 UTC  (28+ messages)
` [PATCH 1/9] powerpc/lib: Add helper to check if offset is within conditional branch range
` [PATCH 2/9] powerpc/bpf: Validate branch ranges
` [PATCH 3/9] powerpc/bpf: Remove unused SEEN_STACK
` [PATCH 4/9] powerpc/bpf: Handle large branch ranges with BPF_EXIT
` [PATCH 5/9] powerpc/bpf: Fix BPF_MOD when imm == 1
` [PATCH 6/9] powerpc/bpf: Fix BPF_SUB when imm == 0x80000000
` [PATCH 7/9] powerpc/bpf: Limit 'ldbrx' to processors compliant with ISA v2.06
` [PATCH 8/9] powerpc/security: Add a helper to query stf_barrier type
` [PATCH 9/9] powerpc/bpf: Emit stf barrier instruction sequences for BPF_NOSPEC

[PATCH bpf-next 1/2] libbpf: Support uniform BTF-defined key/value specification across all BPF maps
 2021-10-02 16:17 UTC  (8+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Test BPF map creation using BTF-defined key/value

[PATCH bpf-next v2] libbpf: Deprecate bpf_object__unload() API since v0.7
 2021-10-02 16:10 UTC 

[PATCH bpf-next v2 0/2] bpf: Build with -Wcast-function-type
 2021-10-02 16:09 UTC  (3+ messages)
` [PATCH bpf-next v2 2/2] bpf: Replace callers of BPF_CAST_CALL with proper function typedef

[PATCH bpf-next] libbpf: deprecate bpf_object__unload() API
 2021-10-02 16:07 UTC  (3+ messages)

[PATCH] af_unix: add missing annotation at bpf_iter_unix_seq_stop()
 2021-10-02  9:43 UTC 

[PATCH v2 bpf-next] bpf,x64: Save bytes for DIV by reducing reg copies
 2021-10-02  3:56 UTC 

[PATCH bpf-next v3 06/10] xsk: propagate napi_id to XDP socket Rx path
 2021-10-02  2:07 UTC  (4+ messages)
    ` [kbuild-all] "

[PATCH bpf-next v7 0/9] Support kernel module function calls from eBPF
 2021-10-02  1:17 UTC  (10+ messages)
` [PATCH bpf-next v7 1/9] bpf: Introduce BPF support for kernel module function calls
` [PATCH bpf-next v7 2/9] bpf: Be conservative while processing invalid kfunc calls
` [PATCH bpf-next v7 3/9] bpf: btf: Introduce helpers for dynamic BTF set registration
` [PATCH bpf-next v7 4/9] tools: Allow specifying base BTF file in resolve_btfids
` [PATCH bpf-next v7 5/9] bpf: Enable TCP congestion control kfunc from modules
` [PATCH bpf-next v7 6/9] libbpf: Support kernel module function calls
` [PATCH bpf-next v7 7/9] libbpf: Resolve invalid weak kfunc calls with imm = 0, off = 0
` [PATCH bpf-next v7 8/9] libbpf: Update gen_loader to emit BTF_KIND_FUNC relocations
` [PATCH bpf-next v7 9/9] bpf: selftests: Add selftests for module kfunc support

[Patch bpf v3 0/4] sock_map: fix ->poll() and update selftests
 2021-10-02  0:37 UTC  (5+ messages)
` [Patch bpf v3 1/4] net: rename ->stream_memory_read to ->sock_is_readable
` [Patch bpf v3 2/4] skmsg: extract and reuse sk_msg_is_readable()
` [Patch bpf v3 3/4] net: implement ->sock_is_readable() for UDP and AF_UNIX
` [Patch bpf v3 4/4] selftests/bpf: use recv_timeout() instead of retries

[PATCH rfc 0/6] Scheduler BPF
 2021-10-02  0:13 UTC  (4+ messages)
  ` [PATCH rfc 4/6] sched: cfs: add bpf hooks to control wakeup and tick preemption

pull-request: bpf-next 2021-10-02
 2021-10-02  0:13 UTC 

[Patch bpf v2 0/4] sock_map: fix ->poll() and update selftests
 2021-10-02  0:00 UTC  (4+ messages)
` [Patch bpf v2 3/4] net: implement ->sock_is_readable for UDP and AF_UNIX

[PATCH bpf-next v1 0/3] Add XDP support for bpf_load_hdr_opt
 2021-10-01 23:40 UTC  (9+ messages)
` [PATCH bpf-next v1 1/3] bpf/xdp: Add bpf_load_hdr_opt support for xdp
` [PATCH bpf-next v1 2/3] bpf/selftests: Rename test_tcp_hdr_options to test_sockops_tcp_hdr_options
` [PATCH bpf-next v1 3/3] bpf/selftests: Add xdp bpf_load_tcp_hdr_options tests

[PATCH bpf-next 0/9] install libbpf headers when using the library
 2021-10-01 22:43 UTC  (13+ messages)
` [PATCH bpf-next 1/9] tools: bpftool: remove unused includes to <bpf/bpf_gen_internal.h>
` [PATCH bpf-next 2/9] tools: bpftool: install libbpf headers instead of including the dir
` [PATCH bpf-next 3/9] tools: resolve_btfids: install libbpf headers when building
` [PATCH bpf-next 4/9] tools: runqslower: "
` [PATCH bpf-next 5/9] bpf: preload: "
` [PATCH bpf-next 6/9] bpf: iterators: "
` [PATCH bpf-next 7/9] samples/bpf: "
` [PATCH bpf-next 8/9] samples/bpf: update .gitignore
` [PATCH bpf-next 9/9] selftests/bpf: better clean up for runqslower in test_bpftool_build.sh

[PATCH bpf-next 0/2] libbpf: Support uniform BTF-defined key/value specification across all BPF maps
 2021-10-01 22:35 UTC  (4+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] selftests/bpf: Use BTF-defined key/value for map definitions

[PATCH bpf-next v4 0/3] add support for writable bare tracepoint
 2021-10-01 22:21 UTC  (8+ messages)
` [PATCH bpf-next v4 1/3] bpf: support writable context for "
` [PATCH bpf-next v4 2/3] libbpf: support detecting and attaching of writable tracepoint program
` [PATCH bpf-next v4 3/3] bpf/selftests: add test for writable bare tracepoint

[PATCH bpf-next v6 0/9] Support kernel module function calls from eBPF
 2021-10-01 22:16 UTC  (14+ messages)
` [PATCH bpf-next v6 3/9] bpf: btf: Introduce helpers for dynamic BTF set registration
` [PATCH bpf-next v6 4/9] tools: Allow specifying base BTF file in resolve_btfids
` [PATCH bpf-next v6 5/9] bpf: Enable TCP congestion control kfunc from modules
` [PATCH bpf-next v6 6/9] libbpf: Support kernel module function calls
` [PATCH bpf-next v6 8/9] libbpf: Update gen_loader to emit BTF_KIND_FUNC relocations
` [PATCH bpf-next v6 9/9] bpf: selftests: Add selftests for module kfunc support

[PATCH bpf] libbpf: fix memory leak in strset
 2021-10-01 21:00 UTC  (3+ messages)

How to attach a single bpf_program multiple times?
 2021-10-01 20:52 UTC  (2+ messages)

[PATCH bpf-next 0/5] introduce dummy BPF STRUCT_OPS
 2021-10-01 19:09 UTC  (12+ messages)
` [PATCH bpf-next 2/5] bpf: factor out a helper to prepare trampoline for struct_ops prog
` [PATCH bpf-next 3/5] bpf: do .test_run in dummy BPF STRUCT_OPS
` [PATCH bpf-next 5/5] selftests/bpf: test return value handling for struct_ops prog

[PATCH v14 bpf-next 00/18] mvneta: introduce XDP multi-buffer support
 2021-10-01 18:35 UTC  (10+ messages)

[PATCH bpf-next 00/10] bpf/tests: Extend eBPF JIT test suite
 2021-10-01 15:10 UTC  (12+ messages)
` [PATCH bpf-next 01/10] bpf/tests: Add tests of BPF_LDX and BPF_STX with small sizes
` [PATCH bpf-next 02/10] bpf/tests: Add zero-extension checks in BPF_ATOMIC tests
` [PATCH bpf-next 03/10] bpf/tests: Add exhaustive tests of BPF_ATOMIC magnitudes
` [PATCH bpf-next 04/10] bpf/tests: Add tests to check source register zero-extension
` [PATCH bpf-next 05/10] bpf/tests: Add more tests for ALU and ATOMIC register clobbering
` [PATCH bpf-next 06/10] bpf/tests: Minor restructuring of ALU tests
` [PATCH bpf-next 07/10] bpf/tests: Add exhaustive tests of ALU register combinations
` [PATCH bpf-next 08/10] bpf/tests: Add exhaustive tests of BPF_ATOMIC "
` [PATCH bpf-next 09/10] bpf/tests: Add test of ALU shifts with operand register aliasing
` [PATCH bpf-next 10/10] bpf/tests: Add test of LDX_MEM with operand aliasing

[PATCH bpf-next] test_bpf: add module parameter test_type
 2021-10-01 13:51 UTC 

[RFC Patch net-next v2] net_sched: introduce eBPF based Qdisc
 2021-10-01 13:43 UTC  (9+ messages)

[syzbot] general protection fault in perf_tp_event (3)
 2021-10-01 12:05 UTC 

[PATCH -tip v11 00/27] kprobes: Fix stacktrace with kretprobes on x86
 2021-10-01  0:35 UTC  (10+ messages)

[PATCH bpf] libbpf: Fix segfault in light skeleton for objects without BTF
 2021-09-30 22:54 UTC  (2+ messages)

[PATCH bpf-next] bpf,x64: Save bytes for DIV by reducing reg copies
 2021-09-30 22:50 UTC  (2+ messages)

[GIT PULL] Networking for 5.15-rc4
 2021-09-30 21:34 UTC  (2+ messages)

[PATCH bpf-next] Trivial: docs: correct some English grammar and spelling
 2021-09-30 21:30 UTC  (2+ messages)

[PATCH bpf-next 0/2] Sleepable local storage
 2021-09-30 18:46 UTC  (10+ messages)
` [PATCH bpf-next 1/2] bpf: Allow bpf_local_storage to be used by sleepable programs

[PATCH v2] bpf: Fix integer overflow in prealloc_elems_and_freelist()
 2021-09-30 16:20 UTC  (2+ messages)

[PATCH bpf-next v2] test_bpf: add module parameter test_type
 2021-09-30 14:07 UTC 

[PATCH net-next v3] net/mlx4_en: Add XDP_REDIRECT statistics
 2021-09-30 13:20 UTC  (2+ messages)

[PATCH net-next 1/1] ixgbe: let the xdpdrv work with more than 64 cpus
 2021-09-30 12:50 UTC  (2+ messages)

[PATCH] bpf: Fix integer overflow in prealloc_elems_and_freelist()
 2021-09-30 12:14 UTC  (3+ messages)

[net-next v2 PATCH] octeontx2-pf: Add XDP support to netdev PF
 2021-09-30 12:10 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).