BPF List
 help / color / mirror / Atom feed
 messages from 2024-06-24 13:28:21 to 2024-06-25 19:54:36 UTC [more...]

[PATCH net-next v14 00/13] Device Memory TCP
 2024-06-25 19:54 UTC  (13+ messages)
` [PATCH net-next v14 01/13] netdev: add netdev_rx_queue_restart()
` [PATCH net-next v14 02/13] net: netdev netlink api to bind dma-buf to a net device
` [PATCH net-next v14 03/13] netdev: support binding dma-buf to netdevice
` [PATCH net-next v14 04/13] netdev: netdevice devmem allocator
` [PATCH net-next v14 05/13] page_pool: convert to use netmem
` [PATCH net-next v14 06/13] page_pool: devmem support
` [PATCH net-next v14 07/13] memory-provider: dmabuf devmem memory provider
` [PATCH net-next v14 08/13] net: support non paged skb frags
` [PATCH net-next v14 09/13] net: add support for skbs with unreadable frags
` [PATCH net-next v14 10/13] tcp: RX path for devmem TCP
` [PATCH net-next v14 11/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [PATCH net-next v14 12/13] net: add devmem TCP documentation

[issue]: sockmap restrain send if receiver block
 2024-06-25 19:51 UTC  (4+ messages)

[PATCH bpf-next v2 0/4] Fixes for BPF selftests on Loongarch
 2024-06-25 19:37 UTC  (11+ messages)
` [PATCH bpf-next v2 1/4] skmsg: null check for sg_page in sk_msg_recvmsg
` [PATCH bpf-next v2 2/4] skmsg: null check for sg_page in sk_msg_memcopy_from_iter
` [PATCH bpf-next v2 3/4] inet: null check for close in inet_release
` [PATCH bpf-next v2 4/4] selftests/bpf: Null checks for link in bpf_tcp_ca

[PATCH] bpf: defer printk() inside __bpf_prog_run()
 2024-06-25 19:32 UTC  (6+ messages)

[PATCH 00/12] uprobes: add batched register/unregister APIs and per-CPU RW semaphore
 2024-06-25 19:07 UTC  (20+ messages)
` [PATCH 01/12] uprobes: update outdated comment
` [PATCH 02/12] uprobes: grab write mmap lock in unapply_uprobe()
` [PATCH 03/12] uprobes: simplify error handling for alloc_uprobe()
` [PATCH 04/12] uprobes: revamp uprobe refcounting and lifetime management
` [PATCH 05/12] uprobes: move offset and ref_ctr_offset into uprobe_consumer
` [PATCH 06/12] uprobes: add batch uprobe register/unregister APIs
` [PATCH 07/12] uprobes: inline alloc_uprobe() logic into __uprobe_register()
` [PATCH 08/12] uprobes: split uprobe allocation and uprobes_tree insertion steps
` [PATCH 09/12] uprobes: batch uprobes_treelock during registration
` [PATCH 10/12] uprobes: improve lock batching for uprobe_unregister_batch
` [PATCH 11/12] uprobes,bpf: switch to batch uprobe APIs for BPF multi-uprobes
` [PATCH 12/12] uprobes: switch uprobes_treelock to per-CPU RW semaphore

[PATCH v3 0/8] Refactor perf python module build
 2024-06-25 18:14 UTC  (7+ messages)
` [PATCH v3 7/8] perf python: Switch module to linking libraries from building source

[PATCH v2 0/7] static key support for error injection functions
 2024-06-25 17:53 UTC  (9+ messages)
` [PATCH v2 1/7] fault-inject: add support for static keys around fault injection sites
` [PATCH v2 2/7] error-injection: support static keys around injectable functions
` [PATCH v2 6/7] mm, slab: add static key for should_failslab()

[PATCH bpf-next 0/2] selftests/xsk: Enhance traffic validation and batch size support
 2024-06-25 17:40 UTC  (5+ messages)
` [PATCH bpf-next 1/2] selftests/xsk: Ensure traffic validation proceeds after ring size adjustment in xskxceiver
` [PATCH bpf-next 2/2] selftests/xsk: Enhance batch size support with dynamic configurations

Question: Is it OK to assume the address of bpf_dynptr_kern will be 8-bytes aligned and reuse the lowest bits to save extra info ?
 2024-06-25 17:32 UTC  (15+ messages)
                      ` APIs for qp-trie //Re: "

linux-next: build failure after merge of the bpf-next tree
 2024-06-25 17:14 UTC  (5+ messages)

