BPF List
 help / color / mirror / Atom feed
 messages from 2023-11-12 12:49:30 to 2023-11-15 19:34:18 UTC [more...]

[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 v7 00/18] XDP metadata via kfuncs for ice + VLAN hint
 2023-11-15 17:53 UTC  (19+ 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 "

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

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

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

[PATCH v4 bpf-next 00/17] Add kind layout, CRCs to BTF
 2023-11-15 14:51 UTC  (19+ messages)
` [PATCH v4 bpf-next 05/17] libbpf: BTF validation can use kind layout for unknown kinds
` [PATCH v4 bpf-next 08/17] bpf: verify base BTF CRC to ensure it matches module BTF
` [PATCH v4 bpf-next 09/17] kbuild, bpf: switch to --btf_features, add crc,kind_layout features
` [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
` [PATCH v4 bpf-next 12/17] selftests/bpf: test kind encoding/decoding
` [PATCH v4 bpf-next 13/17] bpf: support standalone BTF in modules
` [PATCH v4 bpf-next 14/17] kbuild, bpf: allow opt-out from using split BTF for modules
` [PATCH v4 bpf-next 15/17] selftests/bpf: generalize module load to support specifying a module name
` [PATCH v4 bpf-next 16/17] selftests/bpf: build separate bpf_testmod module with standalone BTF
` [PATCH v4 bpf-next 17/17] selftests/bpf: update btf_module test to ensure standalone BTF works

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

[PATCH bpf-next 0/3] skmsg: Add the data length in skmsg to SIOCINQ ioctl and rx_queue
 2023-11-15 11:45 UTC  (7+ 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 v3 0/8] bpf_redirect_peer fixes
 2023-11-15  9:25 UTC  (10+ messages)
` [PATCH bpf v3 1/8] net, vrf: Move dstats structure to core
` [PATCH bpf v3 2/8] net: Move {l,t,d}stats allocation to core and convert veth & vrf
` [PATCH bpf v3 3/8] netkit: Add tstats per-CPU traffic counters
` [PATCH bpf v3 4/8] veth: Use "
` [PATCH bpf v3 5/8] bpf: Fix dev's rx stats for bpf_redirect_peer traffic
` [PATCH bpf v3 6/8] bpf, netkit: Add indirect call wrapper for fetching peer dev
` [PATCH bpf v3 7/8] selftests/bpf: De-veth-ize the tc_redirect test case
` [PATCH bpf v3 8/8] selftests/bpf: Add netkit to tc_redirect selftest

[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 0/3] bpf: kernel/bpf/task_iter.c: don't abuse next_thread()
 2023-11-14 16:32 UTC  (4+ 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)

[PATCH bpf 00/11] bpf: Fix the release of inner map
 2023-11-14 12:58 UTC  (13+ messages)
` [PATCH bpf 05/11] bpf: Add bpf_map_of_map_fd_{get,put}_ptr() helpers

[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  (20+ messages)
` [PATCH net-next v2 08/21] virtio_net: sq support premapped mode
` [PATCH net-next v2 16/21] virtio_net: xsk: rx: introduce add_recvbuf_xsk()
` [PATCH net-next v2 18/21] virtio_net: xsk: rx: introduce receive_xsk() to recv xsk buffer

[bug report] BUG: KASAN: slab-use-after-free in sock_def_readable+0x101/0x450
 2023-11-14  3:53 UTC  (2+ messages)

[PATCH bpf] bpf: Add missed allocation hint for bpf_mem_cache_alloc_flags()
 2023-11-14  3:09 UTC  (6+ messages)

[PATCH bpf-next] selftests/bpf: add assert for user stacks in test_task_stack
 2023-11-14  2:50 UTC  (3+ messages)

[PATCH bpf] bpf: fix tracking of stack size for var-off access
 2023-11-13 23:50 UTC 

[PATCH v2 bpf-next 00/13] BPF register bounds range vs range support
 2023-11-13 23:46 UTC  (11+ messages)
` [PATCH v2 bpf-next 01/13] bpf: generalize reg_set_min_max() to handle non-const register comparisons
` [PATCH v2 bpf-next 02/13] bpf: generalize is_scalar_branch_taken() logic
` [PATCH v2 bpf-next 04/13] bpf: add register bounds sanity checks and sanitization
` [PATCH v2 bpf-next 07/13] selftests/bpf: BPF register range bounds tester
` [PATCH v2 bpf-next 08/13] selftests/bpf: adjust OP_EQ/OP_NE handling to use subranges for branch taken

[PATCH bpf-next v2 0/1] bpf, arm64: Support Exceptions
 2023-11-13 22:53 UTC  (6+ messages)
` [PATCH bpf-next v2 1/1] bpf, arm64: support exceptions

BPF memory model
 2023-11-13 20:03 UTC  (8+ messages)

[PATCH bpf v2 0/8] bpf_redirect_peer fixes
 2023-11-13 16:15 UTC  (22+ messages)
` [PATCH bpf v2 1/8] net, vrf: Move dstats structure to core
` [PATCH bpf v2 2/8] net: Move {l,t,d}stats allocation to core and convert veth & vrf
` [PATCH bpf v2 3/8] netkit: Add tstats per-CPU traffic counters
` [PATCH bpf v2 4/8] veth: Use "
` [PATCH bpf v2 5/8] bpf: Fix dev's rx stats for bpf_redirect_peer traffic
` [PATCH bpf v2 6/8] bpf, netkit: Add indirect call wrapper for fetching peer dev
` [PATCH bpf v2 7/8] selftests/bpf: De-veth-ize the tc_redirect test case
` [PATCH bpf v2 8/8] selftests/bpf: Add netkit to tc_redirect selftest

[PATCH] bpf: Get the program type by resolve_prog_type() directly
 2023-11-13 14:15 UTC  (2+ messages)

[PATCH bpf-next 0/2] bpf: Use GFP_KERNEL in bpf_event_entry_gen()
 2023-11-13 14:12 UTC  (3+ messages)
` [PATCH bpf-next 1/2] bpf: Reduce the scope of rcu_read_lock when updating fd map
` [PATCH bpf-next 2/2] bpf: Use GFP_KERNEL in bpf_event_entry_gen()

[linux-next:master] BUILD REGRESSION d173336e238b0f7f5b7eddfa641d7c25c24bb86a
 2023-11-13 13:46 UTC 

[PATCH bpf-next] bpf, sockmap: Bundle psock->sk_redir and redir_ingress into a tagged pointer
 2023-11-13 13:36 UTC  (4+ messages)

[PATCH bpf v2 0/5] bpf: Fix the release of inner map
 2023-11-13 12:33 UTC  (6+ messages)
` [PATCH bpf v2 1/5] bpf: Check rcu_read_lock_trace_held() before calling bpf map helpers
` [PATCH bpf v2 2/5] bpf: Add map and need_defer parameters to .map_fd_put_ptr()
` [PATCH bpf v2 3/5] bpf: Defer the free of inner map when necessary
` [PATCH bpf v2 4/5] bpf: Optimize the free of inner map
` [PATCH bpf v2 5/5] selftests/bpf: Add test cases for "

[PATCH bpf] bpf/tests: Remove test for MOVSX32 with offset=32
 2023-11-13  3:27 UTC  (3+ messages)

[PATCH 13/36] sched_ext: Add scx_simple and scx_example_qmap example schedulers
 2023-11-12 18:06 UTC  (3+ messages)

bpf: incorrect range tracking on JE and JNE with non-overlap ranges
 2023-11-12 17:45 UTC 

[PATCH bpf-next 0/7] Complete BPF verifier precision tracking support for register spills
 2023-11-12 14:05 UTC  (8+ messages)
` [PATCH bpf-next 2/7] bpf: support non-r10 register spill/fill to/from stack in precision tracking

[PATCH v3 bpf-next 00/17] Add kind layout, CRCs to BTF
 2023-11-12 12:55 UTC  (4+ messages)
` [PATCH v3 bpf-next 09/17] bpf: switch to --btf_features, add crc,kind_layout features


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