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

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

[PATCH bpf-next 00/10] Teach libbpf to "fix up" BPF verifier log
 2022-04-26 18:59 UTC  (13+ 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

[PATCH bpf-next v6 0/5] New BPF helpers to accelerate synproxy
 2022-04-26 18:28 UTC  (11+ messages)
` [PATCH bpf-next v6 1/6] bpf: Use ipv6_only_sock in bpf_tcp_gen_syncookie
` [PATCH bpf-next v6 2/6] bpf: Fix documentation of th_len in bpf_tcp_{gen,check}_syncookie
` [PATCH bpf-next v6 3/6] bpf: Allow helpers to accept pointers with a fixed size
` [PATCH bpf-next v6 4/6] bpf: Add helpers to issue and check SYN cookies in XDP
` [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

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

[PATCH bpf-next 0/4] bpf: Generate helpers for pinning through bpf object skeleton
 2022-04-26 16:14 UTC  (16+ 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

[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 perf/core 0/5] perf tools: Fix prologue generation
 2022-04-26 15:58 UTC  (14+ 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

[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 -next 0/2] Support riscv jit to provide bpf_line_info
 2022-04-26 14:09 UTC  (3+ 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 0/3] perf: arm-spe: Fix addresses of synthesized Arm SPE events
 2022-04-26 13:19 UTC  (10+ messages)
` [PATCH 1/3] perf: arm-spe: Fix addresses of synthesized "
` [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 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)

[PATCH] x86/speculation: Add missing prototype for unpriv_ebpf_notify()
 2022-04-26  8:46 UTC 

[RFC PATCH bpf-next 0/2] bpf: Introduce ternary search tree for string key
 2022-04-26  8:03 UTC  (7+ 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  (10+ messages)
` [PATCH bpf-next v3 1/7] arm64: ftrace: Add ftrace direct call support
` [PATCH bpf-next v3 2/7] ftrace: Fix deadloop caused by direct call in ftrace selftest
` [PATCH bpf-next v3 3/7] bpf: Move is_valid_bpf_tramp_flags() to the public trampoline code
` [PATCH bpf-next v3 4/7] bpf, arm64: Impelment bpf_arch_text_poke() for arm64
` [PATCH bpf-next v3 5/7] bpf, arm64: Support to poke bpf prog
` [PATCH bpf-next v3 6/7] bpf, arm64: bpf trampoline for arm64
` [PATCH bpf-next v3 7/7] selftests/bpf: Fix trivial typo in fentry_fexit.c

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

[PATCH bpf-next v5 0/8] bpf: cgroup_sock lsm flavor
 2022-04-26  6:30 UTC  (4+ messages)
` [PATCH bpf-next v5 3/8] bpf: per-cgroup "

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

[PATCH bpf-next] samples/bpf: detach xdp prog when program exits unexpectedly in xdp_rxq_info_user
 2022-04-26  4:35 UTC  (2+ messages)

[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  (18+ messages)
` [PATCH bpf-next v6 01/13] bpf: Allow storing unreferenced kptr in map
` [PATCH bpf-next v6 02/13] bpf: Tag argument to be released in bpf_func_proto
` [PATCH bpf-next v6 03/13] bpf: Allow storing referenced kptr in map
` [PATCH bpf-next v6 04/13] bpf: Prevent escaping of kptr loaded from maps
` [PATCH bpf-next v6 05/13] bpf: Adapt copy_map_value for multiple offset case
` [PATCH bpf-next v6 06/13] bpf: Populate pairs of btf_id and destructor kfunc in btf
` [PATCH bpf-next v6 07/13] bpf: Wire up freeing of referenced kptr
` [PATCH bpf-next v6 08/13] bpf: Teach verifier about kptr_get kfunc helpers
` [PATCH bpf-next v6 09/13] bpf: Make BTF type match stricter for release arguments
` [PATCH bpf-next v6 10/13] libbpf: Add kptr type tag macros to bpf_helpers.h
` [PATCH bpf-next v6 11/13] selftests/bpf: Add C tests for kptr
` [PATCH bpf-next v6 12/13] selftests/bpf: Add verifier "
` [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  (11+ messages)
` [PATCH 1/4] tools/bpf/runqslower: musl compat: explicitly link with libargp if found
` [PATCH 2/4] tools/bpf: musl compat: do not use DEFFILEMODE
` [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)

[PATCH bpf v2 0/3] bpf: invalidate unused part of bpf_prog_pack
 2022-04-25 20:39 UTC  (4+ messages)
` [PATCH v2 bpf 1/3] bpf: fill new bpf_prog_pack with illegal instructions
` [PATCH v2 bpf 2/3] x86/alternative: introduce text_poke_set
` [PATCH v2 bpf 3/3] bpf: introduce bpf_arch_text_invalidate for bpf_prog_pack

[RFC 0/4] perf record: Implement off-cpu profiling with BPF (v1)
 2022-04-25 18:58 UTC  (7+ messages)

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

[PATCH v5 bpf-next 00/17] bpf: CO-RE support in the kernel
 2022-04-25 16:09 UTC  (5+ messages)
` [PATCH v5 bpf-next 05/17] bpf: Pass a set of bpf_core_relo-s to prog_load command

[PATCH bpf-next] libbpf: Remove unnecessary type cast
 2022-04-25 15:50 UTC  (2+ messages)

[PATCH bpf-next] bpftoo: Support user defined vmlinux path
 2022-04-25 14:54 UTC  (2+ messages)

How to disassemble a BPF program?
 2022-04-25 13:48 UTC  (4+ messages)

[PATCH net 0/3] ip_gre, ip6_gre: o_seqno fixes
 2022-04-25 10:50 UTC  (2+ messages)

[PATCH v4 bpf 0/4] vmalloc: bpf: introduce VM_ALLOW_HUGE_VMAP
 2022-04-25  8:24 UTC  (30+ messages)
  ` [PATCH v4 bpf 2/4] page_alloc: use vmalloc_huge for large system hash

[syzbot] INFO: task hung in tls_sw_sendmsg (3)
 2022-04-25  7:30 UTC 

[PATCH bpf-next] bpf/selftests: add granular subtest output for prog_test
 2022-04-25  5:56 UTC  (2+ messages)

[PATCH bpf-next v5 00/13] Introduce typed pointer support in BPF maps
 2022-04-24 21:57 UTC  (10+ messages)
` [PATCH bpf-next v5 03/13] bpf: Allow storing unreferenced kptr in map
` [PATCH bpf-next v5 04/13] bpf: Tag argument to be released in bpf_func_proto

[PATCH bpf] selftests/bpf: test setting tunnel key from lwt xmit
 2022-04-24 17:23 UTC  (2+ messages)

KASAN: use-after-free Read in tcp_retransmit_timer (5)
 2022-04-24  3:57 UTC  (5+ messages)
` [syzbot] "

Accessing XDP packet memory from the end
 2022-04-23 20:05 UTC  (4+ messages)

[PATCH bpf-next] selftests/bpf: Fix incorrect TRUNNER_BINARY name output
 2022-04-23 14:30 UTC 

[syzbot] WARNING: kmalloc bug in bpf
 2022-04-23 12:13 UTC  (3+ messages)

[PATCH bpf-next 0/3] Introduce local_storage exclusive caching
 2022-04-23  9:43 UTC  (5+ messages)

[PATCH bpf] bpf: invalidate unused part of bpf_prog_pack
 2022-04-23  5:25 UTC  (10+ messages)

[PATCH v2 bpf-next 1/2] bpf: Extend batch operations for map-in-map bpf-maps
 2022-04-22 22:43 UTC  (3+ messages)
` [PATCH v2 bpf-next 2/2] selftests/bpf: handle "

[PATCH bpf-next 0/3] LINK_CREATE support for fentry/tp_btf/lsm attachments
 2022-04-22 22:40 UTC  (8+ messages)
` [PATCH bpf-next 1/3] bpf: allow attach TRACING programs through LINK_CREATE command
` [PATCH bpf-next 2/3] libbpf: teach bpf_link_create() to fallback to bpf_raw_tracepoint_open()
` [PATCH bpf-next 3/3] selftests/bpf: switch fexit_stress to bpf_link_create() API

[PATCH -next] libbpf: Add additional null-pointer checking in make_parent_dir
 2022-04-22 21:46 UTC  (4+ messages)

[RFC PATCH bpf-next 0/2] bpf: bpf link iterator
 2022-04-22 18:22 UTC  (3+ 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 RESEND] efi: Do not import certificates from UEFI Secure Boot for T2 Macs
 2022-04-22 17:39 UTC  (7+ messages)
` [PATCH v4] "
  ` [PATCH v4 RESEND] "
    ` [PATCH v5] "
      ` [PATCH v6] "
        ` [PATCH v7] "
          ` [PATCH v7 RESEND] "

[PATCH bpf-next v5 0/5] New BPF helpers to accelerate synproxy
 2022-04-22 17:23 UTC  (4+ messages)
` [PATCH bpf-next v5 4/6] bpf: Add helpers to issue and check SYN cookies in XDP


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