BPF List
 help / color / mirror / Atom feed
 messages from 2024-06-06 17:14:06 to 2024-06-10 15:16:48 UTC [more...]

[PATCH net-next v10 00/14] Device Memory TCP
 2024-06-10 15:16 UTC  (32+ messages)
` [PATCH net-next v10 02/14] net: page_pool: create hooks for custom page providers
` [PATCH net-next v10 05/14] netdev: netdevice devmem allocator
` [PATCH net-next v10 06/14] page_pool: convert to use netmem

[PATCHv7 bpf-next 0/9] uprobe: uretprobe speed up
 2024-06-10 15:16 UTC  (4+ messages)

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

[PATCH 0/6] kernel: Avoid memcpy of task comm
 2024-06-10 12:34 UTC  (8+ messages)
` [PATCH 1/6] fs/exec: Drop task_lock() inside __get_task_comm()

[PATCH v1] perf trace: BTF-based enum pretty printing
 2024-06-10 13:10 UTC 

[PATCH v2 0/4] Introduce user namespace capabilities
 2024-06-10 13:05 UTC  (13+ messages)
` [PATCH v2 1/4] capabilities: Add "
` [PATCH v2 2/4] capabilities: Add securebit to restrict userns caps
` [PATCH v2 3/4] capabilities: Add sysctl to mask off "
` [PATCH v2 4/4] bpf,lsm: Allow editing capabilities in BPF-LSM hooks

[PATCH v2 bpf-next 0/2] bpf, verifier: Correct tail_call_reachable for bpf prog
 2024-06-10 12:42 UTC  (3+ messages)
` [PATCH v2 bpf-next 1/2] "
` [PATCH v2 bpf-next 2/2] bpf, x64: Remove tail call detection

[PATCH -next] cgroup: Fix AA deadlock caused by cgroup_bpf_release
 2024-06-10 12:28 UTC  (3+ messages)

[RFC PATCH 0/5] Avoid MAP_FIXED gap exposure
 2024-06-10 12:09 UTC  (13+ messages)
` [RFC PATCH 1/5] mm/mmap: Correctly position vma_iterator in __split_vma()
` [RFC PATCH 2/5] mm/mmap: Split do_vmi_align_munmap() into a gather and complete operation
` [RFC PATCH 3/5] mm/mmap: Introduce vma_munmap_struct for use in munmap operations
` [RFC PATCH 4/5] mm/mmap: Change munmap to use vma_munmap_struct() for accounting and surrounding vmas

[RFC bpf-next 00/10] uprobe, bpf: Add session support
 2024-06-10 11:06 UTC  (8+ messages)
` [RFC bpf-next 01/10] uprobe: Add session callbacks to uprobe_consumer

[PATCH v3 0/9] ioctl()-based API to query VMAs from /proc/<pid>/maps
 2024-06-10  8:17 UTC  (24+ messages)
` [PATCH v3 1/9] mm: add find_vma()-like API but RCU protected and taking VMA lock
` [PATCH v3 3/9] fs/procfs: implement efficient VMA querying API for /proc/<pid>/maps
` [PATCH v3 4/9] fs/procfs: use per-VMA RCU-protected locking in PROCMAP_QUERY API

Meble metalowe
 2024-06-10  7:50 UTC 

[PATCH bpf-next] bpf, verifier: Correct tail_call_reachable for bpf prog
 2024-06-10  7:12 UTC  (3+ messages)

[PATCH bpf-next 0/4] bpf: Track delta between "linked" registers
 2024-06-10  5:44 UTC  (6+ messages)
` [PATCH bpf-next 1/4] bpf: Relax tuple len requirement for sk helpers
` [PATCH bpf-next 2/4] bpf: Track delta between "linked" registers
` [PATCH bpf-next 3/4] bpf: Support can_loop/cond_break on big endian
` [PATCH bpf-next 4/4] selftests/bpf: Add tests for add_const

[PATCH bpf-next] bpf: Return EINVAL instead of NULL for map_lookup_elem of queue
 2024-06-10  5:32 UTC  (2+ messages)

[RFC PATCH bpf-next] bpf: Support shadow stack for bpf progs
 2024-06-10  5:18 UTC 

[syzbot] [bpf?] KMSAN: uninit-value in strnchr (2)
 2024-06-10  4:33 UTC 

[PATCH] perf trace: Fix syscall untraceable bug
 2024-06-09 19:10 UTC  (2+ messages)

[syzbot] [bpf?] KMSAN: uninit-value in __bpf_strtoull (2)
 2024-06-09 18:42 UTC 

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

[RFC PATCH v3] bpf: Using binary search to improve the performance of btf_find_by_name_kind
 2024-06-09 16:12 UTC  (3+ messages)

[syzbot] [bpf?] [net?] general protection fault in dev_map_enqueue (2)
 2024-06-09 11:34 UTC  (2+ messages)

[Patch net] net: remove the bogus overflow debug check in pskb_may_pull()
 2024-06-09  2:01 UTC  (7+ messages)

[syzbot] [bpf?] INFO: task hung in bpf_prog_dev_bound_destroy
 2024-06-08 18:46 UTC 

[PATCH] bpf: don't call mmap_read_trylock() from IRQ context
 2024-06-08 11:04 UTC  (2+ messages)

[PATCH HID v3 00/16] HID: convert HID-BPF into using bpf_struct_ops
 2024-06-08  9:01 UTC  (17+ messages)
