bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-29 14:24:38 to 2024-05-31 16:06:43 UTC [more...]

Problem with BTF generation on mips64el
 2024-05-31 16:06 UTC  (7+ messages)

[PATCH net] vxlan: Fix regression when dropping packets due to invalid src addresses
 2024-05-31 15:41 UTC 

[PATCH v5 bpf-next 0/9] bpf: support resilient split BTF
 2024-05-31 15:38 UTC  (12+ messages)
` [PATCH v5 bpf-next 1/9] libbpf: add btf__distill_base() creating split BTF with distilled base BTF
` [PATCH v5 bpf-next 2/9] selftests/bpf: test distilled base, split BTF generation
` [PATCH v5 bpf-next 3/9] libbpf: split BTF relocation
` [PATCH v5 bpf-next 4/9] selftests/bpf: extend distilled BTF tests to cover "
` [PATCH v5 bpf-next 8/9] libbpf,bpf: share BTF relocate-related code with kernel

[PATCH RFC 0/4] static key support for error injection functions
 2024-05-31 15:31 UTC  (6+ messages)
` [PATCH RFC 1/4] fault-inject: add support for static keys around fault injection sites
` [PATCH RFC 2/4] error-injection: support static keys around injectable functions
` [PATCH RFC 3/4] mm, slab: add static key for should_failslab()
` [PATCH RFC 4/4] mm, page_alloc: add static key for should_fail_alloc_page()

[PATCH v5 08/12] PCI: imx6: Config look up table(LUT) to support MSI ITS and IOMMU for i.MX95
 2024-05-31 14:58 UTC  (4+ messages)

[PATCH 00/20] function_graph: Allow multiple users for function graph tracing
 2024-05-31 14:50 UTC  (6+ messages)
` [PATCH 10/20] function_graph: Have the instances use their own ftrace_ops for filtering

[PATCH bpf-next 0/8] fixes for test_sockmap
 2024-05-31 14:35 UTC  (9+ messages)
` [PATCH bpf-next 3/8] selftests/bpf: Use bpf_link attachments in test_sockmap

[PATCH v2 5.10.y 0/2] bpf: fix warning in ftrace_verify_code()
 2024-05-31 14:22 UTC  (3+ messages)
` [PATCH v2 5.10.y 1/2] bpf: Convert BPF_DISPATCHER to use static_call() (not ftrace)
` [PATCH v2 5.10.y 2/2] bpf: Add explicit cast to 'void *' for __BPF_DISPATCHER_UPDATE()

[PATCH v2 5.15.y 0/2] bpf: fix warning in ftrace_verify_code()
 2024-05-31 14:18 UTC  (3+ messages)
` [PATCH v2 5.15.y 1/2] bpf: Convert BPF_DISPATCHER to use static_call() (not ftrace)
` [PATCH v2 5.15.y 2/2] bpf: Add explicit cast to 'void *' for __BPF_DISPATCHER_UPDATE()

[PATCH bpf] bpf: Make session kfuncs global
 2024-05-31 14:04 UTC  (6+ messages)

[PATCH v2 0/9] ioctl()-based API to query VMAs from /proc/<pid>/maps
 2024-05-31 13:37 UTC  (5+ messages)
` [PATCH v2 4/9] fs/procfs: use per-VMA RCU-protected locking in PROCMAP_QUERY API

[PATCH] bpftool: Query only cgroup-related attach types
 2024-05-31 13:03 UTC  (5+ messages)

[PATCH HID 03/13] HID: bpf: implement HID-BPF through bpf_struct_ops
 2024-05-31 12:29 UTC  (2+ messages)

[PATCH RFC v2 0/8] net: stmmac: convert stmmac "pcs" to phylink
 2024-05-31 11:26 UTC  (2+ messages)
` [PATCH RFC net-next v2 2/8] net: stmmac: provide core phylink PCS infrastructure

[PATCH net-next v5 00/13] First try to replace page_frag with page_frag_cache
 2024-05-31 10:53 UTC  (3+ messages)
` [PATCH net-next v5 11/13] net: "

