bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-14 12:20:25 to 2024-01-17 09:40:35 UTC [more...]

[PATCH] bpf: Refactor ptr alu checking rules to allow alu explicitly
 2024-01-17  9:40 UTC 

[PATCH] fix bpf_redirect_peer header doc
 2024-01-17  9:30 UTC  (2+ messages)

[PATCH bpf-next] bpf: Allow setting SO_TIMESTAMPING* with bpf_setsockopt()
 2024-01-17  7:33 UTC  (3+ messages)

[PATCH net-next 00/17] virtio-net: support AF_XDP zero copy (3/3)
 2024-01-17  5:55 UTC  (23+ messages)
` [PATCH net-next 01/17] virtio_net: separate virtnet_rx_resize()
` [PATCH net-next 02/17] virtio_net: separate virtnet_tx_resize()
` [PATCH net-next 03/17] virtio_net: xsk: bind/unbind xsk
` [PATCH net-next 04/17] virtio_net: xsk: prevent disable tx napi
` [PATCH net-next 05/17] virtio_net: move some api to header
` [PATCH net-next 06/17] virtio_net: xsk: tx: support xmit xsk buffer
` [PATCH net-next 07/17] virtio_net: xsk: tx: support wakeup
` [PATCH net-next 08/17] virtio_net: xsk: tx: handle the transmitted xsk buffer
` [PATCH net-next 09/17] virtio_net: xsk: tx: free the unused "
` [PATCH net-next 10/17] virtio_net: separate receive_mergeable
` [PATCH net-next 11/17] virtio_net: separate receive_buf
` [PATCH net-next 12/17] virtio_net: xsk: rx: support fill with xsk buffer
` [PATCH net-next 13/17] virtio_net: xsk: rx: support recv merge mode
` [PATCH net-next 14/17] virtio_net: xsk: rx: support recv small mode
` [PATCH net-next 15/17] virtio_net: xsk: rx: free the unused xsk buffer
` [PATCH net-next 16/17] virtio_net: update tx timeout record
` [PATCH net-next 17/17] virtio_net: xdp_features add NETDEV_XDP_ACT_XSK_ZEROCOPY

[PATCH AUTOSEL 5.4 02/31] selftests/bpf: satisfy compiler by having explicit return in btf test
 2024-01-17  4:16 UTC  (5+ messages)
` [PATCH AUTOSEL 5.4 03/31] selftests/bpf: Fix pyperf180 compilation failure with clang18
` [PATCH AUTOSEL 5.4 11/31] bpf: Add map and need_defer parameters to .map_fd_put_ptr()
` [PATCH AUTOSEL 5.4 28/31] libbpf: Fix NULL pointer dereference in bpf_object__collect_prog_relos

[PATCH AUTOSEL 4.19 07/22] bpf: Add map and need_defer parameters to .map_fd_put_ptr()
 2024-01-17  4:16 UTC  (2+ messages)

[Bpf] Sign extension ISA question
 2024-01-17  3:48 UTC  (9+ messages)
`  "

[PATCH v3 bpf-next 0/3] bpf: Add bpf_iter_cpumask
 2024-01-17  2:48 UTC  (4+ messages)
` [PATCH v3 bpf-next 1/3] bpf: Add bpf_iter_cpumask kfuncs
` [PATCH v3 bpf-next 2/3] bpf, doc: Add document for cpumask iter
` [PATCH v3 bpf-next 3/3] selftests/bpf: Add selftests "

[PATCH v8 bpf-next 0/6] bpf: tcp: Support arbitrary SYN Cookie at TC
 2024-01-17  1:55 UTC  (9+ messages)
` [PATCH v8 bpf-next 1/6] tcp: Move tcp_ns_to_ts() to tcp.h
` [PATCH v8 bpf-next 2/6] tcp: Move skb_steal_sock() to request_sock.h
` [PATCH v8 bpf-next 3/6] bpf: tcp: Handle BPF SYN Cookie in skb_steal_sock()
` [PATCH v8 bpf-next 4/6] bpf: tcp: Handle BPF SYN Cookie in cookie_v[46]_check()
` [PATCH v8 bpf-next 5/6] bpf: tcp: Support arbitrary SYN Cookie
` [PATCH v8 bpf-next 6/6] selftest: bpf: Test bpf_sk_assign_tcp_reqsk()

[PATCH AUTOSEL 6.7 003/108] selftests/bpf: fix RELEASE=1 build for tc_opts
 2024-01-17  1:38 UTC  (16+ messages)
