bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-22 11:31:27 to 2024-01-02 19:17:26 UTC [more...]

[PATCH v7 bpf-next 0/6] bpf: tcp: Support arbitrary SYN Cookie at TC
 2024-01-02 19:17 UTC  (4+ messages)
` [PATCH v7 bpf-next 6/6] selftest: bpf: Test bpf_sk_assign_tcp_reqsk()

[PATCH bpf-next v11 0/4] Relax tracing prog recursive attach rules
 2024-01-02 19:09 UTC  (6+ messages)
` [PATCH bpf-next v11 1/4] bpf: "
` [PATCH bpf-next v11 2/4] selftests/bpf: Add test for recursive attachment of tracing progs
` [PATCH bpf-next v11 3/4] bpf: Fix re-attachment branch in bpf_tracing_prog_attach
` [PATCH bpf-next v11 4/4] selftests/bpf: Test re-attachment fix for bpf_tracing_prog_attach

[PATCH bpf-next] bpf: Track aligned st store as imprecise spilled registers
 2024-01-02 19:07 UTC 

[PATCH v2 bpf-next 0/9] Libbpf-side __arg_ctx fallback support
 2024-01-02 19:00 UTC  (10+ messages)
` [PATCH v2 bpf-next 1/9] libbpf: name internal functions consistently
` [PATCH v2 bpf-next 2/9] libbpf: make uniform use of btf__fd() accessor inside libbpf
` [PATCH v2 bpf-next 3/9] libbpf: use explicit map reuse flag to skip map creation steps
` [PATCH v2 bpf-next 4/9] libbpf: don't rely on map->fd as an indicator of map being created
` [PATCH v2 bpf-next 5/9] libbpf: use stable map placeholder FDs
` [PATCH v2 bpf-next 6/9] libbpf: move exception callbacks assignment logic into relocation step
` [PATCH v2 bpf-next 7/9] libbpf: move BTF loading step after "
` [PATCH v2 bpf-next 8/9] libbpf: implement __arg_ctx fallback logic
` [PATCH v2 bpf-next 9/9] selftests/bpf: add arg:ctx cases to test_global_funcs tests

[PATCH bpf-next v2 0/3] bpf: inline bpf_kptr_xchg()
 2024-01-02 18:41 UTC  (7+ messages)
` [PATCH bpf-next v2 1/3] bpf: Support inlining bpf_kptr_xchg() helper
` [PATCH bpf-next v2 2/3] selftests/bpf: Factor out get_xlated_program() helper
` [PATCH bpf-next v2 3/3] selftests/bpf: Test the inlining of bpf_kptr_xchg()

Funky verifier packet range error (> check works, != does not)
 2024-01-02 18:30 UTC  (3+ messages)

[PATCH bpf-next 0/2] bpf: add csum/ip_summed fields to __sk_buff
 2024-01-02 18:11 UTC  (4+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] testcases/bpf: add testcases for skb->csum to ctx_skb.c

test_kmod.sh fails with constant blinding
 2024-01-02 17:47 UTC  (3+ messages)

[PATCH 0/5] bpf: Adjustments for four function implementations
 2024-01-02 17:25 UTC  (9+ messages)
` [PATCH 1/5] bpf: Improve exception handling in bpf_struct_ops_link_create()
` [PATCH 2/5] bpf: Move an assignment for the variable “st_map” "
` [PATCH 3/5] bpf: Improve exception handling in bpf_core_apply()
` [PATCH 4/5] bpf: Return directly after a failed bpf_map_kmalloc_node() in bpf_cgroup_storage_alloc()
` [PATCH 5/5] bpf: Improve exception handling in trie_update_elem()

[PATCH bpf-next 0/8] Libbpf-side __arg_ctx fallback support
 2024-01-02 17:11 UTC  (9+ messages)
` [PATCH bpf-next 6/8] libbpf: move BTF loading step after relocation step
` [PATCH bpf-next 7/8] libbpf: implement __arg_ctx fallback logic

[RFC PATCH net-next v1 0/4] Abstract page from net stack
 2024-01-02 16:14 UTC  (13+ messages)
` [RFC PATCH net-next v1 4/4] net: page_pool: use netmem_t instead of struct page in API

[PATCH bpf-next v1] bpf: Return -ENOTSUPP if callbacks are not allowed in non-JITed programs
 2024-01-02 16:13 UTC  (2+ messages)

[PATCH bpf 0/5] fix sockmap + stream af_unix memleak
 2024-01-02 15:18 UTC  (4+ messages)
` [PATCH bpf 1/5] bpf: sockmap, fix proto update hook to avoid dup calls

Unable to trace nf_nat function using kprobe with latest kernel 6.1.66-1
 2024-01-02 15:00 UTC  (2+ messages)

[PATCH iwl-next,v1 1/1] igc: Add Tx hardware timestamp request for AF_XDP zero-copy packet
 2024-01-02 14:50 UTC  (2+ messages)

Need help in tracing nf_nat kprobe
 2024-01-02 11:14 UTC 

[RFC nf-next v5 0/2] netfilter: bpf: support prog update
 2024-01-02  6:11 UTC  (3+ messages)
` [RFC nf-next v5 1/2] "
` [RFC nf-next v5 2/2] selftests/bpf: Add netfilter link prog update test

[PATCH] bpf: Improve 11 size determinations
 2024-01-01 17:00 UTC 

pull-request: bpf-next 2023-12-22
 2024-01-01 14:50 UTC  (2+ messages)

[PATCH] ftrace: Fix modification of direct_function hash while in use
 2023-12-31  0:19 UTC  (4+ messages)

[PATCH net-next v3 00/27] virtio-net: support AF_XDP zero copy
 2023-12-30  1:01 UTC  (31+ messages)
` [PATCH net-next v3 01/27] virtio_net: rename free_old_xmit_skbs to free_old_xmit
` [PATCH net-next v3 02/27] virtio_net: unify the code for recycling the xmit ptr
` [PATCH net-next v3 03/27] virtio_net: independent directory
` [PATCH net-next v3 04/27] virtio_net: move core structures to virtio_net.h
` [PATCH net-next v3 05/27] virtio_net: add prefix virtnet to all struct inside virtio_net.h
` [PATCH net-next v3 06/27] virtio_ring: introduce virtqueue_get_buf_ctx_dma()
` [PATCH net-next v3 07/27] virtio_ring: virtqueue_disable_and_recycle let the callback detach bufs
` [PATCH net-next v3 08/27] virtio_ring: introduce virtqueue_detach_unused_buf_dma()
` [PATCH net-next v3 09/27] virtio_ring: introduce virtqueue_get_dma_premapped()
` [PATCH net-next v3 10/27] virtio_net: sq support premapped mode
` [PATCH net-next v3 11/27] virtio_net: separate virtnet_rx_resize()
` [PATCH net-next v3 12/27] virtio_net: separate virtnet_tx_resize()
` [PATCH net-next v3 13/27] virtio_net: xsk: bind/unbind xsk
` [PATCH net-next v3 14/27] virtio_net: xsk: prevent disable tx napi
` [PATCH net-next v3 15/27] virtio_net: move some api to header
` [PATCH net-next v3 16/27] virtio_net: xsk: tx: support xmit xsk buffer
` [PATCH net-next v3 17/27] virtio_net: xsk: tx: support wakeup
` [PATCH net-next v3 18/27] virtio_net: xsk: tx: handle the transmitted xsk buffer
` [PATCH net-next v3 19/27] virtio_net: xsk: tx: free the unused "
` [PATCH net-next v3 20/27] virtio_net: separate receive_mergeable
` [PATCH net-next v3 21/27] virtio_net: separate receive_buf
` [PATCH net-next v3 22/27] virtio_net: xsk: rx: support fill with xsk buffer
` [PATCH net-next v3 23/27] virtio_net: xsk: rx: support recv merge mode
` [PATCH net-next v3 24/27] virtio_net: xsk: rx: support recv small mode
` [PATCH net-next v3 25/27] virtio_net: xsk: rx: free the unused xsk buffer
` [PATCH net-next v3 26/27] virtio_net: update tx timeout record
` [PATCH net-next v3 27/27] virtio_net: xdp_features add NETDEV_XDP_ACT_XSK_ZEROCOPY

[RFC PATCH v3 0/3] devguard: guard mknod for non-initial user namespace
 2023-12-29 22:31 UTC  (12+ messages)
` [RFC PATCH v3 3/3] devguard: added device guard for mknod in non-initial userns

[RFC nf-next v4 0/2] netfilter: bpf: support prog update
 2023-12-29  8:03 UTC  (4+ messages)
` [RFC nf-next v4 1/2] "
` [RFC nf-next v4 2/2] selftests/bpf: Add netfilter link prog update test

[PATCH bpf-next v1 0/3] bpf: introduce BPF_MAP_TYPE_RELAY
 2023-12-28 11:19 UTC  (10+ messages)
` [PATCH bpf-next v1 1/3] bpf: implement relay map basis
` [PATCH bpf-next v1 2/3] bpf: add bpf_relay_output kfunc
` [PATCH bpf-next v1 3/3] selftests/bpf: add bpf relay map selftests

[RFC nf-next v3 0/2] netfilter: bpf: support prog update
 2023-12-28 11:06 UTC  (8+ messages)
` [RFC nf-next v3 1/2] "

progs/test_tunnel_kern.c:802:43: error: use of undeclared identifier 'FOU_BPF_ENCAP_FOU'
 2023-12-28  3:43 UTC  (3+ messages)

