bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-26 20:59:31 to 2022-04-29 11:16:45 UTC [more...]

[PATCH bpf-next v8 0/5] New BPF helpers to accelerate synproxy
 2022-04-29 11:15 UTC  (6+ messages)
` [PATCH bpf-next v8 1/5] bpf: Fix documentation of th_len in bpf_tcp_{gen,check}_syncookie
` [PATCH bpf-next v8 2/5] bpf: Allow helpers to accept pointers with a fixed size
` [PATCH bpf-next v8 3/5] bpf: Add helpers to issue and check SYN cookies in XDP
` [PATCH bpf-next v8 4/5] bpf: Add selftests for raw syncookie helpers
` [PATCH bpf-next v8 5/5] bpf: Allow the new syncookie helpers to work with SKBs

[PATCH bpf-next v7 0/6] New BPF helpers to accelerate synproxy
 2022-04-29  9:23 UTC  (9+ messages)
` [PATCH bpf-next v7 1/6] bpf: Use ipv6_only_sock in bpf_tcp_gen_syncookie
` [PATCH bpf-next v7 2/6] bpf: Fix documentation of th_len in bpf_tcp_{gen,check}_syncookie
` [PATCH bpf-next v7 3/6] bpf: Allow helpers to accept pointers with a fixed size
` [PATCH bpf-next v7 4/6] bpf: Add helpers to issue and check SYN cookies in XDP
` [PATCH bpf-next v7 5/6] bpf: Add selftests for raw syncookie helpers
` [PATCH bpf-next v7 6/6] bpf: Allow the new syncookie helpers to work with SKBs

[PATCH dwarves v6 0/6] Attach a cookie to a tracing program
 2022-04-29  5:01 UTC  (5+ messages)
` [PATCH dwarves v6 1/6] bpf, x86: Generate trampolines from bpf_tramp_links

[PATCH RESEND bpf-next] bpftool: Use sysfs vmlinux when dumping BTF by ID
 2022-04-29  5:00 UTC  (3+ messages)

[PATCH bpf-next] selftests/bpf: fix two memory leaks in prog_tests
 2022-04-29  5:00 UTC  (2+ messages)

[PATCH] bpftool: Use sysfs vmlinux when dumping BTF by ID
 2022-04-29  4:58 UTC  (2+ messages)

[PATCH bpf-next 0/4] libbpf: allow to opt-out from BPF map creation
 2022-04-29  3:20 UTC  (6+ 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 v2 0/2] Support riscv jit to provide
 2022-04-29  1:42 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] bpf: Unify data extension operation of jited_ksyms and jited_linfo
` [PATCH bpf-next v2 2/2] riscv, bpf: Support riscv jit to provide bpf_line_info

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

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

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

[PATCH bpf-next 0/5] sleepable uprobe support
 2022-04-28 22:52 UTC  (16+ messages)
` [PATCH bpf-next 4/5] libbpf: add support for sleepable kprobe and uprobe programs
` [PATCH bpf-next 5/5] selftests/bpf: add tests for sleepable kprobes and uprobes
` [PATCH bpf-next 1/5] bpf: move bpf_prog to bpf.h
` [PATCH bpf-next 2/5] bpf: implement sleepable uprobes by chaining tasks and normal rcu
` [PATCH bpf-next 3/5] bpf: allow sleepable uprobe programs to attach

[PATCH v2 bpf-next 0/3] Add target-less tracing SEC() definitions
 2022-04-28 21:50 UTC  (5+ messages)
` [PATCH v2 bpf-next 1/3] libbpf: allow "incomplete" basic "
` [PATCH v2 bpf-next 2/3] libbpf: support target-less SEC() definitions for BTF-backed programs
` [PATCH v2 bpf-next 3/3] selftests/bpf: use target-less SEC() definitions in various tests

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

[PATCH bpf-next v3 0/6] Dynamic pointers
 2022-04-28 21:10 UTC  (7+ messages)
` [PATCH bpf-next v3 1/6] bpf: Add MEM_UNINIT as a bpf_type_flag
` [PATCH bpf-next v3 2/6] bpf: Add verifier support for dynptrs and implement malloc dynptrs
` [PATCH bpf-next v3 3/6] bpf: Dynptr support for ring buffers
` [PATCH bpf-next v3 4/6] bpf: Add bpf_dynptr_read and bpf_dynptr_write
` [PATCH bpf-next v3 5/6] bpf: Add dynptr data slices
` [PATCH bpf-next v3 6/6] bpf: Dynptr tests

[RFC PATCH bpf-next 0/2] bpf: bpf link iterator
 2022-04-28 21:02 UTC  (9+ 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 v3 bpf-next 1/2] bpf: Extend batch operations for map-in-map bpf-maps
 2022-04-28 20:59 UTC  (6+ messages)
` [PATCH v3 bpf-next 2/2] selftests/bpf: handle "

[PATCH v3 0/5] Make evlist CPUs more accurate
 2022-04-28 20:15 UTC  (3+ messages)
` [PATCH v3 4/5] perf evlist: Respect all_cpus when setting user_requested_cpus

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

[PATCH] libbpf: fix returnvar.cocci warnings
 2022-04-28 16:22 UTC  (3+ messages)

[PATCH bpf-next v2 0/3] bpf, docs: Fix typos in instruction-set.rst
 2022-04-28 15:30 UTC  (5+ 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"

[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

[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  (4+ messages)
` [PATCH 3/3] perf test: Add perf_event_attr test for Arm SPE

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

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

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

[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  (8+ messages)
` [PATCH bpf-next 2/4] libbpf: Add helpers for pinning bpf prog "

[PATCH perf/core 0/5] perf tools: Fix prologue generation
 2022-04-27 18:47 UTC  (8+ messages)
` [PATCH perf/core 1/5] libbpf: Add bpf_program__set_insns function

Question: missing vmlinux BTF variable declarations
 2022-04-27 18:24 UTC  (8+ 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  (8+ messages)
` [PATCH bpf-next 07/10] libbpf: refactor CO-RE relo human description formatting routine
` [PATCH bpf-next 09/10] libbpf: fix up verifier log for unguarded failed CO-RE relos

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


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