` [PATCH AUTOSEL 6.7 004/108] selftests/bpf: satisfy compiler by having explicit return in btf test
` [PATCH AUTOSEL 6.7 005/108] libbpf: Fix potential uninitialized tail padding with LIBBPF_OPTS_RESET
` [PATCH AUTOSEL 6.7 006/108] selftests/bpf: Fix pyperf180 compilation failure with clang18
` [PATCH AUTOSEL 6.7 008/108] selftests/bpf: Fix issues in setup_classid_environment()
` [PATCH AUTOSEL 6.7 031/108] bpf: Fix a few selftest failures due to llvm18 change
` [PATCH AUTOSEL 6.7 037/108] bpf: Check rcu_read_lock_trace_held() before calling bpf map helpers
` [PATCH AUTOSEL 6.7 038/108] bpf: Add map and need_defer parameters to .map_fd_put_ptr()
` [PATCH AUTOSEL 6.7 039/108] bpf: Set need_defer as false when clearing fd array during map free
` [PATCH AUTOSEL 6.7 051/108] bpf: Guard stack limits against 32bit overflow
` [PATCH AUTOSEL 6.7 052/108] bpf: Set uattr->batch.count as zero before batched update or deletion
` [PATCH AUTOSEL 6.7 066/108] selftests/bpf: fix compiler warnings in RELEASE=1 mode
` [PATCH AUTOSEL 6.7 076/108] net: atlantic: eliminate double free in error handling logic
` [PATCH AUTOSEL 6.7 083/108] x86/cfi,bpf: Fix bpf_exception_cb() signature
` [PATCH AUTOSEL 6.7 092/108] libbpf: Fix NULL pointer dereference in bpf_object__collect_prog_relos

[PATCH bpf v4 1/2] libbpf: Apply map_set_def_max_entries() for inner_maps on creation
 2024-01-17  0:47 UTC  (5+ messages)
` [PATCH bpf v4 2/2] selftest/bpf: Add map_in_maps with BPF_MAP_TYPE_PERF_EVENT_ARRAY values

[PATCH bpf-next v4 0/2] Skip callback tests if jit is disabled in test_verifier
 2024-01-17  0:16 UTC  (6+ messages)
` [PATCH bpf-next v4 1/2] selftests/bpf: Move is_jit_enabled() to testing_helpers
` [PATCH bpf-next v4 2/2] selftests/bpf: Skip callback tests if jit is disabled in test_verifier

[PATCH v2 bpf-next 0/5] bpf: volatile compare
 2024-01-16 23:55 UTC  (18+ messages)
` [PATCH v2 bpf-next 2/5] bpf: Introduce "volatile compare" macro
          ` asm register constraint. Was: "

flaky tc_redirect/tc_redirect_dtime
 2024-01-16 22:38 UTC  (3+ messages)

[PATCH AUTOSEL 5.10 02/44] selftests/bpf: satisfy compiler by having explicit return in btf test
 2024-01-16 20:00 UTC  (7+ messages)
` [PATCH AUTOSEL 5.10 03/44] selftests/bpf: Fix pyperf180 compilation failure with clang18
` [PATCH AUTOSEL 5.10 13/44] bpf: Add map and need_defer parameters to .map_fd_put_ptr()
` [PATCH AUTOSEL 5.10 14/44] bpf: Set need_defer as false when clearing fd array during map free
` [PATCH AUTOSEL 5.10 18/44] bpf: Guard stack limits against 32bit overflow
` [PATCH AUTOSEL 5.10 19/44] bpf: Set uattr->batch.count as zero before batched update or deletion
` [PATCH AUTOSEL 5.10 38/44] libbpf: Fix NULL pointer dereference in bpf_object__collect_prog_relos

[PATCH AUTOSEL 5.15 02/47] selftests/bpf: satisfy compiler by having explicit return in btf test
 2024-01-16 19:57 UTC  (8+ messages)
` [PATCH AUTOSEL 5.15 03/47] selftests/bpf: Fix pyperf180 compilation failure with clang18
` [PATCH AUTOSEL 5.15 04/47] selftests/bpf: Fix issues in setup_classid_environment()
` [PATCH AUTOSEL 5.15 14/47] bpf: Add map and need_defer parameters to .map_fd_put_ptr()
` [PATCH AUTOSEL 5.15 15/47] bpf: Set need_defer as false when clearing fd array during map free
` [PATCH AUTOSEL 5.15 19/47] bpf: Guard stack limits against 32bit overflow
` [PATCH AUTOSEL 5.15 20/47] bpf: Set uattr->batch.count as zero before batched update or deletion
` [PATCH AUTOSEL 5.15 39/47] libbpf: Fix NULL pointer dereference in bpf_object__collect_prog_relos

[PATCH AUTOSEL 6.1 02/68] selftests/bpf: satisfy compiler by having explicit return in btf test
 2024-01-16 19:53 UTC  (10+ messages)
