bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-17 17:30:19 to 2022-01-20 06:25:33 UTC [more...]

Bpftool mirror now available
 2022-01-20  6:25 UTC  (2+ messages)

[PATCH bpf-next 0/4] libbpf: streamline netlink-based XDP APIs
 2022-01-20  6:14 UTC  (5+ 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 v2 bpf-next 0/4] libbpf: deprecate legacy BPF map definitions
 2022-01-20  6:05 UTC  (5+ 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 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 v2 0/5] bpf: add __user tagging support in vmlinux BTF
 2022-01-20  4:27 UTC  (5+ messages)
` [PATCH bpf-next v2 2/5] bpf: reject program if a __user tagged memory accessed in kernel way

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

[PATCH bpf-next 0/3] Add bpf_access_process_vm helper and sleepable bpf iterator programs
 2022-01-20  3:45 UTC  (12+ 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 bpf-next v4 0/2] perf: stop using deprecated bpf APIs
 2022-01-20  1:01 UTC  (7+ 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/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 bpf-next 1/1] bpf: Add bpf_copy_from_user_remote to read a process VM given its PID
 2022-01-19 21:44 UTC  (2+ 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 v4 0/3] Fix the incorrect register read for syscalls on x86_64
 2022-01-19 18:37 UTC  (6+ 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 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)

[RFC PATCH v3 0/9] fprobe: Introduce fprobe function entry/exit probe
 2022-01-19 14:58 UTC  (10+ 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

[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 

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

[PATCH v22 bpf-next 00/23] mvneta: introduce XDP multi-buffer support
 2022-01-19  9:38 UTC  (25+ messages)
` [PATCH v22 bpf-next 12/23] bpf: add multi-frags support to the bpf_xdp_adjust_tail() API
` [PATCH v22 bpf-next 13/23] bpf: add multi-frags support to xdp copy helpers
` [PATCH v22 bpf-next 14/23] bpf: move user_size out of bpf_test_init
` [PATCH v22 bpf-next 15/23] bpf: introduce multi-frags support to bpf_prog_test_run_xdp()
` [PATCH v22 bpf-next 16/23] bpf: test_run: add xdp_shared_info pointer in bpf_test_finish signature
` [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 v22 bpf-next 19/23] bpf: generalise tail call map compatibility check
` [PATCH v22 bpf-next 20/23] net: xdp: introduce bpf_xdp_pointer utility routine
` [PATCH v22 bpf-next 21/23] bpf: selftests: introduce bpf_xdp_{load,store}_bytes selftest
` [PATCH v22 bpf-next 22/23] bpf: selftests: add CPUMAP/DEVMAP selftests for xdp multi-frags
` [PATCH v22 bpf-next 23/23] xdp: disable XDP_REDIRECT "

[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  (4+ 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 bpf-next v6 1/2] bpf: support BPF_PROG_QUERY for progs attached to sockmap
 2022-01-19  1:40 UTC  (2+ messages)
` [PATCH bpf-next v6 2/2] selftests: bpf: test "

[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  (4+ messages)
` [PATCH bpf-next v2 2/2] bpf/scripts: Raise an exception if the correct number of sycalls are not generated

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

[syzbot] WARNING in __cleanup_sighand
 2022-01-18 18:45 UTC  (2+ messages)

[PATCH bpf-next 1/2] bpf/scripts: Make description and returns section for helpers/syscalls mandatory
 2022-01-18 17:19 UTC  (6+ messages)
` [PATCH bpf-next 2/2] bpf/scripts: Raise an exception if the correct number of sycalls are not generated
    ` [External] "

[RFC PATCH v2 0/8] fprobe: Introduce fprobe function entry/exit probe
 2022-01-18 15:15 UTC  (8+ messages)

[PATCH bpf v2] selftests: bpf: Fix bind on used port
 2022-01-18 15:11 UTC 

[PATCH v2] perf record/arm-spe: Override attr->sample_period for non-libpfm4 events
 2022-01-18 14:40 UTC 

[PATCH crypto v3 0/2] reduce code size from blake2s on m68k and other small platforms
 2022-01-18 12:50 UTC  (5+ messages)

[PATCH] perf record/arm-spe: Override attr->sample_period for non-libpfm4 events
 2022-01-18 12:32 UTC  (6+ messages)

[PATCH AUTOSEL 5.10 003/116] libbpf: Validate that .BTF and .BTF.ext sections contain data
 2022-01-18  2:39 UTC  (3+ messages)
` [PATCH AUTOSEL 5.10 005/116] selftests/bpf: Fix bpf_object leak in skb_ctx selftest
` [PATCH AUTOSEL 5.10 066/116] bpf: Do not WARN in bpf_warn_invalid_xdp_action()

[PATCH AUTOSEL 4.19 28/59] bpf: Do not WARN in bpf_warn_invalid_xdp_action()
 2022-01-18  2:46 UTC 

[PATCH AUTOSEL 4.14 32/56] bpf: Do not WARN in bpf_warn_invalid_xdp_action()
 2022-01-18  2:48 UTC 

[PATCH AUTOSEL 5.15 006/188] libbpf: Validate that .BTF and .BTF.ext sections contain data
 2022-01-18  2:31 UTC  (7+ messages)
` [PATCH AUTOSEL 5.15 008/188] selftests/bpf: Fix memory leaks in btf_type_c_dump() helper
` [PATCH AUTOSEL 5.15 009/188] selftests/bpf: Destroy XDP link correctly
` [PATCH AUTOSEL 5.15 010/188] selftests/bpf: Fix bpf_object leak in skb_ctx selftest
` [PATCH AUTOSEL 5.15 045/188] libbpf: Accommodate DWARF/compiler bug with duplicated structs
` [PATCH AUTOSEL 5.15 110/188] bpf: Do not WARN in bpf_warn_invalid_xdp_action()
` [PATCH AUTOSEL 5.15 170/188] bpf/selftests: Fix namespace mount setup in tc_redirect

[PATCH AUTOSEL 5.4 03/73] libbpf: Validate that .BTF and .BTF.ext sections contain data
 2022-01-18  2:43 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 38/73] bpf: Do not WARN in bpf_warn_invalid_xdp_action()

[PATCH AUTOSEL 5.16 008/217] libbpf: Detect corrupted ELF symbols section
 2022-01-18  2:19 UTC  (10+ messages)
` [PATCH AUTOSEL 5.16 009/217] libbpf: Improve sanity checking during BTF fix up
` [PATCH AUTOSEL 5.16 010/217] libbpf: Validate that .BTF and .BTF.ext sections contain data
` [PATCH AUTOSEL 5.16 012/217] selftests/bpf: Fix memory leaks in btf_type_c_dump() helper
` [PATCH AUTOSEL 5.16 013/217] selftests/bpf: Destroy XDP link correctly
` [PATCH AUTOSEL 5.16 014/217] selftests/bpf: Fix bpf_object leak in skb_ctx selftest
` [PATCH AUTOSEL 5.16 026/217] bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33
` [PATCH AUTOSEL 5.16 051/217] libbpf: Accommodate DWARF/compiler bug with duplicated structs
` [PATCH AUTOSEL 5.16 129/217] bpf: Do not WARN in bpf_warn_invalid_xdp_action()
` [PATCH AUTOSEL 5.16 199/217] bpf/selftests: Fix namespace mount setup in tc_redirect

[PATCH bpf] selftests: bpf: Fix bind on used port
 2022-01-17 18:57 UTC  (2+ 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).