bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-18 22:30:18 to 2022-01-21 00:41:32 UTC [more...]

[PATCH bpf-next 0/7] libbpf: deprecate some setter and getter APIs
 2022-01-21  0:41 UTC  (4+ 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 4/7] bpftool: use preferred setters/getters instead of deprecated ones

[PATCH v4 0/3] Fix the incorrect register read for syscalls on x86_64
 2022-01-20 23:38 UTC  (10+ messages)
` [PATCH v4 1/3] libbpf: Extract syscall wrapper
` [PATCH v4 2/3] libbpf: Fix the incorrect register read for syscalls on x86_64
` [PATCH v4 3/3] libbpf: Add a test to confirm PT_REGS_PARM4_SYSCALL

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

[PATCH bpf-next 0/3] Add bpf_access_process_vm helper and sleepable bpf iterator programs
 2022-01-20 22:48 UTC  (19+ messages)
` [PATCH v3 "
  ` [PATCH v3 bpf-next 1/3] bpf: Add bpf_access_process_vm() helper
  ` [PATCH v3 bpf-next 2/3] libbpf: Add "iter.s" section for sleepable bpf iterator programs
  ` [PATCH v3 bpf-next 3/3] selftests/bpf: Add test "
` [PATCH v4 bpf-next 0/3] Add bpf_access_process_vm helper and "
  ` [PATCH v4 bpf-next 1/3] bpf: Add bpf_access_process_vm() helper
  ` [PATCH v4 bpf-next 2/3] libbpf: Add "iter.s" section for sleepable bpf iterator programs
  ` [PATCH v4 bpf-next 3/3] selftests/bpf: Add test "
` [PATCH v5 bpf-next 0/3] Add bpf_access_process_vm helper and "
  ` [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 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)

[RFC PATCH v3 0/9] fprobe: Introduce fprobe function entry/exit probe
 2022-01-20 22:24 UTC  (13+ messages)
` [RFC PATCH v3 1/9] ftrace: Add ftrace_set_filter_ips function
` [RFC PATCH v3 2/9] fprobe: Add ftrace based probe APIs
` [RFC PATCH v3 3/9] rethook: Add a generic return hook
` [RFC PATCH v3 4/9] rethook: x86: Add rethook x86 implementation
` [RFC PATCH v3 5/9] fprobe: Add exit_handler support
` [RFC PATCH v3 6/9] fprobe: Add sample program for fprobe
` [RFC PATCH v3 7/9] bpf: Add kprobe link for attaching raw kprobes
` [RFC PATCH v3 8/9] [DO NOT MERGE] Out-of-tree: Support wildcard symbol option to sample
` [RFC PATCH v3 9/9] [DO NOT MERGE] out-of-tree: kprobes: Use rethook for kretprobe

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

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

[PATCH] net/mlx5e: Add support for using xdp->data_meta
 2022-01-20 19:34 UTC 

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

[PATCH v5 bpf-next 0/7] bpf_prog_pack allocator
 2022-01-20 19:13 UTC  (8+ 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 "

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

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

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

[PATCH bpf-next 1/1] bpf: Add bpf_copy_from_user_remote to read a process VM given its PID
 2022-01-20 16:56 UTC  (3+ messages)

[PATCH v2 00/12] virtio pci support VIRTIO_F_RING_RESET
 2022-01-20 15:03 UTC  (15+ 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 bpf-next] bpf: Add document for 'dst_port' of 'struct bpf_sock'
 2022-01-20 14:14 UTC  (5+ 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

[RFC bpf-next 0/3] libbpf: name-based u[ret]probe attach
 2022-01-20 11:42 UTC  (4+ 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

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

[PATCH bpf-next 0/4] libbpf: deprecate legacy BPF map definitions
 2022-01-20  4:58 UTC  (7+ messages)
` [PATCH bpf-next 1/4] selftests/bpf: fail build on compilation warning
` [PATCH bpf-next 2/4] selftests/bpf: convert remaining legacy map definitions
` [PATCH bpf-next 3/4] libbpf: deprecate legacy BPF "
` [PATCH bpf-next 4/4] docs/bpf: update BPF map definition example

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

[PATCH bpf-next 0/2] rely on ASSERT marcos in xdp_bpf2bpf.c/xdp_adjust_tail.c
 2022-01-19 21:54 UTC  (7+ messages)
` [PATCH bpf-next 1/2] bpf: selftests: get rid of CHECK macro in xdp_adjust_tail.c
` [PATCH bpf-next 2/2] bpf: selftests: get rid of CHECK macro in xdp_bpf2bpf.c

[PATCH riscv-next] riscv: bpf: Fix eBPF's exception tables
 2022-01-19 21:46 UTC  (7+ messages)

[PATCH v3 bpf-next 0/4] bpf: allow cgroup progs to export custom retval to userspace
 2022-01-19 21:28 UTC  (5+ messages)
` [PATCH v3 bpf-next 3/4] bpf: Add cgroup helpers bpf_{get,set}_retval to get/set syscall return value

[PATCH bpf-next v3 0/2] perf: stop using deprecated bpf APIs
 2022-01-19 21:25 UTC  (4+ messages)
` [PATCH bpf-next v3 1/2] perf: stop using deprecated bpf_prog_load() API
` [PATCH bpf-next v3 2/2] perf: stop using deprecated bpf__object_next() API

[PATCH v4 bpf-next] libbpf: Improve btf__add_btf() with an additional hashmap for strings
 2022-01-19 19:00 UTC  (2+ messages)

[RFC bpf-next 0/4] libbpf: userspace attach by name
 2022-01-19 18:49 UTC  (6+ messages)

[PATCH bpf-next v3 1/3] uapi/bpf: Add missing description and returns for helper documentation
 2022-01-19 18:40 UTC  (4+ messages)
` [PATCH bpf-next v3 2/3] bpf/scripts: Make description and returns section for helpers/syscalls mandatory
` [PATCH bpf-next v3 3/3] bpf/scripts: Raise an exception if the correct number of sycalls are not generated

[PATCH bpf-next v2] bpftool: adding support for BTF program names
 2022-01-19 18:20 UTC  (2+ messages)

[PATCH v2 bpf-next 4/4] selftests/bpf: Add test for sleepable bpf iterator programs
 2022-01-19 16:56 UTC  (2+ messages)

[PATCH bpf-next] bpf, arm64: enable kfunc call
 2022-01-19 14:49 UTC 

[PATCH bpf] bpf, arm64: calculate offset as byte-offset for bpf line info
 2022-01-19 14:45 UTC  (3+ messages)

Wycena paneli fotowoltaicznych
 2022-01-19  8:45 UTC 

[PATCH v22 bpf-next 00/23] mvneta: introduce XDP multi-buffer support
 2022-01-19  9:38 UTC  (11+ messages)
` [PATCH v22 bpf-next 17/23] bpf: selftests: update xdp_adjust_tail selftest to include multi-frags
` [PATCH v22 bpf-next 18/23] libbpf: Add SEC name for xdp multi-frags programs

[PATCH bpf-next v1] bpftool: adding support for BTF program names
 2022-01-19  4:21 UTC  (2+ messages)

[PATCH bpf] libbpf: define BTF_KIND_* constants in btf.h to avoid compilation errors
 2022-01-19  4:00 UTC  (2+ messages)

pull-request: bpf 2022-01-19
 2022-01-19  3:50 UTC  (2+ messages)

[PATCH] bpf/selftests: Fix namespace mount setup in tc_redirect
 2022-01-19  3:48 UTC  (5+ messages)

[PATCH v3 bpf-next] libbpf: Improve btf__add_btf() with an additional hashmap for strings
 2022-01-19  1:15 UTC  (3+ messages)

[PATCH v2 bpf-next 0/5] bpf: Batching iter for AF_UNIX sockets
 2022-01-18 23:53 UTC  (2+ messages)

[PATCH bpf-next v2 1/2] bpf/scripts: Make description and returns section for helpers/syscalls mandatory
 2022-01-18 23:08 UTC  (2+ messages)

[PATCH bpf-next 2/2] perf: stop using deprecated bpf__object_next() API
 2022-01-18 23:05 UTC  (12+ messages)

[PATCH rfc 0/6] Scheduler BPF
 2022-01-18 22:54 UTC  (3+ messages)

[PATCH bpf-next v8 00/10] Introduce unstable CT lookup helpers
 2022-01-18 22:52 UTC  (3+ messages)
` [PATCH bpf-next v8 10/10] selftests/bpf: Add test for race in btf_try_get_module

[PATCH bpf-next v6 1/2] Add skb_store_bytes() for BPF_PROG_TYPE_CGROUP_SKB
 2022-01-18 22:31 UTC  (9+ 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).