bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-08 13:54:17 to 2020-08-17 08:17:51 UTC [more...]

[PATCH 00/35] dma: convert tasklets to use new tasklet_setup()
 2020-08-17  8:16 UTC 

[PATCH net] net: xdp: pull ethernet header off packet after computing skb->protocol
 2020-08-17  7:48 UTC  (4+ messages)

[PATCH] perf test: Fix basic bpf filtering test
 2020-08-17  7:27 UTC 

[RFC PATCH 0/4] block/bpf: add eBPF based block layer IO filtering
 2020-08-17  6:37 UTC  (12+ messages)
` [RFC PATCH 1/4] bpf: add new prog_type BPF_PROG_TYPE_IO_FILTER
` [RFC PATCH 2/4] bpf: add protect_gpt sample program
` [RFC PATCH 3/4] bpf: add eBPF IO filter documentation
` [RFC PATCH 4/4] bpf: add BPF_PROG_TYPE_LSM to bpftool name array

[PATCH] clk: clk-hi3670: Add CLK_IGNORE_UNUSED flag
 2020-08-17  6:17 UTC  (2+ messages)

[PATCH] samples/bpf: Support both enter and exit kprobes in helper
 2020-08-16  6:02 UTC  (2+ messages)

[PATCH v2] bpf: Convert to use the preferred fallthrough macro
 2020-08-16  5:46 UTC  (2+ messages)

[PATCH] bpf: Convert to use the preferred fallthrough macro
 2020-08-15  1:50 UTC 

[PATCH] bpf: Convert to use the preferred fallthrough macro
 2020-08-15  1:48 UTC 

[PATCH net v5] net: xdp: account for layer 3 packets in generic skb handler
 2020-08-15  7:41 UTC  (4+ messages)
    ` [PATCH net v6] "

[PATCH] samples/bpf: Support both enter and exit kprobes in helper
 2020-08-15 19:56 UTC 

pull-request: bpf 2020-08-15
 2020-08-15  0:22 UTC  (2+ messages)

[PATCH] bpftool: Fix version string in recursive builds
 2020-08-14 22:55 UTC  (4+ messages)

[RFC PATCH bpf-next 0/5] Allow storage of flexible metadata information for eBPF programs
 2020-08-14 19:15 UTC  (6+ messages)
` [RFC PATCH bpf-next 1/5] bpf: RCU protect used_maps array and count
` [RFC PATCH bpf-next 2/5] bpf: Add BPF_PROG_ADD_MAP syscall
` [RFC PATCH bpf-next 3/5] libbpf: Add BPF_PROG_ADD_MAP syscall and use it on .metadata section
` [RFC PATCH bpf-next 4/5] bpftool: support dumping metadata
` [RFC PATCH bpf-next 5/5] selftests/bpf: Test bpftool loading and "

[PATCH] bpf: Convert to use the preferred fallthrough macro
 2020-08-14 17:11 UTC  (3+ messages)

[RFC PATCH bpf-next 0/4] bpf: add bpf-based bpf_trace_printk()-like support
 2020-08-14 17:01 UTC  (5+ messages)
` [RFC PATCH bpf-next 2/4] bpf: make BTF show support generic, apply to seq files/bpf_trace_printk

[PATCH bpf] selftest/bpf: make bpftool if it is not already built
 2020-08-14 16:01 UTC  (2+ messages)

[PATCH 20/30] net: wireless: ath: ath5k: base: Fix kerneldoc formatting issue
 2020-08-14 11:39 UTC 

[PATCH v3 bpf 0/9] Fix various issues with 32-bit libbpf
 2020-08-14  0:08 UTC  (11+ messages)
` [PATCH v3 bpf 1/9] tools/bpftool: fix compilation warnings in 32-bit mode
` [PATCH v3 bpf 2/9] selftest/bpf: "
` [PATCH v3 bpf 3/9] libbpf: fix BTF-defined map-in-map initialization on 32-bit host arches
` [PATCH v3 bpf 4/9] libbpf: handle BTF pointer sizes more carefully
` [PATCH v3 bpf 5/9] selftests/bpf: fix btf_dump test cases on 32-bit arches
` [PATCH v3 bpf 6/9] libbpf: enforce 64-bitness of BTF for BPF object files
` [PATCH v3 bpf 7/9] selftests/bpf: correct various core_reloc 64-bit assumptions
` [PATCH v3 bpf 8/9] tools/bpftool: generate data section struct with conservative alignment
` [PATCH v3 bpf 9/9] selftests/bpf: make test_varlen work with 32-bit user-space arch

[PATCH bpf] doc: Add link to bpf helpers man page
 2020-08-13 21:37 UTC  (3+ messages)

