bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-12 05:27:12 to 2021-10-15 13:10:33 UTC [more...]

[PATCH v16 bpf-next 00/20] mvneta: introduce XDP multi-buffer support
 2021-10-15 13:08 UTC  (15+ messages)
` [PATCH v16 bpf-next 01/20] net: skbuff: add size metadata to skb_shared_info for xdp
` [PATCH v16 bpf-next 02/20] xdp: introduce flags field in xdp_buff/xdp_frame
` [PATCH v16 bpf-next 03/20] net: mvneta: update mb bit before passing the xdp buffer to eBPF layer
` [PATCH v16 bpf-next 04/20] net: mvneta: simplify mvneta_swbm_add_rx_fragment management
` [PATCH v16 bpf-next 05/20] net: xdp: add xdp_update_skb_shared_info utility routine
` [PATCH v16 bpf-next 06/20] net: marvell: rely on "
` [PATCH v16 bpf-next 07/20] xdp: add multi-buff support to xdp_return_{buff/frame}
` [PATCH v16 bpf-next 08/20] net: mvneta: add multi buffer support to XDP_TX
` [PATCH v16 bpf-next 09/20] bpf: introduce BPF_F_XDP_MB flag in prog_flags loading the ebpf program
` [PATCH v16 bpf-next 10/20] net: mvneta: enable jumbo frames if the loaded XDP program support mb
` [PATCH v16 bpf-next 11/20] bpf: add multi-buff support to the bpf_xdp_adjust_tail() API
` [PATCH v16 bpf-next 12/20] bpf: introduce bpf_xdp_get_buff_len helper
` [PATCH v16 bpf-next 13/20] bpf: add multi-buffer support to xdp copy helpers
` [PATCH v16 bpf-next 14/20] bpf: move user_size out of bpf_test_init

[PATCH dwarves] btf_encoder: Fix handling of percpu symbols on s390
 2021-10-15 12:54 UTC  (2+ messages)

[PATCH dwarves] dwarf_loader: Fix heap overflow when accessing variable specification
 2021-10-15 12:53 UTC  (2+ messages)

[PATCH] btf_encoder: Make BTF_KIND_TAG conditional
 2021-10-15 12:51 UTC  (2+ messages)

[PATCHv2 0/8] x86/ftrace: Add direct batch interface
 2021-10-15 12:05 UTC  (6+ messages)
` [PATCH 7/8] ftrace: Add multi direct modify interface

[PATCH bpf-next 0/2] Get ifindex in BPF_SK_LOOKUP prog type
 2021-10-15 11:23 UTC  (3+ messages)
` [PATCH bpf-next 1/2] bpf: Add ifindex to bpf_sk_lookup
` [PATCH bpf-next 2/2] selftests/bpf: Add tests for accessing ifindex in bpf_sk_lookup

[[PATCH bpf-next]] selftests/bpf: Some more atomic tests
 2021-10-15  9:33 UTC 

[PATCH] bpf: use count for prealloc hashtab too
 2021-10-15  9:03 UTC 

[PATCH] bpf, sockmap: Do not read sk_receive_queue in tcp_bpf_recvmsg if strparser enabled
 2021-10-15  8:01 UTC 

[PATCH bpf-next v3 0/8] Typeless/weak ksym for gen_loader + misc fixups
 2021-10-15  6:58 UTC  (13+ messages)
` [PATCH bpf-next v3 1/8] bpf: Add bpf_kallsyms_lookup_name helper
` [PATCH bpf-next v3 2/8] libbpf: Add typeless ksym support to gen_loader
` [PATCH bpf-next v3 3/8] libbpf: Add weak "
` [PATCH bpf-next v3 4/8] libbpf: Ensure that BPF syscall fds are never 0, 1, or 2
` [PATCH bpf-next v3 5/8] libbpf: Use O_CLOEXEC uniformly when opening fds
` [PATCH bpf-next v3 6/8] selftests/bpf: Add weak/typeless ksym test for light skeleton
` [PATCH bpf-next v3 7/8] selftests/bpf: Fix fd cleanup in sk_lookup test
` [PATCH bpf-next v3 8/8] selftests/bpf: Fix memory leak in test_ima

[PATCH net-next 0/3] Minor managed neighbor follow-ups
 2021-10-15  2:30 UTC  (10+ messages)
` [PATCH net-next 1/3] net, neigh: Add build-time assertion to avoid neigh->flags overflow
` [PATCH net-next 2/3] net, neigh: Use NLA_POLICY_MASK helper for NDA_FLAGS_EXT attribute
` [PATCH net-next 3/3] net, neigh: Reject creating NUD_PERMANENT with NTF_MANAGED entries