[syzbot] [bpf?] [net?] WARNING in bpf_lwt_seg6_adjust_srh
 2024-06-25 17:06 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: Move ARRAY_SIZE to bpf_misc.h
 2024-06-25 16:26 UTC  (3+ messages)

pull-request: bpf 2024-06-24
 2024-06-25 15:42 UTC  (5+ messages)

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

[PATCH bpf-next] bpf: Fix tailcall cases in test_bpf
 2024-06-25 14:53 UTC 

[PATCH v6 00/10] PCI: imx6: Fix\rename\clean up and add lut information for imx95
 2024-06-25 14:47 UTC  (2+ messages)

[PATCH -next] cgroup: fix uaf when proc_cpuset_show
 2024-06-25 14:29 UTC  (10+ messages)

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

[PATCH bpf v1 0/2] bpf: Fix linker optimization removing kfuncs
 2024-06-25 10:46 UTC  (4+ messages)
` [PATCH bpf v2 "
  ` [PATCH bpf v2 2/2] bpf: Harden __bpf_kfunc tag against linker kfunc removal

[PATCHSET v7] sched: Implement BPF extensible scheduler class
 2024-06-25 10:17 UTC  (5+ messages)
` [PATCH 10/30] sched_ext: Add scx_simple and scx_example_qmap example schedulers
    ` [PATCH sched_ext/for-6.11] sched_ext: Drop tools_clean target from the top-level Makefile

[PATCHSET v6] sched: Implement BPF extensible scheduler class
 2024-06-25  9:13 UTC  (28+ messages)
` [PATCH 04/39] sched: Add sched_class->reweight_task()
` [PATCH 05/39] sched: Add sched_class->switching_to() and expose check_class_changing/changed()
` [PATCH 07/39] sched: Expose css_tg() and __setscheduler_prio()
` [PATCH 09/39] sched: Add @reason to sched_class->rq_{on|off}line()
` [PATCH 10/39] sched: Factor out update_other_load_avgs() from __update_blocked_others()
` [PATCH 18/39] sched_ext: Allow BPF schedulers to disallow specific tasks from joining SCHED_EXT
` [PATCH 19/39] sched_ext: Print sched_ext info when dumping stack

[linux-next:master] [bpf, x64] f663a03c8e: test-bpf.Tail_call_count_preserved_across_function_calls.fail
 2024-06-25  8:25 UTC  (2+ messages)

[PATCHSET v6] sched: Implement BPF extensible scheduler class
 2024-06-25  7:49 UTC  (36+ messages)
                ` [PATCH sched_ext/for-6.11] sched, sched_ext: Replace scx_next_task_picked() with sched_class->switch_class()
                    ` [PATCH sched_ext/for-6.11] sched, sched_ext: Simplify dl_prio() case handling in sched_fork()

[PATCH v2 bpf 1/2] bpf: add missing check_func_arg_reg_off() to prevent out-of-bounds memory accesses
 2024-06-25  6:28 UTC  (2+ messages)
` [PATCH v2 bpf 2/2] bpf: add new negative selftests to cover missing check_func_arg_reg_off() and reg->type check

[PATCH bpf-next v5 0/9] use network helpers, part 8
 2024-06-25  5:42 UTC  (10+ messages)
` [PATCH bpf-next v5 1/9] selftests/bpf: Add backlog for network_helper_opts
` [PATCH bpf-next v5 2/9] selftests/bpf: Use start_server_str in sockmap_ktls
` [PATCH bpf-next v5 3/9] selftests/bpf: Use connect_to_fd "
` [PATCH bpf-next v5 4/9] selftests/bpf: Use make_sockaddr "
` [PATCH bpf-next v5 5/9] selftests/bpf: Close fd in error path in drop_on_reuseport
` [PATCH bpf-next v5 6/9] selftests/bpf: Use start_server_str in sk_lookup
` [PATCH bpf-next v5 7/9] selftests/bpf: Use connect_to_fd "
` [PATCH bpf-next v5 8/9] selftests/bpf: Use connect_to_addr "
` [PATCH bpf-next v5 9/9] selftests/bpf: Drop make_socket "

[Bpf] Re: Writing into a ring buffer map from user space
 2024-06-25  3:50 UTC  (7+ messages)
      ` [Bpf] Re: [EXTERNAL] "

bpf map collision
 2024-06-25  3:30 UTC  (2+ messages)

