bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-07 03:12:37 to 2023-11-09 06:03:37 UTC [more...]

[PATCH net-next v2 00/21] virtio-net: support AF_XDP zero copy
 2023-11-09  6:03 UTC  (23+ messages)
` [PATCH net-next v2 03/21] virtio_net: independent directory
` [PATCH net-next v2 04/21] virtio_net: move core structures to virtio_net.h
` [PATCH net-next v2 05/21] virtio_net: add prefix virtnet to all struct inside virtio_net.h
` [PATCH net-next v2 06/21] virtio_net: separate virtnet_rx_resize()
` [PATCH net-next v2 07/21] virtio_net: separate virtnet_tx_resize()
` [PATCH net-next v2 08/21] virtio_net: sq support premapped mode
` [PATCH net-next v2 09/21] virtio_net: xsk: bind/unbind xsk
` [PATCH net-next v2 10/21] virtio_net: xsk: prevent disable tx napi
` [PATCH net-next v2 11/21] virtio_net: move some api to header
` [PATCH net-next v2 12/21] virtio_net: xsk: tx: support tx
` [PATCH net-next v2 13/21] virtio_net: xsk: tx: support wakeup
` [PATCH net-next v2 14/21] virtio_net: xsk: tx: virtnet_free_old_xmit() distinguishes xsk buffer
` [PATCH net-next v2 15/21] virtio_net: xsk: tx: virtnet_sq_free_unused_buf() check "
` [PATCH net-next v2 16/21] virtio_net: xsk: rx: introduce add_recvbuf_xsk()
` [PATCH net-next v2 17/21] virtio_net: xsk: rx: skip dma unmap when rq is bind with AF_XDP
` [PATCH net-next v2 18/21] virtio_net: xsk: rx: introduce receive_xsk() to recv xsk buffer
` [PATCH net-next v2 19/21] virtio_net: xsk: rx: virtnet_rq_free_unused_buf() check "
` [PATCH net-next v2 20/21] virtio_net: update tx timeout record
` [PATCH net-next v2 21/21] virtio_net: xdp_features add NETDEV_XDP_ACT_XSK_ZEROCOPY

[PATCH bpf-next] selftests/bpf: Fix pyperf180 compilation failure with llvm18
 2023-11-09  5:30 UTC 

[syzbot] [net?] BUG: unable to handle kernel paging request in nsim_bpf
 2023-11-09  5:10 UTC 

[PATCH bpf 00/11] bpf: Fix the release of inner map
 2023-11-09  3:46 UTC  (14+ messages)
` [PATCH bpf 01/11] bpf: Check rcu_read_lock_trace_held() before calling bpf map helpers
` [PATCH bpf 02/11] bpf: Reduce the scope of rcu_read_lock when updating fd map
` [PATCH bpf 03/11] bpf: Use GFP_KERNEL in bpf_event_entry_gen()
` [PATCH bpf 04/11] bpf: Add need_defer parameter to .map_fd_put_ptr()
` [PATCH bpf 05/11] bpf: Add bpf_map_of_map_fd_{get,put}_ptr() helpers
` [PATCH bpf 06/11] bpf: Add bpf_map_of_map_fd_sys_lookup_elem() helper
` [PATCH bpf 07/11] bpf: Defer bpf_map_put() for inner map in map array
` [PATCH bpf 08/11] bpf: Defer bpf_map_put() for inner map in map htab
` [PATCH bpf 09/11] bpf: Remove unused helpers for map-in-map
` [PATCH bpf 10/11] selftests/bpf: Remove the liveness test for inner map
` [PATCH bpf 11/11] selftests/bpf: Add test cases "

bpf selftest pyperf180.c compilation failure with latest last llvm18 (in development)
 2023-11-09  2:58 UTC  (5+ messages)

pull-request: bpf 2023-11-08
 2023-11-09  2:20 UTC  (2+ messages)

BPF/XDP: kernel panic when removing an interface that is an xdp_redirect target
 2023-11-09  2:11 UTC  (6+ messages)