[PATCH bpf-next] bpf: tcp: Improve bpf write tcp opt performance
 2024-05-31 10:45 UTC  (6+ messages)
  `  "

[PATCH v3 net-next 11/15] lwt: Don't disable migration prio invoking BPF
 2024-05-31 10:38 UTC  (8+ messages)
` [PATCH v3 net-next 12/15] seg6: Use nested-BH locking for seg6_bpf_srh_states
` [PATCH v3 net-next 13/15] net: Use nested-BH locking for bpf_scratchpad
` [PATCH v3 net-next 14/15] net: Reference bpf_redirect_info via task_struct on PREEMPT_RT
` [PATCH v3 net-next 15/15] net: Move per-CPU flush-lists to bpf_net_context "

[PATCH] mm: don't call should_failslab() for !CONFIG_FAILSLAB
 2024-05-31  9:36 UTC  (3+ messages)

bpf kernel code leaks internal error codes to userspace
 2024-05-31  7:16 UTC  (5+ messages)

[PATCH] bpf: Use an UNUSED id for bpf_session_cookie without FPROBE
 2024-05-31  7:15 UTC  (4+ messages)

[syzbot] [bpf?] general protection fault in bpf_check (2)
 2024-05-31  3:41 UTC  (2+ messages)

[PATCH net-next v2 00/12] virtnet_net: prepare for af-xdp
 2024-05-31  1:57 UTC  (18+ messages)
` [PATCH net-next v2 01/12] virtio_net: independent directory
` [PATCH net-next v2 02/12] virtio_net: move core structures to virtio_net.h
` [PATCH net-next v2 03/12] virtio_net: add prefix virtnet to all struct inside virtio_net.h
` [PATCH net-next v2 04/12] virtio_net: separate virtnet_rx_resize()
` [PATCH net-next v2 05/12] virtio_net: separate virtnet_tx_resize()
` [PATCH net-next v2 06/12] virtio_net: separate receive_mergeable
` [PATCH net-next v2 07/12] virtio_net: separate receive_buf
` [PATCH net-next v2 08/12] virtio_ring: introduce vring_need_unmap_buffer
` [PATCH net-next v2 09/12] virtio_ring: introduce dma map api for page
` [PATCH net-next v2 10/12] virtio_ring: introduce virtqueue_dma_map_sg_attrs
` [PATCH net-next v2 11/12] virtio_ring: virtqueue_set_dma_premapped() support to disable
` [PATCH net-next v2 12/12] virtio_net: refactor the xmit type

[PATCH] net: tap: validate metadata and length for XDP buff before building up skb
 2024-05-31  0:26 UTC  (4+ messages)

[PATCH net-next v10 00/14] Device Memory TCP
 2024-05-30 23:51 UTC  (16+ messages)
` [PATCH net-next v10 01/14] netdev: add netdev_rx_queue_restart()
` [PATCH net-next v10 02/14] net: page_pool: create hooks for custom page providers
` [PATCH net-next v10 03/14] net: netdev netlink api to bind dma-buf to a net device
` [PATCH net-next v10 04/14] netdev: support binding dma-buf to netdevice
` [PATCH net-next v10 05/14] netdev: netdevice devmem allocator
` [PATCH net-next v10 06/14] page_pool: convert to use netmem
` [PATCH net-next v10 07/14] page_pool: devmem support
` [PATCH net-next v10 08/14] memory-provider: dmabuf devmem memory provider
` [PATCH net-next v10 09/14] net: support non paged skb frags
` [PATCH net-next v10 10/14] net: add support for skbs with unreadable frags
` [PATCH net-next v10 11/14] tcp: RX path for devmem TCP
` [PATCH net-next v10 12/14] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [PATCH net-next v10 13/14] net: add devmem TCP documentation
` [PATCH net-next v10 14/14] selftests: add ncdevmem, netcat for devmem TCP

[PATCHv6 bpf-next 0/9] uprobe: uretprobe speed up
 2024-05-30 23:04 UTC  (3+ messages)
