BPF Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-14 01:34:57 to 2024-06-17 22:27:13 UTC [more...]

[RFC PATCH v3] bpf: Using binary search to improve the performance of btf_find_by_name_kind
 2024-06-17 22:27 UTC  (6+ messages)

[PATCH bpf-next v4 00/12] bpf: Support dumping kfunc prototypes from BTF
 2024-06-17 22:25 UTC  (4+ messages)
` [PATCH bpf-next v4 06/12] bpf: selftests: Fix bpf_session_cookie() kfunc prototype

[PATCH v6 bpf-next 0/9] bpf: support resilient split BTF
 2024-06-17 22:00 UTC  (11+ messages)
` [PATCH v6 bpf-next 3/9] libbpf: split BTF relocation
` [PATCH v6 bpf-next 7/9] module, bpf: store BTF base pointer in struct module
` [PATCH v6 bpf-next 8/9] libbpf,bpf: share BTF relocate-related code with kernel

ANNOUNCE: pahole v1.27 (reproducible builds, BTF kfuncs)
 2024-06-17 21:08 UTC  (7+ messages)
    ` [PATCH/RFT] "

[PATCH] libbpf: checking the btf_type kind when fixing variable offsets
 2024-06-17 20:51 UTC  (5+ messages)

[PATCH v4 0/7] ioctl()-based API to query VMAs from /proc/<pid>/maps
 2024-06-17 20:38 UTC  (4+ messages)
` [PATCH v4 3/7] fs/procfs: add build ID fetching to PROCMAP_QUERY API

[PATCH v3,net-next] net: mana: Add support for page sizes other than 4KB on ARM64
 2024-06-17 20:24 UTC  (2+ messages)

[PATCH v6 00/10] PCI: imx6: Fix\rename\clean up and add lut information for imx95
 2024-06-17 20:16 UTC  (11+ messages)
` [PATCH v6 01/10] PCI: imx6: Fix establish link failure in EP mode for iMX8MM and iMX8MP
` [PATCH v6 02/10] PCI: imx6: Fix i.MX8MP PCIe EP's occasional failure to trigger MSI
` [PATCH v6 03/10] PCI: imx6: Rename imx6_* with imx_*
` [PATCH v6 04/10] PCI: imx6: Introduce SoC specific callbacks for controlling REFCLK
` [PATCH v6 05/10] PCI: imx6: Simplify switch-case logic by involve core_reset callback
` [PATCH v6 06/10] PCI: imx6: Improve comment for workaround ERR010728
` [PATCH v6 07/10] PCI: imx6: Consolidate redundant if-checks
` [PATCH v6 08/10] dt-bindings: imx6q-pcie: Add i.MX8Q pcie compatible string
` [PATCH v6 09/10] PCI: imx6: Call: Common PHY API to set mode, speed, and submode
` [PATCH v6 10/10] PCI: imx6: Add i.MX8Q PCIe root complex (RC) support

[PATCH net-next v10 00/14] Device Memory TCP
 2024-06-17 19:15 UTC  (20+ messages)
` [PATCH net-next v10 02/14] net: page_pool: create hooks for custom page providers

linux-next: build failure after merge of the bpf-next tree
 2024-06-17 18:15 UTC 

[PATCH net-next v12 00/13] Device Memory TCP
 2024-06-17 17:52 UTC  (18+ messages)
` [PATCH net-next v12 01/13] netdev: add netdev_rx_queue_restart()
` [PATCH net-next v12 03/13] netdev: support binding dma-buf to netdevice
` [PATCH net-next v12 04/13] netdev: netdevice devmem allocator
` [PATCH net-next v12 05/13] page_pool: convert to use netmem
` [PATCH net-next v12 06/13] page_pool: devmem support
` [PATCH net-next v12 07/13] memory-provider: dmabuf devmem memory provider
` [PATCH net-next v12 10/13] tcp: RX path for devmem TCP

