messages from 2024-05-30 11:20:10 to 2024-06-02 03:37:26 UTC [more...]
[PATCH v2 00/27] function_graph: Allow multiple users for function graph tracing
2024-06-02 3:38 UTC (16+ 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 16/27] function_graph: Move set_graph_function tests to shadow stack global var
[syzbot] Monthly trace report (May 2024)
2024-06-02 3:09 UTC
[PATCH 0/6] kernel: Avoid memcpy of task comm
2024-06-02 2:46 UTC (7+ 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 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 RFC 0/4] static key support for error injection functions
2024-06-01 20:57 UTC (14+ 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()
[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 (18+ 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 03/14] net: netdev netlink api to bind dma-buf to a net device
` [PATCH net-next v10 04/14] netdev: support binding dma-buf to netdevice
` [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 07/14] page_pool: devmem support
` [PATCH net-next v10 08/14] memory-provider: dmabuf devmem memory provider
` [PATCH net-next v10 09/14] net: support non paged skb frags
` [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 net-next v10 12/14] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [PATCH net-next v10 13/14] net: add devmem TCP documentation
` [PATCH net-next v10 14/14] selftests: add ncdevmem, netcat for devmem TCP
[PATCH V3 00/10] perf tools: Fix test "perf probe of function from different CU"
2024-06-01 12:59 UTC
[PATCH v5 bpf-next 0/9] bpf: support resilient split BTF
2024-06-01 8:04 UTC (23+ messages)
` [PATCH v5 bpf-next 1/9] libbpf: add btf__distill_base() creating split BTF with distilled base BTF
` [PATCH v5 bpf-next 2/9] selftests/bpf: test distilled base, split BTF generation
` [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 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 RFC bpf-next] libbpf: implement BTF field iterator
2024-06-01 1:45 UTC
[PATCH net-next v2 00/12] virtnet_net: prepare for af-xdp
2024-06-01 1:01 UTC (19+ messages)
` [PATCH net-next v2 01/12] virtio_net: independent directory
` [PATCH net-next v2 02/12] virtio_net: move core structures to virtio_net.h
` [PATCH net-next v2 03/12] virtio_net: add prefix virtnet to all struct inside virtio_net.h
` [PATCH net-next v2 04/12] virtio_net: separate virtnet_rx_resize()
` [PATCH net-next v2 05/12] virtio_net: separate virtnet_tx_resize()
` [PATCH net-next v2 06/12] virtio_net: separate receive_mergeable
` [PATCH net-next v2 07/12] virtio_net: separate receive_buf
` [PATCH net-next v2 08/12] virtio_ring: introduce vring_need_unmap_buffer
` [PATCH net-next v2 09/12] virtio_ring: introduce dma map api for page
` [PATCH net-next v2 10/12] virtio_ring: introduce virtqueue_dma_map_sg_attrs
` [PATCH net-next v2 11/12] virtio_ring: virtqueue_set_dma_premapped() support to disable
` [PATCH net-next v2 12/12] virtio_net: refactor the xmit type
[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
[PATCH RFC 0/6] net: stmmac: convert stmmac "pcs" to phylink
2024-05-31 19:30 UTC (11+ 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
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 (6+ 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 net] vxlan: Fix regression when dropping packets due to invalid src addresses
2024-05-31 15:41 UTC
[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 (4+ messages)
` [PATCH bpf-next v7 6/8] selftests/bpf: detach a struct_ops link from the subsystem managing it
[PATCH bpf-next] selftests/bpf: test_sockmap, use section names understood by libbpf
2024-05-30 21:50 UTC (2+ messages)
[PATCH 0/3] kbuild: remove PROVIDE() and refactor vmlinux_link steps
2024-05-30 21:17 UTC (3+ messages)
` [PATCH 3/3] kbuild: merge temp vmlinux for CONFIG_DEBUG_INFO_BTF and CONFIG_KALLSYMS
[PATCH bpf-next v6 0/8] Notify user space when a struct_ops object is detached/unregistered
2024-05-30 20:19 UTC (7+ messages)
` [PATCH bpf-next v6 6/8] selftests/bpf: detach a struct_ops link from the subsystem managing it
[PATCH net-next v16 00/15] Introducing P4TC (series 1)
2024-05-30 18:16 UTC (23+ messages)
` On the NACKs on P4TC patches
[PATCH v5 00/12] PCI: imx6: Fix\rename\clean up and add lut information for imx95
2024-05-30 17:56 UTC (3+ messages)
[PATCHSET v6] sched: Implement BPF extensible scheduler class
2024-05-30 16:49 UTC (9+ messages)
[PATCH 0/6] defconfig: drop RT_GROUP_SCHED=y
2024-05-30 11:27 UTC (7+ messages)
` [PATCH 2/6] loongarch: "
` [PATCH 3/6] mips: defconfig: drop RT_GROUP_SCHED=y from generic/db1xxx/eyeq5
` [PATCH 4/6] powerpc: defconfig: drop RT_GROUP_SCHED=y from ppc6xx_defconfig
` [PATCH 5/6] sh: defconfig: drop RT_GROUP_SCHED=y from sdk7786/urquell
` [PATCH 6/6] arm: defconfig: drop RT_GROUP_SCHED=y from bcm2855/tegra/omap2plus
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox