bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-09 02:39:54 to 2021-10-13 12:52:16 UTC [more...]

[RFC PATCH] tracing: BTF testing for kprobe-events
 2021-10-13 12:52 UTC  (3+ messages)

[PATCH] hv_netvsc: Fix potentionally overflow in netvsc_xdp_xmit()
 2021-10-13 12:44 UTC  (2+ messages)

[PATCH v2 0/4] Fix up bpf_jit_limit some more
 2021-10-13 12:29 UTC  (8+ messages)
` [PATCH v2 1/4] bpf: define bpf_jit_alloc_exec_limit for riscv JIT
` [PATCH v2 2/4] bpf: define bpf_jit_alloc_exec_limit for arm64 JIT
` [PATCH v2 3/4] bpf: prevent increasing bpf_jit_limit above max
` [PATCH v2 4/4] bpf: export bpf_jit_current

[PATCHv2 0/8] x86/ftrace: Add direct batch interface
 2021-10-13 12:25 UTC  (3+ messages)

[syzbot] BUG: corrupted list in netif_napi_add
 2021-10-13 11:40 UTC 

[PATCH net-next 0/4] Managed Neighbor Entries
 2021-10-13 11:23 UTC  (17+ messages)
` [PATCH net-next 1/4] net, neigh: Fix NTF_EXT_LEARNED in combination with NTF_USE
` [PATCH net-next 2/4] net, neigh: Enable state migration between NUD_PERMANENT and NTF_USE
` [PATCH net-next 3/4] net, neigh: Extend neigh->flags to 32 bit to allow for extensions
` [PATCH net-next 4/4] net, neigh: Add NTF_MANAGED flag for managed neighbor entries

Is it possible to install libbpf on kernel 3.19.8?
 2021-10-13 10:48 UTC  (2+ messages)

[PATCH bpf-next v2 0/3] Add XDP support for bpf_load_hdr_opt
 2021-10-13 10:19 UTC  (10+ messages)

[PATCH bpf-next v4] test_bpf: Add module parameter test_suite
 2021-10-13  7:52 UTC  (2+ messages)

[PATCH bpf-next v2 0/8] Typeless/weak ksym for gen_loader + misc fixups
 2021-10-13  7:33 UTC  (9+ messages)
` [PATCH bpf-next v2 1/8] bpf: Add bpf_kallsyms_lookup_name helper
` [PATCH bpf-next v2 2/8] libbpf: Add typeless ksym support to gen_loader
` [PATCH bpf-next v2 3/8] libbpf: Add weak "
` [PATCH bpf-next v2 4/8] libbpf: Ensure that BPF syscall fds are never 0, 1, or 2
` [PATCH bpf-next v2 5/8] libbpf: Use O_CLOEXEC uniformly when opening fds
` [PATCH bpf-next v2 6/8] selftests/bpf: Add weak/typeless ksym test for light skeleton
` [PATCH bpf-next v2 7/8] selftests/bpf: Fix fd cleanup in sk_lookup test
` [PATCH bpf-next v2 8/8] selftests/bpf: Fix memory leak in test_ima

[PATCH bpf] libbpf: fix memory leak in strset
 2021-10-01 18:07 UTC 

[PATCH bpf-next v4 0/5] Implement bitset maps, with bloom filter
 2021-10-13  4:48 UTC  (19+ messages)
` [PATCH bpf-next v4 1/5] bpf: Add bitset map with bloom filter capabilities
` [PATCH bpf-next v4 4/5] bpf/benchs: Add benchmark tests for bloom filter throughput + false positive

[PATCH AUTOSEL 5.14 13/17] powerpc/lib: Add helper to check if offset is within conditional branch range
 2021-10-13  0:54 UTC  (3+ messages)
` [PATCH AUTOSEL 5.14 14/17] powerpc/bpf: Validate branch ranges
` [PATCH AUTOSEL 5.14 16/17] powerpc/bpf: Emit stf barrier instruction sequences for BPF_NOSPEC