[PATCH v2 bpf] bpf: Fix remap of arena
 2024-06-17 17:52 UTC  (2+ messages)

[PATCH bpf 0/3] bpf: Fix missed var_off related to movsx in verifier
 2024-06-17 17:50 UTC  (6+ messages)
` [PATCH bpf 1/3] bpf: Add missed var_off setting in set_sext32_default_val()
` [PATCH bpf 2/3] bpf: Add missed var_off setting in coerce_subreg_to_size_sx()
` [PATCH bpf 3/3] selftests/bpf: Add a few tests to cover

[issue]: sockmap restrain send if receiver block
 2024-06-17 17:07 UTC  (2+ messages)

[PATCH] xdp: remove WARN() from __xdp_reg_mem_model()
 2024-06-17 16:27 UTC 

[PATCH bpf-next v7 0/2] Support kCFI + BPF on arm64
 2024-06-17 16:31 UTC  (3+ messages)
` [PATCH bpf-next v7 1/2] cfi: add C CFI type macro
` [PATCH bpf-next v7 2/2] arm64/cfi,bpf: Support kCFI + BPF on arm64

[PATCH bpf] bpf: Fix remap of arena
 2024-06-17 16:17 UTC  (4+ messages)

[PATCH] bpf: fix order of args in call to bpf_map_kvcalloc
 2024-06-17 14:28 UTC  (4+ messages)

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

[PATCH bpf-next v5 0/2] Regular expression support for test output matching
 2024-06-17 14:14 UTC  (3+ messages)
` [PATCH bpf-next v5 1/2] selftests/bpf: Support checks against a regular expression
` [PATCH bpf-next v5 2/2] selftests/bpf: Match tests against "

[PATCH bpf] bpf: update BPF LSM maintainer list
 2024-06-17 13:49 UTC 

[PATCH 2/2] selftests/bpf: add negative tests for relaxed fixed offset constraint on trusted pointer arguments
 2024-06-17 13:44 UTC 

[PATCH 1/2] bpf: relax zero fixed offset constraint on trusted pointer arguments
 2024-06-17 13:43 UTC 

[PATCH net-next v8 00/13] First try to replace page_frag with page_frag_cache
 2024-06-17 13:14 UTC  (3+ messages)
` [PATCH net-next v8 04/13] mm: page_frag: add '_va' suffix to page_frag API
` [PATCH net-next v8 11/13] net: replace page_frag with page_frag_cache

Why is recursion protection needed in bpf syscalls?
 2024-06-17 13:13 UTC  (3+ messages)

[PATCH v2, net-next] net: mana: Add support for page sizes other than 4KB on ARM64
 2024-06-17 12:56 UTC  (3+ messages)

bpf map collision
 2024-06-17 10:22 UTC 

[PATCH mptcp-next v3 0/6] use network helpers, part 7
 2024-06-17  9:17 UTC  (8+ messages)
` [PATCH mptcp-next v3 1/6] selftests/bpf: Drop type from network_helper_opts
` [PATCH mptcp-next v3 2/6] selftests/bpf: Use connect_to_addr in connect_to_fd_opt
` [PATCH mptcp-next v3 3/6] selftests/bpf: Add client_socket helper
` [PATCH mptcp-next v3 4/6] selftests/bpf: Drop noconnect from network_helper_opts
` [PATCH mptcp-next v3 5/6] selftests/bpf: Use start_server_str in mptcp
` [PATCH mptcp-next v3 6/6] selftests/bpf: Use start_server_str in test_tcp_check_syncookie_user

[PATCH bpf-next V2 0/3] Fix compiler warnings, looking for suggestions
 2024-06-17  8:45 UTC  (5+ messages)
` [PATCH bpf-next V2 1/3] bpf: remove unused parameter in bpf_jit_binary_pack_finalize
` [PATCH bpf-next V2 2/3] bpf: remove unused parameter in __bpf_free_used_btfs
` [PATCH bpf-next V2 3/3] bpf: remove redeclaration of new_n in bpf_verifier_vlog

