messages from 2023-04-23 01:55:58 to 2023-04-25 07:37:17 UTC [more...]
[PATCH vhost v7 00/11] virtio core prepares for AF_XDP
2023-04-25 7:36 UTC (4+ messages)
` [PATCH vhost v7 01/11] virtio_ring: split: separate dma codes
` [PATCH vhost v7 02/11] virtio_ring: packed: "
` [PATCH vhost v7 03/11] virtio_ring: packed-indirect: "
[syzbot] [bpf?] KCSAN: data-race in __bpf_lru_list_rotate / __htab_lru_percpu_map_update_elem (5)
2023-04-25 7:31 UTC
[PATCH v3] mm/gup: disallow GUP writing to file-backed mappings by default
2023-04-25 7:14 UTC
[PATCH] powerpc/bpf: populate extable entries only during the last pass
2023-04-25 6:59 UTC (5+ messages)
[PATCH v2] powerpc/bpf: populate extable entries only during the last pass
2023-04-25 6:58 UTC
[PATCH v2 bpf-next 0/9] Shared ownership for local kptrs
2023-04-25 6:53 UTC (4+ messages)
` [PATCH v2 bpf-next 9/9] selftests/bpf: Add refcounted_kptr tests
[PATCH bpf-next v2] bpftool: Dump map id instead of value for map_of_maps types
2023-04-25 6:37 UTC (9+ messages)
[PATCH v6 bpf-next 0/7] bpf: Add socket destroy capability
2023-04-25 5:45 UTC (13+ messages)
` [PATCH 1/7] bpf: tcp: Avoid taking fast sock lock in iterator
` [PATCH 2/7] udp: seq_file: Remove bpf_seq_afinfo from udp_iter_state
` [PATCH 4/7] bpf: udp: Implement batching for sockets iterator
` [PATCH 6/7] selftests/bpf: Add helper to get port using getsockname
` [PATCH 7/7] selftests/bpf: Test bpf_sock_destroy
[PATCH v2 bpf-next 0/5] Dynptr helpers
2023-04-25 5:29 UTC (14+ messages)
` [PATCH v2 bpf-next 1/5] bpf: Add bpf_dynptr_adjust
` [PATCH v2 bpf-next 2/5] bpf: Add bpf_dynptr_is_null and bpf_dynptr_is_rdonly
` [PATCH v2 bpf-next 3/5] bpf: Add bpf_dynptr_size
[PATCH net-next] xsk: introduce xsk_dma_ops
2023-04-25 2:11 UTC (21+ messages)
[PATCH net-next v3] lan966x: Don't use xdp_frame when action is XDP_TX
2023-04-25 2:10 UTC (3+ messages)
pull-request: bpf-next 2023-04-24
2023-04-25 2:00 UTC (2+ messages)
[PATCH bpf-next] bpf: Make bpf_helper_defs.h c++ friendly
2023-04-25 1:56 UTC (2+ messages)
[PATCH net-next v4 0/6] tsnep: XDP socket zero-copy support
2023-04-25 1:50 UTC (2+ messages)
[PATCH bpf,v2 0/4] Socket lookup BPF API from tc/xdp ingress does not respect VRF bindings
2023-04-25 1:39 UTC (9+ messages)
` [PATCH bpf,v2 4/4] selftests/bpf: Add tc_socket_lookup tests
[PATCH net-next, 0/2] Update coding style and check alloc_frag
2023-04-25 1:10 UTC (3+ messages)
[PATCH v2 net-next 0/2] add page_pool support for page recycling in veth driver
2023-04-25 1:10 UTC (12+ messages)
` [PATCH v2 net-next 1/2] net: veth: add page_pool for page recycling
[PATCH bpf-next 0/6] bpf: handle another corner case in getsockopt
2023-04-25 0:56 UTC (5+ messages)
` [PATCH bpf-next 3/6] bpf: Don't EFAULT for {g,s}setsockopt with wrong optlen
[PATCH bpf-next] selftests/bpf: avoid mark_all_scalars_precise() trigger in one of iter tests
2023-04-25 0:50 UTC (2+ messages)
[PATCH v2] mm/gup: disallow GUP writing to file-backed mappings by default
2023-04-24 23:30 UTC (18+ messages)
[PATCH] xsk: Use pool->dma_pages to check for DMA
2023-04-24 22:52 UTC (4+ messages)
[RFC/PATCH bpf-next 00/20] bpf: Add multi uprobe link
2023-04-24 22:11 UTC (22+ messages)
` [RFC/PATCH bpf-next 01/20] "
` [RFC/PATCH bpf-next 02/20] bpf: Add cookies support for uprobe_multi link
` [RFC/PATCH bpf-next 03/20] bpf: Add bpf_get_func_ip helper support for uprobe link
` [RFC/PATCH bpf-next 04/20] libbpf: Update uapi bpf.h tools header
` [RFC/PATCH bpf-next 05/20] libbpf: Add uprobe_multi attach type and link names
` [RFC/PATCH bpf-next 06/20] libbpf: Factor elf_for_each_symbol function
` [RFC/PATCH bpf-next 07/20] libbpf: Add elf_find_multi_func_offset function
` [RFC/PATCH bpf-next 08/20] libbpf: Add elf_find_patern_func_offset function
` [RFC/PATCH bpf-next 09/20] libbpf: Add bpf_link_create support for multi uprobes
` [RFC/PATCH bpf-next 10/20] libbpf: Add bpf_program__attach_uprobe_multi_opts function
` [RFC/PATCH bpf-next 11/20] libbpf: Add support for uprobe.multi/uprobe.multi program sections
` [RFC/PATCH bpf-next 12/20] libbpf: Add uprobe multi link support to bpf_program__attach_usdt
` [RFC/PATCH bpf-next 13/20] selftests/bpf: Add uprobe_multi skel test
` [RFC/PATCH bpf-next 14/20] selftests/bpf: Add uprobe_multi api test
` [RFC/PATCH bpf-next 15/20] selftests/bpf: Add uprobe_multi link test
` [RFC/PATCH bpf-next 16/20] selftests/bpf: Add uprobe_multi test program
` [RFC/PATCH bpf-next 17/20] selftests/bpf: Add uprobe_multi bench test
` [RFC/PATCH bpf-next 18/20] selftests/bpf: Add usdt_multi test program
` [RFC/PATCH bpf-next 19/20] selftests/bpf: Add usdt_multi bench test
` [RFC/PATCH bpf-next 20/20] selftests/bpf: Add uprobe_multi cookie test
[PATCH bpf-next 0/6] bpf: Tracing recursion prevention mechanism improvement
2023-04-24 21:40 UTC (7+ messages)
` [PATCH bpf-next 5/6] bpf: Improve tracing recursion prevention mechanism
[PATCH bpf-next 0/2] bpf: Fix issues caused by bpf trampoline
2023-04-24 21:30 UTC (5+ messages)
` [PATCH bpf-next 1/2] bpf: Add __rcu_read_{lock,unlock} into btf id deny list
` [PATCH bpf-next 2/2] fork: Rename mm_init to task_mm_init
[PATCH v2 bpf-next] bpf: Disable bpf_refcount_acquire kfunc calls until race conditions are fixed
2023-04-24 21:20 UTC (2+ messages)
[PATCH v6 0/5] Add ftrace direct call for arm64
2023-04-24 20:09 UTC (8+ messages)
[PATCH bpf-next] bpf: Disable bpf_refcount_acquire kfunc calls until race conditions are fixed
2023-04-24 19:34 UTC (2+ messages)
LPC 2023 Networking and BPF Track CFP
2023-04-24 19:22 UTC
[PATCH bpf-next V2 0/5] XDP-hints: XDP kfunc metadata for driver igc
2023-04-24 19:17 UTC (8+ messages)
` [PATCH bpf-next V2 1/5] igc: enable and fix RX hash usage by netstack
` [xdp-hints] Re: [PATCH bpf-next V2 0/5] XDP-hints: XDP kfunc metadata for driver igc
[PATCH net-next v3 0/6] tsnep: XDP socket zero-copy support
2023-04-24 18:40 UTC (6+ messages)
` [PATCH net-next v3 6/6] tsnep: Add XDP socket zero-copy TX support
[PATCH] mm/gup: disallow GUP writing to file-backed mappings by default
2023-04-24 17:59 UTC (16+ messages)
[RFC PATCH bpf-next v3 00/37] FUSE BPF: A Stacked Filesystem Extension for FUSE
2023-04-24 15:32 UTC (5+ messages)
[PATCH v6 00/10] tracing: Add fprobe events
2023-04-24 14:47 UTC (11+ messages)
` [PATCH v6 01/10] fprobe: Pass return address to the handlers
` [PATCH v6 02/10] tracing/probes: Add fprobe events for tracing function entry and exit
` [PATCH v6 03/10] selftests/ftrace: Add fprobe related testcases
` [PATCH v6 04/10] tracing/probes: Add tracepoint support on fprobe_events
` [PATCH v6 05/10] tracing/probes: Move event parameter fetching code to common parser
` [PATCH v6 06/10] tracing/probes: Support function parameters if BTF is available
` [PATCH v6 07/10] tracing/probes: Add $$args meta argument for all function args
` [PATCH v6 08/10] selftests/ftrace: Add tracepoint probe test case
` [PATCH v6 09/10] selftests/ftrace: Add BTF arguments test cases
` [PATCH v6 10/10] Documentation: tracing/probes: Add fprobe event tracing document
[PATCH bpf-next v3 00/10] Add cgroup sockaddr hooks for unix sockets
2023-04-24 14:07 UTC (7+ messages)
` [PATCH bpf-next v3 03/10] bpf: Allow read access to addr_len from cgroup sockaddr programs
` [PATCH bpf-next v3 05/10] bpf: Add bpf_sock_addr_set() to allow writing sockaddr len from bpf
[PATCH bpf-next] xsk: Use pool->dma_pages to check for DMA
2023-04-24 8:50 UTC (2+ messages)
[syzbot] [ext4?] [mm?] KCSAN: data-race in strscpy / strscpy (3)
2023-04-24 8:25 UTC (5+ messages)
[PATCH v5 0/9] tracing: Add fprobe events
2023-04-24 7:38 UTC (12+ messages)
` [PATCH v5 2/9] tracing/probes: Add fprobe events for tracing function entry and exit
` [PATCH v5 4/9] tracing/probes: Add tracepoint support on fprobe_event
[LSF/MM/BPF TOPIC] bpf iterator for file-system
2023-04-24 6:45 UTC (3+ messages)
` [Lsf-pc] "
[PATCH net v3] ixgbe: Panic during XDP_TX with > 64 CPUs
2023-04-24 4:08 UTC (3+ messages)
` [PATCH net v4] ixgbe: Fix panic "
` [Intel-wired-lan] "
[PATCH] perf lock contention: Fix struct rq lock access
2023-04-23 21:56 UTC
[PATCH net-next v1] xsk: introduce xsk_dma_cbs
2023-04-23 20:42 UTC (6+ messages)
[PATCH v2] libbpf: Improve version handling when attaching uprobe
2023-04-23 18:55 UTC
[PATCH bpf-next v2 0/2] Introduce a new kfunc of bpf_task_under_cgroup
2023-04-23 16:22 UTC (4+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Add testcase for bpf_task_under_cgroup
` [External] "
sys_enter tracepoint ctx structure
2023-04-23 16:15 UTC (9+ messages)
[PATCH bpf-next v4] bpftool: Show map IDs along with struct_ops links
2023-04-23 14:33 UTC (2+ messages)
[PATCH bpf-next v5 1/2] docs/bpf: Add table to describe LRU properties
2023-04-23 14:26 UTC (4+ messages)
` [PATCH bpf-next v5 2/2] docs/bpf: Add LRU internals description and graph
[PATCH net-next v3 00/15] virtio_net: refactor xdp codes
2023-04-23 10:57 UTC (16+ messages)
` [PATCH net-next v3 01/15] virtio_net: mergeable xdp: put old page immediately
` [PATCH net-next v3 02/15] virtio_net: introduce mergeable_xdp_get_buf()
` [PATCH net-next v3 03/15] virtio_net: optimize mergeable_xdp_get_buf()
` [PATCH net-next v3 04/15] virtio_net: introduce virtnet_xdp_handler() to seprate the logic of run xdp
` [PATCH net-next v3 05/15] virtio_net: separate the logic of freeing xdp shinfo
` [PATCH net-next v3 06/15] virtio_net: separate the logic of freeing the rest mergeable buf
` [PATCH net-next v3 07/15] virtio_net: auto release xdp shinfo
` [PATCH net-next v3 08/15] virtio_net: introduce receive_mergeable_xdp()
` [PATCH net-next v3 09/15] virtio_net: merge: remove skip_xdp
` [PATCH net-next v3 10/15] virtio_net: introduce receive_small_xdp()
` [PATCH net-next v3 11/15] virtio_net: small: optimize code
` [PATCH net-next v3 12/15] "
` [PATCH net-next v3 13/15] virtio_net: small: remove skip_xdp
` [PATCH net-next v3 14/15] virtio_net: introduce receive_small_build_xdp
` [PATCH net-next v3 15/15] virtio_net: introduce virtnet_build_skb()
[RFC bpf-next v2 0/4] Introduce BPF_MA_REUSE_AFTER_RCU_GP
2023-04-23 8:03 UTC (7+ messages)
` [RFC bpf-next v2 1/4] selftests/bpf: Add benchmark for bpf memory allocator
` [RFC bpf-next v2 4/4] bpf: Introduce BPF_MA_REUSE_AFTER_RCU_GP
[PATCH net-next v2 00/14] virtio_net: refactor xdp codes
2023-04-23 6:27 UTC (8+ messages)
` [PATCH net-next v2 05/14] virtio_net: introduce xdp res enums
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 NNTP newsgroup(s).