[RFC bpf-next 1/2] bpf: add signature to eBPF instructions
 2021-10-12 19:02 UTC  (2+ messages)

[RFC bpf-next 0/2] bpf: sign bpf programs
 2021-10-12 19:00 UTC  (3+ messages)
` [RFC bpf-next 1/2] bpf: add signature to eBPF instructions
` [RFC bpf-next 2/2] bpftool: add signature in skeleton

[PATCH bpf-next v3] bpf: rename BTF_KIND_TAG to BTF_KIND_DECL_TAG
 2021-10-12 16:48 UTC 

[PATCH bpf-next v2 0/3] libbpf: use func name when pinning programs with LIBBPF_STRICT_SEC_NAME
 2021-10-12 16:15 UTC  (4+ messages)
` [PATCH bpf-next v2 1/3] "
` [PATCH bpf-next v2 2/3] bpftool: don't append / to the progtype
` [PATCH bpf-next v2 3/3] selftests/bpf: fix flow dissector tests

[PATCH bpf-next 00/10] libbpf: support custom .rodata.*/.data.* sections
 2021-10-12 15:29 UTC  (15+ messages)
` [PATCH bpf-next 08/10] selftests/bpf: demonstrate use of custom .rodata/.data sections
` [PATCH bpf-next 09/10] libbpf: simplify look up by name of internal maps

[RESEND PATCH v4 0/8] bpf powerpc: Add BPF_PROBE_MEM support in powerpc JIT compiler
 2021-10-12 12:30 UTC  (9+ messages)
` [RESEND PATCH v4 1/8] bpf powerpc: Remove unused SEEN_STACK
` [RESEND PATCH v4 2/8] bpf powerpc: Remove extra_pass from bpf_jit_build_body()
` [RESEND PATCH v4 3/8] bpf powerpc: refactor JIT compiler code
` [RESEND PATCH v4 4/8] powerpc/ppc-opcode: introduce PPC_RAW_BRANCH() macro
` [RESEND PATCH v4 5/8] bpf ppc64: Add BPF_PROBE_MEM support for JIT
` [RESEND PATCH v4 6/8] bpf ppc64: Access only if addr is kernel address
` [RESEND PATCH v4 7/8] bpf ppc32: Add BPF_PROBE_MEM support for JIT
` [RESEND PATCH v4 8/8] bpf ppc32: Access only if addr is kernel address

[PATCH bpf-next 0/3] btf_dump fixes for s390
 2021-10-12 11:44 UTC  (10+ messages)
` [PATCH bpf-next 1/3] selftests/bpf: Use cpu_number only on arches that have it
` [PATCH bpf-next 2/3] libbpf: Fix dumping big-endian bitfields
` [PATCH bpf-next 3/3] libbpf: Fix dumping __int128

[PATCH] Fix application of sizeof to pointer
 2021-10-12 11:16 UTC 

[PATCH rfc 0/6] Scheduler BPF
 2021-10-12 10:16 UTC  (6+ messages)

[PATCH] cgroup: fix memory leak caused by missing cgroup_bpf_offline
 2021-10-12  9:32 UTC  (5+ messages)

[PATCH 5.4 00/52] 5.4.153-rc2 review
 2021-10-12  9:28 UTC  (2+ messages)

[syzbot] KASAN: use-after-free Read in veth_xdp_rcv
 2021-10-12  9:20 UTC  (3+ messages)

[Patch bpf v4 0/4] sock_map: fix ->poll() and update selftests
 2021-10-12  7:45 UTC  (2+ messages)

[PATHC bpf v5 1/3] skmsg: lose offset info in sk_psock_skb_ingress
 2021-10-12  6:57 UTC  (3+ messages)
` [PATHC bpf v5 2/3] selftests, bpf: Fix test_txmsg_ingress_parser error
` [PATHC bpf v5 3/3] selftests, bpf: Add one test for sockmap with strparser

