bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-19 23:30:30 to 2022-05-23 21:07:45 UTC [more...]

[PATCH bpf-next v6 0/6] Dynamic pointers
 2022-05-23 21:07 UTC 

[PATCH v2] libbpf: Fix determine_ptr_size() guessing
 2022-05-23 21:00 UTC  (3+ messages)

[PATCH bpf-next v3 00/12] libbpf: Textual representation of enums
 2022-05-23 20:59 UTC  (9+ messages)
` [PATCH bpf-next v3 09/12] bpftool: Use libbpf_bpf_attach_type_str

[PATCH v2 bpf-next] selftests/bpf: Add benchmark for local_storage get
 2022-05-23 20:39 UTC  (6+ messages)

[PATCH] bpftool: mmaped fields missing map structure in generated skeletons
 2022-05-23 20:26 UTC 

[PATCH] bpf: fix probe read error in ___bpf_prog_run()
 2022-05-23 20:25 UTC  (2+ messages)

[PATCH bpf-next] bpf: print a little more info about maps via cat /sys/fs/bpf/pinned_name
 2022-05-23 20:21 UTC  (4+ messages)

[PATCH][next] selftests/bpf: Fix spelling mistake: "unpriviliged" -> "unprivileged"
 2022-05-23 20:10 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: fix btf_dump/btf_dump due to recent clang change
 2022-05-23 20:00 UTC  (2+ messages)

[PATCH] Check for NULL ptr of btf in codegen_asserts
 2022-05-23 19:49 UTC 

[PATCH] samples: fix compile failure error
 2022-05-23 19:39 UTC  (2+ messages)

[PATCH] libbpf: fix typo in comment
 2022-05-23 18:30 UTC  (3+ messages)

[PATCH] s390/bpf: fix typo in comment
 2022-05-23 18:30 UTC  (4+ messages)

[PATCH bpf-next] MAINTAINERS: add maintainer to AF_XDP
 2022-05-23 16:30 UTC  (4+ messages)

[PATCH bpf-next v5 0/6] bpf trampoline for arm64
 2022-05-23 16:09 UTC  (9+ messages)
` [PATCH bpf-next v5 1/6] arm64: ftrace: Add ftrace direct call support
` [PATCH bpf-next v5 4/6] bpf, arm64: Impelment bpf_arch_text_poke() for arm64
` [PATCH bpf-next v5 5/6] bpf, arm64: bpf trampoline "

[PATCH bpf-next v7 00/11] bpf: cgroup_sock lsm flavor
 2022-05-23 15:41 UTC  (13+ messages)
` [PATCH bpf-next v7 01/11] bpf: add bpf_func_t and trampoline helpers
` [PATCH bpf-next v7 03/11] bpf: per-cgroup lsm flavor
` [PATCH bpf-next v7 04/11] bpf: minimize number of allocated lsm slots per program

libbpf: failed to load program 'vxlan_get_tunnel_src'
 2022-05-23 15:21 UTC  (5+ messages)

[PATCH bpf-next 1/2] cpuidle/rcu: Making arch_cpu_idle and rcu_idle_exit noinstr
 2022-05-23 13:12 UTC  (8+ messages)

[PATCH 0/5] perf_counts clean up and perf stat report bug fix
 2022-05-23 12:54 UTC  (2+ messages)

[PATCH] perf build: Error for BPF skeletons without LIBBPF
 2022-05-23 12:34 UTC  (3+ messages)

[PATCH] libbpf: Fix determine_ptr_size() guessing
 2022-05-23 10:22 UTC  (3+ messages)

Ruch z pierwszej pozycji w Google
 2022-05-23  8:06 UTC 

[PATCHv2 0/3] perf tools: Fix prologue generation
 2022-05-23  7:49 UTC  (10+ messages)

[PATCH] bpf: avoid grabbing spin_locks of all cpus when no free elems
 2022-05-23  2:24 UTC  (9+ messages)
  ` [External] "

