BPF List
 help / color / mirror / Atom feed
 messages from 2023-11-14 04:46:12 to 2023-11-17 16:46:51 UTC [more...]

[PATCH bpf 00/12] verify callbacks as if they are called unknown number of times
 2023-11-17 16:46 UTC  (18+ messages)
` [PATCH bpf 01/12] selftests/bpf: track tcp payload offset as scalar in xdp_synproxy
` [PATCH bpf 02/12] selftests/bpf: track string payload offset as scalar in strobemeta
` [PATCH bpf 03/12] selftests/bpf: fix bpf_loop_bench for new callback verification scheme
` [PATCH bpf 04/12] bpf: extract __check_reg_arg() utility function
` [PATCH bpf 05/12] bpf: extract setup_func_entry() "
` [PATCH bpf 06/12] bpf: verify callbacks as if they are called unknown number of times
` [PATCH bpf 07/12] selftests/bpf: tests for iterating callbacks
` [PATCH bpf 08/12] bpf: widening for callback iterators
` [PATCH bpf 09/12] selftests/bpf: test widening for iterating callbacks
` [PATCH bpf 10/12] bpf: keep track of max number of bpf_loop callback iterations
` [PATCH bpf 11/12] selftests/bpf: add __not_msg annotation for test_loader based tests
` [PATCH bpf 12/12] selftests/bpf: check if max number of bpf_loop iterations is tracked

[PATCH bpf-next v7 00/18] XDP metadata via kfuncs for ice + VLAN hint
 2023-11-17 15:14 UTC  (32+ messages)
` [PATCH bpf-next v7 01/18] ice: make RX hash reading code more reusable
` [PATCH bpf-next v7 02/18] ice: make RX HW timestamp "
` [PATCH bpf-next v7 03/18] ice: Make ptype internal to descriptor info processing
` [PATCH bpf-next v7 04/18] ice: Introduce ice_xdp_buff
` [PATCH bpf-next v7 05/18] ice: Support HW timestamp hint
` [PATCH bpf-next v7 06/18] ice: Support RX hash XDP hint
` [PATCH bpf-next v7 07/18] xsk: add functions to fill control buffer
` [PATCH bpf-next v7 08/18] ice: Support XDP hints in AF_XDP ZC mode
` [PATCH bpf-next v7 09/18] xdp: Add VLAN tag hint
` [PATCH bpf-next v7 10/18] ice: Implement "
` [PATCH bpf-next v7 11/18] ice: use VLAN proto from ring packet context in skb path
` [PATCH bpf-next v7 12/18] veth: Implement VLAN tag XDP hint
` [PATCH bpf-next v7 13/18] net: make vlan_get_tag() return -ENODATA instead of -EINVAL
` [PATCH bpf-next v7 14/18] mlx5: implement VLAN tag XDP hint
` [PATCH bpf-next v7 15/18] selftests/bpf: Allow VLAN packets in xdp_hw_metadata
` [PATCH bpf-next v7 16/18] selftests/bpf: Add flags and VLAN hint to xdp_hw_metadata
` [PATCH bpf-next v7 17/18] selftests/bpf: Use AF_INET for TX in xdp_metadata
` [PATCH bpf-next v7 18/18] selftests/bpf: Check VLAN tag and proto "

[PATCH net-next v8 00/15] Introducing P4TC
 2023-11-17 15:11 UTC  (29+ messages)
` [PATCH net-next v8 01/15] net: sched: act_api: Introduce dynamic actions list
` [PATCH net-next v8 02/15] net/sched: act_api: increase action kind string length
` [PATCH net-next v8 03/15] net/sched: act_api: Update tc_action_ops to account for dynamic actions
` [PATCH net-next v8 04/15] net/sched: act_api: add struct p4tc_action_ops as a parameter to lookup callback
` [PATCH net-next v8 05/15] net: sched: act_api: Add support for preallocated dynamic action instances
` [PATCH net-next v8 06/15] net: introduce rcu_replace_pointer_rtnl
` [PATCH net-next v8 07/15] rtnl: add helper to check if group has listeners
` [PATCH net-next v8 08/15] p4tc: add P4 data types
` [PATCH net-next v8 09/15] p4tc: add template pipeline create, get, update, delete
` [PATCH net-next v8 10/15] p4tc: add action template create, update, delete, get, flush and dump
` [PATCH net-next v8 11/15] p4tc: add template table "
` [PATCH net-next v8 12/15] p4tc: add runtime table entry create, update, get, delete, "
` [PATCH net-next v8 13/15] p4tc: add set of P4TC table kfuncs
` [PATCH net-next v8 14/15] p4tc: add P4 classifier
` [PATCH net-next v8 15/15] p4tc: Add P4 extern interface

[syzbot] [bpf?] [trace?] possible deadlock in dev_watchdog
 2023-11-17 14:12 UTC 

[PATCH bpf-next v4 1/2] bpf: add skcipher API support to TC/XDP programs
 2023-11-17 14:10 UTC  (3+ messages)

[PATCH 0/3] kernfs: Convert from strlcpy() to strscpy()
 2023-11-17 13:47 UTC  (5+ messages)
` [PATCH 1/3] kernfs: Convert kernfs_walk_ns() "
` [PATCH 2/3] kernfs: Convert kernfs_name_locked() "
` [PATCH 3/3] kernfs: Convert kernfs_path_from_node_locked() "

