bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-08 12:01:02 to 2020-04-12 06:01:30 UTC [more...]

[PATCH bpf 0/2] libbpf: Fix loading cgroup_skb/egress with ret in [2, 3]
 2020-04-12  6:01 UTC  (12+ messages)
` [PATCH bpf 1/2] "
` [PATCH bpf 2/2] selftests/bpf: Test cgroup_skb/egress/expected section name

[PATCH bpf-next] libbpf: always specify expected_attach_type on program load if supported
 2020-04-12  5:58 UTC 

linux-next: Tree for Apr 10 (warning: objtool: ___bpf_prog_run())
 2020-04-12  3:46 UTC 

[PATCH AUTOSEL 5.6 001/149] net: hns3: drop the WQ_MEM_RECLAIM flag when allocating WQ
 2020-04-11 23:01 UTC  (4+ messages)
` [PATCH AUTOSEL 5.6 022/149] selftests/bpf: Fix test_progs's parsing of test numbers
` [PATCH AUTOSEL 5.6 025/149] libbpf: Ignore incompatible types with matching name during CO-RE relocation
` [PATCH AUTOSEL 5.6 042/149] libbpf: Fix handling of optional field_name in btf_dump__emit_type_decl

[PATCH AUTOSEL 5.5 018/121] selftests/bpf: Fix test_progs's parsing of test numbers
 2020-04-11 23:05 UTC  (2+ messages)
` [PATCH AUTOSEL 5.5 020/121] libbpf: Ignore incompatible types with matching name during CO-RE relocation

[PATCH AUTOSEL 5.4 015/108] selftests/bpf: Fix test_progs's parsing of test numbers
 2020-04-11 23:08 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 016/108] libbpf: Ignore incompatible types with matching name during CO-RE relocation

[RFC PATCH bpf-next 00/16] bpf: implement bpf based dumping of kernel data structures
 2020-04-11 23:17 UTC  (46+ messages)
` [RFC PATCH bpf-next 01/16] net: refactor net assignment for seq_net_private structure
` [RFC PATCH bpf-next 02/16] bpf: create /sys/kernel/bpfdump mount file system
` [RFC PATCH bpf-next 03/16] bpf: provide a way for targets to register themselves
` [RFC PATCH bpf-next 04/16] bpf: allow loading of a dumper program
` [RFC PATCH bpf-next 05/16] bpf: create file or anonymous dumpers
` [RFC PATCH bpf-next 06/16] bpf: add netlink and ipv6_route targets
` [RFC PATCH bpf-next 07/16] bpf: add bpf_map target
` [RFC PATCH bpf-next 08/16] bpf: add task and task/file targets
` [RFC PATCH bpf-next 09/16] bpf: add bpf_seq_printf and bpf_seq_write helpers
` [RFC PATCH bpf-next 10/16] bpf: support variable length array in tracing programs
` [RFC PATCH bpf-next 11/16] bpf: implement query for target_proto and file dumper prog_id
` [RFC PATCH bpf-next 12/16] tools/libbpf: libbpf support for bpfdump
` [RFC PATCH bpf-next 13/16] tools/bpftool: add bpf dumper support
` [RFC PATCH bpf-next 14/16] tools/bpf: selftests: add dumper programs for ipv6_route and netlink
` [RFC PATCH bpf-next 15/16] tools/bpf: selftests: add dumper progs for bpf_map/task/task_file
` [RFC PATCH bpf-next 16/16] tools/bpf: selftests: add a selftest for anonymous dumper

[PATCH v7] perf tools: add support for libpfm4
 2020-04-11  7:48 UTC  (4+ messages)

[PATCH v8 0/4] perf tools: add support for libpfm4
 2020-04-11  7:46 UTC  (5+ messages)
` [PATCH v8 1/4] perf doc: allow ASCIIDOC_EXTRA to be an argument
` [PATCH v8 2/4] tools feature: add support for detecting libpfm4
` [PATCH v8 3/4] perf pmu: add perf_pmu__find_by_type helper
` [PATCH v8 4/4] perf tools: add support for libpfm4

decruft the vmalloc API
 2020-04-11  7:20 UTC  (60+ messages)
