BPF Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-11 11:01:17 to 2024-06-13 01:36:18 UTC [more...]

[PATCH net-next v12 00/13] Device Memory TCP
 2024-06-13  1:35 UTC  (9+ messages)
` [PATCH net-next v12 01/13] netdev: add netdev_rx_queue_restart()
` [PATCH net-next v12 02/13] net: netdev netlink api to bind dma-buf to a net device
` [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 08/13] net: support non paged skb frags

[PATCH bpf-next] MAINTAINERS: mailmap: Update Stanislav's email address
 2024-06-13  1:00 UTC  (2+ messages)

[PATCH] x86: net: bpf_jit_comp32: Remove unused 'cnt' variables from most functions
 2024-06-13  0:38 UTC  (3+ messages)

[PATCH net-next v11 00/13] Device Memory TCP
 2024-06-13  0:10 UTC  (3+ messages)
` [PATCH net-next v11 05/13] page_pool: convert to use netmem

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

[PATCH net-next v7 0/2] Add F_SETFL for fcntl in test_sockmap
 2024-06-12 23:40 UTC  (4+ messages)
` [PATCH net-next v7 1/2] tls: receive msg again for sk_redirect
` [PATCH net-next v7 2/2] selftests/bpf: Add F_SETFL for fcntl in test_sockmap

[PATCH bpf 1/2] bpf: Fix reg_set_min_max corruption of fake_reg
 2024-06-12 23:13 UTC  (5+ messages)
` [PATCH bpf 2/2] selftests/bpf: Add test coverage for reg_set_min_max handling

[syzbot] Monthly bpf report (Jun 2024)
 2024-06-12 22:41 UTC 

[PATCH iwl-net 0/3] ice: fix synchronization between .ndo_bpf() and reset
 2024-06-12 21:09 UTC  (4+ messages)

[PATCH bpf-next v6 0/3] Support kCFI + BPF on arm64
 2024-06-12 17:07 UTC  (5+ messages)
` [PATCH bpf-next v6 1/3] cfi: add C CFI type macro
` [PATCH bpf-next v6 2/3] arm64/cfi,bpf: Support kCFI + BPF on arm64
` [PATCH bpf-next v6 3/3] arm64/cfi,bpf: Use DEFINE_CFI_TYPE in arm64

[PATCH v1 0/7] Refactor perf python module build
 2024-06-12 18:32 UTC  (8+ messages)
` [PATCH v1 1/7] perf ui: Make ui its own library
` [PATCH v1 2/7] perf pmu-events: Make pmu-events a library
` [PATCH v1 3/7] perf test: Make tests its own library
` [PATCH v1 4/7] perf bench: Make bench "
` [PATCH v1 5/7] perf util: Make util "
` [PATCH v1 6/7] perf python: Switch module to linking libraries from building source
` [PATCH v1 7/7] perf python: Clean up build dependencies

[PATCH v4 0/7] ioctl()-based API to query VMAs from /proc/<pid>/maps
 2024-06-12 18:28 UTC  (8+ messages)
` [PATCH v4 3/7] fs/procfs: add build ID fetching to PROCMAP_QUERY API
` [PATCH v4 5/7] tools: sync uapi/linux/fs.h header into tools subdir
` [PATCH v4 6/7] selftests/bpf: make use of PROCMAP_QUERY ioctl if available
` [PATCH v4 7/7] selftests/bpf: add simple benchmark tool for /proc/<pid>/maps APIs

[PATCH bpf-next v5 00/12] bpf: Support dumping kfunc prototypes from BTF
 2024-06-12 18:10 UTC  (14+ messages)
` [PATCH bpf-next v5 01/12] kbuild: bpf: Tell pahole to DECL_TAG kfuncs
` [PATCH bpf-next v5 02/12] bpf: selftests: Fix bpf_iter_task_vma_new() prototype
` [PATCH bpf-next v5 03/12] bpf: selftests: Fix fentry test kfunc prototypes
` [PATCH bpf-next v5 04/12] bpf: selftests: Fix bpf_cpumask_first_zero() kfunc prototype
` [PATCH bpf-next v5 05/12] bpf: selftests: Fix bpf_map_sum_elem_count() "
` [PATCH bpf-next v5 06/12] bpf: Make bpf_session_cookie() kfunc return long *
` [PATCH bpf-next v5 07/12] bpf: selftests: Namespace struct_opt callbacks in bpf_dctcp
` [PATCH bpf-next v5 08/12] bpf: verifier: Relax caller requirements for kfunc projection type args
` [PATCH bpf-next v5 09/12] bpf: treewide: Align kfunc signatures to prog point-of-view
` [PATCH bpf-next v5 10/12] bpf: selftests: nf: Opt out of using generated kfunc prototypes
` [PATCH bpf-next v5 11/12] bpf: selftests: xfrm: "
` [PATCH bpf-next v5 12/12] bpftool: Support dumping kfunc prototypes from BTF

[PATCH v3 0/9] ioctl()-based API to query VMAs from /proc/<pid>/maps
 2024-06-12 17:48 UTC  (5+ messages)
` [PATCH v3 3/9] fs/procfs: implement efficient VMA querying API for /proc/<pid>/maps