[PATCH v5 bpf-next 00/23] BPF register bounds logic and testing improvements
 2023-11-09  0:30 UTC  (14+ messages)
` [PATCH v5 bpf-next 10/23] selftests/bpf: BPF register range bounds tester
` [PATCH v5 bpf-next 21/23] selftests/bpf: adjust OP_EQ/OP_NE handling to use subranges for branch taken

[Bpf] [PATCH] bpf, docs: Add additional ABI working draft base text
 2023-11-08 23:57 UTC  (15+ messages)
` [PATCH v3] "
  ` [Bpf] "

[RFC PATCH v2 00/31] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2023-11-08 23:17 UTC  (34+ messages)
` [RFC PATCH v2 01/31] tracing: Add a comment about ftrace_regs definition
` [RFC PATCH v2 02/31] x86: tracing: Add ftrace_regs definition in the header
` [RFC PATCH v2 03/31] seq_buf: Export seq_buf_puts()
` [RFC PATCH v2 04/31] function_graph: Convert ret_stack to a series of longs
` [RFC PATCH v2 05/31] fgraph: Use BUILD_BUG_ON() to make sure we have structures divisible by long
` [RFC PATCH v2 06/31] function_graph: Add an array structure that will allow multiple callbacks
` [RFC PATCH v2 07/31] function_graph: Allow multiple users to attach to function graph
` [RFC PATCH v2 08/31] function_graph: Remove logic around ftrace_graph_entry and return
` [RFC PATCH v2 09/31] ftrace/function_graph: Pass fgraph_ops to function graph callbacks
` [RFC PATCH v2 10/31] ftrace: Allow function_graph tracer to be enabled in instances
` [RFC PATCH v2 11/31] ftrace: Allow ftrace startup flags exist without dynamic ftrace
` [RFC PATCH v2 12/31] function_graph: Have the instances use their own ftrace_ops for filtering
` [RFC PATCH v2 13/31] function_graph: Add "task variables" per task for fgraph_ops
` [RFC PATCH v2 14/31] function_graph: Move set_graph_function tests to shadow stack global var
` [RFC PATCH v2 15/31] function_graph: Move graph depth stored data "
` [RFC PATCH v2 16/31] function_graph: Move graph notrace bit "
` [RFC PATCH v2 17/31] function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()
` [RFC PATCH v2 18/31] function_graph: Add selftest for passing local variables
` [RFC PATCH v2 19/31] function_graph: Add a new entry handler with parent_ip and ftrace_regs
` [RFC PATCH v2 20/31] function_graph: Add a new exit "
` [RFC PATCH v2 21/31] x86/ftrace: Enable HAVE_FUNCTION_GRAPH_FREGS
` [RFC PATCH v2 22/31] fprobe: Use ftrace_regs in fprobe entry handler
` [RFC PATCH v2 23/31] fprobe: Use ftrace_regs in fprobe exit handler
` [RFC PATCH v2 24/31] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [RFC PATCH v2 25/31] tracing: Add ftrace_fill_perf_regs() for perf event
` [RFC PATCH v2 26/31] fprobe: Rewrite fprobe on function-graph tracer
` [RFC PATCH v2 27/31] tracing/fprobe: Remove nr_maxactive from fprobe
` [RFC PATCH v2 28/31] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [RFC PATCH v2 29/31] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [RFC PATCH v2 30/31] selftests: ftrace: Remove obsolate maxactive syntax check
` [RFC PATCH v2 31/31] Documentation: probes: Update fprobe on function-graph tracer

[PATCH bpf-next 0/4] BPF control flow graph and precision backtrack fixes
 2023-11-08 23:11 UTC  (5+ messages)
` [PATCH bpf-next 1/4] bpf: handle ldimm64 properly in check_cfg()
` [PATCH bpf-next 2/4] bpf: fix precision backtracking instruction iteration
` [PATCH bpf-next 3/4] bpf: fix control-flow graph checking in privileged mode
` [PATCH bpf-next 4/4] selftests/bpf: add more test cases for check_cfg()

[PATCH bpf-next] bpf: replace register_is_const() with is_reg_const()
 2023-11-08 22:46 UTC  (2+ messages)

[PATCH v9 bpf-next 00/17] BPF token and BPF FS-based delegation
 2023-11-08 21:09 UTC  (7+ messages)
` [PATCH v9 bpf-next 02/17] bpf: add BPF token delegation mount options to BPF FS
` [PATCH v9 bpf-next 03/17] bpf: introduce BPF token object

[PATCHv2] selftests: bpf: xskxceiver: ksft_print_msg: fix format type error
 2023-11-08 17:03 UTC  (2+ messages)

[PATCH 00/10] sysctl: Remove sentinel elements from kernel dir
 2023-11-08 16:27 UTC  (17+ messages)
` [PATCH 01/10] kernel misc: Remove the now superfluous sentinel elements from ctl_table array
` [PATCH 02/10] umh: "
` [PATCH 03/10] ftrace: "
` [PATCH 04/10] timekeeping: "
` [PATCH 05/10] seccomp: "
` [PATCH 06/10] scheduler: "
` [PATCH 07/10] printk: "
` [PATCH 08/10] kprobes: "
` [PATCH 09/10] delayacct: "
` [PATCH 10/10] bpf: "

[REPORT] BPF: Reproducible triggering of BUG() from userspace PoC
 2023-11-08 15:46 UTC 

[PATCH bpf-next] selftests/xsk: fix for SEND_RECEIVE_UNALIGNED test
 2023-11-08 14:30 UTC  (3+ messages)

[PATCH v2 bpf-next] bpf: add crosstask check to __bpf_get_stack
 2023-11-08 11:23 UTC 

[PATCH] selftests: bpf: xskxceiver: ksft_print_msg: fix format type error
 2023-11-08 11:21 UTC  (3+ messages)

Unifying signed and unsigned min/max tracking
 2023-11-08 10:32 UTC  (8+ messages)

[PATCH bpf-next v2 0/1] bpf, arm64: Support Exceptions
 2023-11-08 10:32 UTC  (5+ messages)
` [PATCH bpf-next v2 1/1] bpf, arm64: support exceptions

[linux-next:master] BUILD REGRESSION 5cd631a52568a18b12fd2563418985c8cb63e4b0
 2023-11-08  6:55 UTC 

[RFC bpf-next v0 0/7] Unifying signed and unsigned min/max tracking
 2023-11-08  5:46 UTC  (8+ messages)
` [RFC bpf-next v0 1/7] Add inital wrange32 definition along with checks for umin/umax
` [RFC bpf-next v0 2/7] Lift the contrain requiring start <= end
` [RFC bpf-next v0 3/7] Support tracking signed min/max
` [RFC bpf-next v0 4/7] Implement wrange32_add()
` [RFC bpf-next v0 5/7] Implement wrange32_sub()
` [RFC bpf-next v0 6/7] Implement wrange32_mul()
` [RFC bpf-next v0 7/7] (WIP) Add helper functions that transform wrange32 to and from smin/smax/umin/umax

[PATCH bpf-next v3] libbpf: Fix potential uninitialized tail padding with LIBBPF_OPTS_RESET
 2023-11-08  5:38 UTC  (3+ messages)

[PATCH bpf-next 1/2] veristat: add ability to sort by stat's absolute value
 2023-11-08  5:14 UTC  (2+ messages)
` [PATCH bpf-next 2/2] veristat: add ability to filter top N results

[PATCH bpf v2 0/2] Let BPF verifier consider {task,cgroup} is trusted in bpf_iter_reg
 2023-11-07 23:40 UTC  (4+ messages)
` [PATCH bpf v2 1/2] bpf: Let "
` [PATCH bpf v2 2/2] selftests/bpf: get trusted cgrp from bpf_iter__cgroup directly

[RFC PATCH 61/86] treewide: bpf: remove cond_resched()
 2023-11-07 23:07 UTC 

[PATCH bpf-next] bpf: stackmap: add crosstask check to `__bpf_get_stack`
 2023-11-07 22:01 UTC  (6+ messages)

[PATCH bpf-next v2] libbpf: Fix potential uninitialized tail padding with LIBBPF_OPTS_RESET
 2023-11-07 20:07 UTC  (7+ messages)

[PATCH bpf-next 0/3] bpf: __bpf_dynptr_data* and __str annotation
 2023-11-07 18:10 UTC  (5+ messages)
` [PATCH bpf-next 1/3] bpf: Add __bpf_dynptr_data* for in kernel use
` [PATCH bpf-next 2/3] bpf: Factor out helper check_reg_const_str()
` [PATCH bpf-next 3/3] bpf: Introduce KF_ARG_PTR_TO_CONST_STR

[PATCH bpf-next] libbpf: Add tail padding check for LIBBPF_OPTS_RESET macro
 2023-11-07 18:10 UTC  (4+ messages)

[linus:master] [bpf] c930472552: WARNING:at_kernel/bpf/memalloc.c:#bpf_mem_alloc_init
 2023-11-07 16:04 UTC  (8+ messages)

[RFC PATCH 00/32] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2023-11-07 14:09 UTC  (13+ messages)
` [RFC PATCH 24/32] x86/ftrace: Enable HAVE_FUNCTION_GRAPH_FREGS

[PATCH AUTOSEL 5.10 03/11] bpf: Detect IP == ksym.end as part of BPF program
 2023-11-07 12:12 UTC 

[PATCH AUTOSEL 5.15 04/12] bpf: Detect IP == ksym.end as part of BPF program
 2023-11-07 12:11 UTC 

[PATCH AUTOSEL 6.1 05/18] bpf: Detect IP == ksym.end as part of BPF program
 2023-11-07 12:10 UTC  (2+ messages)
` [PATCH AUTOSEL 6.1 12/18] bpf: Ensure proper register state printing for cond jumps

[PATCH AUTOSEL 6.5 06/30] bpf: Detect IP == ksym.end as part of BPF program
 2023-11-07 12:08 UTC  (2+ messages)
` [PATCH AUTOSEL 6.5 21/30] bpf: Ensure proper register state printing for cond jumps

[PATCH AUTOSEL 6.6 06/31] bpf: Detect IP == ksym.end as part of BPF program
 2023-11-07 12:06 UTC  (2+ messages)
` [PATCH AUTOSEL 6.6 22/31] bpf: Ensure proper register state printing for cond jumps

[PATCH v3 00/13] mm: jit/text allocator
 2023-11-07 10:44 UTC  (7+ messages)
` [PATCH v3 04/13] mm/execmem, arch: convert remaining overrides of module_alloc to execmem

[PATCH v2 bpf-next 0/6] Allow bpf_refcount_acquire of mapval obtained via direct LD
 2023-11-07  8:56 UTC  (7+ messages)
` [PATCH v2 bpf-next 1/6] bpf: Add KF_RCU flag to bpf_refcount_acquire_impl
` [PATCH v2 bpf-next 2/6] selftests/bpf: Add test passing MAYBE_NULL reg to bpf_refcount_acquire
` [PATCH v2 bpf-next 3/6] bpf: Use bpf_mem_free_rcu when bpf_obj_dropping non-refcounted nodes
` [PATCH v2 bpf-next 4/6] bpf: Move GRAPH_{ROOT,NODE}_MASK macros into btf_field_type enum
` [PATCH v2 bpf-next 5/6] bpf: Mark direct ld of stashed bpf_{rb,list}_node as non-owning ref
` [PATCH v2 bpf-next 6/6] selftests/bpf: Test bpf_refcount_acquire of node obtained via direct ld

[PATCH bpf 0/2] Let BPF verifier consider {task,cgroup} is trusted in bpf_iter_reg
 2023-11-07  6:54 UTC  (6+ messages)
` [PATCH bpf 1/2] bpf: Let "
        ` [External] "

[syzbot] Monthly bpf report (Nov 2023)
 2023-11-07  4:52 UTC 

[RFC PATCH bpf-next] bpf, tnums: add bitwise-not helper
 2023-11-07  4:43 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;
as well as URLs for NNTP newsgroup(s).