` [PATCH HID v3 01/16] HID: rename struct hid_bpf_ops into hid_ops
` [PATCH HID v3 02/16] HID: bpf: add hid_get/put_device() helpers
` [PATCH HID v3 03/16] HID: bpf: implement HID-BPF through bpf_struct_ops
` [PATCH HID v3 04/16] selftests/hid: convert the hid_bpf selftests with struct_ops
` [PATCH HID v3 05/16] HID: samples: convert the 2 HID-BPF samples into struct_ops
` [PATCH HID v3 06/16] HID: bpf: add defines for HID-BPF SEC in in-tree bpf fixes
` [PATCH HID v3 07/16] HID: bpf: convert in-tree fixes into struct_ops
` [PATCH HID v3 08/16] HID: bpf: remove tracing HID-BPF capability
` [PATCH HID v3 09/16] selftests/hid: add subprog call test
` [PATCH HID v3 10/16] Documentation: HID: amend HID-BPF for struct_ops
` [PATCH HID v3 11/16] Documentation: HID: add a small blurb on udev-hid-bpf
` [PATCH HID v3 12/16] HID: bpf: Artist24: remove unused variable
` [PATCH HID v3 13/16] HID: bpf: error on warnings when compiling bpf objects
` [PATCH HID v3 14/16] bpf: allow bpf helpers to be used into HID-BPF struct_ops
` [PATCH HID v3 15/16] HID: bpf: rework hid_bpf_ops_btf_struct_access
` [PATCH HID v3 16/16] HID: bpf: make part of struct hid_device writable

[PATCH HID v2 00/16] HID: convert HID-BPF into using bpf_struct_ops
 2024-06-08  8:00 UTC  (20+ messages)
` [PATCH HID v2 01/16] HID: rename struct hid_bpf_ops into hid_ops
` [PATCH HID v2 02/16] HID: bpf: add hid_get/put_device() helpers
` [PATCH HID v2 03/16] HID: bpf: implement HID-BPF through bpf_struct_ops
` [PATCH HID v2 04/16] selftests/hid: convert the hid_bpf selftests with struct_ops
` [PATCH HID v2 05/16] HID: samples: convert the 2 HID-BPF samples into struct_ops
` [PATCH HID v2 06/16] HID: bpf: add defines for HID-BPF SEC in in-tree bpf fixes
` [PATCH HID v2 07/16] HID: bpf: convert in-tree fixes into struct_ops
` [PATCH HID v2 08/16] HID: bpf: remove tracing HID-BPF capability
` [PATCH HID v2 09/16] selftests/hid: add subprog call test
` [PATCH HID v2 10/16] Documentation: HID: amend HID-BPF for struct_ops
` [PATCH HID v2 11/16] Documentation: HID: add a small blurb on udev-hid-bpf
` [PATCH HID v2 12/16] HID: bpf: Artist24: remove unused variable
` [PATCH HID v2 13/16] HID: bpf: error on warnings when compiling bpf objects
` [PATCH HID v2 14/16] bpf: allow bpf helpers to be used into HID-BPF struct_ops
` [PATCH HID v2 15/16] HID: bpf: rework hid_bpf_ops_btf_struct_access
` [PATCH HID v2 16/16] HID: bpf: make part of struct hid_device writable

Recursive locking in sockmap
 2024-06-07 16:00 UTC  (4+ messages)

[RFC PATCH] ftrace: Skip __fentry__ location of overridden weak functions
 2024-06-07 15:39 UTC  (3+ messages)

[PATCH] kernel/trace: fix possible deadlock in trie_delete_elem
 2024-06-07 13:19 UTC 

[PATCH v3] bpftool: Query only cgroup-related attach types
 2024-06-07 12:46 UTC  (2+ messages)

[PATCH net-next v7 00/15] First try to replace page_frag with page_frag_cache
 2024-06-07 12:38 UTC  (3+ messages)
` [PATCH net-next v7 06/15] mm: page_frag: add '_va' suffix to page_frag API
` [PATCH net-next v7 13/15] net: replace page_frag with page_frag_cache

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

[PATCH v2] bpftool: Query only cgroup-related attach types
 2024-06-07 10:57 UTC  (3+ messages)

ANNOUNCE: pahole v1.23 (BTF tags and alignment inference)
 2024-06-07  8:26 UTC  (4+ messages)
` ANNOUNCE: pahole v1.26 (more holes, --bpf_features, --contains_enum)

[syzbot] [bpf?] possible deadlock in deactivate_slab
 2024-06-07  1:17 UTC 

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

[PATCH v5 bpf-next 1/3] bpf: Relax tuple len requirement for sk helpers
 2024-06-07  0:28 UTC  (7+ messages)
` [PATCH v5 bpf-next 2/3] bpf: Relax precision marking in open coded iters and may_goto loop

pull-request: bpf-next 2024-06-06
 2024-06-06 22:31 UTC 

Ideal way to read FUNC_PROTO in raw tp?
 2024-06-06 22:03 UTC 

[PATCH v5 00/12] PCI: imx6: Fix\rename\clean up and add lut information for imx95
 2024-06-06 21:24 UTC  (2+ messages)

[PATCH bpf-next 0/5] use network helpers, part 6
 2024-06-06 21:20 UTC  (2+ messages)

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

[PATCH v12 0/5] Reduce overhead of LSMs with static calls
 2024-06-06 20:07 UTC  (5+ messages)

[PATCH bpf-next 0/2] Regular expression support for test output matching
 2024-06-06 19:27 UTC  (10+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Match tests against regular expression

[linux-next:master] BUILD REGRESSION ee78a17615ad0cfdbbc27182b1047cd36c9d4d5f
 2024-06-06 17:51 UTC  (2+ messages)

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


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