[PATCH bpf-next v2] selftests/bpf: fix some bugs in map_lookup_percpu_elem testcase
 2022-05-23  2:21 UTC  (5+ messages)
    ` [External] "

[PATCH v3 bpf-next 0/8] bpf_prog_pack followup
 2022-05-22  5:38 UTC  (13+ messages)
` [PATCH v3 bpf-next 1/8] bpf: fill new bpf_prog_pack with illegal instructions
` [PATCH v3 bpf-next 2/8] x86/alternative: introduce text_poke_set
` [PATCH v3 bpf-next 3/8] bpf: introduce bpf_arch_text_invalidate for bpf_prog_pack
` [PATCH v3 bpf-next 5/8] bpf: use module_alloc_huge "
` [PATCH v3 bpf-next 6/8] vmalloc: WARN for set_vm_flush_reset_perms() on huge pages
` [PATCH v3 bpf-next 7/8] vmalloc: introduce huge_vmalloc_supported
` [PATCH v3 bpf-next 8/8] bpf: simplify select_bpf_prog_pack_size

Tracing NVMe Driver with BPF missing events
 2022-05-21 16:52 UTC  (3+ messages)

[PATCH bpf-next] selftests/bpf: Fix test_run logic in fexit_stress.c
 2022-05-21 15:13 UTC 

[PATCH bpf-next] bpf: Suppress 'passing zero to PTR_ERR' warning
 2022-05-21 13:26 UTC 

[PATCH v3 06/13] openrisc: Update litex defconfig to support glibc userland
 2022-05-21 13:13 UTC 

[PATCH bpf-next v1 0/5] bpf: rstat: cgroup hierarchical stats
 2022-05-21 11:47 UTC  (40+ messages)
` [PATCH bpf-next v1 1/5] cgroup: bpf: add a hook for bpf progs to attach to rstat flushing
` [PATCH bpf-next v1 2/5] cgroup: bpf: add cgroup_rstat_updated() and cgroup_rstat_flush() kfuncs
` [PATCH bpf-next v1 3/5] bpf: Introduce cgroup iter
` [PATCH bpf-next v1 4/5] selftests/bpf: extend cgroup helpers
` [PATCH bpf-next v1 5/5] bpf: add a selftest for cgroup hierarchical stats collection

[PATCH v3 bpf-next 0/5] net: netfilter: add kfunc helper to update ct timeout
 2022-05-21  9:56 UTC  (4+ messages)
` [PATCH v3 bpf-next 5/5] selftests/bpf: add selftest for bpf_xdp_ct_add and bpf_ct_refresh_timeout kfunc

[linux-next:master] BUILD REGRESSION 18ecd30af1a8402c162cca1bd58771c0e5be7815
 2022-05-21  9:19 UTC 

[PATCH v3 bpf-next] selftests/bpf: Add benchmark for local_storage get
 2022-05-21  4:59 UTC 

[PATCH v3,bpf-next] samples/bpf: check detach prog exist or not in xdp_fwd
 2022-05-21  4:35 UTC 

[PATCH v4 bpf-next 0/2] bpf: refine kernel.unprivileged_bpf_disabled behaviour
 2022-05-21  3:10 UTC  (4+ messages)
