bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-25 22:21:30 to 2022-04-28 15:18:14 UTC [more...]

[PATCH RESEND bpf-next] bpftool: Use sysfs vmlinux when dumping BTF by ID
 2022-04-28 15:17 UTC  (2+ messages)

[PATCHv3 bpf-next 0/5] bpf: Speed up symbol resolving in kprobe multi link
 2022-04-28 14:06 UTC  (9+ messages)
` [PATCHv3 bpf-next 1/5] kallsyms: Fully export kallsyms_on_each_symbol function
` [PATCHv3 bpf-next 2/5] ftrace: Add ftrace_lookup_symbols function
` [PATCHv3 bpf-next 3/5] fprobe: Resolve symbols with ftrace_lookup_symbols
` [PATCHv3 bpf-next 4/5] bpf: Resolve symbols with ftrace_lookup_symbols for kprobe multi link
` [PATCHv3 bpf-next 5/5] selftests/bpf: Add attach bench test

[RFC bpf-next 0/4] bpf: Speed up symbol resolving in kprobe multi link
 2022-04-28 13:59 UTC  (8+ messages)
` [RFC bpf-next 4/4] selftests/bpf: Add attach bench test

[PATCH bpf-next] selftests/bpf: Fix incorrect TRUNNER_BINARY name output
 2022-04-28 14:01 UTC  (3+ messages)

[PATCH 0/3] perf: arm-spe: Fix addresses of synthesized Arm SPE events
 2022-04-28 13:41 UTC  (8+ messages)
` [PATCH 2/3] perf: arm-spe: Fix SPE events with phys addresses
` [PATCH 3/3] perf test: Add perf_event_attr test for Arm SPE

[PATCH] bpftool: Use sysfs vmlinux when dumping BTF by ID
 2022-04-28 11:08 UTC 

[PATCH bpf-next v2 0/3] bpf, docs: Fix typos in instruction-set.rst
 2022-04-28  9:55 UTC  (4+ messages)
` [PATCH bpf-next v2 1/3] bpf, docs: Remove duplicated word "instructions"
` [PATCH bpf-next v2 2/3] bpf, docs: BPF_FROM_BE exists as alias for BPF_TO_BE
` [PATCH bpf-next v2 3/3] bpf, docs: Fix typo "respetively" to "respectively"

[PATCH -next 0/2] Support riscv jit to provide bpf_line_info
 2022-04-28  9:47 UTC  (5+ messages)
` [PATCH -next 1/2] bpf: Unify data extension operation of jited_ksyms and jited_linfo
` [PATCH -next 2/2] riscv, bpf: Support riscv jit to provide bpf_line_info

[PATCH net-next v5 00/18] Remove use of list iterator after loop body
 2022-04-28  9:32 UTC  (20+ messages)
` [PATCH net-next v5 01/18] connector: Replace usage of found with dedicated list iterator variable
` [PATCH net-next v5 02/18] net: dsa: sja1105: remove use of iterator after list_for_each_entry() loop
` [PATCH net-next v5 03/18] net: dsa: sja1105: reorder sja1105_first_entry_longer_than with memory allocation
` [PATCH net-next v5 04/18] net: dsa: sja1105: use list_add_tail(pos) instead of list_add(pos->prev)
` [PATCH net-next v5 05/18] net: dsa: mv88e6xxx: remove redundant check in mv88e6xxx_port_vlan()
` [PATCH net-next v5 06/18] net: dsa: mv88e6xxx: refactor mv88e6xxx_port_vlan()
` [PATCH net-next v5 07/18] net: dsa: Replace usage of found with dedicated list iterator variable
` [PATCH net-next v5 08/18] net: sparx5: "
` [PATCH net-next v5 09/18] qed: Use "
` [PATCH net-next v5 10/18] qed: Replace usage of found with "
` [PATCH net-next v5 11/18] qed: Remove usage of list iterator variable after the loop
` [PATCH net-next v5 12/18] net: qede: Replace usage of found with dedicated list iterator variable
` [PATCH net-next v5 13/18] net: qede: Remove check of list iterator against head past the loop body
` [PATCH net-next v5 14/18] sfc: Remove usage of list iterator for list_add() after "
` [PATCH net-next v5 15/18] net: netcp: Remove usage of list iterator for list_add() after "
` [PATCH net-next v5 16/18] ps3_gelic: Replace usage of found with dedicated list iterator variable
` [PATCH net-next v5 17/18] ipvlan: Remove usage of list iterator variable for the loop body
` [PATCH net-next v5 18/18] team: Remove use of list iterator variable for list_for_each_entry_from()

[PATCH] x86/speculation: Add missing prototype for unpriv_ebpf_notify()
 2022-04-28  9:12 UTC  (3+ messages)

[PATCH bpf] selftests/bpf: test setting tunnel key from lwt xmit
 2022-04-28  7:55 UTC  (5+ messages)

[PATCH bpf-next RESEND 0/2] bpf, docs: Fix typos in instruction-set.rst
 2022-04-28  7:41 UTC  (4+ messages)
` [PATCH bpf-next RESEND 1/2] bpf, docs: Remove duplicated word "instructions"
` [PATCH bpf-next RESEND 2/2] bpf, docs: BPF_FROM_BE exists as alias for BPF_TO_BE

[PATCH 0/2] bpf, docs: Fix typos in instruction-set.rst
 2022-04-28  7:25 UTC  (3+ messages)
` [PATCH 1/2] bpf, docs: Remove duplicated word "instructions"
` [PATCH 2/2] bpf, docs: BPF_FROM_BE exists as alias for BPF_TO_BE

[PATCH bpf v2 0/3] bpf: invalidate unused part of bpf_prog_pack
 2022-04-28  6:48 UTC  (4+ messages)

[PATCH bpf-next 0/4] libbpf: allow to opt-out from BPF map creation
 2022-04-28  4:15 UTC  (5+ messages)
` [PATCH bpf-next 1/4] libbpf: append "..." in fixed up log if CO-RE spec is truncated
` [PATCH bpf-next 2/4] libbpf: use libbpf_mem_ensure() when allocating new map
` [PATCH bpf-next 3/4] libbpf: allow to opt-out from creating BPF maps
` [PATCH bpf-next 4/4] selftests/bpf: test bpf_map__set_autocreate() and related log fixup logic

[PATCH bpf-next] API function for retrieving data from percpu map
 2022-04-28  2:55 UTC  (3+ messages)

[PATCH bpf-next] net: bpf: support direct packet access in tracing program
 2022-04-28  2:16 UTC  (3+ messages)

[PATCH v2,bpf-next] samples/bpf: detach xdp prog when program exits unexpectedly in xdp_rxq_info_user
 2022-04-28  2:10 UTC  (2+ messages)

[PATCH v2 bpf-next] bpf/selftests: add granular subtest output for prog_test
 2022-04-28  2:10 UTC  (3+ messages)

[PATCH bpf-next v2 0/7] Dynamic pointers
 2022-04-28  1:37 UTC  (9+ messages)
` [PATCH bpf-next v2 3/7] bpf: Add bpf_dynptr_from_mem, bpf_dynptr_alloc, bpf_dynptr_put

pull-request: bpf-next 2022-04-27
 2022-04-28  0:26 UTC  (4+ messages)

[RFC RESEND 0/4] perf record: Implement off-cpu profiling with BPF (v1)
 2022-04-27 23:07 UTC  (7+ messages)
` [PATCH 2/4] perf record: Enable off-cpu analysis with BPF
` [PATCH 4/4] perf record: Handle argument change in sched_switch

pull-request: bpf 2022-04-27
 2022-04-27 22:30 UTC  (2+ messages)

[PATCH bpf-next v6 0/5] New BPF helpers to accelerate synproxy
 2022-04-27 22:22 UTC  (10+ messages)
` [PATCH bpf-next v6 5/6] bpf: Add selftests for raw syncookie helpers
` [PATCH bpf-next v6 6/6] bpf: Allow the new syncookie helpers to work with SKBs

[PATCH bpf-next] bpf, sockmap: Call skb_linearize only when required in sk_psock_skb_ingress_enqueue
 2022-04-27 21:59 UTC  (2+ messages)

