messages from 2024-08-18 12:49:31 to 2024-08-20 20:51:55 UTC [more...]
[PATCH v3 1/3] perf bpf-filter: Support multiple events properly
2024-08-20 20:51 UTC (4+ messages)
` [PATCH v3 2/3] perf tools: Print lost samples due to BPF filter
` [PATCH v3 3/3] perf test: Update sample filtering tests with multiple events
[PATCH net] bnxt_en: Fix double DMA unmapping for XDP_REDIRECT
2024-08-20 20:34 UTC
[PATCH 0/3] Correct recent GCC incompatible changes
2024-08-20 19:42 UTC (7+ messages)
` [PATCH 1/3] selftests/bpf: Disable strict aliasing for verifier_nocsr.c
` [PATCH 2/3] selftest/bpf: _GNU_SOURCE redefined in g++
` [PATCH 3/3] selftest/bpf: Adapt inline asm operand constraint for GCC support
[PATCH v3 00/13] uprobes: RCU-protected hot path optimizations
2024-08-20 18:01 UTC (6+ messages)
` [PATCH RFC v3 09/13] uprobes: SRCU-protect uretprobe lifetime (with timeout)
[PATCH bpf-next 2/2] selftests/bpf: Add tests for bpf_get_dentry_xattr
2024-08-20 17:42 UTC (11+ messages)
[PATCH net-next v19 03/13] netdev: support binding dma-buf to netdevice
2024-08-20 17:11 UTC (6+ messages)
Weird failure with bpftool when building 6.11-rc4 with clang+rust+lto
2024-08-20 16:48 UTC (2+ messages)
[PATCH net-next v13 00/14] Replace page_frag with page_frag_cache for sk_page_frag()
2024-08-20 16:02 UTC (12+ messages)
` [PATCH net-next v13 04/14] mm: page_frag: add '_va' suffix to page_frag API
` [PATCH net-next v13 12/14] net: replace page_frag with page_frag_cache
[syzbot] [bpf?] WARNING: bad unlock balance in search_bpf_extables
2024-08-20 15:38 UTC
[PATCH bpf-next] selftests/bpf: emit top frequent C code lines in veristat
2024-08-20 15:24 UTC
NULL pointer deref when running BPF monitor program (6.11.0-rc1)
2024-08-20 15:05 UTC (15+ messages)
[RFC] kbuild: bpf: Do not run pahole with -j on 32bit userspace
2024-08-20 14:33 UTC (3+ messages)
[PATCH iwl-net v3 0/6] ice: fix synchronization between .ndo_bpf() and reset
2024-08-20 13:26 UTC (10+ messages)
` [PATCH iwl-net v3 1/6] ice: move netif_queue_set_napi to rtnl-protected sections
` [PATCH iwl-net v3 2/6] ice: protect XDP configuration with a mutex
` [PATCH iwl-net v3 3/6] ice: check for XDP rings instead of bpf program when unconfiguring
` [PATCH iwl-net v3 4/6] ice: check ICE_VSI_DOWN under rtnl_lock when preparing for reset
` [PATCH iwl-net v3 5/6] ice: remove ICE_CFG_BUSY locking from AF_XDP code
` [PATCH iwl-net v3 6/6] ice: do not bring the VSI up, if it was down before the XDP setup
[PATCH iwl-next v6 0/6] igb: Add support for AF_XDP zero-copy
2024-08-20 12:33 UTC (21+ messages)
` [PATCH iwl-next v6 1/6] igb: Always call igb_xdp_ring_update_tail() under Tx lock
` [PATCH iwl-next v6 2/6] igb: Remove static qualifiers
` [PATCH iwl-next v6 3/6] igb: Introduce igb_xdp_is_enabled()
` [PATCH iwl-next v6 4/6] igb: Introduce XSK data structures and helpers
` [PATCH iwl-next v6 5/6] igb: Add AF_XDP zero-copy Rx support
` [PATCH iwl-next v6 6/6] igb: Add AF_XDP zero-copy Tx support
Question: Move BPF_SK_LOOKUP ahead of connected UDP sk lookup?
2024-08-20 12:31 UTC
[PATCH bpf-next v3 0/8] __jited test tag to check disassembly after jit
2024-08-20 10:23 UTC (10+ messages)
` [PATCH bpf-next v3 1/8] selftests/bpf: less spam in the log for message matching
` [PATCH bpf-next v3 2/8] selftests/bpf: correctly move 'log' upon successful match
` [PATCH bpf-next v3 3/8] selftests/bpf: fix to avoid __msg tag de-duplication by clang
` [PATCH bpf-next v3 4/8] selftests/bpf: replace __regex macro with "{{...}}" patterns
` [PATCH bpf-next v3 5/8] selftests/bpf: utility function to get program disassembly after jit
` [PATCH bpf-next v3 6/8] selftests/bpf: __jited test tag to check "
` [PATCH bpf-next v3 6/8] selftests/bpf: __jited_x86 test tag to check x86 assembly "
` [PATCH bpf-next v3 7/8] selftests/bpf: validate jit behaviour for tail calls
` [PATCH bpf-next v3 8/8] selftests/bpf: validate __xlated same way as __jited
[bpf-next v7 1/2] bpf: Add bpf_copy_from_user_str kfunc
2024-08-20 10:17 UTC (2+ messages)
` [bpf-next v7 2/2] bpf: Add tests for "
[PATCH v3] net/socket: Check cgroup_bpf_enabled() only once in do_sock_getsockopt()
2024-08-20 9:29 UTC
KASAN: null-ptr-deref in bpf_core_calc_relo_insn
2024-08-20 9:21 UTC
[PATCH bpf-next] bpf: use kfunc hooks instead of program types
2024-08-20 8:49 UTC (5+ messages)
[PATCH net-next 00/13] virtio-net: support AF_XDP zero copy (tx)
2024-08-20 7:33 UTC (14+ messages)
` [PATCH net-next 01/13] virtio_ring: introduce vring_need_unmap_buffer
` [PATCH net-next 02/13] virtio_ring: split: harden dma unmap for indirect
` [PATCH net-next 03/13] virtio_ring: packed: "
` [PATCH net-next 04/13] virtio_ring: perform premapped operations based on per-buffer
` [PATCH net-next 05/13] virtio-net: rq submits premapped buffer per buffer
` [PATCH net-next 06/13] virtio_ring: remove API virtqueue_set_dma_premapped
` [PATCH net-next 07/13] virtio_net: refactor the xmit type
` [PATCH net-next 08/13] virtio_net: xsk: bind/unbind xsk for tx
` [PATCH net-next 09/13] virtio_net: xsk: prevent disable tx napi
` [PATCH net-next 10/13] virtio_net: xsk: tx: support xmit xsk buffer
` [PATCH net-next 11/13] virtio_net: xsk: tx: handle the transmitted "
` [PATCH net-next 12/13] virtio_net: update tx timeout record
` [PATCH net-next 13/13] virtio_net: xdp_features add NETDEV_XDP_ACT_XSK_ZEROCOPY
[PATCH bpf-next 1/2] bpf: Make the pointer returned by iter next method valid
2024-08-20 6:28 UTC (6+ messages)
[PATCH net-next v21 00/13] Device Memory TCP
2024-08-20 6:04 UTC (14+ messages)
` [PATCH net-next v21 01/13] netdev: add netdev_rx_queue_restart()
` [PATCH net-next v21 02/13] net: netdev netlink api to bind dma-buf to a net device
` [PATCH net-next v21 03/13] netdev: support binding dma-buf to netdevice
` [PATCH net-next v21 04/13] netdev: netdevice devmem allocator
` [PATCH net-next v21 05/13] page_pool: devmem support
` [PATCH net-next v21 06/13] memory-provider: dmabuf devmem memory provider
` [PATCH net-next v21 07/13] net: support non paged skb frags
` [PATCH net-next v21 08/13] net: add support for skbs with unreadable frags
` [PATCH net-next v21 09/13] tcp: RX path for devmem TCP
` [PATCH net-next v21 10/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [PATCH net-next v21 11/13] net: add devmem TCP documentation
` [PATCH net-next v21 12/13] selftests: add ncdevmem, netcat for devmem TCP
` [PATCH net-next v21 13/13] netdev: add dmabuf introspection
[PATCH v15 0/4] Reduce overhead of LSMs with static calls
2024-08-20 5:17 UTC (6+ messages)
` [PATCH v15 3/4] lsm: count the LSMs enabled at compile time
[PATCH v13 00/20] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
2024-08-20 2:48 UTC (15+ messages)
` [PATCH v13 09/20] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v13 10/20] tracing: Add ftrace_fill_perf_regs() for perf event
` [PATCH v13 11/20] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [PATCH v13 12/20] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [PATCH v13 13/20] ftrace: Add CONFIG_HAVE_FTRACE_GRAPH_FUNC
` [PATCH v13 14/20] fprobe: Rewrite fprobe on function-graph tracer
` [PATCH v13 15/20] tracing: Fix function timing profiler to initialize hashtable
` [PATCH v13 16/20] tracing/fprobe: Remove nr_maxactive from fprobe
` [PATCH v13 17/20] selftests: ftrace: Remove obsolate maxactive syntax check
` [PATCH v13 18/20] selftests/ftrace: Add a test case for repeating register/unregister fprobe
` [PATCH v13 19/20] Documentation: probes: Update fprobe on function-graph tracer
` [PATCH v13 20/20] fgraph: Skip recording calltime/rettime if it is not nneeded
[PATCH] selftests/bpf: Fix incorrect parameters in NULL pointer checking
2024-08-20 2:47 UTC (2+ messages)
[PATCH] selftests/bpf: Fix incorrect parameters in NULL pointer checking
2024-08-20 2:34 UTC
[PATCH bpf-next v2 0/6] selftests/bpf: Various sockmap-related fixes
2024-08-20 0:20 UTC (9+ messages)
[PATCH bpf-next v4 0/2] selftests/bpf: new MPTCP subflow subtest
2024-08-19 23:28 UTC (7+ messages)
` [PATCH bpf-next v4 2/2] selftests/bpf: Add mptcp "
[PATCH v5 0/8] Faultable Tracepoints
2024-08-19 23:00 UTC (3+ messages)
` [PATCH v5 3/8] cleanup.h: Introduce DEFINE_INACTIVE_GUARD and activate_guard
[PATCH bpf-next v6 0/2] bpf: enable some functions in cgroup programs
2024-08-19 22:50 UTC (4+ messages)
` [PATCH bpf-next v6 1/2] bpf: enable generic kfuncs for BPF_CGROUP_* programs
` [PATCH bpf-next v6 2/2] bpf: allow bpf_current_task_under_cgroup() with BPF_CGROUP_*
[bpf-next v6 1/2] bpf: Add bpf_copy_from_user_str kfunc
2024-08-19 22:47 UTC (5+ messages)
` [bpf-next v6 2/2] bpf: Add tests for "
[PATCH net-next v20 00/13] Device Memory TCP
2024-08-19 22:45 UTC (16+ messages)
` [PATCH net-next v20 01/13] netdev: add netdev_rx_queue_restart()
` [PATCH net-next v20 02/13] net: netdev netlink api to bind dma-buf to a net device
` [PATCH net-next v20 03/13] netdev: support binding dma-buf to netdevice
` [PATCH net-next v20 04/13] netdev: netdevice devmem allocator
` [PATCH net-next v20 05/13] page_pool: devmem support
` [PATCH net-next v20 06/13] memory-provider: dmabuf devmem memory provider
` [PATCH net-next v20 07/13] net: support non paged skb frags
` [PATCH net-next v20 08/13] net: add support for skbs with unreadable frags
` [PATCH net-next v20 09/13] tcp: RX path for devmem TCP
` [PATCH net-next v20 10/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [PATCH net-next v20 11/13] net: add devmem TCP documentation
` [PATCH net-next v20 12/13] selftests: add ncdevmem, netcat for devmem TCP
` [PATCH net-next v20 13/13] netdev: add dmabuf introspection
[PATCH] docs/bpf: Add constant values for linkages
2024-08-19 22:30 UTC (2+ messages)
` [Bpf] "
[RFC PATCH bpf-next 0/6] bpf: Add gen_epilogue and allow kfunc call in pro/epilogue
2024-08-19 22:30 UTC (9+ messages)
` [RFC PATCH bpf-next 3/6] selftests/test: test gen_prologue and gen_epilogue
[PATCH] docs/bpf: Fix a typo in verifier.rst
2024-08-19 21:22 UTC
[PATCH bpf-next 0/4] __jited_x86 test tag to check x86 assembly after jit
2024-08-19 21:05 UTC (5+ messages)
` [PATCH bpf-next 2/4] selftests/bpf: utility function to get program disassembly "
[PATCH v1 bpf-next] selftest: bpf: Correct mssind comparison in test_tcp_custom_syncookie.c
2024-08-19 19:42 UTC
[bug report] selftest: bpf: Test bpf_sk_assign_tcp_reqsk()
2024-08-19 19:32 UTC (5+ messages)
[bug report] selftests/bpf: Add C tests for reference tracking
2024-08-19 19:06 UTC
[bug report] selftests/bpf: Factor out get_xlated_program() helper
2024-08-19 19:06 UTC
[bpf-next v5 1/2] bpf: Add bpf_copy_from_user_str kfunc
2024-08-19 16:25 UTC (4+ messages)
[PATCH bpf] bpf: Refactoring btf_name_valid_identifier() and btf_name_valid_section()
2024-08-19 16:07 UTC
[PATCH 1/3] selftests/bpf: Disable strict aliasing for verifier_nocsr.c
2024-08-19 14:53 UTC (3+ messages)
` [PATCH 2/3] selftest/bpf: _GNU_SOURCE redefined in g++
` [PATCH 3/3] selftest/bpf: Adapt inline asm operand constraint for GCC support
[PATCH RFC bpf-next 00/52] bpf, xdp: introduce and use Generic Hints/metadata
2024-08-19 14:50 UTC (9+ messages)
` [PATCH RFC bpf-next 32/52] bpf, cpumap: switch to GRO from netif_receive_skb_list()
` [xdp-hints] "
[RFC PATCH bpf-next 1/2] bpf: Add KF_OBTAIN for obtaining objects without reference count
2024-08-19 10:41 UTC (2+ messages)
` [RFC PATCH bpf-next 2/2] selftests/bpf: Add tests for KF_OBTAIN kfunc
[PATCH bpf-next v2 1/2] bpf: Make the pointer returned by iter next method valid
2024-08-19 10:19 UTC (2+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Add tests for iter next method returning valid pointer
[PATCH v2] selftests: fix relative rpath usage
2024-08-19 9:33 UTC (6+ messages)
Problem testing with S390x under QEMU on x86_64
2024-08-19 9:15 UTC (2+ messages)
[PATCH] net/socket: Acquire cgroup_lock in do_sock_getsockopt
2024-08-19 9:13 UTC (2+ messages)
[PATCHv2 net 0/2] selftests: Fix udpgro failures
2024-08-19 9:01 UTC (2+ messages)
[syzbot] [mm?] possible deadlock in __mmap_lock_do_trace_released
2024-08-19 4:40 UTC
[PATCH] bpf: cg_skb add get classid helper
2024-08-19 4:25 UTC (3+ messages)
` [External] "
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