bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-03 17:11:51 to 2024-06-05 07:37:13 UTC [more...]

[PATCH bpf-next] bpf: tcp: Improve bpf write tcp opt performance
 2024-06-05  7:37 UTC  (7+ messages)
  `  "

Problem with BTF generation on mips64el
 2024-06-05  5:55 UTC  (10+ messages)
` [PATCH bpf v1 0/2] bpf: Fix linker optimization removing kfuncs
  ` [PATCH bpf v1 1/2] Compiler Attributes: Add __retain macro
  ` [PATCH bpf v2 0/2] bpf: Fix linker optimization removing kfuncs
    ` [PATCH bpf v2 1/2] compiler_types.h: Define __retain for __attribute__((__retain__))
    ` [PATCH bpf v2 2/2] bpf: Harden __bpf_kfunc tag against linker kfunc removal

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

[PATCH v3 0/9] ioctl()-based API to query VMAs from /proc/<pid>/maps
 2024-06-05  0:57 UTC  (11+ 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

[PATCH net-next v10 00/14] Device Memory TCP
 2024-06-05  0:52 UTC  (15+ messages)
` [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 net-next v10 11/14] tcp: RX path for devmem TCP

[PATCH v2 bpf-next 0/5] libbpf: BTF field iterator
 2024-06-05  0:16 UTC  (6+ 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

[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 0/2] Revert "xsk: support redirect to any socket bound to the same umem"
 2024-06-04 23:03 UTC  (4+ messages)
` [PATCH bpf 1/2] "
` [PATCH bpf 2/2] Revert "xsk: document ability to "

[PATCH bpf-next 0/5] libbpf: BTF field iterator
 2024-06-04 22:08 UTC  (13+ 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 bpf-next 3/5] libbpf: make use of BTF field iterator in BTF handling code
` [PATCH bpf-next 4/5] bpftool: use BTF field iterator in btfgen
` [PATCH bpf-next 5/5] libbpf: remove callback-based type/string BTF field visitor helpers

[PATCH bpf-next 0/2] Regular expression support for test output matching
 2024-06-04 21:35 UTC  (6+ 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 bpf-next v2] selftests/bpf: Ignore .llvm.<hash> suffix in kallsyms_find()
 2024-06-04 20:10 UTC  (2+ messages)

[RFC bpf-next 00/10] uprobe, bpf: Add session support
 2024-06-04 20:02 UTC  (11+ 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 v3 00/27] function_graph: Allow multiple users for function graph tracing
 2024-06-04 19:18 UTC  (35+ messages)
` [PATCH v3 01/27] function_graph: Convert ret_stack to a series of longs
` [PATCH v3 02/27] fgraph: Use BUILD_BUG_ON() to make sure we have structures divisible by long
` [PATCH v3 03/27] function_graph: Add an array structure that will allow multiple callbacks
` [PATCH v3 04/27] function_graph: Allow multiple users to attach to function graph
` [PATCH v3 05/27] function_graph: Handle tail calls for stack unwinding
` [PATCH v3 06/27] function_graph: Remove logic around ftrace_graph_entry and return
` [PATCH v3 07/27] ftrace/function_graph: Pass fgraph_ops to function graph callbacks
` [PATCH v3 08/27] ftrace: Allow function_graph tracer to be enabled in instances
` [PATCH v3 09/27] ftrace: Allow ftrace startup flags to exist without dynamic ftrace
` [PATCH v3 10/27] ftrace: Add subops logic to allow one ops to manage many
` [PATCH v3 11/27] ftrace: Allow subops filtering to be modified
` [PATCH v3 12/27] function_graph: Have the instances use their own ftrace_ops for filtering
` [PATCH v3 13/27] function_graph: Add pid tracing back to function graph tracer
` [PATCH v3 14/27] function_graph: Use a simple LRU for fgraph_array index number
` [PATCH v3 15/27] function_graph: Add "task variables" per task for fgraph_ops
` [PATCH v3 16/27] function_graph: Move set_graph_function tests to shadow stack global var
` [PATCH v3 17/27] function_graph: Move graph depth stored data "
` [PATCH v3 18/27] function_graph: Move graph notrace bit "
` [PATCH v3 19/27] function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()
` [PATCH v3 20/27] function_graph: Add selftest for passing local variables
` [PATCH v3 21/27] ftrace: Add multiple fgraph storage selftest
` [PATCH v3 22/27] function_graph: Use for_each_set_bit() in __ftrace_return_to_handler()
` [PATCH v3 23/27] function_graph: Use bitmask to loop on fgraph entry
` [PATCH v3 24/27] function_graph: Use static_call and branch to optimize entry function
` [PATCH v3 25/27] function_graph: Use static_call and branch to optimize return function
` [PATCH v3 26/27] selftests/ftrace: Add function_graph tracer to func-filter-pid test
` [PATCH v3 27/27] selftests/ftrace: Add fgraph-multi.tc test

[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  (11+ 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
` [PATCH v2 4/4] selftests/bpf: add test validating uprobe/uretprobe stack traces

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

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

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

[PATCH v4 net-next 10/14] lwt: Don't disable migration prio invoking BPF
 2024-06-04 15:24 UTC  (5+ 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 "

[Oops] vfree abort in bpf_jit_free with memcg_data value 0xffff
 2024-06-04 14:52 UTC  (4+ messages)

[for-next][PATCH 01/27] function_graph: Convert ret_stack to a series of longs
 2024-06-04 14:41 UTC  (27+ messages)
` [for-next][PATCH 02/27] fgraph: Use BUILD_BUG_ON() to make sure we have structures divisible by long
` [for-next][PATCH 03/27] function_graph: Add an array structure that will allow multiple callbacks
` [for-next][PATCH 04/27] function_graph: Allow multiple users to attach to function graph
` [for-next][PATCH 05/27] function_graph: Handle tail calls for stack unwinding
` [for-next][PATCH 06/27] function_graph: Remove logic around ftrace_graph_entry and return
` [for-next][PATCH 07/27] ftrace/function_graph: Pass fgraph_ops to function graph callbacks
` [for-next][PATCH 08/27] ftrace: Allow function_graph tracer to be enabled in instances
` [for-next][PATCH 09/27] ftrace: Allow ftrace startup flags to exist without dynamic ftrace
` [for-next][PATCH 10/27] ftrace: Add subops logic to allow one ops to manage many
` [for-next][PATCH 11/27] ftrace: Allow subops filtering to be modified
` [for-next][PATCH 12/27] function_graph: Have the instances use their own ftrace_ops for filtering
` [for-next][PATCH 13/27] function_graph: Add pid tracing back to function graph tracer
` [for-next][PATCH 14/27] function_graph: Use a simple LRU for fgraph_array index number
` [for-next][PATCH 15/27] function_graph: Add "task variables" per task for fgraph_ops
` [for-next][PATCH 16/27] function_graph: Move set_graph_function tests to shadow stack global var
` [for-next][PATCH 17/27] function_graph: Move graph depth stored data "
` [for-next][PATCH 18/27] function_graph: Move graph notrace bit "
` [for-next][PATCH 19/27] function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()
` [for-next][PATCH 20/27] function_graph: Add selftest for passing local variables
` [for-next][PATCH 21/27] ftrace: Add multiple fgraph storage selftest
` [for-next][PATCH 22/27] function_graph: Use for_each_set_bit() in __ftrace_return_to_handler()
` [for-next][PATCH 23/27] function_graph: Use bitmask to loop on fgraph entry
` [for-next][PATCH 24/27] function_graph: Use static_call and branch to optimize entry function
` [for-next][PATCH 25/27] function_graph: Use static_call and branch to optimize return function
` [for-next][PATCH 26/27] selftests/ftrace: Add function_graph tracer to func-filter-pid test
` [for-next][PATCH 27/27] selftests/ftrace: Add fgraph-multi.tc test

[PATCH] watchdog/core: Fix AA deadlock causeb by watchdog
 2024-06-04 11:57 UTC 

Problem with BTF generation on mips64el
 2024-06-04  8:27 UTC  (10+ messages)
          ` elfutils DWARF problem was: "

[PATCH bpf] bpf: Set run context for rawtp test_run callback
 2024-06-04  7:42 UTC  (3+ messages)

[PATCH bpf-next v7 0/9] Enable BPF programs to declare arrays of kptr, bpf_rb_root, and bpf_list_head
 2024-06-04  4:10 UTC  (2+ messages)

[PATCH v2 00/27] function_graph: Allow multiple users for function graph tracing
 2024-06-03 23:12 UTC  (10+ messages)
` [PATCH v2 11/27] ftrace: Allow subops filtering to be modified
` [PATCH v2 24/27] function_graph: Use static_call and branch to optimize entry function

[PATCH RFC v2 0/8] net: stmmac: convert stmmac "pcs" to phylink
 2024-06-03 21:39 UTC  (2+ messages)

[PATCH RFC bpf-next] libbpf: implement BTF field iterator
 2024-06-03 21:27 UTC  (3+ messages)

[PATCH bpf-next] libbpf: keep FD_CLOEXEC flag when dup()'ing FD
 2024-06-03 21:16 UTC  (3+ messages)

[RFC] misuse of descriptor tables in HID-BPF
 2024-06-03 20:00 UTC  (3+ messages)

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

[PATCH bpf-next 0/8] fixes for test_sockmap
 2024-06-03 17:40 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 861a3cb5a2a8480d361fa6708da24747d6fa72fe
 2024-06-03 17:28 UTC 


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