[PATCH v2] build-id: require program headers to be right after ELF header
 2024-06-25  3:28 UTC  (2+ messages)

Ideal way to read FUNC_PROTO in raw tp?
 2024-06-25  3:00 UTC  (3+ messages)

[PATCH v2 0/4] Fix user stack traces captured from uprobes
 2024-06-25  2:53 UTC  (15+ messages)
` [PATCH v2 1/4] uprobes: rename get_trampoline_vaddr() and make it global
` [PATCH v2 2/4] perf,uprobes: fix user stack traces in the presence of pending uretprobes
` [PATCH v2 4/4] selftests/bpf: add test validating uprobe/uretprobe stack traces

[PATCH v11 00/18] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-06-25  1:37 UTC  (2+ messages)

[PATCH bpf-next v2 0/2] Zero overhead PROBE_MEM
 2024-06-25  1:26 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] x86: Perform BPF exception fixup in do_user_addr_fault

[PATCH bpf-next v4 0/9] use network helpers, part 8
 2024-06-25  0:59 UTC  (7+ messages)
` [PATCH bpf-next v4 4/9] selftests/bpf: Use make_sockaddr in sockmap_ktls
` [PATCH bpf-next v4 5/9] selftests/bpf: Close fd in error path in drop_on_reuseport
` [PATCH bpf-next v4 6/9] selftests/bpf: Invoke attach_reuseport out of make_server

[PATCH v9 net-next 14/15] net: Reference bpf_redirect_info via task_struct on PREEMPT_RT
 2024-06-24 23:37 UTC  (4+ messages)

[PATCH] bpf, btf: Make if test explicit to fix Coccinelle error
 2024-06-24 23:27 UTC  (5+ messages)

[PATCH bpf-next 0/2] Use overflow.h helpers to check for overflows
 2024-06-24 20:17 UTC  (5+ messages)
` [PATCH bpf-next 1/2] bpf: verifier: use check_add_overflow() to check for addition overflows

[PATCH bpf] libbpf: skip base btf sanity checks
 2024-06-24 20:10 UTC  (4+ messages)

[PATCH net 0/3] Fixes for BPF selftests on loongarch
 2024-06-24 20:08 UTC  (7+ messages)
` [PATCH net 1/3] skmsg: null check for page in sk_msg_recvmsg
` [PATCH net 2/3] inet: null check for close in inet_release
` [PATCH net 3/3] selftests/bpf: Null checks for link in bpf_tcp_ca

[PATCH bpf v2] af_unix: Disable MSG_OOB handling for sockets in sockmap/sockhash
 2024-06-24 20:02 UTC  (3+ messages)

[PATCH v2 bpf-next] libbpf: fix clang compilation error in btf_relocate.c
 2024-06-24 19:29 UTC 

[RFC net-next 1/9] skb: introduce gro_disabled bit
 2024-06-24 18:17 UTC  (12+ messages)

[PATCH bpf-next] libbpf: fix clang compilation error in
 2024-06-24 16:22 UTC  (2+ messages)

[PATCH v5 00/12] PCI: imx6: Fix\rename\clean up and add lut information for imx95
 2024-06-24 15:06 UTC  (4+ messages)
` [PATCH v5 08/12] PCI: imx6: Config look up table(LUT) to support MSI ITS and IOMMU for i.MX95

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

[PATCH RFC v2 0/8] net: stmmac: convert stmmac "pcs" to phylink
 2024-06-24 13:26 UTC  (10+ messages)
` [PATCH RFC net-next v2 09/17] net: stmmac: Introduce mac_device_info::priv pointer
` [PATCH RFC net-next v2 10/17] net: stmmac: Introduce internal PCS offset-based CSR access
` [PATCH RFC net-next v2 11/17] net: stmmac: Introduce internal PCS config register getter
` [PATCH RFC net-next v2 12/17] net: stmmac: Introduce internal PCS IRQ enable/disable methods
` [PATCH RFC net-next v2 13/17] net: stmmac: Move internal PCS ANE-control method to dwmac-qcom-ethqos.c
` [PATCH RFC net-next v2 14/17] net: stmmac: Move internal PCS PHYLINK ops to stmmac_pcs.c
` [PATCH RFC net-next v2 15/17] net: stmmac: Move internal PCS ISR "
` [PATCH RFC net-next v2 16/17] net: stmmac: Move internal PCS init method "
` [PATCH RFC net-next v2 17/17] net: stmmac: pcs: Drop the _SHIFT macros


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