messages from 2023-11-13 11:21:06 to 2023-11-16 15:00:02 UTC [more...]
[PATCH net-next v8 00/15] Introducing P4TC
2023-11-16 14:59 UTC (7+ 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 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 00/12] verify callbacks as if they are called unknown number of times
2023-11-16 14:13 UTC (15+ 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 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 bpf-next v7 00/18] XDP metadata via kfuncs for ice + VLAN hint
2023-11-16 12:52 UTC (23+ 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 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 (17+ messages)
[PATCH v2 bpf-next 00/13] BPF register bounds range vs range support
2023-11-15 22:06 UTC (7+ messages)
` [PATCH v2 bpf-next 04/13] bpf: add register bounds sanity checks and sanitization
` [PATCH v2 bpf-next 08/13] selftests/bpf: adjust OP_EQ/OP_NE handling to use subranges for branch taken
[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 (6+ messages)
[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 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 (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 (4+ messages)
[PATCH bpf-next] selftests/bpf: add assert for user stacks in test_task_stack
2023-11-14 2:50 UTC (2+ messages)
[PATCH bpf] bpf: fix tracking of stack size for var-off access
2023-11-13 23:50 UTC
[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 (7+ messages)
` [PATCH bpf v2 2/8] net: Move {l,t,d}stats allocation to core and convert veth & vrf
[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 "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox