public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-11-06 05:01:25 to 2023-11-08 10:32:55 UTC [more...]

[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

[PATCH 00/10] sysctl: Remove sentinel elements from kernel dir
 2023-11-08 10:29 UTC  (16+ 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: "

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

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

[PATCH bpf-next] selftests/xsk: fix for SEND_RECEIVE_UNALIGNED test
 2023-11-08  9:35 UTC  (2+ messages)

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

[PATCH net-next v2 00/21] virtio-net: support AF_XDP zero copy
 2023-11-08  5:49 UTC  (24+ messages)
` [PATCH net-next v2 01/21] virtio_net: rename free_old_xmit_skbs to free_old_xmit
` [PATCH net-next v2 02/21] virtio_net: unify the code for recycling the xmit ptr
` [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

[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

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

[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)

[PATCH v5 bpf-next 00/23] BPF register bounds logic and testing improvements
 2023-11-07 16:38 UTC  (7+ messages)

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

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

[RFC PATCH 00/32] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2023-11-07 14:09 UTC  (24+ messages)
` [RFC PATCH 10/32] function_graph: Have the instances use their own ftrace_ops for filtering
` [RFC PATCH 18/32] function_graph: Fix to initalize ftrace_ops for fgraph with ftrace_graph_func
` [RFC PATCH 24/32] x86/ftrace: Enable HAVE_FUNCTION_GRAPH_FREGS

[PATCH bpf 00/11] bpf: Fix the release of inner map
 2023-11-07 14:07 UTC  (12+ 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 "

[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  (10+ messages)
` [PATCH bpf 1/2] bpf: Let "
        ` [External] "
` [PATCH bpf 2/2] selftests/bpf: get trusted cgrp from bpf_iter__cgroup directly

[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)

[PATCH bpf 0/6] bpf_redirect_peer fixes
 2023-11-06 23:44 UTC  (10+ messages)
` [PATCH bpf 1/6] netkit: Add tstats per-CPU traffic counters
` [PATCH bpf 4/6] bpf, netkit: Add indirect call wrapper for fetching peer dev

[PATCH bpf-next v5 00/13] xsk: TX metadata
 2023-11-06 23:31 UTC  (5+ messages)
` [PATCH bpf-next v5 06/13] xsk: Document tx_metadata_len layout

[PATCH v9 bpf-next 11/17] bpf,lsm: add BPF token LSM hooks
 2023-11-06 22:46 UTC  (4+ messages)
` [PATCH v9 "

[PATCH v12 bpf-next 0/9] bpf: File verification with LSM and fsverity
 2023-11-06 22:40 UTC  (10+ messages)
` [PATCH v12 bpf-next 1/9] bpf: Add __bpf_dynptr_data* for in kernel use
` [PATCH v12 bpf-next 2/9] bpf: Factor out helper check_reg_const_str()
` [PATCH v12 bpf-next 3/9] bpf: Introduce KF_ARG_PTR_TO_CONST_STR

[PATCH v9 bpf-next 09/17] bpf,lsm: refactor bpf_prog_alloc/bpf_prog_free LSM hooks
 2023-11-06 22:29 UTC  (4+ messages)
` [PATCH v9 9/17] "

[PATCH v1] tools/cgroup: introduce cgroup v2 memory.events listener
 2023-11-06 22:09 UTC  (2+ messages)

[PATCH bpf-next v11 00/13] Registrating struct_ops types from modules
 2023-11-06 20:12 UTC  (14+ messages)
` [PATCH bpf-next v11 01/13] bpf: refactory struct_ops type initialization to a function
` [PATCH bpf-next v11 02/13] bpf: get type information with BPF_ID_LIST
` [PATCH bpf-next v11 03/13] bpf, net: introduce bpf_struct_ops_desc
` [PATCH bpf-next v11 04/13] bpf: add struct_ops_tab to btf
` [PATCH bpf-next v11 05/13] bpf: make struct_ops_map support btfs other than btf_vmlinux
` [PATCH bpf-next v11 06/13] bpf: lookup struct_ops types from a given module BTF
` [PATCH bpf-next v11 07/13] bpf: pass attached BTF to the bpf_struct_ops subsystem
` [PATCH bpf-next v11 08/13] bpf: hold module for bpf_struct_ops_map
` [PATCH bpf-next v11 09/13] bpf: validate value_type
` [PATCH bpf-next v11 10/13] bpf, net: switch to dynamic registration
` [PATCH bpf-next v11 11/13] libbpf: Find correct module BTFs for struct_ops maps and progs
` [PATCH bpf-next v11 12/13] bpf: export btf_ctx_access to modules
` [PATCH bpf-next v11 13/13] selftests/bpf: test case for register_bpf_struct_ops()

[PATCH bpf-next] bpf, lpm: fix check prefixlen before walking trie
 2023-11-06 20:00 UTC  (5+ messages)

Need help in bpf exec hook for execsnoop command
 2023-11-06 19:51 UTC  (4+ messages)

[PATCH] selftests: bpf: config.aarch64: disable CONFIG_DEBUG_INFO_REDUCED
 2023-11-06 19:50 UTC  (2+ messages)

[PATCH v9 bpf-next 17/17] bpf,selinux: allocate bpf_security_struct per BPF token
 2023-11-06 19:18 UTC  (3+ messages)
` [PATCH v9 "

[PATCH] bpf: Use E2BIG instead of ENOENT
 2023-11-06 16:13 UTC  (3+ messages)

[PATCH bpf 0/2] sockmap fix for KASAN_VMALLOC and af_unix
 2023-11-06 14:42 UTC  (6+ messages)
` [PATCH bpf 1/2] bpf: sockmap, af_unix sockets need to hold ref for pair sock
` [PATCH bpf 2/2] bpf: sockmap, add af_unix test with both sockets in map

[PATCH bpf 1/2] bpf: sockmap, af_unix sockets need to hold ref for pair sock
 2023-11-06 10:15 UTC  (5+ messages)

[net PATCH] octeontx2-pf: Free pending and dropped SQEs
 2023-11-06  9:00 UTC  (2+ messages)

[PATCHv2 bpf-next] bpf: fix compilation error without CGROUPS
 2023-11-06  8:06 UTC  (2+ messages)

[PATCH v9 bpf-next 10/17] bpf,lsm: refactor bpf_map_alloc/bpf_map_free LSM hooks
 2023-11-06  5:01 UTC  (2+ messages)
` [PATCH v9 "


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