public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-01-30 15:16:19 to 2023-01-31 23:59:14 UTC [more...]

[PATCH v2 dwarves 0/5] dwarves: support encoding of optimized-out parameters, removal of inconsistent static functions
 2023-01-31 23:58 UTC  (21+ messages)
` [PATCH v2 dwarves 1/5] dwarves: help dwarf loader spot functions with optimized-out parameters
` [PATCH v2 dwarves 3/5] btf_encoder: rework btf_encoders__*() API to allow traversal of encoders
` [PATCH v2 dwarves 5/5] btf_encoder: delay function addition to check for function prototype inconsistencies

[PATCH 0/9] use canonical ftrace path whenever possible
 2023-01-31 23:25 UTC  (11+ messages)
` [PATCH 2/9] bpf: use canonical ftrace path
` [PATCH 3/9] selftests/bpf: "

[PATCH v9 bpf-next 0/5] Add skb + xdp dynptrs
 2023-01-31 23:17 UTC  (30+ messages)
` [PATCH v9 bpf-next 3/5] bpf: Add skb dynptrs
` [PATCH v9 bpf-next 5/5] selftests/bpf: tests for using dynptrs to parse skb and xdp buffers

LSF/MM/BPF activity proposal: Compiled BPF
 2023-01-31 23:09 UTC  (3+ messages)
` [Lsf-pc] "

[PATCH v4 1/2] tools/resolve_btfids: Install subcmd headers
 2023-01-31 22:50 UTC  (10+ messages)
` [PATCH v4 2/2] tools/resolve_btfids: Alter how HOSTCC is forced

[PATCH bpf-next 0/6] New benchmark for hashmap lookups
 2023-01-31 22:50 UTC  (19+ messages)
` [PATCH bpf-next 3/6] selftest/bpf/benchs: enhance argp parsing
` [PATCH bpf-next 4/6] selftest/bpf/benchs: make quiet option common
` [PATCH bpf-next 6/6] selftest/bpf/benchs: Add benchmark for hashmap lookups

[PATCH v3 bpf-next 00/11] BPF rbtree next-gen datastructure
 2023-01-31 21:40 UTC  (14+ messages)
` [PATCH v3 bpf-next 01/11] bpf: Migrate release_on_unlock logic to non-owning ref semantics
` [PATCH v3 bpf-next 02/11] bpf: Improve bpf_reg_state space usage for non-owning ref lock
` [PATCH v3 bpf-next 03/11] selftests/bpf: Update linked_list tests for non-owning ref semantics
` [PATCH v3 bpf-next 04/11] bpf: Add basic bpf_rb_{root,node} support
` [PATCH v3 bpf-next 05/11] bpf: Add bpf_rbtree_{add,remove,first} kfuncs
` [PATCH v3 bpf-next 06/11] bpf: Add support for bpf_rb_root and bpf_rb_node in kfunc args
` [PATCH v3 bpf-next 07/11] bpf: Add callback validation to kfunc verifier logic
` [PATCH v3 bpf-next 08/11] bpf: Special verifier handling for bpf_rbtree_{remove, first}
` [PATCH v3 bpf-next 09/11] bpf: Add bpf_rbtree_{add,remove,first} decls to bpf_experimental.h
` [PATCH v3 bpf-next 10/11] selftests/bpf: Add rbtree selftests
` [PATCH v3 bpf-next 11/11] bpf, documentation: Add graph documentation for non-owning refs

[PATCH bpf-next 00/13] ice: add XDP mbuf support
 2023-01-31 20:45 UTC  (14+ messages)
` [PATCH bpf-next 01/13] ice: prepare legacy-rx for upcoming XDP multi-buffer support
` [PATCH bpf-next 02/13] ice: add xdp_buff to ice_rx_ring struct
` [PATCH bpf-next 03/13] ice: store page count inside ice_rx_buf
` [PATCH bpf-next 04/13] ice: pull out next_to_clean bump out of ice_put_rx_buf()
` [PATCH bpf-next 05/13] ice: inline eop check
` [PATCH bpf-next 06/13] ice: centrallize Rx buffer recycling
` [PATCH bpf-next 07/13] ice: use ice_max_xdp_frame_size() in ice_xdp_setup_prog()
` [PATCH bpf-next 08/13] ice: do not call ice_finalize_xdp_rx() unnecessarily
` [PATCH bpf-next 09/13] ice: use xdp->frame_sz instead of recalculating truesize
` [PATCH bpf-next 10/13] ice: add support for XDP multi-buffer on Rx side
` [PATCH bpf-next 11/13] ice: add support for XDP multi-buffer on Tx side
` [PATCH bpf-next 12/13] ice: remove next_{dd,rs} fields from ice_tx_ring
` [PATCH bpf-next 13/13] ice: xsk: do not convert to buff to frame for XDP_TX

CORE feature request: support checking field type directly
 2023-01-31 19:58 UTC  (7+ messages)

[PATCH bpf-next RFC V1] selftests/bpf: xdp_hw_metadata clear metadata when -EOPNOTSUPP
 2023-01-31 19:01 UTC  (5+ messages)
` [xdp-hints] "

[PATCH bpf-next v2 0/2] bpf: Fix to preserve reg parent/live fields when copying range info
 2023-01-31 18:55 UTC  (14+ messages)

[PATCH bpf-next v3 0/1] docs/bpf: Add description of register liveness tracking algorithm
 2023-01-31 18:11 UTC  (2+ messages)
` [PATCH bpf-next v3 1/1] "