` [PATCHv6 bpf-next 1/9] x86/shstk: Make return uprobe work with shadow stack

[PATCH bpf-next v7 0/8] Notify user space when a struct_ops object is detached/unregistered
 2024-05-30 23:02 UTC  (11+ messages)
` [PATCH bpf-next v7 1/8] bpf: pass bpf_struct_ops_link to callbacks in bpf_struct_ops
` [PATCH bpf-next v7 2/8] bpf: enable detaching links of struct_ops objects
` [PATCH bpf-next v7 3/8] bpf: support epoll from bpf struct_ops links
` [PATCH bpf-next v7 4/8] bpf: export bpf_link_inc_not_zero
` [PATCH bpf-next v7 5/8] selftests/bpf: test struct_ops with epoll
` [PATCH bpf-next v7 6/8] selftests/bpf: detach a struct_ops link from the subsystem managing it
` [PATCH bpf-next v7 7/8] selftests/bpf: make sure bpf_testmod handling racing link destroying well
` [PATCH bpf-next v7 8/8] bpftool: Change pid_iter.bpf.c to comply with the change of bpf_link_fops

[PATCH bpf-next] selftests/bpf: test_sockmap, use section names understood by libbpf
 2024-05-30 21:50 UTC  (2+ messages)

[PATCH 0/3] kbuild: remove PROVIDE() and refactor vmlinux_link steps
 2024-05-30 21:17 UTC  (3+ messages)
` [PATCH 3/3] kbuild: merge temp vmlinux for CONFIG_DEBUG_INFO_BTF and CONFIG_KALLSYMS

[PATCH bpf-next v6 0/8] Notify user space when a struct_ops object is detached/unregistered
 2024-05-30 20:19 UTC  (14+ messages)
` [PATCH bpf-next v6 2/8] bpf: enable detaching links of struct_ops objects
` [PATCH bpf-next v6 5/8] selftests/bpf: test struct_ops with epoll
` [PATCH bpf-next v6 6/8] selftests/bpf: detach a struct_ops link from the subsystem managing it

[PATCH net-next v16 00/15] Introducing P4TC (series 1)
 2024-05-30 18:16 UTC  (23+ messages)
                    ` On the NACKs on P4TC patches

[PATCH v5 00/12] PCI: imx6: Fix\rename\clean up and add lut information for imx95
 2024-05-30 17:56 UTC  (5+ messages)

[PATCHSET v6] sched: Implement BPF extensible scheduler class
 2024-05-30 16:49 UTC  (15+ messages)

[PATCH 0/6] defconfig: drop RT_GROUP_SCHED=y
 2024-05-30 11:27 UTC  (8+ messages)
` [PATCH 1/6] riscv: "
` [PATCH 2/6] loongarch: "
` [PATCH 3/6] mips: defconfig: drop RT_GROUP_SCHED=y from generic/db1xxx/eyeq5
` [PATCH 4/6] powerpc: defconfig: drop RT_GROUP_SCHED=y from ppc6xx_defconfig
` [PATCH 5/6] sh: defconfig: drop RT_GROUP_SCHED=y from sdk7786/urquell
` [PATCH 6/6] arm: defconfig: drop RT_GROUP_SCHED=y from bcm2855/tegra/omap2plus

[PATCH bpf-next] libbpf: keep FD_CLOEXEC flag when dup()'ing FD
 2024-05-30  8:56 UTC  (3+ messages)

[PATCH net-next v1 0/7] virtnet_net: prepare for af-xdp
 2024-05-30  8:00 UTC  (10+ messages)
` [PATCH net-next v1 1/7] virtio_net: independent directory
` [PATCH net-next v1 2/7] virtio_net: move core structures to virtio_net.h
` [PATCH net-next v1 3/7] virtio_net: add prefix virtnet to all struct inside virtio_net.h
` [PATCH net-next v1 4/7] virtio_net: separate virtnet_rx_resize()
` [PATCH net-next v1 5/7] virtio_net: separate virtnet_tx_resize()
` [PATCH net-next v1 6/7] virtio_net: separate receive_mergeable
` [PATCH net-next v1 7/7] virtio_net: separate receive_buf

[PATCH bpf-next 0/5] use network helpers, part 6
 2024-05-30  7:41 UTC  (6+ messages)
` [PATCH bpf-next 1/5] selftests/bpf: Use connect_to_fd_opts in do_test in bpf_tcp_ca
` [PATCH bpf-next 2/5] selftests/bpf: Add start_test helper "
` [PATCH bpf-next 3/5] selftests/bpf: Use start_test in test_dctcp_fallback "
` [PATCH bpf-next 4/5] selftests/bpf: Use start_test in test_dctcp "
` [PATCH bpf-next 5/5] selftests/bpf: Drop useless arguments of do_test "