` [PATCH AUTOSEL 6.1 03/68] selftests/bpf: Fix pyperf180 compilation failure with clang18
` [PATCH AUTOSEL 6.1 05/68] selftests/bpf: Fix issues in setup_classid_environment()
` [PATCH AUTOSEL 6.1 21/68] bpf: Check rcu_read_lock_trace_held() before calling bpf map helpers
` [PATCH AUTOSEL 6.1 22/68] bpf: Add map and need_defer parameters to .map_fd_put_ptr()
` [PATCH AUTOSEL 6.1 23/68] bpf: Set need_defer as false when clearing fd array during map free
` [PATCH AUTOSEL 6.1 28/68] bpf: Guard stack limits against 32bit overflow
` [PATCH AUTOSEL 6.1 29/68] bpf: Set uattr->batch.count as zero before batched update or deletion
` [PATCH AUTOSEL 6.1 47/68] net: atlantic: eliminate double free in error handling logic
` [PATCH AUTOSEL 6.1 57/68] libbpf: Fix NULL pointer dereference in bpf_object__collect_prog_relos

[PATCH AUTOSEL 6.6 003/104] selftests/bpf: fix RELEASE=1 build for tc_opts
 2024-01-16 19:46 UTC  (14+ messages)
` [PATCH AUTOSEL 6.6 004/104] selftests/bpf: satisfy compiler by having explicit return in btf test
` [PATCH AUTOSEL 6.6 005/104] libbpf: Fix potential uninitialized tail padding with LIBBPF_OPTS_RESET
` [PATCH AUTOSEL 6.6 006/104] selftests/bpf: Fix pyperf180 compilation failure with clang18
` [PATCH AUTOSEL 6.6 008/104] selftests/bpf: Fix issues in setup_classid_environment()
` [PATCH AUTOSEL 6.6 031/104] bpf: Fix a few selftest failures due to llvm18 change
` [PATCH AUTOSEL 6.6 036/104] bpf: Check rcu_read_lock_trace_held() before calling bpf map helpers
` [PATCH AUTOSEL 6.6 037/104] bpf: Add map and need_defer parameters to .map_fd_put_ptr()
` [PATCH AUTOSEL 6.6 038/104] bpf: Set need_defer as false when clearing fd array during map free
` [PATCH AUTOSEL 6.6 050/104] bpf: Guard stack limits against 32bit overflow
` [PATCH AUTOSEL 6.6 051/104] bpf: Set uattr->batch.count as zero before batched update or deletion
` [PATCH AUTOSEL 6.6 065/104] selftests/bpf: fix compiler warnings in RELEASE=1 mode
` [PATCH AUTOSEL 6.6 075/104] net: atlantic: eliminate double free in error handling logic
` [PATCH AUTOSEL 6.6 089/104] libbpf: Fix NULL pointer dereference in bpf_object__collect_prog_relos

[RFC bpf-next] crypto for unsleepable progs + new persistent bpf map for kernel api structs
 2024-01-16 17:45 UTC  (4+ messages)

[PATCH bpf-next] selftests/bpf: fix potential premature unload in bpf_testmod
 2024-01-16 16:58 UTC  (4+ messages)
` [PATCH bpf-next v2] "

[PATCH v4 1/2] bpf: Reject variable offset alu on PTR_TO_FLOW_KEYS
 2024-01-16 16:48 UTC  (5+ messages)
` [PATCH v4 2/2] selftests/bpf: Add test for "

[PATCH bpf-next 03/29] bpf: introduce BPF token object
 2024-01-16 16:37 UTC  (11+ messages)

[PATCH bpf-next v1] bpftool: Silence build warning about calloc()
 2024-01-16 15:30 UTC  (3+ messages)

[PATCH bpf-next 0/4] Mixing bpf2bpf and tailcalls for RV64
 2024-01-16 14:21 UTC  (4+ messages)
` [PATCH bpf-next 4/4] riscv, bpf: Mixing bpf2bpf and tailcalls

[RFC nf-next v5 0/2] netfilter: bpf: support prog update
 2024-01-16 13:46 UTC  (2+ messages)

[PATCH bpf v4 1/2] libbpf: Apply map_set_def_max_entries() for inner_maps on creation
 2024-01-16 13:34 UTC  (2+ messages)
` [PATCH bpf v4 2/2] selftest/bpf: Add map_in_maps with BPF_MAP_TYPE_PERF_EVENT_ARRAY values

[PATCH net-next 0/5] virtio-net: make the virtio-net has independent directory
 2024-01-16 12:32 UTC  (7+ messages)
` [PATCH net-next 1/5] virtio_net: rename free_old_xmit_skbs to free_old_xmit
` [PATCH net-next 2/5] virtio_net: unify the code for recycling the xmit ptr
` [PATCH net-next 3/5] virtio_net: independent directory
` [PATCH net-next 4/5] virtio_net: move core structures to virtio_net.h
` [PATCH net-next 5/5] virtio_net: add prefix virtnet to all struct inside virtio_net.h

[PATCH bpf-next v2 0/6] Zbb support and code simplification for RV64 JIT
 2024-01-16  9:05 UTC  (7+ messages)
` [PATCH bpf-next v2 6/6] riscv, bpf: Optimize bswap insns with Zbb support