[PATCH v2 0/4] Introduce user namespace capabilities
 2024-06-12 17:29 UTC  (10+ messages)
` [PATCH v2 4/4] bpf,lsm: Allow editing capabilities in BPF-LSM hooks

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

[RFC PATCH net-next 0/3] selftests: Add AF_XDP functionality test
 2024-06-12 16:44 UTC  (10+ messages)
` [RFC PATCH net-next 1/3] selftests/bpf: Move rxq_num helper from xdp_hw_metadata to network_helpers
` [RFC PATCH net-next 2/3] selftests/bpf: Add xsk_hw AF_XDP functionality test
` [RFC PATCH net-next 3/3] selftests: drv-net: "

[syzbot] [bpf?] KMSAN: uninit-value in bstr_printf (2)
 2024-06-12 16:26 UTC 

[PATCH v3 1/2] arm64/arch_timer: include <linux/percpu.h>
 2024-06-12 16:08 UTC  (2+ messages)

[PATCH] tracing/treewide: Remove second parameter of __assign_str()
 2024-06-12 15:55 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH v2 bpf-next 0/4] bpf: Track delta between "linked" registers
 2024-06-12 15:52 UTC  (6+ messages)
` [PATCH v2 bpf-next 1/4] bpf: Relax tuple len requirement for sk helpers
` [PATCH v2 bpf-next 2/4] bpf: Track delta between "linked" registers

[PATCH net-next v10 02/14] net: page_pool: create hooks for custom page providers
 2024-06-12 15:47 UTC  (17+ messages)

[PATCH bpf-next v5 0/3] Support kCFI + BPF on arm64
 2024-06-12 15:36 UTC  (4+ messages)
` [PATCH bpf-next v5 1/3] cfi: add C CFI type macro

[PATCH RESEND] bpf: fix order of args in call to bpf_map_kvcalloc
 2024-06-12 14:53 UTC  (2+ messages)

[PATCH bpf-next v4 1/2] bpf: add CHECKSUM_COMPLETE to bpf test progs
 2024-06-12 14:49 UTC  (2+ messages)

[PATCH bpf-next v2 0/4] use network helpers, part 7
 2024-06-12 14:41 UTC  (5+ messages)
` [PATCH bpf-next v2 1/4] selftests/bpf: Drop type from network_helper_opts
` [PATCH bpf-next v2 2/4] selftests/bpf: Drop noconnect "
` [PATCH bpf-next v2 3/4] selftests/bpf: Use start_server_str in mptcp
` [PATCH bpf-next v2 4/4] selftests/bpf: Use start_server_str in test_tcp_check_syncookie_user

bpf_ringbuf_reserve deadlock on rt kernels
 2024-06-12 14:32 UTC  (2+ messages)

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

[syzbot] [bpf?] KMSAN: uninit-value in trie_delete_elem (2)
 2024-06-12 13:25 UTC 

[PATCH v2] perf trace: BTF-based enum pretty printing
 2024-06-12 12:43 UTC 

[PATCH bpf-next v4 00/12] bpf: Support dumping kfunc prototypes from BTF
 2024-06-12 12:41 UTC  (12+ messages)
` [PATCH bpf-next v4 03/12] bpf: selftests: Fix fentry test kfunc prototypes
` [PATCH bpf-next v4 06/12] bpf: selftests: Fix bpf_session_cookie() kfunc prototype
` [PATCH bpf-next v4 08/12] bpf: verifier: Relax caller requirements for kfunc projection type args

[PATCH v5 net-next 14/15] net: Reference bpf_redirect_info via task_struct on PREEMPT_RT
 2024-06-12 10:42 UTC  (6+ messages)

Why is recursion protection needed in bpf syscalls?
 2024-06-12 10:38 UTC 

[PATCH bpf-next v3 0/2] Regular expression support for test output matching
 2024-06-12 10:35 UTC  (6+ messages)
` [PATCH bpf-next v3 1/2] selftests/bpf: Support checks against a regular expression
` [PATCH bpf-next v3 2/2] selftests/bpf: Match tests against regular expres

ANNOUNCE: pahole v1.27 (reproducible builds, BTF kfuncs)
 2024-06-12 10:07 UTC  (5+ messages)

[PATCHv8 bpf-next 0/9] uprobe: uretprobe speed up
 2024-06-12  7:02 UTC  (14+ messages)
` [PATCHv8 bpf-next 1/9] x86/shstk: Make return uprobe work with shadow stack
` [PATCHv8 bpf-next 2/9] uprobe: Wire up uretprobe system call
` [PATCHv8 bpf-next 3/9] uprobe: Add uretprobe syscall to speed up return probe
` [PATCHv8 bpf-next 4/9] selftests/x86: Add return uprobe shadow stack test
` [PATCHv8 bpf-next 5/9] selftests/bpf: Add uretprobe syscall test for regs integrity
` [PATCHv8 bpf-next 6/9] selftests/bpf: Add uretprobe syscall test for regs changes
` [PATCHv8 bpf-next 7/9] selftests/bpf: Add uretprobe syscall call from user space test
` [PATCHv8 bpf-next 8/9] selftests/bpf: Add uretprobe shadow stack test
` [PATCHv8 9/9] man2: Add uretprobe syscall page

[PATCH] bpf: fix order of args in call to bpf_map_kvcalloc
 2024-06-12  5:20 UTC  (3+ messages)

Problem with BTF generation on mips64el
 2024-06-12  3:31 UTC  (14+ messages)
          ` elfutils DWARF problem was: "

[PATCH bpf-next 0/5] use network helpers, part 7
 2024-06-12  3:39 UTC  (8+ messages)
` [PATCH bpf-next 1/5] selftests/bpf: Drop type from network_helper_opts
` [PATCH bpf-next 4/5] selftests/bpf: Use start_server_str in mptcp
` [PATCH bpf-next 5/5] selftests/bpf: Use start_server_str in test_tcp_check_syncookie_user

[PATCH net-next v6 0/2] Add F_SETFL for fcntl in test_sockmap
 2024-06-12  2:17 UTC  (3+ messages)
` [PATCH net-next v6 1/2] tls: wait for receiving next skb for sk_redirect

[PATCH v1] perf trace: BTF-based enum pretty printing
 2024-06-12  1:51 UTC  (3+ messages)

[PATCHSET v6] sched: Implement BPF extensible scheduler class
 2024-06-11 21:34 UTC  (2+ messages)

[PATCH v5 0/3] perf/core: Check sample_type in sample data saving helper functions
 2024-06-11 20:33 UTC  (4+ messages)

[PATCH bpf-next v3 00/11] Add check for bpf lsm return value
 2024-06-11 20:06 UTC  (9+ messages)
` [PATCH bpf-next v3 01/11] bpf, lsm: Annotate lsm hook return value range

[PATCH bpf-next] bpf: Return EINVAL instead of NULL for map_lookup_elem of queue
 2024-06-11 19:14 UTC  (2+ messages)

[PATCH net-next v16 00/15] Introducing P4TC (series 1)
 2024-06-11 19:13 UTC  (9+ messages)

[PATCH net 1/4] i40e: Fix XDP program unloading while removing the driver
 2024-06-11 19:03 UTC  (3+ messages)

[PATCH v3] bpftool: Query only cgroup-related attach types
 2024-06-11 18:50 UTC  (2+ messages)

[PATCH HID v3 00/16] HID: convert HID-BPF into using bpf_struct_ops
 2024-06-11 16:57 UTC  (4+ messages)
` [PATCH HID v3 15/16] HID: bpf: rework hid_bpf_ops_btf_struct_access

[PATCH] perf trace: Fix syscall untraceable bug
 2024-06-11 15:43 UTC  (4+ messages)

[PATCHv7 bpf-next 0/9] uprobe: uretprobe speed up
 2024-06-11 14:25 UTC  (6+ messages)

[RFC PATCH 1/1] mm/vmalloc: Modify permission reset procedure to avoid invalid access
 2024-06-11 14:21 UTC  (2+ messages)

[PATCH net-next v7 00/15] First try to replace page_frag with page_frag_cache
 2024-06-11 12:55 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).