[bpf PATCH v3 0/5] Fix sock_ops field read splat
 2020-08-13 21:36 UTC  (7+ messages)
` [bpf PATCH v3 1/5] bpf: sock_ops ctx access may stomp registers in corner case
` [bpf PATCH v3 2/5] bpf: sock_ops sk access may stomp registers when dst_reg = src_reg
` [bpf PATCH v3 3/5] bpf, selftests: Add tests for ctx access in sock_ops with single register
` [bpf PATCH v3 4/5] bpf, selftests: Add tests for sock_ops load with r9, r8.r7 registers
` [bpf PATCH v3 5/5] bpf, selftests: Add tests to sock_ops for loading sk

[PATCH v2 bpf 0/9] Fix various issues with 32-bit libbpf
 2020-08-13 20:46 UTC  (11+ messages)
` [PATCH v2 bpf 1/9] tools/bpftool: fix compilation warnings in 32-bit mode
` [PATCH v2 bpf 2/9] selftest/bpf: "
` [PATCH v2 bpf 3/9] libbpf: fix BTF-defined map-in-map initialization on 32-bit host arches
` [PATCH v2 bpf 4/9] libbpf: handle BTF pointer sizes more carefully
` [PATCH v2 bpf 5/9] selftests/bpf: fix btf_dump test cases on 32-bit arches
` [PATCH v2 bpf 6/9] libbpf: enforce 64-bitness of BTF for BPF object files
` [PATCH v2 bpf 7/9] selftests/bpf: correct various core_reloc 64-bit assumptions
` [PATCH v2 bpf 8/9] tools/bpftool: generate data section struct with conservative alignment
` [PATCH v2 bpf 9/9] selftests/bpf: make test_varlen work with 32-bit user-space arch

[PATCH bpf] libbpf: Prevent overriding errno when logging errors
 2020-08-13 20:52 UTC  (5+ messages)

[PATCH bpf 0/9] Fix various issues with 32-bit libbpf
 2020-08-13 20:03 UTC  (12+ messages)
` [PATCH bpf 1/9] tools/bpftool: fix compilation warnings in 32-bit mode
` [PATCH bpf 2/9] selftest/bpf: "
` [PATCH bpf 3/9] libbpf: fix BTF-defined map-in-map initialization on 32-bit host arches
` [PATCH bpf 4/9] libbpf: handle BTF pointer sizes more carefully
` [PATCH bpf 5/9] selftests/bpf: fix btf_dump test cases on 32-bit arches
` [PATCH bpf 6/9] libbpf: enforce 64-bitness of BTF for BPF object files
` [PATCH bpf 7/9] selftests/bpf: correct various core_reloc 64-bit assumptions
` [PATCH bpf 8/9] tools/bpftool: generate data section struct with conservative alignment
` [PATCH bpf 9/9] selftests/bpf: make test_varlen work with 32-bit user-space arch

[PATCH] tools build feature: Quote CC and CXX for their arguments
 2020-08-13 13:01 UTC  (3+ messages)

[RFC PATCH bpf-next] bpf: Iterate through all PT_NOTE sections when looking for build id
 2020-08-13  1:20 UTC  (3+ messages)

[PATCH bpf v2] libbpf: Handle GCC built-in types for Arm NEON
 2020-08-13  1:12 UTC  (3+ messages)

[PATCH bpf] tools/bpftool: make skeleton code C++17-friendly by dropping typeof()
 2020-08-13  1:10 UTC  (3+ messages)

[PATCH bpf] bpf: fix XDP FD-based attach/detach logic around XDP_FLAGS_UPDATE_IF_NOEXIST
 2020-08-13  1:08 UTC  (4+ messages)

[RFC PATCH bpf-next] bpf: add bpf_get_skb_hash helper function
 2020-08-12 21:13 UTC  (4+ messages)

[PATCH bpf-next] bpf: fix load XDP program error in test_xdp_vlan
 2020-08-12 20:40 UTC  (2+ messages)

[PATCH bpf] libbpf: Handle GCC built-in types for Arm NEON
 2020-08-12 14:37 UTC  (5+ messages)

[RFC] bpf: verifier check for dead branch
 2020-08-12  7:48 UTC  (7+ messages)

eBPF CO-RE cross-compilation for 32-bit ARM platforms
 2020-08-12  3:18 UTC  (14+ messages)

Recall: [RFC PATCH bpf-next] bpf: add bpf_get_skb_hash helper function
 2020-08-12  2:47 UTC 

[PATCH v4 bpf-next 0/9] BPF XDP link
 2020-08-12  2:19 UTC  (4+ messages)
` [PATCH v4 bpf-next 3/9] bpf, xdp: extract common XDP program attachment logic

