BPF List
 help / color / mirror / Atom feed
 messages from 2024-05-30 23:02:15 to 2024-06-03 06:45:42 UTC [more...]

[PATCH net] vxlan: Fix regression when dropping packets due to invalid src addresses
 2024-06-03  6:45 UTC  (3+ messages)

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

[PATCH bpf v3] powerpc/bpf: enforce full ordering for ATOMIC operations with BPF_FETCH
 2024-06-03  2:45 UTC  (2+ messages)

[PATCH 0/3] Dead structs in tools/testing/selftests/bpf
 2024-06-02 23:41 UTC  (4+ messages)
` [PATCH 1/3] selftests/bpf: remove unused struct 'scale_test_def'
` [PATCH 2/3] selftests/bpf: remove unused 'key_t' structs
` [PATCH 3/3] selftests/bpf: remove unused struct 'libcap'

[RFC] misuse of descriptor tables in HID-BPF
 2024-06-02 23:40 UTC 

[PATCH] tools/bpf: matric typo erro
 2024-06-02 23:33 UTC  (2+ messages)

[PATCH RFC 0/6] net: stmmac: convert stmmac "pcs" to phylink
 2024-06-02 23:25 UTC  (12+ messages)
` [PATCH RFC net-next 1/3] net: stmmac: Prevent RGSMIIIS IRQs flood
  ` [PATCH RFC net-next 2/3] net: stmmac: Activate Inband/PCS flag based on the selected iface

[PATCH RFC 0/4] static key support for error injection functions
 2024-06-02 21:08 UTC  (19+ messages)
` [PATCH RFC 1/4] fault-inject: add support for static keys around fault injection sites
` [PATCH RFC 2/4] error-injection: support static keys around injectable functions
` [PATCH RFC 3/4] mm, slab: add static key for should_failslab()
` [PATCH RFC 4/4] mm, page_alloc: add static key for should_fail_alloc_page()

[syzbot] Monthly trace report (May 2024)
 2024-06-02 21:06 UTC  (3+ messages)

[PATCH 0/6] kernel: Avoid memcpy of task comm
 2024-06-02 21:01 UTC  (15+ 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 5/6] bpftool: Make task comm always be NUL-terminated
` [PATCH 6/6] selftests/bpf: Replace memcpy() with __get_task_comm()

[PATCH net-next v2 00/12] virtnet_net: prepare for af-xdp
 2024-06-02 19:50 UTC  (10+ messages)
` [PATCH net-next v2 12/12] virtio_net: refactor the xmit type

[Patch bpf] bpf: fix a potential use-after-free in bpf_link_free()
 2024-06-02 19:32 UTC  (2+ messages)

[PATCH v5 bpf-next 0/9] bpf: support resilient split BTF
 2024-06-02 13:47 UTC  (22+ messages)
` [PATCH v5 bpf-next 3/9] libbpf: split BTF relocation
` [PATCH v5 bpf-next 4/9] selftests/bpf: extend distilled BTF tests to cover "
` [PATCH v5 bpf-next 5/9] libbpf: make btf_parse_elf process .BTF.base transparently
` [PATCH v5 bpf-next 8/9] libbpf,bpf: share BTF relocate-related code with kernel
` [PATCH v5 bpf-next 9/9] kbuild,bpf: add module-specific pahole flags for distilled base BTF

[PATCH RFC bpf-next] libbpf: implement BTF field iterator
 2024-06-02 12:41 UTC  (2+ messages)

[RFC PATCH bpf-next 0/2] bpf: Fix updating attached freplace to PROG_ARRAY map
 2024-06-02 12:24 UTC  (3+ messages)
` [RFC PATCH bpf-next 1/2] "
` [RFC PATCH bpf-next 2/2] selftests/bpf: Add testcase for updating attached freplace prog "

[PATCH 00/20] function_graph: Allow multiple users for function graph tracing
 2024-06-02  2:40 UTC  (9+ messages)
` [PATCH 10/20] function_graph: Have the instances use their own ftrace_ops for filtering

[PATCH net-next v2] net: validate SO_TXTIME clockid coming from userspace
 2024-06-01 22:50 UTC  (2+ messages)

[PATCH] bpf: plug a warn about bpf_session_cookie without CONFIG_FPROBE
 2024-06-01 14:45 UTC  (2+ messages)

[syzbot] [bpf?] KASAN: slab-use-after-free Read in bpf_link_free (2)
 2024-06-01 13:29 UTC  (2+ messages)

[PATCH net-next v10 00/14] Device Memory TCP
 2024-06-01 13:09 UTC  (7+ messages)
` [PATCH net-next v10 01/14] netdev: add netdev_rx_queue_restart()
` [PATCH net-next v10 02/14] net: page_pool: create hooks for custom page providers
` [PATCH net-next v10 13/14] net: add devmem TCP documentation

[PATCH V3 00/10] perf tools: Fix test "perf probe of function from different CU"
 2024-06-01 12:59 UTC 

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

[PATCH v4 bpf-next 1/2] bpf: Relax precision marking in open coded iters and may_goto loop
 2024-06-01  3:42 UTC  (2+ messages)
` [PATCH v4 bpf-next 2/2] selftests/bpf: Remove i = zero workaround and add new tests

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

[PATCH v3 bpf-next 1/2] bpf: Relax precision marking in open coded iters and may_goto loop
 2024-06-01  3:08 UTC  (8+ messages)

[PATCH bpf] libbpf: don't close(-1) in multi-uprobe feature detector
 2024-05-31 22:01 UTC  (2+ messages)

[PATCH bpf] bpf: Fix bpf_session_cookie BTF_ID in special_kfunc_set list
 2024-05-31 22:01 UTC  (2+ messages)

Problem with BTF generation on mips64el
 2024-05-31 21:46 UTC  (8+ messages)

[PATCH v3 0/3] Use BPF filters for a "perf top -u" workaround
 2024-05-31 21:14 UTC  (2+ messages)

LPC 2024 BPF Track CFP
 2024-05-31 20:42 UTC 

Behavior of BPF helper functions like bpf_skb_load_bytes (and presumably other kfuncs) that have out parameters?
 2024-05-31 19:17 UTC 

[linux-next:master] BUILD REGRESSION 0e1980c40b6edfa68b6acf926bab22448a6e40c9
 2024-05-31 19:09 UTC 

[PATCH HID 00/13] HID: convert HID-BPF into using bpf_struct_ops
 2024-05-31 18:52 UTC  (6+ messages)
` [PATCH HID 03/13] HID: bpf: implement HID-BPF through bpf_struct_ops

[PATCHv7 bpf-next 0/9] uprobe: uretprobe speed up
 2024-05-31 17:52 UTC  (2+ messages)

bpf kernel code leaks internal error codes to userspace
 2024-05-31 17:10 UTC  (5+ messages)

[PATCH bpf] bpf: Make session kfuncs global
 2024-05-31 16:55 UTC  (7+ messages)

[PATCH v2 0/9] ioctl()-based API to query VMAs from /proc/<pid>/maps
 2024-05-31 16:37 UTC  (6+ messages)
` [PATCH v2 4/9] fs/procfs: use per-VMA RCU-protected locking in PROCMAP_QUERY API

[RFC PATCH 0/5] Avoid MAP_FIXED gap exposure
 2024-05-31 16:32 UTC  (6+ 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 5/5] mm/mmap: Use split munmap calls for MAP_FIXED

[PATCH] bpftool: Query only cgroup-related attach types
 2024-05-31 16:30 UTC  (6+ messages)

[PATCH] test_bpf: add missing MODULE_DESCRIPTION()
 2024-05-31 16:28 UTC 

[PATCH v5 08/12] PCI: imx6: Config look up table(LUT) to support MSI ITS and IOMMU for i.MX95
 2024-05-31 16:25 UTC  (6+ messages)

[PATCH bpf-next 0/8] fixes for test_sockmap
 2024-05-31 14:35 UTC  (9+ messages)
` [PATCH bpf-next 3/8] selftests/bpf: Use bpf_link attachments in test_sockmap

[PATCH v2 5.10.y 0/2] bpf: fix warning in ftrace_verify_code()
 2024-05-31 14:22 UTC  (3+ messages)
` [PATCH v2 5.10.y 1/2] bpf: Convert BPF_DISPATCHER to use static_call() (not ftrace)
` [PATCH v2 5.10.y 2/2] bpf: Add explicit cast to 'void *' for __BPF_DISPATCHER_UPDATE()

[PATCH v2 5.15.y 0/2] bpf: fix warning in ftrace_verify_code()
 2024-05-31 14:18 UTC  (3+ messages)
` [PATCH v2 5.15.y 1/2] bpf: Convert BPF_DISPATCHER to use static_call() (not ftrace)
` [PATCH v2 5.15.y 2/2] bpf: Add explicit cast to 'void *' for __BPF_DISPATCHER_UPDATE()

[PATCH RFC v2 0/8] net: stmmac: convert stmmac "pcs" to phylink
 2024-05-31 11:26 UTC  (2+ messages)
` [PATCH RFC net-next v2 2/8] net: stmmac: provide core phylink PCS infrastructure

[PATCH net-next v5 00/13] First try to replace page_frag with page_frag_cache
 2024-05-31 10:53 UTC  (3+ messages)
` [PATCH net-next v5 11/13] net: "

[PATCH bpf-next] bpf: tcp: Improve bpf write tcp opt performance
 2024-05-31 10:45 UTC  (6+ messages)
  `  "

[PATCH v3 net-next 14/15] net: Reference bpf_redirect_info via task_struct on PREEMPT_RT
 2024-05-31 10:38 UTC  (3+ messages)

[PATCH] mm: don't call should_failslab() for !CONFIG_FAILSLAB
 2024-05-31  9:36 UTC  (3+ messages)

[PATCH] bpf: Use an UNUSED id for bpf_session_cookie without FPROBE
 2024-05-31  7:15 UTC  (4+ messages)

[syzbot] [bpf?] general protection fault in bpf_check (2)
 2024-05-31  3:41 UTC  (2+ messages)

[PATCH] net: tap: validate metadata and length for XDP buff before building up skb
 2024-05-31  0:26 UTC  (4+ messages)

[PATCHv6 bpf-next 0/9] uprobe: uretprobe speed up
 2024-05-30 23:04 UTC  (3+ messages)
` [PATCHv6 bpf-next 1/9] x86/shstk: Make return uprobe work with shadow stack

[PATCH bpf-next v7 0/8] Notify user space when a struct_ops object is detached/unregistered
 2024-05-30 23:02 UTC  (3+ messages)
` [PATCH bpf-next v7 6/8] selftests/bpf: detach a struct_ops link from the subsystem managing it


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