[PATCH bpf-next] selftests/bpf: Try to address xdp_metadata crashes
 2023-01-31 18:07 UTC  (3+ messages)

[PATCH bpf-next v2 0/3] Add BPF_KFUNC macro for kfunc definitions
 2023-01-31 17:30 UTC  (13+ messages)
` [PATCH bpf-next v2 3/3] bpf: Use BPF_KFUNC macro at all "

[PATCH v2 bpf-next] bpf: Refactor release_regno searching logic
 2023-01-31 17:10 UTC 

[PATCH 00/35] Documentation: correct lots of spelling errors (series 1)
 2023-01-31 16:28 UTC  (2+ messages)
` (subset) "

[RFC] bpf: add bpf_link support for BPF_NETFILTER programs
 2023-01-31 16:19 UTC  (7+ messages)

Kernel build fail with 'btf_encoder__encode: btf__dedup failed!'
 2023-01-31 15:18 UTC  (7+ messages)

[PATCH bpf-next 1/2] selftests: bpf: Fix incorrect kernel headers search path
 2023-01-31 15:17 UTC  (4+ messages)
` [PATCH bpf-next 2/2] selftests: bpf docs: Use installed "

Typo in the man7 bpf-helpers page
 2023-01-31 14:51 UTC  (7+ messages)

[RFC PATCH 01/19] mm: Introduce vm_account
 2023-01-31 14:00 UTC  (2+ messages)

[PATCH bpf-next v3 0/8] Support bpf trampoline for s390x
 2023-01-31 13:36 UTC  (5+ messages)
  ` [PATCH bpf-next v3 0/8] Support bpf trampoline for s390x - CI issue

[PATCH dwarves] dwarves: sync with libbpf-1.1
 2023-01-31 12:47 UTC 

[PATCH v2 net] ixgbe: allow to increase MTU to some extent with XDP enabled
 2023-01-31 11:23 UTC  (5+ messages)
` [Intel-wired-lan] "

[PATCH v1 01/10] powerpc/bpf/32: Fix Oops on tail call tests
 2023-01-31  9:52 UTC  (6+ messages)
` [PATCH v1 06/10] powerpc/bpf: Perform complete extra passes to update addresses

[PATCH net-next v2] virtio-net: fix possible unsigned integer overflow
 2023-01-31  8:50 UTC 

[PATCH net-next] virtio-net: fix possible unsigned integer overflow
 2023-01-31  8:17 UTC  (5+ messages)

[PATCH net v2] ixgbe: Panic during XDP_TX with > 64 CPUs
 2023-01-31  7:38 UTC 

[PATCH] selftests/bpf: remove duplicate include header in files
 2023-01-31  6:40 UTC 

[RFC PATCH bpf-next v2 00/11] mm, bpf: Add BPF into /proc/meminfo
 2023-01-31  6:28 UTC  (11+ messages)

[PATCH RFC net-next v2 0/3] vsock: add support for sockmap
 2023-01-31  4:35 UTC  (4+ messages)
` [PATCH RFC net-next v2 1/3] vsock: support sockmap
` [PATCH RFC net-next v2 2/3] selftests/bpf: add vsock to vmtest.sh
` [PATCH RFC net-next v2 3/3] selftests/bpf: Add a test case for vsock sockmap

[PATCH v3 net] ixgbe: allow to increase MTU to 3K with XDP enabled
 2023-01-31  3:23 UTC 

[PATCH bpf-next v2 0/1] docs/bpf: Add description of register liveness tracking algorithm
 2023-01-31  2:33 UTC  (5+ messages)
` [PATCH bpf-next v2 1/1] "

[PATCHSET v2] sched: Implement BPF extensible scheduler class
 2023-01-31  1:45 UTC  (6+ messages)
` [PATCH 27/30] sched_ext: Implement core-sched support

[PATCH 02/34] selftests: bpf: Fix incorrect kernel headers search path
 2023-01-30 23:49 UTC  (9+ messages)
  ` [PATCH 30/34] selftests: bpf docs: Use installed "
` [PATCH 00/34] selftests: Fix incorrect "

[PATCH 23/30] sched_ext: Add cgroup support
 2023-01-30 23:41 UTC  (3+ messages)

[PATCHv2 bpf-next 0/7] bpf: Move kernel test kfuncs into bpf_testmod
 2023-01-30 23:16 UTC  (11+ messages)
` [PATCHv2 bpf-next 1/7] selftests/bpf: Move kfunc exports to bpf_testmod/bpf_testmod_kfunc.h
` [PATCHv2 bpf-next 2/7] selftests/bpf: Move test_progs helpers to testing_helpers object
` [PATCHv2 bpf-next 3/7] selftests/bpf: Do not unload bpf_testmod in load_bpf_testmod
` [PATCHv2 bpf-next 4/7] selftests/bpf: Use un/load_bpf_testmod functions in tests

[PATCH v4 bpf-next 0/8] xdp: introduce xdp-feature support
 2023-01-30 22:59 UTC  (4+ messages)
` [PATCH v4 bpf-next 8/8] selftests/bpf: introduce XDP compliance test tool

Interruptable eBPF programs
 2023-01-30 22:04 UTC  (3+ messages)

[PATCH bpf-next] Add support for tracing programs in BPF_PROG_RUN
 2023-01-30 20:39 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox