bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-20 06:05:55 to 2022-01-21 20:41:08 UTC [more...]

[PATCH bpf-next v4 0/8] libbpf: Implement BTFGen
 2022-01-21 20:40 UTC  (7+ messages)
` [PATCH bpf-next v4 1/8] libbpf: split bpf_core_apply_relo()
` [PATCH bpf-next v4 3/8] bpftool: Add gen btf command

[PATCH bpf-next 0/3] Add bpf_access_process_vm helper and sleepable bpf iterator programs
 2022-01-21 20:07 UTC  (21+ messages)
` [PATCH v5 "
  ` [PATCH v5 bpf-next 1/3] bpf: Add bpf_access_process_vm() helper
  ` [PATCH v5 bpf-next 2/3] libbpf: Add "iter.s" section for sleepable bpf iterator programs
  ` [PATCH v5 bpf-next 3/3] selftests/bpf: Add test "
` [PATCH v6 bpf-next 0/3] Add bpf_copy_from_user_task helper and "
  ` [PATCH v6 bpf-next 1/3] bpf: Add bpf_copy_from_user_task() helper
  ` [PATCH v6 bpf-next 2/3] libbpf: Add "iter.s" section for sleepable bpf iterator programs
  ` [PATCH v6 bpf-next 3/3] selftests/bpf: Add test "

[PATCH v6 bpf-next 0/7] bpf_prog_pack allocator
 2022-01-21 19:49 UTC  (8+ messages)
` [PATCH v6 bpf-next 1/7] x86/Kconfig: select HAVE_ARCH_HUGE_VMALLOC with HAVE_ARCH_HUGE_VMAP
` [PATCH v6 bpf-next 2/7] bpf: use bytes instead of pages for bpf_jit_[charge|uncharge]_modmem
` [PATCH v6 bpf-next 3/7] bpf: use size instead of pages in bpf_binary_header
` [PATCH v6 bpf-next 4/7] bpf: add a pointer of bpf_binary_header to bpf_prog
` [PATCH v6 bpf-next 5/7] x86/alternative: introduce text_poke_copy
` [PATCH v6 bpf-next 6/7] bpf: introduce bpf_prog_pack allocator
` [PATCH v6 bpf-next 7/7] bpf, x86_64: use "

[RFC bpf-next 0/3] libbpf: name-based u[ret]probe attach
 2022-01-21 19:40 UTC  (12+ messages)
` [RFC bpf-next 1/3] libbpf: support function name-based attach for uprobes
` [RFC bpf-next 2/3] libbpf: add auto-attach for uprobes based on section name
` [RFC bpf-next 3/3] selftests/bpf: add tests for u[ret]probe attach by name

[RFC bpf-next 0/3] bpf: Introduce module helper functions
 2022-01-21 19:39 UTC  (4+ messages)
` [RFC bpf-next 1/3] bpf: btf: Introduce infrastructure for module helpers
` [RFC bpf-next 2/3] bpf: add support for module helpers in verifier
` [RFC bpf-next 3/3] selftests/bpf: add test for module helper

[PATCH] net/mlx5e: Add support for using xdp->data_meta
 2022-01-21 19:01 UTC  (2+ messages)

[PATCH v5 bpf-next 0/7] bpf_prog_pack allocator
 2022-01-21 18:56 UTC  (14+ messages)
` [PATCH v5 bpf-next 1/7] x86/Kconfig: select HAVE_ARCH_HUGE_VMALLOC with HAVE_ARCH_HUGE_VMAP
` [PATCH v5 bpf-next 2/7] bpf: use bytes instead of pages for bpf_jit_[charge|uncharge]_modmem
` [PATCH v5 bpf-next 3/7] bpf: use size instead of pages in bpf_binary_header
` [PATCH v5 bpf-next 4/7] bpf: add a pointer of bpf_binary_header to bpf_prog
` [PATCH v5 bpf-next 5/7] x86/alternative: introduce text_poke_copy
` [PATCH v5 bpf-next 6/7] bpf: introduce bpf_prog_pack allocator
` [PATCH v5 bpf-next 7/7] bpf, x86_64: use "

[RFC PATCH v3 net-next 0/4] Preserve mono delivery time (EDT) in skb->tstamp
 2022-01-21 18:50 UTC  (7+ messages)
` [RFC PATCH v3 net-next 1/4] net: Add skb->mono_delivery_time to distinguish mono delivery_time from (rcv) timestamp
` [RFC PATCH v3 net-next 2/4] net: Add skb_clear_tstamp() to keep the mono delivery_time
` [RFC PATCH v3 net-next 3/4] net: Set skb->mono_delivery_time and clear it when delivering locally
` [RFC PATCH v3 net-next 4/4] bpf: Add __sk_buff->mono_delivery_time and handle __sk_buff->tstamp based on tc_at_ingress

[PATCH bpf-next 0/2] arm64, bpf: support more atomic ops
 2022-01-21 17:43 UTC  (4+ messages)
` [PATCH bpf-next 1/2] selftests/bpf: use raw_tp program for atomic test
` [PATCH bpf-next 2/2] arm64, bpf: support more atomic operations

[RFC PATCH v3 0/9] fprobe: Introduce fprobe function entry/exit probe
 2022-01-21 17:29 UTC  (7+ messages)
` [RFC PATCH v3 7/9] bpf: Add kprobe link for attaching raw kprobes

[PATCH bpf-next] selftests: xsk: fix rx_full stats test
 2022-01-21 16:00 UTC  (2+ messages)

[PATCH v2 00/12] virtio pci support VIRTIO_F_RING_RESET
 2022-01-21 15:45 UTC  (20+ messages)
` [PATCH v2 01/12] virtio: pci: struct virtio_pci_common_cfg add queue_notify_data
` [PATCH v2 02/12] virtio: queue_reset: add VIRTIO_F_RING_RESET
` [PATCH v2 03/12] virtio: queue_reset: struct virtio_config_ops add callbacks for queue_reset
` [PATCH v2 04/12] virtio: queue_reset: pci: update struct virtio_pci_common_cfg and option functions
` [PATCH v2 05/12] virito: queue_reset: pci: move the per queue irq logic from vp_del_vqs to vp_del_vq
` [PATCH v2 06/12] virtio: queue_reset: pci: add independent function to enable msix vq
` [PATCH v2 07/12] virtio: queue_reset: pci: support VIRTIO_F_RING_RESET
` [PATCH v2 08/12] virtio: queue_reset: add helper
` [PATCH v2 09/12] virtio_net: virtnet_tx_timeout() fix style
` [PATCH v2 10/12] virtio_net: virtnet_tx_timeout() stop ref sq->vq
` [PATCH v2 11/12] virtio_net: split free_unused_bufs()
` [PATCH v2 12/12] virtio-net: support pair disable/enable

[PATCH v3 bpf-next 0/7] xsk: Intel driver improvements
 2022-01-21 14:41 UTC  (15+ messages)
` [PATCH bpf-next v3 1/7] ice: remove likely for napi_complete_done
` [PATCH bpf-next v3 2/7] ice: xsk: handle SW XDP ring wrap and bump tail more often
` [PATCH bpf-next v3 3/7] ice: make Tx threshold dependent on ring length
  ` Rx: "
` [PATCH bpf-next v3 4/7] i40e: xsk: move tmp desc array from driver to pool
` [PATCH bpf-next v3 5/7] ice: xsk: avoid potential dead AF_XDP Tx processing
` [PATCH bpf-next v3 6/7] ice: xsk: improve AF_XDP ZC Tx and use batching API
` [PATCH bpf-next v3 7/7] ice: xsk: borrow xdp_tx_active logic from i40e

[PATCH v4 0/12] riscv: switch to relative extable and other improvements
 2022-01-21 12:16 UTC  (4+ messages)
` [PATCH 11/12] riscv: extable: add a dedicated uaccess handler

[PATCH v23 bpf-next 00/23] mvneta: introduce XDP multi-buffer support
 2022-01-21 10:10 UTC  (24+ messages)
` [PATCH v23 bpf-next 01/23] net: skbuff: add size metadata to skb_shared_info for xdp
` [PATCH v23 bpf-next 02/23] xdp: introduce flags field in xdp_buff/xdp_frame
` [PATCH v23 bpf-next 03/23] net: mvneta: update frags bit before passing the xdp buffer to eBPF layer
` [PATCH v23 bpf-next 04/23] net: mvneta: simplify mvneta_swbm_add_rx_fragment management
` [PATCH v23 bpf-next 05/23] net: xdp: add xdp_update_skb_shared_info utility routine
` [PATCH v23 bpf-next 06/23] net: marvell: rely on "
` [PATCH v23 bpf-next 07/23] xdp: add frags support to xdp_return_{buff/frame}
` [PATCH v23 bpf-next 08/23] net: mvneta: add frags support to XDP_TX
` [PATCH v23 bpf-next 09/23] bpf: introduce BPF_F_XDP_HAS_FRAGS flag in prog_flags loading the ebpf program
` [PATCH v23 bpf-next 10/23] net: mvneta: enable jumbo frames if the loaded XDP program support frags
` [PATCH v23 bpf-next 11/23] bpf: introduce bpf_xdp_get_buff_len helper
` [PATCH v23 bpf-next 12/23] bpf: add frags support to the bpf_xdp_adjust_tail() API
` [PATCH v23 bpf-next 13/23] bpf: add frags support to xdp copy helpers
` [PATCH v23 bpf-next 14/23] bpf: move user_size out of bpf_test_init
` [PATCH v23 bpf-next 15/23] bpf: introduce frags support to bpf_prog_test_run_xdp()
` [PATCH v23 bpf-next 16/23] bpf: test_run: add xdp_shared_info pointer in bpf_test_finish signature
` [PATCH v23 bpf-next 17/23] bpf: selftests: update xdp_adjust_tail selftest to include xdp frags
` [PATCH v23 bpf-next 18/23] libbpf: Add SEC name for xdp frags programs
` [PATCH v23 bpf-next 19/23] bpf: generalise tail call map compatibility check
` [PATCH v23 bpf-next 20/23] net: xdp: introduce bpf_xdp_pointer utility routine
` [PATCH v23 bpf-next 21/23] bpf: selftests: introduce bpf_xdp_{load,store}_bytes selftest
` [PATCH v23 bpf-next 22/23] bpf: selftests: add CPUMAP/DEVMAP selftests for xdp frags
` [PATCH v23 bpf-next 23/23] xdp: disable XDP_REDIRECT "

[PATCH bpf-next v6 2/2] selftests: bpf: test BPF_PROG_QUERY for progs attached to sockmap
 2022-01-21  6:19 UTC 

[PATCH bpf-next v6 1/2] bpf: support BPF_PROG_QUERY for progs attached to sockmap
 2022-01-21  5:36 UTC  (5+ messages)
` [PATCH bpf-next v6 2/2] selftests: bpf: test "

[PATCH bpf-next] bpf: Add document for 'dst_port' of 'struct bpf_sock'
 2022-01-21  5:17 UTC  (6+ messages)

[PATCH] ipv4: fix lock leaks
 2022-01-21  4:11 UTC  (5+ messages)

[PATCH] inet: missing lock releases in udp.c
 2022-01-21  3:15 UTC 

[PATCH bpf-next 1/1] bpf: Add bpf_copy_from_user_remote to read a process VM given its PID
 2022-01-21  2:09 UTC  (4+ messages)

[PATCH bpf-next 0/7] libbpf: deprecate some setter and getter APIs
 2022-01-21  0:43 UTC  (9+ messages)
` [PATCH bpf-next 1/7] libbpf: hide and discourage inconsistently named getters
` [PATCH bpf-next 2/7] libbpf: deprecate bpf_map__resize()
` [PATCH bpf-next 3/7] libbpf: deprecate bpf_program__is_<type>() and bpf_program__set_<type>() APIs
` [PATCH bpf-next 4/7] bpftool: use preferred setters/getters instead of deprecated ones
` [PATCH bpf-next 5/7] selftests/bpf: use preferred setter/getter APIs "
` [PATCH bpf-next 6/7] samples/bpf: use preferred getters/setters "
` [PATCH bpf-next 7/7] perf: use generic bpf_program__set_type() to set BPF prog type

[PATCH v4 0/3] Fix the incorrect register read for syscalls on x86_64
 2022-01-20 23:38 UTC  (7+ messages)
` [PATCH v4 2/3] libbpf: "

[PATCH bpf-next v4 0/2] perf: stop using deprecated bpf APIs
 2022-01-20 22:58 UTC  (2+ messages)

[PATCH bpf v2] selftests: bpf: Fix bind on used port
 2022-01-20 22:40 UTC  (3+ messages)

[PATCH v2 bpf-next 0/2] rely on ASSERT marcos in xdp_bpf2bpf.c/xdp_adjust_tail.c
 2022-01-20 22:40 UTC  (4+ messages)
` [PATCH v2 bpf-next 1/2] bpf: selftests: get rid of CHECK macro in xdp_adjust_tail.c
` [PATCH v2 bpf-next 2/2] bpf: selftests: get rid of CHECK macro in xdp_bpf2bpf.c

[PATCH bpf-next] selftests/bpf: Do not fail build if CONFIG_NF_CONNTRACK=m/n
 2022-01-20 22:36 UTC  (2+ messages)

How do I implement bpf_prog_test_run with BPF CO-RE?
 2022-01-20 21:57 UTC  (2+ messages)

[PATCH dwarves 0/2] Parallelize BTF type info generating of pahole
 2022-01-20 20:46 UTC  (2+ messages)

[PATCH v2 bpf-next 0/4] libbpf: deprecate legacy BPF map definitions
 2022-01-20 19:13 UTC  (6+ messages)
` [PATCH v2 bpf-next 2/4] selftests/bpf: convert remaining legacy "
` [PATCH v2 bpf-next 3/4] libbpf: deprecate legacy BPF "
` [PATCH v2 bpf-next 4/4] docs/bpf: update BPF map definition example

Bpftool mirror now available
 2022-01-20 19:07 UTC  (5+ messages)

[PATCH v4 bpf-next 1/3] bpf: Add bpf_access_process_vm() helper
 2022-01-20 17:11 UTC  (2+ messages)

[syzbot] KASAN: vmalloc-out-of-bounds Read in __bpf_prog_put
 2022-01-20 14:17 UTC  (2+ messages)

[PATCH bpf-next 0/4] libbpf: streamline netlink-based XDP APIs
 2022-01-20 12:00 UTC  (6+ messages)
` [PATCH bpf-next 1/4] libbpf: streamline low-level "
` [PATCH bpf-next 2/4] bpftool: use new API for attaching XDP program
` [PATCH bpf-next 3/4] selftests/bpf: switch to new libbpf XDP APIs
` [PATCH bpf-next 4/4] samples/bpf: adapt samples/bpf to bpf_xdp_xxx() APIs

[PATCH bpf-next v2 0/5] bpf: add __user tagging support in vmlinux BTF
 2022-01-20  6:51 UTC  (6+ messages)
` [PATCH bpf-next v2 2/5] bpf: reject program if a __user tagged memory accessed in kernel way

[syzbot] WARNING in __cleanup_sighand
 2022-01-20  6:43 UTC  (4+ messages)


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).