messages from 2024-08-19 22:42:03 to 2024-08-21 18:02:19 UTC [more...]
[PATCH bpf-next 1/2] bpf: Relax KF_ACQUIRE kfuncs strict type matching constraint on non-zero offset pointers
2024-08-21 18:02 UTC (2+ messages)
[PATCH] bpftool: check for NULL ptr of btf in codegen_subskel_datasecs
2024-08-21 17:57 UTC (2+ messages)
[PATCH bpf-next 0/3] Support passing BPF iterator to kfuncs
2024-08-21 17:50 UTC (2+ messages)
[PATCH bpf-next] bpf: bpf_core_calc_relo_insn() should verify relocation type id
2024-08-21 17:46 UTC (3+ messages)
Problem testing with S390x under QEMU on x86_64
2024-08-21 17:28 UTC (4+ messages)
[PATCH net-next v19 03/13] netdev: support binding dma-buf to netdevice
2024-08-21 17:04 UTC (10+ messages)
[PATCH net-next 00/12] Unmask upper DSCP bits - part 1
2024-08-21 17:00 UTC (27+ messages)
` [PATCH net-next 01/12] bpf: Unmask upper DSCP bits in bpf_fib_lookup() helper
` [PATCH net-next 02/12] ipv4: Unmask upper DSCP bits in NETLINK_FIB_LOOKUP family
` [PATCH net-next 03/12] ipv4: Unmask upper DSCP bits when constructing the Record Route option
` [PATCH net-next 04/12] netfilter: rpfilter: Unmask upper DSCP bits
` [PATCH net-next 05/12] netfilter: nft_fib: "
` [PATCH net-next 06/12] ipv4: ipmr: Unmask upper DSCP bits in ipmr_rt_fib_lookup()
` [PATCH net-next 07/12] ipv4: Unmask upper DSCP bits in fib_compute_spec_dst()
` [PATCH net-next 08/12] ipv4: Unmask upper DSCP bits in input route lookup
` [PATCH net-next 09/12] ipv4: Unmask upper DSCP bits in RTM_GETROUTE "
` [PATCH net-next 10/12] ipv4: icmp: Pass full DS field to ip_route_input()
` [PATCH net-next 11/12] ipv4: udp: Unmask upper DSCP bits during early demux
` [PATCH net-next 12/12] ipv4: Unmask upper DSCP bits when using hints
[PATCH] libbpf: Initialize st_ops->tname with strdup()
2024-08-21 16:48 UTC (5+ messages)
KASAN: null-ptr-deref in bpf_core_calc_relo_insn
2024-08-21 16:42 UTC (6+ messages)
[PATCH v3 00/13] uprobes: RCU-protected hot path optimizations
2024-08-21 16:41 UTC (9+ messages)
` [PATCH RFC v3 09/13] uprobes: SRCU-protect uretprobe lifetime (with timeout)
[PATCH v3] uprobes: turn trace_uprobe's nhit counter to be per-CPU one
2024-08-21 16:38 UTC (2+ messages)
[PATCH RFC bpf-next 00/52] bpf, xdp: introduce and use Generic Hints/metadata
2024-08-21 16:36 UTC (12+ messages)
` [PATCH RFC bpf-next 32/52] bpf, cpumap: switch to GRO from netif_receive_skb_list()
` [xdp-hints] "
[PATCH v1] nfp: bpf: Use kmemdup_array instead of kmemdup for multiple allocation
2024-08-21 15:08 UTC (3+ messages)
[Patch bpf] tcp_bpf: fix return value of tcp_bpf_sendmsg()
2024-08-21 14:55 UTC (2+ messages)
[PATCH v2 bpf-next] selftest: bpf: Remove mssind boundary check in test_tcp_custom_syncookie.c
2024-08-21 14:54 UTC (2+ messages)
[PATCH v1] tools:util:Remove the check that map is empty
2024-08-21 14:37 UTC (2+ messages)
[PATCH v2] libbpf: Initialize st_ops->tname with strdup()
2024-08-21 13:41 UTC (4+ messages)
[PATCH net-next v13 00/14] Replace page_frag with page_frag_cache for sk_page_frag()
2024-08-21 12:30 UTC (10+ messages)
` [PATCH net-next v13 04/14] mm: page_frag: add '_va' suffix to page_frag API
Question: Move BPF_SK_LOOKUP ahead of connected UDP sk lookup?
2024-08-21 11:44 UTC (3+ messages)
[PATCH net v4] bpf, net: Check cgroup_bpf_enabled() only once in do_sock_getsockopt()
2024-08-21 9:30 UTC
[PATCH bpf-next v1 0/8] libbpf, selftests/bpf: Support cross-endian usage
2024-08-21 9:09 UTC (9+ messages)
` [PATCH bpf-next v1 1/8] libbpf: Improve log message formatting
` [PATCH bpf-next v1 2/8] libbpf: Fix header comment typos for BTF.ext
` [PATCH bpf-next v1 3/8] libbpf: Fix output .symtab byte-order during linking
` [PATCH bpf-next v1 4/8] libbpf: Support BTF.ext loading and output in either endianness
` [PATCH bpf-next v1 5/8] libbpf: Support opening bpf objects of "
` [PATCH bpf-next v1 6/8] libbpf: Support linking "
` [PATCH bpf-next v1 7/8] libbpf: Support creating light skeleton "
` [PATCH bpf-next v1 8/8] selftests/bpf: Support cross-endian building
[PATCH net-next 00/13] virtio-net: support AF_XDP zero copy (tx)
2024-08-21 8:54 UTC (15+ 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] uprobes: Optimize the allocation of insn_slot for performance
2024-08-21 8:46 UTC (9+ messages)
[PATCH] arm64: insn: Simulate nop and push instruction for better uprobe performance
2024-08-21 7:55 UTC (3+ messages)
[PATCH v1] net: filter: Use kmemdup_array instead of kmemdup for multiple allocation
2024-08-21 7:37 UTC
[RFC] kbuild: bpf: Do not run pahole with -j on 32bit userspace
2024-08-21 7:29 UTC (6+ messages)
[PATCH net-next v21] net: refactor ->ndo_bpf calls into dev_xdp_propagate
2024-08-21 5:24 UTC (2+ messages)
[PATCH bpf-next 2/2] selftests/bpf: Add tests for bpf_get_dentry_xattr
2024-08-21 3:43 UTC (13+ messages)
[PATCH v1 bpf-next] selftest: bpf: Correct mssind comparison in test_tcp_custom_syncookie.c
2024-08-21 1:28 UTC (3+ messages)
[PATCH v3] net/socket: Check cgroup_bpf_enabled() only once in do_sock_getsockopt()
2024-08-20 23:45 UTC (2+ messages)
[net-next v4 0/5] net: stmmac: Add PCI driver support for BCM8958x
2024-08-20 23:16 UTC (8+ messages)
` [net-next v4 1/5] net: stmmac: Add HDMA mapping for dw25gmac support
` [net-next v4 4/5] net: stmmac: Add PCI driver support for BCM8958x
[PATCH v3 1/3] perf bpf-filter: Support multiple events properly
2024-08-20 22:50 UTC (5+ 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 3/4] ice: fix truesize operations for PAGE_SIZE >= 8192
2024-08-20 22:12 UTC (2+ messages)
[PATCH net] bnxt_en: Fix double DMA unmapping for XDP_REDIRECT
2024-08-20 21:47 UTC (2+ messages)
[PATCH 0/3] Correct recent GCC incompatible changes
2024-08-20 19:42 UTC (3+ messages)
Weird failure with bpftool when building 6.11-rc4 with clang+rust+lto
2024-08-20 16:48 UTC (2+ messages)
[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 (12+ messages)
[PATCH iwl-net v3 0/6] ice: fix synchronization between .ndo_bpf() and reset
2024-08-20 13:26 UTC (5+ messages)
` [PATCH iwl-net v3 1/6] ice: move netif_queue_set_napi to rtnl-protected sections
[PATCH iwl-next v6 0/6] igb: Add support for AF_XDP zero-copy
2024-08-20 12:33 UTC (8+ messages)
` [PATCH iwl-next v6 4/6] igb: Introduce XSK data structures and helpers
[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 bpf-next] bpf: use kfunc hooks instead of program types
2024-08-20 8:49 UTC (5+ messages)
[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 (2+ messages)
[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 (8+ 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 (2+ messages)
[bpf-next v6 1/2] bpf: Add bpf_copy_from_user_str kfunc
2024-08-19 22:47 UTC (4+ 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 (3+ 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