[RESEND][PATCH] cgroup: fix memory leak caused by missing cgroup_bpf_offline
 2021-10-12  5:44 UTC  (3+ messages)

[PATCH v4] skmsg: lose offset info in sk_psock_skb_ingress
 2021-10-12  5:27 UTC  (4+ messages)

[PATHC bpf v2] tcp_bpf: Fix one concurrency problem in the tcp_bpf_send_verdict function
 2021-10-12  5:20 UTC 

[Patch bpf] udp: validate checksum in udp_read_sock()
 2021-10-12  5:06 UTC  (2+ messages)

[PATCH bpf-next 1/3] libbpf: use func name when pinning programs with LIBBPF_STRICT_SEC_NAME
 2021-10-12  4:11 UTC  (5+ messages)
` [PATCH bpf-next 2/3] bpftool: don't append / to the progtype
` [PATCH bpf-next 3/3] selftests/bpf: fix flow dissector tests

[PATCH] [v2] selftests: bpf: Remove duplicated include in cgroup_helpers
 2021-10-12  2:32 UTC 

[PATCH dwarves] btf_encoder: Fix handling of percpu symbols on s390
 2021-10-12  2:26 UTC 

[PATCH dwarves] dwarf_loader: Fix heap overflow when accessing variable specification
 2021-10-12  2:25 UTC 

[PATCH] selftests: bpf: Remove dumplicated include in cgroup_helpers
 2021-10-12  2:20 UTC  (3+ messages)
  ` [PATCH] selftests: bpf: Remove duplicated "

Error during load: Arg#1 type is not a struct
 2021-10-12  0:43 UTC 

[PATCH v2 bpf-next 0/2] bpf: keep track of verifier insn_processed
 2021-10-11 20:54 UTC  (3+ messages)
` [PATCH v2 bpf-next 1/2] bpf: add verified_insns to bpf_prog_info and fdinfo
` [PATCH v2 bpf-next 2/2] selftests/bpf: add verif_stats test

[PATCH bpf 0/4] bpf, sockmap: fixes stress testing and regression
 2021-10-11 19:16 UTC  (5+ messages)
` [PATCH bpf 1/4] bpf, sockmap: Remove unhash handler for BPF sockmap usage
` [PATCH bpf 2/4] bpf, sockmap: Fix race in ingress receive verdict with redirect to self
` [PATCH bpf 3/4] bpf: sockmap, strparser, and tls are reusing qdisc_skb_cb and colliding
` [PATCH bpf 4/4] bpf, sockmap: sk_skb data_end access incorrect when src_reg = dst_reg

[PATCH v15 bpf-next 00/18] mvneta: introduce XDP multi-buffer support
 2021-10-11 18:35 UTC  (7+ messages)
` [PATCH v15 bpf-next 17/18] net: xdp: introduce bpf_xdp_pointer utility routine

[PATCH bpf-next v2] bpf: rename BTF_KIND_TAG to BTF_KIND_DECL_TAG
 2021-10-11 16:43 UTC 

[bpf-next] bpf, verifier: Automated formal verification tool for finding bugs in eBPF verifier range analysis routines
 2021-10-11 16:19 UTC 

[PATCH bpf-next] bpf: rename BTF_KIND_TAG to BTF_KIND_DECL_TAG
 2021-10-11 14:36 UTC  (3+ messages)

[PATCH bpf-next v5 0/3] add support for writable bare tracepoint
 2021-10-11 14:34 UTC  (4+ messages)

[PATCH 5.4 13/52] MIPS: BPF: Restore MIPS32 cBPF JIT
 2021-10-11 13:45 UTC 

[PATCH bpf-next v2 0/2] bpf, mips: Do some small changes
 2021-10-11 13:40 UTC  (5+ messages)
` [PATCH bpf-next v2 1/2] bpf, mips: Clean up config options about JIT
` [PATCH bpf-next v2 2/2] bpf, mips: Fix comment on tail call count limiting

[PATCH v2 bpf-next 0/4] libbpf: deprecate bpf_program__get_prog_info_linear
 2021-10-11  8:20 UTC  (5+ messages)
` [PATCH v2 bpf-next 1/4] libbpf: migrate internal use of bpf_program__get_prog_info_linear
` [PATCH v2 bpf-next 2/4] bpftool: use bpf_obj_get_info_by_fd directly
` [PATCH v2 bpf-next 3/4] perf: pull in bpf_program__get_prog_info_linear
` [PATCH v2 bpf-next 4/4] libbpf: deprecate bpf_program__get_prog_info_linear

[PATCH bpf-next v4 00/12] install libbpf headers when using the library
 2021-10-11  6:46 UTC  (4+ messages)

[PATCH] qed: Fix missing error code in qed_slowpath_start()
 2021-10-11  5:17 UTC  (3+ messages)
` [EXT] "

[PATCH bpf-next 0/4] libbpf: deprecate bpf_program__get_prog_info_linear
 2021-10-11  3:44 UTC  (6+ messages)
` [PATCH bpf-next 1/4] libbpf: migrate internal use of bpf_program__get_prog_info_linear
` [PATCH bpf-next 2/4] bpftool: use bpf_obj_get_info_by_fd directly
` [PATCH bpf-next 3/4] perf: pull in bpf_program__get_prog_info_linear
` [PATCH bpf-next 4/4] libbpf: deprecate bpf_program__get_prog_info_linear

[PATCH bpf-next 0/2] bpf, mips: Do some small changes
 2021-10-10 17:49 UTC  (5+ messages)
` [PATCH bpf-next 1/2] bpf, mips: Clean up config options about JIT
` [PATCH bpf-next 2/2] bpf, mips: Modify check condition about tail call count

[PATCH][net-next] virtio_net: skip RCU read lock by checking xdp_enabled of vi
 2021-10-10 10:40 UTC  (2+ messages)

[PATCH bpf-next] libbpf: Remove Makefile warnings on out-of-sync netlink.h/if_link.h
 2021-10-10  0:25 UTC 

[PATCH bpf-next] bpf/preload: Clean up .gitignore and "clean-files" target
 2021-10-10  0:24 UTC 

[PATCH bpf-next 0/3] fixes for bpftool's Makefile
 2021-10-09 21:03 UTC  (4+ messages)
` [PATCH bpf-next 1/3] bpftool: fix install for libbpf's internal header(s)
` [PATCH bpf-next 2/3] bpftool: do not FORCE-build libbpf
` [PATCH bpf-next 3/3] bpftool: turn check on zlib from a phony target into a conditional error

[PATCH bpf-next 0/2] libbpf: Add btf__type_cnt() and btf__raw_data() APIs
 2021-10-09 15:00 UTC  (3+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] tools: Switch to new btf__type_cnt/btf__raw_data APIs

bpf_get_branch_snapshot on qemu-kvm
 2021-10-09  9:03 UTC  (13+ messages)

[PATCH bpf-next] bpf: Silence Coverity warning for find_kfunc_desc_btf
 2021-10-09  4:09 UTC  (2+ messages)
` [PATCH bpf-next v3] "

[PATCH bpf-next v6 00/14] selftests/bpf: Add parallelism to test_progs
 2021-10-09  3:28 UTC  (18+ messages)
` [PATCH bpf-next v6 02/14] selftests/bpf: Allow some tests to be executed in sequence
` [PATCH bpf-next v6 09/14] selftests/bpf: Make uprobe tests use different attach functions
` [PATCH bpf-next v6 14/14] selfetest/bpf: make some tests serial

[PATCH bpf-next] bpf, selftests: Skip verifier tests that fail to load with ENOTSUPP
 2021-10-09  3:07 UTC  (3+ 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).