[PATCH bpf-next v5 0/8] bpf: cgroup_sock lsm flavor
 2022-04-27 20:17 UTC  (8+ messages)
` [PATCH bpf-next v5 3/8] bpf: per-cgroup "

[PATCH v3 bpf-next 1/2] bpf: Extend batch operations for map-in-map bpf-maps
 2022-04-27 20:15 UTC  (4+ messages)
` [PATCH v3 bpf-next 2/2] selftests/bpf: handle "

[RFC PATCH bpf-next 0/2] bpf: bpf link iterator
 2022-04-27 19:04 UTC  (6+ messages)
` [RFC PATCH bpf-next 1/2] bpf: Add bpf_link iterator
` [RFC PATCH bpf-next 2/2] selftests/bpf: Add bpf link iter test

[PATCH bpf-next 00/11] bpf: random unpopular userspace fixes (32 bit et al.)
 2022-04-27 18:53 UTC  (5+ messages)
` [PATCH bpf-next 08/11] samples: bpf: fix shifting unsigned long by 32 positions

[PATCH bpf-next 0/4] bpf: Generate helpers for pinning through bpf object skeleton
 2022-04-27 18:51 UTC  (19+ messages)
` [PATCH bpf-next 1/4] libbpf: Define DEFAULT_BPFFS
` [PATCH bpf-next 2/4] libbpf: Add helpers for pinning bpf prog through bpf object skeleton
` [PATCH bpf-next 3/4] bpftool: Fix incorrect return in generated detach helper
` [PATCH bpf-next 4/4] bpftool: Generate helpers for pinning prog through bpf object skeleton

[PATCH perf/core 0/5] perf tools: Fix prologue generation
 2022-04-27 18:47 UTC  (16+ messages)
` [PATCH perf/core 1/5] libbpf: Add bpf_program__set_insns function
` [PATCH perf/core 3/5] perf tools: Move libbpf init in libbpf_init function
` [PATCH perf/core 4/5] perf tools: Register perfkprobe libbpf section handler

Question: missing vmlinux BTF variable declarations
 2022-04-27 18:24 UTC  (8+ messages)

[PATCH] libbpf: fix returnvar.cocci warnings
 2022-04-27 16:07 UTC  (2+ messages)

[PATCH v5 1/3] selftests: bpf: add test for bpf_skb_change_proto
 2022-04-27 12:34 UTC  (3+ messages)

Ruch z pierwszej pozycji w Google
 2022-04-27  7:50 UTC 

[RFC PATCH bpf-next 0/2] bpf: Introduce ternary search tree for string key
 2022-04-27  3:57 UTC  (8+ messages)

[PATCH bpf-next] samples/bpf: detach xdp prog when program exits unexpectedly in xdp_rxq_info_user
 2022-04-27  0:45 UTC  (3+ messages)
  ` 答复: "

[PATCH bpf-next 00/10] Teach libbpf to "fix up" BPF verifier log
 2022-04-26 22:50 UTC  (16+ messages)
` [PATCH bpf-next 01/10] libbpf: fix anonymous type check in CO-RE logic
` [PATCH bpf-next 02/10] libbpf: drop unhelpful "program too large" guess
` [PATCH bpf-next 03/10] libbpf: fix logic for finding matching program for CO-RE relocation
` [PATCH bpf-next 04/10] libbpf: avoid joining .BTF.ext data with BPF programs by section name
` [PATCH bpf-next 05/10] selftests/bpf: add CO-RE relos and SEC("?...") to linked_funcs selftests
` [PATCH bpf-next 06/10] libbpf: record subprog-resolved CO-RE relocations unconditionally
` [PATCH bpf-next 07/10] libbpf: refactor CO-RE relo human description formatting routine
` [PATCH bpf-next 08/10] libbpf: simplify bpf_core_parse_spec() signature
` [PATCH bpf-next 09/10] libbpf: fix up verifier log for unguarded failed CO-RE relos
` [PATCH bpf-next 10/10] selftests/bpf: add libbpf's log fixup logic selftests

LPC 2022 Networking and BPF Track CFP
 2022-04-26 20:59 UTC 

[External] [PATCH bpf-next v5 0/3] Add source ip in bpf tunnel key
 2022-04-26 18:24 UTC  (7+ messages)
` [External] [PATCH bpf-next v5 2/3] selftests/bpf: Move vxlan tunnel testcases to test_progs