[PATCH bpf-next 0/3] skmsg: Add the data length in skmsg to SIOCINQ ioctl and rx_queue
 2023-11-17 10:59 UTC  (9+ messages)
` [PATCH bpf-next 1/3] skmsg: Calculate the data length in ingress_msg
` [PATCH bpf-next 2/3] tcp: Add the data length in skmsg to SIOCINQ ioctl
` [PATCH bpf-next 3/3] tcp_diag: Add the data length in skmsg to rx_queue

[PATCH bpf-next v11 00/13] Registrating struct_ops types from modules
 2023-11-17 10:45 UTC  (3+ messages)
` [PATCH bpf-next v11 13/13] selftests/bpf: test case for register_bpf_struct_ops()

[PATCH v1 bpf-next 0/9] bpftool: Add end-to-end testing
 2023-11-16 19:42 UTC  (10+ messages)
` [PATCH v1 bpf-next 1/9] bpftool: add testing skeleton
` [PATCH v1 bpf-next 2/9] bpftool: add libbpf-rs dependency and minimal bpf program
` [PATCH v1 bpf-next 3/9] bpftool: open and load bpf object
` [PATCH v1 bpf-next 4/9] bpftool: Add test to verify that pids are associated to maps
` [PATCH v1 bpf-next 5/9] bpftool: add test for bpftool prog
` [PATCH v1 bpf-next 6/9] bpftool: test that we can dump and read the content of a map
` [PATCH v1 bpf-next 7/9] bpftool: Add struct_ops tests
` [PATCH v1 bpf-next 8/9] bpftool: Add bpftool_tests README.md
` [PATCH v1 bpf-next 9/9] bpftool: Add Makefile to facilitate bpftool_tests usage

[PATCH v2 bpf-next 00/13] BPF register bounds range vs range support
 2023-11-16 19:37 UTC  (6+ messages)
` [PATCH v2 bpf-next 04/13] bpf: add register bounds sanity checks and sanitization

[PATCH bpf-next v2 0/1] bpf, arm64: Support Exceptions
 2023-11-16 17:03 UTC  (7+ messages)
` [PATCH bpf-next v2 1/1] bpf, arm64: support exceptions

[PATCH bpf-next v5 00/13] xsk: TX metadata
 2023-11-16 14:30 UTC  (9+ messages)
` [PATCH bpf-next v5 02/13] xsk: Add TX timestamp and TX checksum offload support

[PATCH bpf-next v3 00/13] bpf: Add support for local percpu kptr
 2023-11-16 13:54 UTC  (7+ messages)
` [PATCH bpf-next v3 01/13] bpf: Add support for non-fix-size percpu mem allocation

[PATCH 0/3] bpf: kernel/bpf/task_iter.c: don't abuse next_thread()
 2023-11-16 11:52 UTC  (13+ messages)
` [PATCH 1/3] bpf: task_group_seq_get_next: use __next_thread() rather than next_thread()
` [PATCH 2/3] bpf: bpf_iter_task_next: "
` [PATCH 3/3] bpf: bpf_iter_task_next: use next_task(kit->task) rather than next_task(kit->pos)

[syzbot] [bpf?] [trace?] possible deadlock in sctp_err_lookup
 2023-11-16 10:35 UTC 

[PATCH v4 bpf-next 00/17] Add kind layout, CRCs to BTF
 2023-11-16  9:16 UTC  (9+ messages)
` [PATCH v4 bpf-next 10/17] bpftool: add BTF dump "format meta" to dump header/metadata
` [PATCH v4 bpf-next 11/17] bpftool: update doc to describe bpftool btf dump .. format meta

[RFC PATCH bpf-next v2 0/4] bpf, x64: Fix tailcall hierarchy
 2023-11-16  8:33 UTC  (2+ messages)

pull-request: bpf 2023-11-15
 2023-11-16  6:40 UTC  (2+ messages)

[PATCH bpf-next 0/4] selftests/bpf: Update multiple prog_tests to use ASSERT_ macros
 2023-11-16  3:22 UTC  (5+ messages)