` [PATCH 01/28] x86/hyperv: use vmalloc_exec for the hypercall page
` [PATCH 02/28] staging: android: ion: use vmap instead of vm_map_ram
` [PATCH 09/28] mm: rename CONFIG_PGTABLE_MAPPING to CONFIG_ZSMALLOC_PGTABLE_MAPPING
` [PATCH 10/28] mm: only allow page table mappings for built-in zsmalloc
` [PATCH 13/28] mm: rename vmap_page_range to map_kernel_range
` [PATCH 14/28] mm: don't return the number of pages from map_kernel_range{,_noflush}
` [PATCH 16/28] mm: remove unmap_vmap_area
` [PATCH 17/28] mm: remove the prot argument from vm_map_ram
` [PATCH 18/28] mm: enforce that vmap can't map pages executable
` [PATCH 19/28] gpu/drm: remove the powerpc hack in drm_legacy_sg_alloc
` [PATCH 20/28] mm: remove the pgprot argument to __vmalloc
` [PATCH 21/28] mm: remove the prot argument to __vmalloc_node
` [PATCH 22/28] mm: remove both instances of __vmalloc_node_flags
` [PATCH 23/28] mm: remove __vmalloc_node_flags_caller
` [PATCH 24/28] mm: switch the test_vmalloc module to use __vmalloc_node
` [PATCH 25/28] mm: remove vmalloc_user_node_flags
` [PATCH 26/28] arm64: use __vmalloc_node in arch_alloc_vmap_stack
` [PATCH 27/28] s390: use __vmalloc_node in alloc_vm_stack
` [PATCH 28/28] s390: use __vmalloc_node in stack_alloc

BPF map freezing is unreliable; can we instead just inline constants?
 2020-04-10 20:48 UTC  (4+ messages)

[PATCH] selftests/seccomp: allow clock_nanosleep instead of nanosleep
 2020-04-10 20:38 UTC  (4+ messages)

[PATCH v2 bpf 1/2] bpf: prevent re-mmap()'ing BPF map as writable for initially r/o mapping
 2020-04-10 20:26 UTC  (2+ messages)
` [PATCH v2 bpf 2/2] selftests/bpf: validate frozen map contents stays frozen

[PATCH bpf 1/2] bpf: prevent re-mmap()'ing BPF map as writable for initially r/o mapping
 2020-04-10 19:00 UTC  (4+ messages)
` [PATCH bpf 2/2] selftests/bpf: validate frozen map contents stays frozen

[bpf] 1bcd60aafb: canonical_address#:#[##]
 2020-04-10 18:30 UTC 

[PATCH 0/1] Pass correct tun device's RX queue number to XDP program
 2020-04-10 16:20 UTC  (2+ messages)
` [PATCH 1/1] net: tun: record RX queue in skb before do_xdp_generic()

[RFC PATCH 2/9] bpf: allow up to 13 arguments for tracepoints
 2020-04-10 11:54 UTC  (4+ messages)
` [RFC PATCH 3/9] writeback: tracing: pass global_wb_domain as tracepoint parameter

TC BPF Program Crashing With Bnx2x Drivers
 2020-04-10  8:15 UTC  (8+ messages)
        ` [EXT] "

[PATCH] tools: bpftool: fix struct_ops command invalid pointer free
 2020-04-10  5:34 UTC  (3+ messages)

pull-request: bpf 2020-04-10
 2020-04-10  0:39 UTC  (2+ messages)

[PATCH RFC v2 01/33] xdp: add frame size to xdp_buff
 2020-04-09 23:27 UTC  (28+ messages)
` [PATCH RFC v2 05/33] net: netsec: Add support for XDP frame size
` [PATCH RFC v2 12/33] hv_netvsc: add XDP frame size to driver
` [PATCH RFC v2 16/33] mlx4: add XDP frame size and adjust max XDP MTU
` [PATCH RFC v2 17/33] mlx5: rx queue setup time determine frame_sz for XDP
` [PATCH RFC v2 19/33] nfp: add XDP frame size to netronome driver
` [PATCH RFC v2 26/33] i40e: add XDP frame size to driver
` [PATCH RFC v2 28/33] xdp: for Intel AF_XDP drivers add XDP frame_sz
` [PATCH RFC v2 29/33] xdp: allow bpf_xdp_adjust_tail() to grow packet size
` [PATCH RFC v2 30/33] xdp: clear grow memory in bpf_xdp_adjust_tail()
` [PATCH RFC v2 00/33] XDP extend with knowledge of frame size

[PATCH bpf] arm, bpf: Fix offset overflow for BPF_MEM BPF_DW
 2020-04-09 22:17 UTC 

[RFC PATCH bpf-next 0/8] bpf_link observability APIs
 2020-04-09 18:50 UTC  (11+ messages)
` [RFC PATCH bpf-next 4/8] bpf: support GET_FD_BY_ID and GET_NEXT_ID for bpf_link
` [RFC PATCH bpf-next 8/8] bpftool: add bpf_link show and pin support

[PATCH] libbpf: Make bpf/bpf_helpers.h self-contained
 2020-04-09 18:12 UTC  (4+ messages)

[bpf PATCH v3] bpf: verifier, do_refine_retval_range may clamp umin to 0 incorrectly
 2020-04-09 15:03 UTC  (2+ messages)

selftests/bpf: test_maps: libbpf: Error loading .BTF into kernel: -22. Failed to load SK_SKB verdict prog
 2020-04-09  8:42 UTC 

BPF program attached on BPF map function (read,write) is not working?
 2020-04-09  3:26 UTC 

[PATCH bpf] arm: bpf: Fix bugs with ALU64 {RSH, ARSH} BPF_K shift by 0
 2020-04-08 23:17 UTC  (2+ messages)

[PATCH bpf] bpf: Fix use of sk->sk_reuseport from sk_assign
 2020-04-08 23:14 UTC  (3+ messages)

Introducing xdp-project.net - an HTML-rendered version of the xdp-project planning docs
 2020-04-08 19:51 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).