bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-05 07:37:13 to 2024-06-07 15:29:10 UTC [more...]

[PATCH HID v2 00/16] HID: convert HID-BPF into using bpf_struct_ops
 2024-06-07 15:28 UTC  (17+ 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

[RFC PATCH 0/5] Avoid MAP_FIXED gap exposure
 2024-06-07 15:24 UTC  (12+ 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 PATCH] ftrace: Skip __fentry__ location of overridden weak functions
 2024-06-07 15:02 UTC  (2+ messages)

[PATCH net-next v10 00/14] Device Memory TCP
 2024-06-07 14:52 UTC  (29+ 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
` [PATCH net-next v10 10/14] net: add support for skbs with unreadable frags

[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

Recursive locking in sockmap
 2024-06-07 12:09 UTC  (3+ messages)

[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 -next] cgroup: Fix AA deadlock caused by cgroup_bpf_release
 2024-06-07 11:03 UTC 

[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  (8+ messages)
` [PATCH v5 bpf-next 2/3] bpf: Relax precision marking in open coded iters and may_goto loop
` [PATCH v5 bpf-next 3/3] selftests/bpf: Remove i = zero workaround and add new tests

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

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 bpf-next v3 00/11] Add check for bpf lsm return value
 2024-06-06 21:53 UTC  (3+ messages)
` [PATCH bpf-next v3 01/11] bpf, lsm: Annotate lsm hook return value range

[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

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

[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  (4+ messages)
` [PATCH bpf-next v2 1/2] selftests/bpf: Support checks against a regular expression
` [PATCH bpf-next v2 2/2] selftests/bpf: Match tests against regular expres

[PATCH bpf-next] libbpf: auto-attach skeletons struct_ops
 2024-06-06 17:10 UTC  (3+ messages)

[GIT PULL] Networking for v6.10-rc3
 2024-06-06 17:07 UTC  (2+ messages)

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

[PATCH] watchdog/core: Fix AA deadlock due to watchdog holding cpu_hotplug_lock and wait for wq
 2024-06-06 15:38 UTC 

[PATCH bpf-next 0/5] sockmap: Fix reading with splice(2)
 2024-06-06 15:31 UTC  (7+ messages)
` [PATCH bpf-next 1/5] net: Add splice_read to prot
` [PATCH bpf-next 2/5] tcp_bpf: Fix reading with splice(2)
` [PATCH bpf-next 3/5] selftests/bpf: sockmap: Exit with error on failure
` [PATCH bpf-next 4/5] selftests/bpf: sockmap: Allow SK_PASS in verdict
` [PATCH bpf-next 5/5] selftests/bpf: sockmap: Add basic splice(2) mode

[PATCH bpf-next v4 1/2] bpf: add CHECKSUM_COMPLETE to bpf test progs
 2024-06-06 14:58 UTC  (2+ messages)
` [PATCH bpf-next v4 2/2] selftests: bpf: validate CHECKSUM_COMPLETE option

[PATCH bpf-next v3 1/2] bpf: add CHECKSUM_COMPLETE to bpf test progs
 2024-06-06 14:42 UTC  (4+ messages)

[PATCH bpf-next] selftests/bpf: add btf_field_iter selftests
 2024-06-06 14:00 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: Fix send_signal test with nested CONFIG_PARAVIRT
 2024-06-06 14:00 UTC  (2+ messages)

[PATCH vhost v13 00/12] virtio core prepares for AF_XDP
 2024-06-06  9:49 UTC  (9+ messages)
` [PATCH vhost v13 04/12] virtio_ring: support add premapped buf

[PATCH bpf-next 00/10] Add support for qp-trie map
 2024-06-06  5:36 UTC  (7+ messages)
` [PATCH bpf-next 06/10] bpf: "
  ` qp-trie? "

[Bpf] Re: Writing into a ring buffer map from user space
 2024-06-06  5:01 UTC  (4+ messages)
      ` [Bpf] Re: [EXTERNAL] "

pull-request: bpf 2024-06-05
 2024-06-06  2:20 UTC  (2+ messages)

[PATCH v3 00/27] function_graph: Allow multiple users for function graph tracing
 2024-06-06  0:08 UTC  (4+ messages)
` [PATCH v3 13/27] function_graph: Add pid tracing back to function graph tracer

[PATCH bpf 0/2] Revert "xsk: support redirect to any socket bound to the same umem"
 2024-06-05 19:28 UTC  (5+ messages)

[linux-next:master] BUILD REGRESSION 234cb065ad82915ff8d06ce01e01c3e640b674d2
 2024-06-05 17:06 UTC 

[PATCHv7 bpf-next 0/9] uprobe: uretprobe speed up
 2024-06-05 16:42 UTC  (3+ messages)

[PATCH v2 bpf-next 0/5] libbpf: BTF field iterator
 2024-06-05 15:00 UTC  (6+ messages)
` [PATCH v2 bpf-next 4/5] bpftool: use BTF field iterator in btfgen

[RFC] misuse of descriptor tables in HID-BPF
 2024-06-05 14:30 UTC  (4+ messages)

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

[PATCH AUTOSEL 6.9 08/23] libbpf: detect broken PID filtering logic for multi-uprobe
 2024-06-05 12:01 UTC 

[PATCH v3 net-next 14/15] net: Reference bpf_redirect_info via task_struct on PREEMPT_RT
 2024-06-05 11:55 UTC  (7+ messages)

[RFC] ML infrastructure in Linux kernel
 2024-06-05 11:02 UTC 

[syzbot] [bpf?] BUG: unable to handle kernel paging request in jhash
 2024-06-05 10:21 UTC  (2+ messages)

[PATCH v4 net-next 13/14] net: Reference bpf_redirect_info via task_struct on PREEMPT_RT
 2024-06-05 10:20 UTC  (4+ messages)
` [PATCH v4 net-next 14/14] net: Move per-CPU flush-lists to bpf_net_context "

[PATCH bpf-next 0/5] libbpf: BTF field iterator
 2024-06-05 10:11 UTC  (3+ messages)

[PATCH v2 net] vxlan: Fix regression when dropping packets due to invalid src addresses
 2024-06-05 10:00 UTC  (2+ messages)

[PATCH bpf-next] bpf: tcp: Improve bpf write tcp opt performance
 2024-06-05  7:37 UTC  (7+ 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).