[PATCH bpf] libbpf: don't close(-1) in multi-uprobe feature detector
 2024-05-30  6:19 UTC  (2+ messages)

[PATCH v3 0/3] Use BPF filters for a "perf top -u" workaround
 2024-05-30  6:03 UTC  (2+ messages)

[PATCH iwl-net 0/3] Fix AF_XDP problems after changing queue number
 2024-05-30  5:57 UTC  (7+ messages)
` [PATCH iwl-net 1/3] ice: remove af_xdp_zc_qps bitmap
  ` [Intel-wired-lan] "
` [PATCH iwl-net 2/3] ice: add flag to distinguish reset from .ndo_bpf in XDP rings config
  ` [Intel-wired-lan] "
` [PATCH iwl-net 3/3] ice: map XDP queues to vectors in ice_vsi_map_rings_to_vectors()
  ` [Intel-wired-lan] "

[PATCH net-next 0/7] virtnet_net: prepare for af-xdp
 2024-05-30  3:24 UTC  (7+ messages)
` [PATCH net-next 3/7] virtio_net: add prefix virtnet to all struct inside virtio_net.h
` [PATCH net-next 6/7] virtio_net: separate receive_mergeable
` [PATCH net-next 7/7] virtio_net: separate receive_buf

[PATCH bpf-next v4 0/2] riscv, bpf: Introduce Zba optimization
 2024-05-30  0:32 UTC  (4+ messages)
` [PATCH bpf-next v4 2/2] riscv, bpf: Introduce shift add helper with "

[PATCH net-next v2] net: validate SO_TXTIME clockid coming from userspace
 2024-05-30  0:24 UTC  (2+ messages)

[PATCH bpf-next v2 0/8] add netns helpers
 2024-05-29 23:31 UTC  (3+ messages)
` [PATCH bpf-next v2 1/8] selftests/bpf: Add unshare_netns helper

[PATCH v8 bpf-next 0/2] bpf: Add a generic bits iterator
 2024-05-29 23:10 UTC  (2+ messages)

Potential deadlock in bpf_lpm_trie
 2024-05-29 22:02 UTC  (7+ messages)

[PATCH v4 bpf-next 0/3] netfilter: Add the capability to offload flowtable in XDP layer
 2024-05-29 21:53 UTC  (3+ messages)
` [PATCH v4 bpf-next 2/3] netfilter: add bpf_xdp_flow_lookup kfunc

[PATCH net-next v9 00/14] Device Memory TCP
 2024-05-29 19:49 UTC  (9+ messages)
` [PATCH net-next v9 04/14] netdev: support binding dma-buf to netdevice
` [PATCH net-next v9 11/14] tcp: RX path for devmem TCP

[PATCH v2] bpf: Allocate bpf_event_entry with node info
 2024-05-29 18:27 UTC  (5+ messages)

[linux-next:master] BUILD REGRESSION 9d99040b1bc8dbf385a8aa535e9efcdf94466e19
 2024-05-29 17:42 UTC 

[syzbot] [bpf?] [net?] possible deadlock in sk_psock_skb_ingress_enqueue
 2024-05-29 16:52 UTC 

[PATCH net] net: validate SO_TXTIME clockid coming from userspace
 2024-05-29 16:04 UTC  (5+ messages)

[PATCH v3 bpf-next 1/2] bpf: Relax precision marking in open coded iters and may_goto loop
 2024-05-29 14:32 UTC  (4+ messages)

[PATCH] bpf, devmap: Remove unnecessary if check in for loop
 2024-05-29 14:24 UTC  (2+ 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).