` [PATCH v4 bpf-next 2/2] selftests/bpf: add tests verifying unprivileged bpf behaviour

[PATCH bpf-next v5 00/17] Introduce eBPF support for HID devices
 2022-05-21  2:46 UTC  (13+ messages)
` [PATCH bpf-next v5 01/17] bpf/btf: also allow kfunc in tracing and syscall programs
` [PATCH bpf-next v5 13/17] HID: bpf: allow to change the report descriptor

[PATCH bpf-next 0/4] bpf: verifier: remove redundant opcode checks
 2022-05-21  0:27 UTC  (9+ messages)
` [PATCH bpf-next 1/4] bpf: verifier: update resolve_pseudo_ldimm64() comment
` [PATCH bpf-next 2/4] bpf: verifier: explain opcode check in check_ld_imm()
` [PATCH bpf-next 3/4] bpf: verifier: remove redundant opcode checks
` [PATCH bpf-next 4/4] selftests/bpf: add reason of rejection in ld_imm64

[PATCH bpf-next v5 0/7] bpf: mptcp: Support for mptcp_sock
 2022-05-21  0:01 UTC  (10+ messages)
` [PATCH bpf-next v5 2/7] selftests/bpf: Enable CONFIG_IKCONFIG_PROC in config
` [PATCH bpf-next v5 3/7] selftests/bpf: add MPTCP test base
` [PATCH bpf-next v5 4/7] selftests/bpf: test bpf_skc_to_mptcp_sock
` [PATCH bpf-next v5 5/7] selftests/bpf: verify token of struct mptcp_sock
` [PATCH bpf-next v5 6/7] selftests/bpf: verify ca_name "
` [PATCH bpf-next v5 7/7] selftests/bpf: verify first "

[PATCH v4 bpf-next 0/8] bpf_prog_pack followup
 2022-05-20 23:57 UTC  (9+ messages)
` [PATCH v4 bpf-next 1/8] bpf: fill new bpf_prog_pack with illegal instructions
` [PATCH v4 bpf-next 2/8] x86/alternative: introduce text_poke_set
` [PATCH v4 bpf-next 3/8] bpf: introduce bpf_arch_text_invalidate for bpf_prog_pack
` [PATCH v4 bpf-next 4/8] module: introduce module_alloc_huge
` [PATCH v4 bpf-next 5/8] bpf: use module_alloc_huge for bpf_prog_pack
` [PATCH v4 bpf-next 6/8] vmalloc: WARN for set_vm_flush_reset_perms() on huge pages
` [PATCH v4 bpf-next 7/8] vmalloc: introduce huge_vmalloc_supported
` [PATCH v4 bpf-next 8/8] bpf: simplify select_bpf_prog_pack_size

[PATCH bpf-next v5 0/6] Dynamic pointers
 2022-05-20 23:35 UTC  (8+ messages)
` [PATCH bpf-next v5 1/6] bpf: Add verifier support for dynptrs
` [PATCH bpf-next v5 2/6] bpf: Add bpf_dynptr_from_mem for local dynptrs
` [PATCH bpf-next v5 3/6] bpf: Dynptr support for ring buffers
` [PATCH bpf-next v5 4/6] bpf: Add bpf_dynptr_read and bpf_dynptr_write
` [PATCH bpf-next v5 5/6] bpf: Add dynptr data slices
` [PATCH bpf-next v5 6/6] selftests/bpf: Dynptr tests

[PATCH bpf-next] selftests/bpf: remove filtered subtests from output
 2022-05-20 23:30 UTC  (3+ messages)

[PATCH bpf-next] selftests/bpf: fix subtest number formatting in test_progs
 2022-05-20 23:30 UTC  (4+ messages)

[PATCH bpf-next v2] selftests/bpf: Add missing trampoline program type to trampoline_count test
 2022-05-20 23:20 UTC  (2+ messages)

[PATCH bpf-next v3 0/4] Fix 32-bit arch and compat support for the kprobe_multi attach type
 2022-05-20 23:16 UTC  (15+ messages)
` [PATCH bpf-next v3 1/4] bpf_trace: check size for overflow in bpf_kprobe_multi_link_attach
` [PATCH bpf-next v3 4/4] bpf_trace: pass array of u64 values in kprobe_multi.addrs

[PATCH net 0/2] selftests/bpf: fix ima_setup.sh missing issue
 2022-05-20 22:58 UTC  (7+ messages)
` [PATCH net 1/2] selftests/bpf: Fix build error with ima_setup.sh

[PATCH bpf v4 0/3] Fix kprobe_multi interface issues for 5.18
 2022-05-20 22:35 UTC  (2+ messages)

[PATCH bpf-next v8 0/5] Attach a cookie to a tracing program
 2022-05-20 20:51 UTC  (3+ messages)
` [PATCH bpf-next v8 1/5] bpf, x86: Generate trampolines from bpf_tramp_links

[RFC Patch v4 0/2] net_sched: introduce eBPF based Qdisc
 2022-05-20 17:46 UTC  (3+ messages)
` [RFC Patch v4 1/2] bpf: introduce skb map
` [RFC Patch v4 2/2] net_sched: introduce eBPF based Qdisc

[linux-next:master] BUILD REGRESSION 21498d01d045c5b95b93e0a0625ae965b4330ebe
 2022-05-20  6:08 UTC 

[PATCH v2 bpf-next 8/8] bpf: simplify select_bpf_prog_pack_size
 2022-05-20  2:53 UTC  (3+ messages)

[PATCH v2 bpf-next 7/8] vmalloc: introduce huge_vmalloc_supported
 2022-05-20  0:52 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).