[PATCH] hv_netvsc: Add comment of netvsc_xdp_xmit()
 2021-10-15  2:30 UTC  (3+ messages)

[PATCH bpf-next v2 0/8] Typeless/weak ksym for gen_loader + misc fixups
 2021-10-14 19:12 UTC  (14+ messages)
` [PATCH bpf-next v2 1/8] bpf: Add bpf_kallsyms_lookup_name helper
` [PATCH bpf-next v2 2/8] libbpf: Add typeless ksym support to gen_loader
` [PATCH bpf-next v2 3/8] libbpf: Add weak "
` [PATCH bpf-next v2 4/8] libbpf: Ensure that BPF syscall fds are never 0, 1, or 2
` [PATCH bpf-next v2 5/8] libbpf: Use O_CLOEXEC uniformly when opening fds
` [PATCH bpf-next v2 6/8] selftests/bpf: Add weak/typeless ksym test for light skeleton
` [PATCH bpf-next v2 7/8] selftests/bpf: Fix fd cleanup in sk_lookup test
` [PATCH bpf-next v2 8/8] selftests/bpf: Fix memory leak in test_ima

[RFC 0/9] uapi/bpf.h for robots
 2021-10-14 14:56 UTC  (16+ messages)
` [RFC 1/9] bpf: name enums used from userspace
` [RFC 2/9] bpf: various constants
` [RFC 3/9] bpf: move up __bpf_md_ptr
` [RFC 4/9] bpf: name __u64 member of __bpf_md_ptr
` [RFC 5/9] bpf: enum bpf_map_create_attr
` [RFC 5/9] bpf: introduce CHECK_ATTR_TAIL
` [RFC 6/9] bpf: split map modification structs
` [RFC 6/9] bpf: struct bpf_map_create_attr
` [RFC 7/9] bpf: split get_id and fd_by_id in bpf_attr
` [RFC 7/9] bpf: split map modification structs
` [RFC 8/9] selftests: sync bpf.h
` [RFC 9/9] libbpf: use new-style syscall args

[PATCH v3 0/3] Fix up bpf_jit_limit some more
 2021-10-14 14:25 UTC  (4+ messages)