` [PATCH bpf-next 1/4] selftests/bpf: Replaces the usage of CHECK calls for ASSERTs in bpf_tcp_ca
` [PATCH bpf-next 2/4] selftests/bpf: Replaces the usage of CHECK calls for ASSERTs in bind_perm
` [PATCH bpf-next 3/4] selftests/bpf: Replaces the usage of CHECK calls for ASSERTs in bpf_obj_id
` [PATCH bpf-next 4/4] selftests/bpf: Replaces the usage of CHECK calls for ASSERTs in vmlinux

[RFC PATCH -mm 0/4] mm, security, bpf: Fine-grained control over memory policy adjustments with lsm bpf
 2023-11-16  2:22 UTC  (14+ messages)

[PATCH bpf] bpf/tests: Remove test for MOVSX32 with offset=32
 2023-11-15 20:50 UTC  (2+ messages)

[PATCH 6.1 266/379] perf record: Fix BTF type checks in the off-cpu profiling
 2023-11-15 19:25 UTC 

[PATCH 6.6 434/603] perf record: Fix BTF type checks in the off-cpu profiling
 2023-11-15 19:16 UTC  (2+ messages)
` [PATCH 6.6 463/603] perf mem-events: Avoid uninitialized read

[PATCH 6.5 387/550] perf parse-events: Remove unused PE_PMU_EVENT_FAKE token
 2023-11-15 19:16 UTC  (6+ messages)
` [PATCH 6.5 388/550] perf parse-events: Remove unused PE_KERNEL_PMU_EVENT token
` [PATCH 6.5 389/550] perf parse-events: Remove ABORT_ON
` [PATCH 6.5 390/550] perf tools: Revert enable indices setting syntax for BPF map
` [PATCH 6.5 394/550] perf record: Fix BTF type checks in the off-cpu profiling
` [PATCH 6.5 427/550] perf mem-events: Avoid uninitialized read

[PATCH bpf-next v3] bpf: Do not allocate percpu memory at init stage
 2023-11-15 16:00 UTC  (2+ messages)

[PATCH bpf v3 0/8] bpf_redirect_peer fixes
 2023-11-15  9:25 UTC  (2+ messages)

[PATCH net v2] gve: Fixes for napi_poll when budget is 0
 2023-11-15  4:10 UTC  (2+ messages)

[PATCH net-next v1 00/19] virtio-net: support AF_XDP zero copy
 2023-11-15  2:35 UTC  (4+ messages)
` [PATCH net-next v1 16/19] virtio_net: xsk: rx: introduce receive_xsk() to recv xsk buffer

[PATCH v4 bpf-next 0/6] bpf: Add support for cgroup1, BPF part
 2023-11-15  1:47 UTC  (5+ messages)
` [PATCH v4 bpf-next 6/6] selftests/bpf: Add selftests for cgroup1 hierarchy

BPF CI email notifications
 2023-11-15  0:45 UTC 

[PATCH v2] audit: don't take task_lock() in audit_exe_compare() code path
 2023-11-15  0:36 UTC  (5+ messages)

[PATCH net-next 0/2][pull request] igc: Add support for physical + free-running timers
 2023-11-14 19:19 UTC  (5+ messages)
` [PATCH net-next 1/2] igc: Simplify setting flags in the TX data descriptor
` [PATCH net-next 2/2] igc: Add support for PTP .getcyclesx64()

[PATCHSET v5] sched: Implement BPF extensible scheduler class
 2023-11-14 19:23 UTC  (8+ messages)
` [PATCH 12/36] sched_ext: "
` [PATCH 18/36] sched_ext: Print sched_ext info when dumping stack
  ` [PATCH v2 "

[syzbot] [net?] [usb?] INFO: rcu detected stall in worker_thread (9)
 2023-11-14 18:18 UTC  (2+ messages)
` [syzbot] [batman?] "

[PATCH bpf-next] selftests/xsk: fix for SEND_RECEIVE_UNALIGNED test
 2023-11-14 17:03 UTC  (5+ messages)

[PATCH bpf 05/11] bpf: Add bpf_map_of_map_fd_{get,put}_ptr() helpers
 2023-11-14 12:58 UTC  (11+ messages)

[RFC PATCH bpf-next] bpf: Relax tracing prog recursive attach rules
 2023-11-14  8:45 UTC  (2+ messages)

bpf: incorrect stack_depth after var off stack access causes OOB
 2023-11-14  8:34 UTC  (4+ messages)

[PATCH bpf-next 0/2] bpf: fix couple of netdevsim issues
 2023-11-14  4:54 UTC  (3+ messages)
` [PATCH bpf-next 1/2] netdevsim: don't accept device bound programs
` [PATCH bpf-next 2/2] bpf: bring back removal of dev-bound id from idr

[PATCH net-next v2 00/21] virtio-net: support AF_XDP zero copy
 2023-11-14  4:45 UTC  (10+ messages)
` [PATCH net-next v2 08/21] virtio_net: sq support premapped mode


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