[PATCH bpf-next v6 0/8] bpf: Reduce memory usage for bpf_global_percpu_ma
 2023-12-28  0:49 UTC  (3+ messages)

[PATCH] HID: bpf: One function call less in call_hid_bpf_rdesc_fixup() after error detection
 2023-12-27 15:46 UTC  (4+ messages)
  `  "

[PATCH v3 bpf-next 0/6] bpf: volatile compare
 2023-12-26 19:11 UTC  (7+ messages)
` [PATCH v3 bpf-next 1/6] selftests/bpf: Attempt to build BPF programs with -Wsign-compare
` [PATCH v3 bpf-next 2/6] bpf: Introduce "volatile compare" macros
` [PATCH v3 bpf-next 3/6] selftests/bpf: Convert exceptions_assert.c to bpf_cmp
` [PATCH v3 bpf-next 4/6] selftests/bpf: Remove bpf_assert_eq-like macros
` [PATCH v3 bpf-next 5/6] bpf: Add bpf_nop_mov() asm macro
` [PATCH v3 bpf-next 6/6] selftests/bpf: Convert profiler.c to bpf_cmp

[syzbot] [bpf?] KMSAN: uninit-value in ___bpf_prog_run (4)
 2023-12-26 15:59 UTC 

[PATCH v5 00/34] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2023-12-26 15:24 UTC  (7+ messages)
` [PATCH v5 06/34] function_graph: Allow multiple users to attach to function graph
` [PATCH v5 11/34] function_graph: Have the instances use their own ftrace_ops for filtering

[PATCH] MAINTAINERS: Add BPF JIT for LOONGARCH entry
 2023-12-26 14:41 UTC  (4+ messages)

[PATCH bpf-next 00/15] Improvements for tracking scalars in the BPF verifier
 2023-12-26 13:22 UTC  (11+ messages)
` [PATCH bpf-next 01/15] selftests/bpf: Fix the u64_offset_to_skb_data test
` [PATCH bpf-next 08/15] bpf: Assign ID to scalars on spill
` [PATCH bpf-next 12/15] bpf: Preserve boundaries and track scalars on narrowing fill

HID-BPF fails to initialise for Linux 6.6.8, claiming -EINVAL
 2023-12-26 11:06 UTC 

Using BPF_MAP_TYPE_LPM_TRIE for string matching
 2023-12-26  1:38 UTC  (3+ messages)

[PATCH v2 bpf-next 0/5] bpf: volatile compare
 2023-12-25 20:33 UTC  (5+ messages)
` [PATCH v2 bpf-next 2/5] bpf: Introduce "volatile compare" macro

[PATCH bpf-next 0/3] bpf: introduce BPF_MAP_TYPE_RELAY
 2023-12-25 13:06 UTC  (20+ messages)
` [PATCH bpf-next 1/3] bpf: implement relay map basis
` [PATCH bpf-next 2/3] bpf: implement map_update_elem to init relay file
` [PATCH bpf-next 3/3] bpf: introduce bpf_relay_output helper

[PATCH v5 bpf-next 0/5] mm, security, bpf: Fine-grained control over memory policy adjustments with lsm bpf
 2023-12-25  3:12 UTC  (5+ messages)

[PATCH bpf-next 0/4] bpf: Add bpf_iter_cpumask
 2023-12-24  3:14 UTC  (11+ messages)
` [PATCH bpf-next 1/4] cgroup, psi: Init PSI of root cgroup to psi_system
` [PATCH bpf-next 2/4] bpf: Add bpf_iter_cpumask kfuncs
` [PATCH bpf-next 3/4] bpf: Add new kfunc bpf_cpumask_set_from_pid
` [PATCH bpf-next 4/4] selftests/bpf: Add selftests for cpumask iter

[PATCH dwarves] pahole: Inject kfunc decl tags into BTF
 2023-12-23 19:40 UTC  (18+ messages)

Fwd: [PATCH] security: new security_file_ioctl_compat() hook
 2023-12-23 14:41 UTC  (2+ messages)
    `  "

[PATCH bpf-next 0/3] bpf: inline bpf_kptr_xchg()
 2023-12-23  4:01 UTC  (7+ messages)
` [PATCH bpf-next 2/3] bpf, x86: Don't generate lock prefix for BPF_XCHG

[PATCH 1/2] powerpc/bpf: ensure module addresses are supported
 2023-12-22 14:29 UTC  (2+ messages)

[PATCH bpf-next v10 0/4] Relax tracing prog recursive attach rules
 2023-12-22 14:05 UTC  (6+ messages)
` [PATCH bpf-next v10 1/4] bpf: "

Question about bpf perfbuf/ringbuf: pinned in backend with overwriting
 2023-12-22 12:25 UTC  (10+ 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).