[PATCH net-next v5 00/15] virtio-net: support AF_XDP zero copy
 2024-06-17  7:55 UTC  (29+ messages)
` [PATCH net-next v5 01/15] virtio_ring: introduce dma map api for page
` [PATCH net-next v5 02/15] virtio_ring: introduce vring_need_unmap_buffer
` [PATCH net-next v5 03/15] virtio_ring: virtqueue_set_dma_premapped() support to disable
` [PATCH net-next v5 04/15] virtio_net: separate virtnet_rx_resize()
` [PATCH net-next v5 05/15] virtio_net: separate virtnet_tx_resize()
` [PATCH net-next v5 06/15] virtio_net: separate receive_buf
` [PATCH net-next v5 07/15] virtio_net: refactor the xmit type
` [PATCH net-next v5 08/15] virtio_net: sq support premapped mode
` [PATCH net-next v5 09/15] virtio_net: xsk: bind/unbind xsk
` [PATCH net-next v5 10/15] virtio_net: xsk: prevent disable tx napi
` [PATCH net-next v5 11/15] virtio_net: xsk: tx: support xmit xsk buffer
` [PATCH net-next v5 12/15] virtio_net: xsk: tx: support wakeup
` [PATCH net-next v5 13/15] virtio_net: xsk: tx: handle the transmitted xsk buffer
` [PATCH net-next v5 14/15] virtio_net: xsk: rx: support fill with "
` [PATCH net-next v5 15/15] virtio_net: xsk: rx: support recv small mode

[PATCH bpf v1 0/2] bpf: Fix linker optimization removing kfuncs
 2024-06-17  3:26 UTC  (9+ messages)
` [PATCH bpf v2 "
  ` [PATCH bpf v2 1/2] compiler_types.h: Define __retain for __attribute__((__retain__))

[PATCH] libbpf: fix signed multiplication overflow in hash_combine
 2024-06-17  2:14 UTC  (2+ messages)

[PATCH v11 00/18] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-06-17  1:49 UTC  (19+ messages)
` [PATCH v11 01/18] tracing: Add a comment about ftrace_regs definition
` [PATCH v11 02/18] tracing: Rename ftrace_regs_return_value to ftrace_regs_get_return_value
` [PATCH v11 03/18] function_graph: Pass ftrace_regs to entryfunc
` [PATCH v11 04/18] function_graph: Replace fgraph_ret_regs with ftrace_regs
` [PATCH v11 05/18] function_graph: Pass ftrace_regs to retfunc
` [PATCH v11 06/18] fprobe: Use ftrace_regs in fprobe entry handler
` [PATCH v11 07/18] fprobe: Use ftrace_regs in fprobe exit handler
` [PATCH v11 08/18] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v11 09/18] tracing: Add ftrace_fill_perf_regs() for perf event
` [PATCH v11 10/18] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [PATCH v11 11/18] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [PATCH v11 12/18] ftrace: Add CONFIG_HAVE_FTRACE_GRAPH_FUNC
` [PATCH v11 13/18] fprobe: Rewrite fprobe on function-graph tracer
` [PATCH v11 14/18] tracing/fprobe: Remove nr_maxactive from fprobe
` [PATCH v11 15/18] selftests: ftrace: Remove obsolate maxactive syntax check
` [PATCH v11 16/18] selftests/ftrace: Add a test case for repeating register/unregister fprobe
` [PATCH v11 17/18] Documentation: probes: Update fprobe on function-graph tracer
` [PATCH v11 18/18] fgraph: Skip recording calltime/rettime if it is not nneeded

[PATCH] bpf/selftests: Fix __NR_uretprobe in uprobe_syscall test
 2024-06-16 19:51 UTC  (4+ messages)

Infinite loop with JA + JCOND
 2024-06-16 17:13 UTC  (2+ messages)

[RFC PATCH bpf-next] bpf: Support shadow stack for bpf progs
 2024-06-16  5:52 UTC  (3+ messages)

[Syzkaller & bisect] There is KASAN: slab-use-after-free Read in arena_vm_close in v6.10-rc3 kernel
 2024-06-16  3:13 UTC  (3+ messages)

[syzbot] [bpf?] KMSAN: uninit-value in trie_lookup_elem (2)
 2024-06-16  0:31 UTC 

rcu_preempt detected stalls related to ebpf
 2024-06-15 17:49 UTC  (5+ messages)

[PATCH v2 4/4] bpf,lsm: Allow editing capabilities in BPF-LSM hooks
 2024-06-15 15:20 UTC  (11+ messages)

[PATCH v2 0/4] Introduce user namespace capabilities
 2024-06-15 15:19 UTC  (5+ messages)
` [PATCH v2 1/4] capabilities: Add "

[PATCH] bpf: don't call mmap_read_trylock() from IRQ context
 2024-06-15 14:26 UTC  (6+ messages)

[PATCH] bpf, devmap: Add .map_alloc_check
 2024-06-15 10:11 UTC 

[PATCH v1] perf trace: Augment enum syscall arguments with BTF
 2024-06-15  1:54 UTC 

pull-request: bpf 2024-06-14
 2024-06-15  1:50 UTC  (2+ messages)

Ideal way to read FUNC_PROTO in raw tp?
 2024-06-15  1:04 UTC  (2+ messages)

[PATCHv8 bpf-next 0/9] uprobe: uretprobe speed up
 2024-06-14 20:07 UTC  (5+ messages)
` [PATCHv8 bpf-next 3/9] uprobe: Add uretprobe syscall to speed up return probe

[PATCH v3 bpf-next 0/4] bpf: Track delta between "linked" registers
 2024-06-14 20:00 UTC  (2+ messages)

[PATCH net-next] net: mana: Add support for variable page sizes of ARM64
 2024-06-14 18:46 UTC  (6+ messages)

[PATCH v4] perf trace: BTF-based enum pretty printing
 2024-06-14 18:41 UTC  (5+ messages)

[PATCH v5 bpf-next 0/3] netfilter: Add the capability to offload flowtable in XDP layer
 2024-06-14 15:40 UTC  (4+ messages)
` [PATCH v5 bpf-next 1/3] netfilter: nf_tables: add flowtable map for xdp offload
` [PATCH v5 bpf-next 2/3] netfilter: add bpf_xdp_flow_lookup kfunc
` [PATCH v5 bpf-next 3/3] selftests/bpf: Add selftest for "

[Patch net] net: remove the bogus overflow debug check in pskb_may_pull()
 2024-06-14 15:30 UTC  (4+ messages)
` [PATCH bpf] bpf: avoid splat in pskb_pull_reason

[PATCH v4 bpf-next 0/3] netfilter: Add the capability to offload flowtable in XDP layer
 2024-06-14 15:19 UTC  (2+ messages)

[PATCH v2 00/10] Improve the copy of task comm
 2024-06-14 11:45 UTC  (11+ messages)
` [PATCH v2 05/10] mm/util: Fix possible race condition in kstrdup()
` [PATCH v2 06/10] mm/kmemleak: Replace strncpy() with __get_task_comm()

[PATCH v3 0/8] Refactor perf python module build
 2024-06-14  9:33 UTC  (3+ messages)
` [PATCH v3 1/8] perf build: Add '*.a' to clean targets

[PATCH HID v3 00/16] HID: convert HID-BPF into using bpf_struct_ops
 2024-06-14  9:26 UTC  (5+ messages)
` [PATCH HID v3 03/16] HID: bpf: implement HID-BPF through bpf_struct_ops

[syzbot] [bpf?] WARNING: locking bug in __pcpu_freelist_pop
 2024-06-14  8:30 UTC 

[PATCH bpf-next v2 0/4] use network helpers, part 7
 2024-06-14  2:14 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 read-only IMAP folder(s) and NNTP newsgroup(s).