` [PATCH v3 1/3] bpf: define bpf_jit_alloc_exec_limit for riscv JIT
` [PATCH v3 2/3] bpf: define bpf_jit_alloc_exec_limit for arm64 JIT
` [PATCH v3 3/3] bpf: prevent increasing bpf_jit_limit above max

[PATCH v2 0/4] Fix up bpf_jit_limit some more
 2021-10-14 14:22 UTC  (10+ messages)
` [PATCH v2 1/4] bpf: define bpf_jit_alloc_exec_limit for riscv JIT
` [PATCH v2 2/4] bpf: define bpf_jit_alloc_exec_limit for arm64 JIT
` [PATCH v2 3/4] bpf: prevent increasing bpf_jit_limit above max
` [PATCH v2 4/4] bpf: export bpf_jit_current

[syzbot] BUG: corrupted list in netif_napi_add
 2021-10-14 13:50 UTC  (4+ messages)

[PATCH RFC nf-next 0/9] netfilter: bpf base hook program generator
 2021-10-14 12:10 UTC  (11+ messages)
` [PATCH 1/1] netfilter: add "
` [PATCH RFC nf-next 1/9] netfilter: nf_queue: carry index in hook state
` [PATCH RFC nf-next 2/9] netfilter: nat: split nat hook iteration into a helper
` [PATCH RFC nf-next 3/9] netfilter: remove hook index from nf_hook_slow arguments
` [PATCH RFC nf-next 4/9] netfilter: make hook functions accept only one argument
` [PATCH RFC nf-next 5/9] netfilter: reduce allowed hook count to 32
` [PATCH RFC nf-next 6/9] netfilter: add bpf base hook program generator
` [PATCH RFC nf-next 7/9] netfilter: core: do not rebuild bpf program on dying netns
` [PATCH RFC nf-next 8/9] netfilter: ingress: switch to invocation via bpf
` [PATCH RFC nf-next 9/9] netfilter: hook_jit: add prog cache

I'd like to make my simple BPF program CO-RE-able to some older Debian OS
 2021-10-14 10:06 UTC 

[RESEND PATCH v4 0/8] bpf powerpc: Add BPF_PROBE_MEM support in powerpc JIT compiler
 2021-10-14  9:52 UTC  (12+ messages)
` [RESEND PATCH v4 1/8] bpf powerpc: Remove unused SEEN_STACK
` [RESEND PATCH v4 2/8] bpf powerpc: Remove extra_pass from bpf_jit_build_body()
` [RESEND PATCH v4 3/8] bpf powerpc: refactor JIT compiler code
` [RESEND PATCH v4 4/8] powerpc/ppc-opcode: introduce PPC_RAW_BRANCH() macro
` [RESEND PATCH v4 5/8] bpf ppc64: Add BPF_PROBE_MEM support for JIT
` [RESEND PATCH v4 6/8] bpf ppc64: Access only if addr is kernel address
` [RESEND PATCH v4 7/8] bpf ppc32: Add BPF_PROBE_MEM support for JIT
` [RESEND PATCH v4 8/8] bpf ppc32: Access only if addr is kernel address

[PATCH bpf-next v5] test_bpf: Add module parameter test_suite
 2021-10-14  2:35 UTC 

[Patch bpf v3] skmsg: check sk_rcvbuf limit before queuing to ingress_skb
 2021-10-13 16:53 UTC  (4+ messages)

[Patch bpf] udp: validate checksum in udp_read_sock()
 2021-10-13 16:51 UTC  (4+ messages)

BUG: Ksnoop tool failed to pass the BPF verifier with recent kernel changes
 2021-10-13 16:35 UTC 

[PATCH bpf-next v2 0/4] btf_dump fixes for s390
 2021-10-13 16:09 UTC  (5+ messages)
` [PATCH bpf-next v2 1/4] selftests/bpf: Use cpu_number only on arches that have it
` [PATCH bpf-next v2 2/4] libbpf: Fix dumping big-endian bitfields
` [PATCH bpf-next v2 3/4] libbpf: Fix dumping non-aligned __int128
` [PATCH bpf-next v2 4/4] libbpf: Fix ptr_is_aligned() usages

[PATCH net-next 0/4] Managed Neighbor Entries
 2021-10-13 14:10 UTC  (18+ messages)
` [PATCH net-next 1/4] net, neigh: Fix NTF_EXT_LEARNED in combination with NTF_USE
` [PATCH net-next 2/4] net, neigh: Enable state migration between NUD_PERMANENT and NTF_USE
` [PATCH net-next 3/4] net, neigh: Extend neigh->flags to 32 bit to allow for extensions
` [PATCH net-next 4/4] net, neigh: Add NTF_MANAGED flag for managed neighbor entries

[RFC PATCH] tracing: BTF testing for kprobe-events
 2021-10-13 12:52 UTC  (3+ messages)

[PATCH] hv_netvsc: Fix potentionally overflow in netvsc_xdp_xmit()
 2021-10-13 12:44 UTC  (2+ messages)

Is it possible to install libbpf on kernel 3.19.8?
 2021-10-13 10:48 UTC  (2+ messages)

[PATCH bpf-next v2 0/3] Add XDP support for bpf_load_hdr_opt
 2021-10-13 10:19 UTC  (10+ messages)

[PATCH bpf-next v4] test_bpf: Add module parameter test_suite
 2021-10-13  7:52 UTC  (2+ messages)

[PATCH bpf] libbpf: fix memory leak in strset
 2021-10-01 18:07 UTC 

[PATCH bpf-next v4 0/5] Implement bitset maps, with bloom filter
 2021-10-13  4:48 UTC  (15+ messages)
` [PATCH bpf-next v4 1/5] bpf: Add bitset map with bloom filter capabilities

