BPF List
 help / color / mirror / Atom feed
 messages from 2024-06-04 15:25:54 to 2024-06-06 21:20:32 UTC [more...]

[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 v5 bpf-next 1/3] bpf: Relax tuple len requirement for sk helpers
 2024-06-06 20:02 UTC  (5+ 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 bpf-next 0/2] Regular expression support for test output matching
 2024-06-06 19:27 UTC  (13+ messages)
` [PATCH bpf-next 1/2] selftests/bpf: Support checks against a regular expression
` [PATCH bpf-next 2/2] selftests/bpf: Match tests against "

[PATCH v3 0/9] ioctl()-based API to query VMAs from /proc/<pid>/maps
 2024-06-06 18:32 UTC  (28+ messages)
` [PATCH v3 1/9] mm: add find_vma()-like API but RCU protected and taking VMA lock
` [PATCH v3 2/9] fs/procfs: extract logic for getting VMA name constituents
` [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
` [PATCH v3 5/9] fs/procfs: add build ID fetching to "
` [PATCH v3 6/9] docs/procfs: call out ioctl()-based PROCMAP_QUERY command existence
` [PATCH v3 7/9] tools: sync uapi/linux/fs.h header into tools subdir
` [PATCH v3 8/9] selftests/bpf: make use of PROCMAP_QUERY ioctl if available
` [PATCH v3 9/9] selftests/bpf: add simple benchmark tool for /proc/<pid>/maps APIs

[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)

[PATCH net-next v10 00/14] Device Memory TCP
 2024-06-06 16:58 UTC  (22+ 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

[RFC bpf-next 00/10] uprobe, bpf: Add session support
 2024-06-06 16:52 UTC  (25+ messages)
` [RFC bpf-next 01/10] uprobe: Add session callbacks to uprobe_consumer
` [RFC bpf-next 02/10] bpf: Add support for uprobe multi session attach
` [RFC bpf-next 03/10] bpf: Add support for uprobe multi session context
` [RFC bpf-next 04/10] libbpf: Add support for uprobe multi session attach
` [RFC bpf-next 05/10] libbpf: Add uprobe session attach type names to attach_type_name
` [RFC bpf-next 06/10] selftests/bpf: Move ARRAY_SIZE to bpf_misc.h
` [RFC bpf-next 07/10] selftests/bpf: Add uprobe session test
` [RFC bpf-next 08/10] selftests/bpf: Add uprobe session errors test
` [RFC bpf-next 09/10] selftests/bpf: Add uprobe session cookie test
` [RFC bpf-next 10/10] selftests/bpf: Add uprobe session recursive test

[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)

Recursive locking in sockmap
 2024-06-06 12:46 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)

[RFC PATCH 0/5] Avoid MAP_FIXED gap exposure
 2024-06-06  0:51 UTC  (3+ messages)
` [RFC PATCH 1/5] mm/mmap: Correctly position vma_iterator in __split_vma()

[PATCH v3 00/27] function_graph: Allow multiple users for function graph tracing
 2024-06-06  0:08 UTC  (10+ 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  (10+ messages)
` [PATCH v2 bpf-next 1/5] libbpf: add "
` [PATCH v2 bpf-next 2/5] libbpf: make use of BTF field iterator in BPF linker code
` [PATCH v2 bpf-next 3/5] libbpf: make use of BTF field iterator in BTF handling code
` [PATCH v2 bpf-next 4/5] bpftool: use BTF field iterator in btfgen
` [PATCH v2 bpf-next 5/5] libbpf: remove callback-based type/string BTF field visitor helpers

[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 10/14] lwt: Don't disable migration prio invoking BPF
 2024-06-05 10:20 UTC  (7+ messages)
` [PATCH v4 net-next 11/14] seg6: Use nested-BH locking for seg6_bpf_srh_states
` [PATCH v4 net-next 12/14] net: Use nested-BH locking for bpf_scratchpad
` [PATCH v4 net-next 13/14] net: Reference bpf_redirect_info via task_struct on PREEMPT_RT
` [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  (10+ messages)
` [PATCH bpf-next 1/5] libbpf: add "
` [PATCH bpf-next 2/5] libbpf: make use of BTF field iterator in BPF linker code

[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)
  `  "

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

[PATCH 0/6] kernel: Avoid memcpy of task comm
 2024-06-05  2:48 UTC  (4+ messages)
` [PATCH 1/6] fs/exec: Drop task_lock() inside __get_task_comm()

[PATCH bpf-next] selftests/bpf: Ignore .llvm.<hash> suffix in kallsyms_find()
 2024-06-04 23:41 UTC  (6+ messages)
` [PATCH] bpf: Support shadow stack
` [PATCH] bpf: Support bpf "

[PATCH bpf-next v2] selftests/bpf: Ignore .llvm.<hash> suffix in kallsyms_find()
 2024-06-04 20:10 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: Fix bpf_cookie and find_vma in nested VM
 2024-06-04 18:20 UTC  (2+ messages)

[PATCHv2 bpf] bpf: Set run context for rawtp test_run callback
 2024-06-04 17:50 UTC  (2+ messages)

[PATCH bpf-next v2 0/4] API to access btf_dump emit queue and print single type
 2024-06-04 17:39 UTC  (5+ messages)
` [PATCH bpf-next v2 2/4] libbpf: "

[PATCH v2 0/4] Fix user stack traces captured from uprobes
 2024-06-04 17:16 UTC  (7+ messages)
` [PATCH v2 2/4] perf,uprobes: fix user stack traces in the presence of pending uretprobes
` [PATCH v2 3/4] perf,x86: avoid missing caller address in stack traces captured in uprobe

[linux-next:master] BUILD REGRESSION d97496ca23a2d4ee80b7302849404859d9058bcd
 2024-06-04 16:40 UTC 

[Patch bpf] bpf: fix a potential use-after-free in bpf_link_free()
 2024-06-04 15:50 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-04 15:47 UTC  (5+ messages)


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