messages from 2024-06-13 16:54:11 to 2024-06-17 14:16:57 UTC [more...]
[PATCH net-next v12 00/13] Device Memory TCP
2024-06-17 14:16 UTC (12+ messages)
` [PATCH net-next v12 01/13] netdev: add netdev_rx_queue_restart()
` [PATCH net-next v12 03/13] netdev: support binding dma-buf to netdevice
` [PATCH net-next v12 04/13] netdev: netdevice devmem allocator
` [PATCH net-next v12 06/13] page_pool: devmem support
[PATCH bpf-next v5 0/2] Regular expression support for test output matching
2024-06-17 14:14 UTC (3+ messages)
` [PATCH bpf-next v5 1/2] selftests/bpf: Support checks against a regular expression
` [PATCH bpf-next v5 2/2] selftests/bpf: Match tests against "
[PATCH bpf] bpf: update BPF LSM maintainer list
2024-06-17 13:49 UTC
[PATCH 2/2] selftests/bpf: add negative tests for relaxed fixed offset constraint on trusted pointer arguments
2024-06-17 13:44 UTC
[PATCH 1/2] bpf: relax zero fixed offset constraint on trusted pointer arguments
2024-06-17 13:43 UTC
[PATCH v6 bpf-next 0/9] bpf: support resilient split BTF
2024-06-17 13:31 UTC (10+ messages)
` [PATCH v6 bpf-next 3/9] libbpf: split BTF relocation
` [PATCH v6 bpf-next 4/9] selftests/bpf: extend distilled BTF tests to cover "
` [PATCH v6 bpf-next 6/9] resolve_btfids: handle presence of .BTF.base section
` [PATCH v6 bpf-next 8/9] libbpf,bpf: share BTF relocate-related code with kernel
[PATCH net-next v8 00/13] First try to replace page_frag with page_frag_cache
2024-06-17 13:14 UTC (3+ messages)
` [PATCH net-next v8 04/13] mm: page_frag: add '_va' suffix to page_frag API
` [PATCH net-next v8 11/13] net: replace page_frag with page_frag_cache
Why is recursion protection needed in bpf syscalls?
2024-06-17 13:13 UTC (3+ messages)
[PATCH v2, net-next] net: mana: Add support for page sizes other than 4KB on ARM64
2024-06-17 12:56 UTC (3+ messages)
[PATCH] libbpf: checking the btf_type kind when fixing variable offsets
2024-06-17 11:29 UTC (2+ messages)
bpf map collision
2024-06-17 10:22 UTC
[PATCH mptcp-next v3 0/6] use network helpers, part 7
2024-06-17 9:17 UTC (8+ messages)
` [PATCH mptcp-next v3 1/6] selftests/bpf: Drop type from network_helper_opts
` [PATCH mptcp-next v3 2/6] selftests/bpf: Use connect_to_addr in connect_to_fd_opt
` [PATCH mptcp-next v3 3/6] selftests/bpf: Add client_socket helper
` [PATCH mptcp-next v3 4/6] selftests/bpf: Drop noconnect from network_helper_opts
` [PATCH mptcp-next v3 5/6] selftests/bpf: Use start_server_str in mptcp
` [PATCH mptcp-next v3 6/6] selftests/bpf: Use start_server_str in test_tcp_check_syncookie_user
[PATCH bpf-next V2 0/3] Fix compiler warnings, looking for suggestions
2024-06-17 8:45 UTC (5+ messages)
` [PATCH bpf-next V2 1/3] bpf: remove unused parameter in bpf_jit_binary_pack_finalize
` [PATCH bpf-next V2 2/3] bpf: remove unused parameter in __bpf_free_used_btfs
` [PATCH bpf-next V2 3/3] bpf: remove redeclaration of new_n in bpf_verifier_vlog
[PATCH net-next v5 00/15] virtio-net: support AF_XDP zero copy
2024-06-17 7:55 UTC (29+ messages)
` [PATCH net-next v5 01/15] virtio_ring: introduce dma map api for page
` [PATCH net-next v5 02/15] virtio_ring: introduce vring_need_unmap_buffer
` [PATCH net-next v5 03/15] virtio_ring: virtqueue_set_dma_premapped() support to disable
` [PATCH net-next v5 04/15] virtio_net: separate virtnet_rx_resize()
` [PATCH net-next v5 05/15] virtio_net: separate virtnet_tx_resize()
` [PATCH net-next v5 06/15] virtio_net: separate receive_buf
` [PATCH net-next v5 07/15] virtio_net: refactor the xmit type
` [PATCH net-next v5 08/15] virtio_net: sq support premapped mode
` [PATCH net-next v5 09/15] virtio_net: xsk: bind/unbind xsk
` [PATCH net-next v5 10/15] virtio_net: xsk: prevent disable tx napi
` [PATCH net-next v5 11/15] virtio_net: xsk: tx: support xmit xsk buffer
` [PATCH net-next v5 12/15] virtio_net: xsk: tx: support wakeup
` [PATCH net-next v5 13/15] virtio_net: xsk: tx: handle the transmitted xsk buffer
` [PATCH net-next v5 14/15] virtio_net: xsk: rx: support fill with "
` [PATCH net-next v5 15/15] virtio_net: xsk: rx: support recv small mode
[PATCH bpf v1 0/2] bpf: Fix linker optimization removing kfuncs
2024-06-17 3:26 UTC (9+ messages)
` [PATCH bpf v2 "
` [PATCH bpf v2 1/2] compiler_types.h: Define __retain for __attribute__((__retain__))
[PATCH] libbpf: fix signed multiplication overflow in hash_combine
2024-06-17 2:14 UTC (2+ messages)
[issue]: sockmap restrain send if receiver block
2024-06-17 2:01 UTC
[PATCH v11 00/18] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
2024-06-17 1:49 UTC (19+ messages)
` [PATCH v11 01/18] tracing: Add a comment about ftrace_regs definition
` [PATCH v11 02/18] tracing: Rename ftrace_regs_return_value to ftrace_regs_get_return_value
` [PATCH v11 03/18] function_graph: Pass ftrace_regs to entryfunc
` [PATCH v11 04/18] function_graph: Replace fgraph_ret_regs with ftrace_regs
` [PATCH v11 05/18] function_graph: Pass ftrace_regs to retfunc
` [PATCH v11 06/18] fprobe: Use ftrace_regs in fprobe entry handler
` [PATCH v11 07/18] fprobe: Use ftrace_regs in fprobe exit handler
` [PATCH v11 08/18] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v11 09/18] tracing: Add ftrace_fill_perf_regs() for perf event
` [PATCH v11 10/18] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [PATCH v11 11/18] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [PATCH v11 12/18] ftrace: Add CONFIG_HAVE_FTRACE_GRAPH_FUNC
` [PATCH v11 13/18] fprobe: Rewrite fprobe on function-graph tracer
` [PATCH v11 14/18] tracing/fprobe: Remove nr_maxactive from fprobe
` [PATCH v11 15/18] selftests: ftrace: Remove obsolate maxactive syntax check
` [PATCH v11 16/18] selftests/ftrace: Add a test case for repeating register/unregister fprobe
` [PATCH v11 17/18] Documentation: probes: Update fprobe on function-graph tracer
` [PATCH v11 18/18] fgraph: Skip recording calltime/rettime if it is not nneeded
[PATCH] bpf/selftests: Fix __NR_uretprobe in uprobe_syscall test
2024-06-16 19:51 UTC (4+ messages)
Infinite loop with JA + JCOND
2024-06-16 17:13 UTC (2+ messages)
[RFC PATCH bpf-next] bpf: Support shadow stack for bpf progs
2024-06-16 5:52 UTC (3+ messages)
[Syzkaller & bisect] There is KASAN: slab-use-after-free Read in arena_vm_close in v6.10-rc3 kernel
2024-06-16 3:13 UTC (3+ messages)
[PATCH bpf] bpf: Fix remap of arena
2024-06-16 3:07 UTC (2+ messages)
[syzbot] [bpf?] KMSAN: uninit-value in trie_lookup_elem (2)
2024-06-16 0:31 UTC
rcu_preempt detected stalls related to ebpf
2024-06-15 17:49 UTC (5+ messages)
[PATCH bpf 0/3] bpf: Fix missed var_off related to movsx in verifier
2024-06-15 17:46 UTC (4+ messages)
` [PATCH bpf 1/3] bpf: Add missed var_off setting in set_sext32_default_val()
` [PATCH bpf 2/3] bpf: Add missed var_off setting in coerce_subreg_to_size_sx()
` [PATCH bpf 3/3] selftests/bpf: Add a few tests to cover
[PATCH v2 0/4] Introduce user namespace capabilities
2024-06-15 15:20 UTC (19+ messages)
` [PATCH v2 1/4] capabilities: Add "
` [PATCH v2 4/4] bpf,lsm: Allow editing capabilities in BPF-LSM hooks
[RFC PATCH v3] bpf: Using binary search to improve the performance of btf_find_by_name_kind
2024-06-15 14:59 UTC (4+ messages)
[PATCH] bpf: don't call mmap_read_trylock() from IRQ context
2024-06-15 14:26 UTC (6+ messages)
[PATCH] bpf, devmap: Add .map_alloc_check
2024-06-15 10:11 UTC
[PATCH v1] perf trace: Augment enum syscall arguments with BTF
2024-06-15 1:54 UTC
pull-request: bpf 2024-06-14
2024-06-15 1:50 UTC (2+ messages)
Ideal way to read FUNC_PROTO in raw tp?
2024-06-15 1:04 UTC (2+ messages)
[PATCHv8 bpf-next 0/9] uprobe: uretprobe speed up
2024-06-14 20:07 UTC (5+ messages)
` [PATCHv8 bpf-next 3/9] uprobe: Add uretprobe syscall to speed up return probe
[PATCH v3 bpf-next 0/4] bpf: Track delta between "linked" registers
2024-06-14 20:00 UTC (2+ messages)
ANNOUNCE: pahole v1.27 (reproducible builds, BTF kfuncs)
2024-06-14 19:09 UTC (4+ messages)
[PATCH net-next] net: mana: Add support for variable page sizes of ARM64
2024-06-14 18:46 UTC (6+ messages)
[PATCH v4] perf trace: BTF-based enum pretty printing
2024-06-14 18:41 UTC (5+ messages)
[PATCH v5 bpf-next 0/3] netfilter: Add the capability to offload flowtable in XDP layer
2024-06-14 15:40 UTC (4+ messages)
` [PATCH v5 bpf-next 1/3] netfilter: nf_tables: add flowtable map for xdp offload
` [PATCH v5 bpf-next 2/3] netfilter: add bpf_xdp_flow_lookup kfunc
` [PATCH v5 bpf-next 3/3] selftests/bpf: Add selftest for "
[Patch net] net: remove the bogus overflow debug check in pskb_may_pull()
2024-06-14 15:30 UTC (4+ messages)
` [PATCH bpf] bpf: avoid splat in pskb_pull_reason
[PATCH v4 bpf-next 0/3] netfilter: Add the capability to offload flowtable in XDP layer
2024-06-14 15:19 UTC (8+ messages)
` [PATCH v4 bpf-next 1/3] netfilter: nf_tables: add flowtable map for xdp offload
` [PATCH v4 bpf-next 3/3] selftests/bpf: Add selftest for bpf_xdp_flow_lookup kfunc
[PATCH v2 00/10] Improve the copy of task comm
2024-06-14 11:45 UTC (11+ messages)
` [PATCH v2 05/10] mm/util: Fix possible race condition in kstrdup()
` [PATCH v2 06/10] mm/kmemleak: Replace strncpy() with __get_task_comm()
[PATCH v3 0/8] Refactor perf python module build
2024-06-14 9:33 UTC (10+ messages)
` [PATCH v3 1/8] perf build: Add '*.a' to clean targets
` [PATCH v3 2/8] perf ui: Make ui its own library
` [PATCH v3 3/8] perf pmu-events: Make pmu-events a library
` [PATCH v3 4/8] perf test: Make tests its own library
` [PATCH v3 5/8] perf bench: Make bench "
` [PATCH v3 6/8] perf util: Make util "
` [PATCH v3 7/8] perf python: Switch module to linking libraries from building source
` [PATCH v3 8/8] perf python: Clean up build dependencies
[PATCH HID v3 00/16] HID: convert HID-BPF into using bpf_struct_ops
2024-06-14 9:26 UTC (5+ messages)
` [PATCH HID v3 03/16] HID: bpf: implement HID-BPF through bpf_struct_ops
[syzbot] [bpf?] WARNING: locking bug in __pcpu_freelist_pop
2024-06-14 8:30 UTC
[PATCH bpf-next v2 0/4] use network helpers, part 7
2024-06-14 2:14 UTC (2+ messages)
[PATCH RESEND bpf-next v3 0/5] bpf: make trusted args nullable
2024-06-13 23:40 UTC (7+ messages)
` [PATCH RESEND bpf-next v3 1/5] bpf: verifier: make kfuncs args nullalble
` [PATCH RESEND bpf-next v3 2/5] bpf: crypto: make state and IV dynptr nullable
` [PATCH RESEND bpf-next v3 3/5] selftests: bpf: crypto: use NULL instead of 0-sized dynptr
` [PATCH RESEND bpf-next v3 4/5] selftests: bpf: crypto: adjust bench to use nullable IV
` [PATCH RESEND bpf-next v3 5/5] selftests: bpf: add testmod kfunc for nullable params
[PATCHSET v6] sched: Implement BPF extensible scheduler class
2024-06-13 23:38 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-13 22:41 UTC (2+ messages)
[PATCH bpf-next v4 0/2] Regular expression support for test output matching
2024-06-13 20:09 UTC (3+ messages)
` [PATCH bpf-next v4 2/2] selftests/bpf: Match tests against regular expression
[PATCH bpf-next 1/3] bpf: remove unused parameter in bpf_jit_binary_pack_finalize
2024-06-13 19:24 UTC (2+ messages)
Recursive locking in sockmap
2024-06-13 19:08 UTC (5+ messages)
[PATCH v2 0/8] Refactor perf python module build
2024-06-13 18:32 UTC (9+ messages)
` [PATCH v2 1/8] perf build: Add '*.a' to clean targets
` [PATCH v2 2/8] perf ui: Make ui its own library
` [PATCH v2 3/8] perf pmu-events: Make pmu-events a library
` [PATCH v2 4/8] perf test: Make tests its own library
` [PATCH v2 5/8] perf bench: Make bench "
` [PATCH v2 6/8] perf util: Make util "
` [PATCH v2 7/8] perf python: Switch module to linking libraries from building source
` [PATCH v2 8/8] perf python: Clean up build dependencies
[PATCH bpf v2] bpf: fix UML x86_64 compile failure
2024-06-13 18:30 UTC (2+ messages)
[PATCH bpf-next 0/2] Fixes for kfunc prototype generation
2024-06-13 18:20 UTC (2+ messages)
[PATCH bpf v2 1/3] bpf: Fix reg_set_min_max corruption of fake_reg
2024-06-13 18:20 UTC (2+ messages)
[PATCH v1 0/7] Refactor perf python module build
2024-06-13 16:55 UTC (5+ messages)
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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).