[PATCH net-next v5 0/3] net: atlantic: Add XDP support
 2022-04-26 16:19 UTC  (2+ messages)
` [EXT] "

[PATCHv2 bpf-next 0/4] bpf: Speed up symbol resolving in kprobe multi link
 2022-04-26 16:03 UTC  (8+ messages)
` [PATCHv2 bpf-next 1/4] kallsyms: Add kallsyms_lookup_names function

[PATCH bpf] xsk: fix possible crash when multiple sockets are created
 2022-04-26 14:30 UTC  (3+ messages)

[PATCH bpf] x86/kprobes: Fix KRETPROBES when CONFIG_KRETPROBE_ON_RETHOOK is set
 2022-04-26 14:18 UTC  (4+ messages)

[PATCH v2 net-next] ixgbe: add xdp frags support to ndo_xdp_xmit
 2022-04-26 13:14 UTC 

[PATCH v9 00/32] virtio pci support VIRTIO_F_RING_RESET (refactor vring)
 2022-04-26  9:59 UTC  (3+ messages)

[PATCH] bpf.2: Note that unused fields and padding in bpf_attr must be zero
 2022-04-26  9:05 UTC  (3+ messages)

[RFC bpf-next v4 0/7] Introduce eBPF support for HID devices (new attempt)
 2022-04-26  7:52 UTC  (13+ messages)
` [RFC bpf-next v4 2/7] bpf/verifier: allow kfunc to return an allocated mem
` [RFC bpf-next v4 3/7] error-inject: add new type that carries if the function is non sleepable
` [RFC bpf-next v4 4/7] btf: Add a new kfunc set which allows to mark a function to be sleepable
` [RFC bpf-next v4 5/7] HID: initial BPF new way implementation

[PATCH bpf-next v3 0/7] bpf trampoline for arm64
 2022-04-26  7:36 UTC  (4+ messages)
` [PATCH bpf-next v3 2/7] ftrace: Fix deadloop caused by direct call in ftrace selftest

[PATCH bpf-next 0/7] bpf: mptcp: Support for mptcp_sock and is_mptcp
 2022-04-26  6:36 UTC  (5+ messages)
` [PATCH bpf-next 2/7] bpf: add bpf_skc_to_mptcp_sock_proto

[linux-next:master] BUILD REGRESSION e7d6987e09a328d4a949701db40ef63fbb970670
 2022-04-26  5:42 UTC 

[PATCH bpf-next v2 0/6] bpf trampoline for arm64
 2022-04-26  4:01 UTC  (6+ messages)
` [PATCH bpf-next v2 4/6] bpf, arm64: Impelment bpf_arch_text_poke() "

[PATCH bpf-next v6 00/13] Introduce typed pointer support in BPF maps
 2022-04-26  3:39 UTC  (8+ messages)
` [PATCH bpf-next v6 03/13] bpf: Allow storing referenced kptr in map
` [PATCH bpf-next v6 12/13] selftests/bpf: Add verifier tests for kptr
` [PATCH bpf-next v6 13/13] selftests/bpf: Add test for strict BTF type check

[PATCH bpf-next v2] bpf: use bpf_prog_run_array_cg_flags everywhere
 2022-04-26  0:10 UTC  (2+ messages)

[PATCH 0/4] tools/bpf: allow building with musl
 2022-04-25 22:33 UTC  (9+ messages)
` [PATCH 1/4] tools/bpf/runqslower: musl compat: explicitly link with libargp if found
` [PATCH 3/4] tools/bpf: musl compat: replace nftw with FTW_ACTIONRETVAL
` [PATCH 4/4] tools/bpf: replace sys/fcntl.h by fcntl.h

[PATCH bpf-next] bpf: use bpf_prog_run_array_cg_flags everywhere
 2022-04-25 21:48 UTC  (5+ 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).