[PATCH net-next 0/5] virtio-net: sq support premapped mode
 2024-01-16  7:59 UTC  (6+ messages)
` [PATCH net-next 1/5] virtio_ring: introduce virtqueue_get_buf_ctx_dma()
` [PATCH net-next 2/5] virtio_ring: virtqueue_disable_and_recycle let the callback detach bufs
` [PATCH net-next 3/5] virtio_ring: introduce virtqueue_detach_unused_buf_dma()
` [PATCH net-next 4/5] virtio_ring: introduce virtqueue_get_dma_premapped()
` [PATCH net-next 5/5] virtio_net: sq support premapped mode

[PATCH net-next v3 00/27] virtio-net: support AF_XDP zero copy
 2024-01-16  7:32 UTC  (4+ messages)
` [PATCH net-next v3 06/27] virtio_ring: introduce virtqueue_get_buf_ctx_dma()

[PATCH bpf-next v8 1/3] bpf: make common crypto API for TC/XDP programs
 2024-01-15 22:08 UTC  (3+ messages)
` [PATCH bpf-next v8 2/3] bpf: crypto: add skcipher to bpf crypto
` [PATCH bpf-next v8 3/3] selftests: bpf: crypto skcipher algo selftests

[PATCH v7 bpf-next 5/6] bpf: tcp: Support arbitrary SYN Cookie
 2024-01-15 20:13 UTC  (2+ messages)

[PATCH bpf v3] libbpf: Apply map_set_def_max_entries() for inner_maps on creation
 2024-01-15 18:51 UTC  (3+ messages)

[PATCH bpf-next] bpf: Minor improvements for bpf_cmp
 2024-01-15 17:10 UTC  (2+ messages)

Fwd: BPF-NX+CFI is a good upstreaming candidate
 2024-01-15 16:09 UTC  (7+ messages)
    ` [External] "

[PATCH bpf-next v3 0/2] Skip callback tests if jit is disabled in test_verifier
 2024-01-15 14:00 UTC  (5+ messages)
` [PATCH bpf-next v3 1/2] selftests/bpf: Move is_jit_enabled() to testing_helpers
` [PATCH bpf-next v3 2/2] selftests/bpf: Skip callback tests if jit is disabled in test_verifier

[PATCH bpf-next v3 0/6] Zbb support and code simplification for RV64 JIT
 2024-01-15 12:54 UTC  (7+ messages)
` [PATCH bpf-next v3 1/6] riscv, bpf: Unify 32-bit sign-extension to emit_sextw
` [PATCH bpf-next v3 2/6] riscv, bpf: Unify 32-bit zero-extension to emit_zextw
` [PATCH bpf-next v3 3/6] riscv, bpf: Simplify sext and zext logics in branch instructions
` [PATCH bpf-next v3 4/6] riscv, bpf: Add necessary Zbb instructions
` [PATCH bpf-next v3 5/6] riscv, bpf: Optimize sign-extention mov insns with Zbb support
` [PATCH bpf-next v3 6/6] riscv, bpf: Optimize bswap "

[PATCH RESEND bpf-next v3 0/6] Zbb support and code simplification for RV64 JIT
 2024-01-15 13:12 UTC  (7+ messages)
` [PATCH RESEND bpf-next v3 1/6] riscv, bpf: Unify 32-bit sign-extension to emit_sextw
` [PATCH RESEND bpf-next v3 2/6] riscv, bpf: Unify 32-bit zero-extension to emit_zextw
` [PATCH RESEND bpf-next v3 3/6] riscv, bpf: Simplify sext and zext logics in branch instructions
` [PATCH RESEND bpf-next v3 4/6] riscv, bpf: Add necessary Zbb instructions
` [PATCH RESEND bpf-next v3 5/6] riscv, bpf: Optimize sign-extention mov insns with Zbb support
` [PATCH RESEND bpf-next v3 6/6] riscv, bpf: Optimize bswap "

[PATCH v3 0/4] net/sched: Load modules via alias
 2024-01-15 12:16 UTC  (4+ messages)
` [PATCH v3 1/4] net/sched: Add helper macros with module names

unsubscribe
 2024-01-15  8:19 UTC 

[PATCH v2 bpf-next 2/2] selftests/bpf: Add selftests for cpumask iter
 2024-01-15  1:52 UTC  (2+ messages)

[PATCH net v2 0/2] tls fixes for SPLICE with more hint
 2024-01-14 12:20 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).