memory leak in do_seccomp
 2020-08-11 17:06 UTC 

[PATCH bpf] selftests/bpf: fix v4_to_v6 in sk_lookup
 2020-08-11 13:43 UTC  (5+ messages)

[PATCH bpf-next] bpf: fix segmentation fault of test_progs
 2020-08-11 13:19 UTC  (4+ messages)
` [PATCH bpf-next v2] "

[PATCH bpf] libbpf: do not use __builtin_offsetof for offsetof
 2020-08-11 13:19 UTC  (4+ messages)

[RFC PATCH v11 bpf-next 00/14] bpf: Add d_path helper
 2020-08-11  6:02 UTC  (16+ messages)
` [RFC PATCH v11 bpf-next 01/14] tools resolve_btfids: Add size check to get_id function
` [RFC PATCH v11 bpf-next 02/14] tools resolve_btfids: Add support for set symbols
` [RFC PATCH v11 bpf-next 03/14] bpf: Move btf_resolve_size into __btf_resolve_size
` [RFC PATCH v11 bpf-next 04/14] bpf: Add elem_id pointer as argument to __btf_resolve_size
` [RFC PATCH v11 bpf-next 05/14] bpf: Add type_id "
` [RFC PATCH v11 bpf-next 06/14] bpf: Remove recursion call in btf_struct_access
` [RFC PATCH v11 bpf-next 07/14] bpf: Factor btf_struct_access function
` [RFC PATCH v11 bpf-next 08/14] bpf: Add btf_struct_ids_match function
` [RFC PATCH v11 bpf-next 09/14] bpf: Add BTF_SET_START/END macros
` [RFC PATCH v11 bpf-next 10/14] bpf: Add d_path helper
` [RFC PATCH v11 bpf-next 11/14] bpf: Update .BTF_ids section in btf.rst with sets info
` [RFC PATCH v11 bpf-next 12/14] selftests/bpf: Add verifier test for d_path helper
` [RFC PATCH v11 bpf-next 13/14] selftests/bpf: Add "
` [RFC PATCH v11 bpf-next 14/14] selftests/bpf: Add set test to resolve_btfids

[PATCH] selftests: bpf: mmap: reorder mmap manipulations of adv_mmap tests
 2020-08-11  4:38 UTC  (5+ messages)

selftests: bpf: mmap question
 2020-08-11  0:27 UTC  (4+ messages)

[PATCH AUTOSEL 5.8 40/64] bpf: Fix fds_example SIGSEGV error
 2020-08-10 19:08 UTC 

[PATCH AUTOSEL 5.7 36/60] bpf: Fix fds_example SIGSEGV error
 2020-08-10 19:10 UTC 

[PATCH AUTOSEL 5.4 29/45] bpf: Fix fds_example SIGSEGV error
 2020-08-10 19:11 UTC 

[PATCH v2 net] bitfield.h: don't compile-time validate _val in FIELD_FIT
 2020-08-10 19:17 UTC  (2+ messages)

[PATCH] net: Revert "net: optimize the sockptr_t for unified kernel/user address spaces"
 2020-08-10 19:07 UTC  (2+ messages)

[PATCH bpf-next 0/5] BPF link force-detach support
 2020-08-10 19:03 UTC  (4+ messages)

[PATCH] bpf: Add bpf_skb_get_sock_comm() helper
 2020-08-10 17:56 UTC  (3+ messages)

[PATCH v10 bpf-next 00/14] bpf: Add d_path helper
 2020-08-09 14:47 UTC  (4+ messages)
` [PATCH v10 bpf-next 08/14] bpf: Add btf_struct_ids_match function

[PATCH AUTOSEL 5.8 57/72] seccomp: Fix ioctl number for SECCOMP_IOCTL_NOTIF_ID_VALID
 2020-08-08 23:35 UTC 

[PATCH AUTOSEL 5.7 49/58] seccomp: Fix ioctl number for SECCOMP_IOCTL_NOTIF_ID_VALID
 2020-08-08 23:37 UTC 

[PATCH AUTOSEL 5.4 35/40] seccomp: Fix ioctl number for SECCOMP_IOCTL_NOTIF_ID_VALID
 2020-08-08 23:38 UTC 

[PATCH net resend] bitfield.h: don't compile-time validate _val in FIELD_FIT
 2020-08-08 21:16 UTC  (2+ messages)

[PATCH] xdp: ensure initialization of txq in xdp_buff
 2020-08-08 15:56 UTC  (2+ messages)

get rid of the address_space override in setsockopt v2
 2020-08-08 13:54 UTC  (6+ messages)
` [PATCH 25/26] net: pass a sockptr_t into ->setsockopt


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