[PATCH AUTOSEL 5.14 13/17] powerpc/lib: Add helper to check if offset is within conditional branch range
 2021-10-13  0:54 UTC  (3+ messages)
` [PATCH AUTOSEL 5.14 14/17] powerpc/bpf: Validate branch ranges
` [PATCH AUTOSEL 5.14 16/17] powerpc/bpf: Emit stf barrier instruction sequences for BPF_NOSPEC

[RFC bpf-next 1/2] bpf: add signature to eBPF instructions
 2021-10-12 19:02 UTC  (2+ messages)

[RFC bpf-next 0/2] bpf: sign bpf programs
 2021-10-12 19:00 UTC  (3+ messages)
` [RFC bpf-next 1/2] bpf: add signature to eBPF instructions
` [RFC bpf-next 2/2] bpftool: add signature in skeleton

[PATCH bpf-next v3] bpf: rename BTF_KIND_TAG to BTF_KIND_DECL_TAG
 2021-10-12 16:48 UTC 

[PATCH bpf-next v2 0/3] libbpf: use func name when pinning programs with LIBBPF_STRICT_SEC_NAME
 2021-10-12 16:15 UTC  (4+ messages)
` [PATCH bpf-next v2 1/3] "
` [PATCH bpf-next v2 2/3] bpftool: don't append / to the progtype
` [PATCH bpf-next v2 3/3] selftests/bpf: fix flow dissector tests

[PATCH bpf-next 00/10] libbpf: support custom .rodata.*/.data.* sections
 2021-10-12 15:29 UTC  (12+ messages)
` [PATCH bpf-next 08/10] selftests/bpf: demonstrate use of custom .rodata/.data sections
` [PATCH bpf-next 09/10] libbpf: simplify look up by name of internal maps

[PATCH bpf-next 0/3] btf_dump fixes for s390
 2021-10-12 11:44 UTC  (10+ messages)
` [PATCH bpf-next 1/3] selftests/bpf: Use cpu_number only on arches that have it
` [PATCH bpf-next 2/3] libbpf: Fix dumping big-endian bitfields
` [PATCH bpf-next 3/3] libbpf: Fix dumping __int128

[PATCH] Fix application of sizeof to pointer
 2021-10-12 11:16 UTC 

[PATCH rfc 0/6] Scheduler BPF
 2021-10-12 10:16 UTC  (6+ messages)

[PATCH] cgroup: fix memory leak caused by missing cgroup_bpf_offline
 2021-10-12  9:32 UTC  (4+ messages)

[PATCH 5.4 00/52] 5.4.153-rc2 review
 2021-10-12  9:28 UTC  (2+ messages)

[syzbot] KASAN: use-after-free Read in veth_xdp_rcv
 2021-10-12  9:20 UTC  (3+ messages)

[Patch bpf v4 0/4] sock_map: fix ->poll() and update selftests
 2021-10-12  7:45 UTC  (2+ messages)

[PATHC bpf v5 1/3] skmsg: lose offset info in sk_psock_skb_ingress
 2021-10-12  6:57 UTC  (3+ messages)
` [PATHC bpf v5 2/3] selftests, bpf: Fix test_txmsg_ingress_parser error
` [PATHC bpf v5 3/3] selftests, bpf: Add one test for sockmap with strparser

[RESEND][PATCH] cgroup: fix memory leak caused by missing cgroup_bpf_offline
 2021-10-12  5:44 UTC  (3+ messages)

[PATCH v4] skmsg: lose offset info in sk_psock_skb_ingress
 2021-10-12  5:27 UTC  (4+ 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).