bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-26 17:13:21 to 2020-12-01 14:24:15 UTC [more...]

[PATCH iproute2-next 0/5] iproute2: add libbpf support
 2020-12-01 14:22 UTC  (8+ messages)

powerpc32: BUG: KASAN: use-after-free in test_bpf_init+0x6f8/0xde8 [test_bpf]
 2020-12-01 14:03 UTC 

[PATCH bpf V3 0/2] xsk: fix for xsk_poll writeable
 2020-12-01 13:56 UTC  (3+ messages)
  ` [PATCH bpf V3 1/2] xsk: replace datagram_poll by sock_poll_wait
  ` [PATCH bpf V3 2/2] xsk: change the tx writeable condition

[PATCH v2 bpf-next 00/13] Atomics for eBPF
 2020-12-01 12:56 UTC  (41+ messages)
` [PATCH v2 bpf-next 01/13] bpf: x86: Factor out emission of ModR/M for *(reg + off)
` [PATCH v2 bpf-next 02/13] bpf: x86: Factor out emission of REX byte
` [PATCH v2 bpf-next 03/13] bpf: x86: Factor out function to emit NEG
` [PATCH v2 bpf-next 04/13] bpf: x86: Factor out a lookup table for some ALU opcodes
` [PATCH v2 bpf-next 05/13] bpf: Rename BPF_XADD and prepare to encode other atomics in .imm
` [PATCH v2 bpf-next 06/13] bpf: Move BPF_STX reserved field check into BPF_STX verifier code
` [PATCH v2 bpf-next 07/13] bpf: Add BPF_FETCH field / create atomic_fetch_add instruction
` [PATCH v2 bpf-next 08/13] bpf: Add instructions for atomic_[cmp]xchg
` [PATCH v2 bpf-next 09/13] bpf: Pull out a macro for interpreting atomic ALU operations
` [PATCH v2 bpf-next 10/13] bpf: Add instructions for atomic[64]_[fetch_]sub
  ` [RFC PATCH] bpf: bpf_atomic_alu_string[] can be static
` [PATCH v2 bpf-next 11/13] bpf: Add bitwise atomic instructions
` [PATCH v2 bpf-next 12/13] bpf: Add tests for new BPF atomic operations
` [PATCH v2 bpf-next 13/13] bpf: Document new atomic instructions

How to orchestrate multiple XDP programs
 2020-12-01 12:08 UTC 

[PATCH v2 bpf-next 0/8] Support BTF-powered BPF tracing programs for kernel modules
 2020-12-01  7:26 UTC  (10+ messages)
` [PATCH v2 bpf-next 1/8] bpf: keep module's btf_data_size intact after load
` [PATCH v2 bpf-next 2/8] bpf: remove hard-coded btf_vmlinux assumption from BPF verifier
` [PATCH v2 bpf-next 3/8] bpf: allow to specify kernel module BTFs when attaching BPF programs
` [PATCH v2 bpf-next 4/8] libbpf: factor out low-level BPF program loading helper
` [PATCH v2 bpf-next 5/8] libbpf: support attachment of BPF tracing programs to kernel modules
` [PATCH v2 bpf-next 6/8] selftests/bpf: add tp_btf CO-RE reloc test for modules
` [PATCH v2 bpf-next 7/8] selftests/bpf: make bpf_testmod's traceable function global
` [PATCH v2 bpf-next 8/8] selftests/bpf: add fentry/fexit/fmod_ret selftest for kernel module

[PATCH bpf-next 0/1] libbpf: fail early when loading programs with unspecified type
 2020-12-01  4:41 UTC  (2+ messages)
` [PATCH bpf-next 1/1] "

[PATCH v3 bpf-next 0/7] libbpf: add support for kernel module BTF CO-RE relocations
 2020-12-01  3:47 UTC  (8+ messages)
` [PATCH v3 bpf-next 1/7] bpf: fix bpf_put_raw_tracepoint()'s use of __module_address()
` [PATCH v3 bpf-next 2/7] libbpf: add internal helper to load BTF data by FD
` [PATCH v3 bpf-next 3/7] libbpf: refactor CO-RE relocs to not assume a single BTF object
` [PATCH v3 bpf-next 4/7] libbpf: add kernel module BTF support for CO-RE relocations
` [PATCH v3 bpf-next 5/7] selftests/bpf: add bpf_testmod kernel module for testing
` [PATCH v3 bpf-next 6/7] selftests/bpf: add support for marking sub-tests as skipped
` [PATCH v3 bpf-next 7/7] selftests/bpf: add CO-RE relocs selftest relying on kernel module BTF

[PATCH] tools/bpf: Return the appropriate error value
 2020-12-01  3:02 UTC 

[PATCH bpf-next 1/2] bpf: Add a bpf_kallsyms_lookup helper
 2020-12-01  2:41 UTC  (13+ messages)
` [RFC PATCH] bpf: bpf_kallsyms_lookup_proto can be static

HELP: bpf_probe_user_write for registers
 2020-12-01  2:27 UTC  (4+ messages)

[PATCH bpf-next 0/2] Add support to set window_clamp from bpf setsockops
 2020-12-01  1:34 UTC  (4+ messages)
` [PATCH bpf-next 1/2] bpf: Adds support for setting window clamp
` [PATCH bpf-next 2/2] selftests/bpf: Add Userspace tests for TCP_WINDOW_CLAMP

[PATCH bpf-next 0/7] Add kernel modules support for tracing BPF program attachments
 2020-12-01  1:18 UTC  (9+ messages)
` [PATCH bpf-next 1/7] bpf: remove hard-coded btf_vmlinux assumption from BPF verifier
` [PATCH bpf-next 5/7] selftests/bpf: add tp_btf CO-RE reloc test for modules

[PATCH v2 bpf-next 0/7] libbpf: add support for kernel module BTF CO-RE relocations
 2020-12-01  0:31 UTC  (8+ messages)
` [PATCH v2 bpf-next 1/7] bpf: fix bpf_put_raw_tracepoint()'s use of __module_address()
` [PATCH v2 bpf-next 2/7] libbpf: add internal helper to load BTF data by FD
` [PATCH v2 bpf-next 3/7] libbpf: refactor CO-RE relocs to not assume a single BTF object
` [PATCH v2 bpf-next 4/7] libbpf: add kernel module BTF support for CO-RE relocations
` [PATCH v2 bpf-next 5/7] selftests/bpf: add bpf_testmod kernel module for testing
` [PATCH v2 bpf-next 6/7] selftests/bpf: add support for marking sub-tests as skipped
` [PATCH v2 bpf-next 7/7] selftests/bpf: add CO-RE relocs selftest relying on kernel module BTF

[PATCH bpf] libbpf: reset errno after probing kernel features
 2020-12-01  0:18 UTC  (4+ messages)

[PATCH bpf-next v4 00/10] Introduce preferred busy-polling
 2020-11-30 23:30 UTC  (12+ messages)
` [PATCH bpf-next v4 01/10] net: introduce "
` [PATCH bpf-next v4 02/10] net: add SO_BUSY_POLL_BUDGET socket option
` [PATCH bpf-next v4 03/10] xsk: add support for recvmsg()
` [PATCH bpf-next v4 04/10] xsk: check need wakeup flag in sendmsg()
` [PATCH bpf-next v4 05/10] xsk: add busy-poll support for {recv,send}msg()
` [PATCH bpf-next v4 06/10] xsk: propagate napi_id to XDP socket Rx path
` [PATCH bpf-next v4 07/10] samples/bpf: use recvfrom() in xdpsock/rxdrop
` [PATCH bpf-next v4 08/10] samples/bpf: use recvfrom() in xdpsock/l2fwd
` [PATCH bpf-next v4 09/10] samples/bpf: add busy-poll support to xdpsock
` [PATCH bpf-next v4 10/10] samples/bpf: add option to set the busy-poll budget

[PATCH bpf-next 0/3] bpf: expose bpf_{s,g}etsockopt helpers to bind{4,6} hooks
 2020-11-30 23:02 UTC  (6+ messages)
` [PATCH bpf-next 2/3] bpf: allow bpf_{s,g}etsockopt from cgroup "

[PATCH bpf 1/2] libbpf: fix ring_buffer__poll() to return number of consumed samples
 2020-11-30 22:33 UTC  (2+ messages)
` [PATCH bpf 2/2] selftests/bpf: drain ringbuf samples at the end of test

[PATCH bpf] xdp: Handle MEM_TYPE_XSK_BUFF_POOL correctly in xdp_return_buff()
 2020-11-30 22:10 UTC  (3+ messages)

[PATCH bpf-next] selftests/bpf: Fix flavored variants of test_ima
 2020-11-30 22:00 UTC  (2+ messages)

[PATCH bpf] libbpf: sanitise map names before pinning
 2020-11-30 16:17 UTC 

[PATCH bpf-next] samples/bpf: add xdp_redirect_map with xdp_prog support
 2020-11-30 16:07 UTC  (8+ messages)
` [PATCHv2 bpf-next] samples/bpf: add xdp program on egress for xdp_redirect_map

[PATCH] net: xdp: Give compiler __always_inline hint for xdp_rxq_info_init()
 2020-11-30 11:48 UTC 

[PATCH 0/8] Rid W=1 warnings in Net
 2020-11-29 18:34 UTC  (4+ messages)
` [PATCH 2/8] net: xen-netback: xenbus: Demote nonconformant kernel-doc headers

[PATCH] bpf: remove trailing semicolon in macro definition
 2020-11-29 17:28 UTC  (3+ messages)

[PATCH 0/2] Improve error handling of verifier tests
 2020-11-28 19:25 UTC  (3+ messages)
` [PATCH 1/2] selftests/bpf: Avoid errno clobbering
` [PATCH 2/2] selftests/bpf: Print reason when a tester could not run a program

pull-request: bpf 2020-11-28
 2020-11-28 21:08 UTC  (2+ messages)

[PATCH v2 00/24] exec: Move unshare_files and guarantee files_struct.count is correct
 2020-11-28  5:12 UTC  (2+ messages)

[PATCH bpf-next v3 0/5] selftests/bpf: xsk selftests
 2020-11-28  3:13 UTC  (10+ messages)
` [PATCH bpf-next v3 1/5] selftests/bpf: xsk selftests framework
` [PATCH bpf-next v3 2/5] selftests/bpf: xsk selftests - SKB POLL, NOPOLL

[PATCH] bpf, x64: add extra passes without size optimizations
 2020-11-28  0:16 UTC  (2+ messages)

[PATCH 0/3] xsk: fix for xsk_poll writeable
 2020-11-27 21:29 UTC  (7+ messages)
` [PATCH bpf v2 0/2] "
  ` [PATCH bpf v2 1/2] xsk: replace datagram_poll by sock_poll_wait
  ` [PATCH bpf v2 2/2] xsk: change the tx writeable condition

[PATCH bpf-next] libbpf: replace size_t with __u32 in xsk interfaces
 2020-11-27 21:10 UTC  (2+ messages)

[RFC 0/2] btf_encoder: Detect kernel modules
 2020-11-27 20:39 UTC  (8+ messages)
` [PATCH 1/2] btf_encoder: Factor filter_functions function
` [PATCH 2/2] btf_encoder: Detect kernel module ftrace addresses

[PATCH bpf-next V8 0/8] bpf: New approach for BPF MTU handling
 2020-11-27 18:06 UTC  (9+ messages)
` [PATCH bpf-next V8 1/8] bpf: Remove MTU check in __bpf_skb_max_len
` [PATCH bpf-next V8 2/8] bpf: fix bpf_fib_lookup helper MTU check for SKB ctx
` [PATCH bpf-next V8 3/8] bpf: bpf_fib_lookup return MTU value as output when looked up
` [PATCH bpf-next V8 4/8] bpf: add BPF-helper for MTU checking
` [PATCH bpf-next V8 5/8] bpf: drop MTU check when doing TC-BPF redirect to ingress
` [PATCH bpf-next V8 6/8] bpf: make it possible to identify BPF redirected SKBs
` [PATCH bpf-next V8 7/8] selftests/bpf: use bpf_check_mtu in selftest test_cls_redirect
` [PATCH bpf-next V8 8/8] bpf/selftests: tests using bpf_check_mtu BPF-helper

How to read from pkt_end?
 2020-11-27 17:38 UTC  (2+ messages)

[PATCH bpf-next v3 0/3] Implement bpf_ima_inode_hash
 2020-11-27 13:09 UTC  (4+ messages)
` [PATCH bpf-next v3 3/3] bpf: Add a selftest for bpf_ima_inode_hash

[PATCH bpf-next v3 1/6] net: Remove the err argument from sock_from_file
 2020-11-27  9:21 UTC  (9+ messages)
` [PATCH bpf-next v3 3/6] bpf: Expose bpf_sk_storage_* to iterator programs
` [PATCH bpf-next v3 5/6] bpf: Add an iterator selftest for bpf_sk_storage_get
` [PATCH bpf-next v3 6/6] bpf: Test bpf_sk_storage_get in tcp iterators

[PATCH bpf-next 1/2] bpf: Expose bpf_get_socket_cookie to tracing programs
 2020-11-27  9:17 UTC  (5+ messages)
` [PATCH bpf-next 2/2] bpf: Add a selftest for the tracing bpf_get_socket_cookie

[PATCH v5 bpf-next 0/2] libbpf: add support for privileged/unprivileged control separation
 2020-11-27  9:07 UTC  (5+ messages)
` [PATCH v5 bpf-next 1/2] libbpf: separate XDP program load with xsk socket creation
` [PATCH v5 bpf-next 2/2] samples/bpf: sample application for eBPF load and socket creation split

[PATCH v4 bpf-next 0/2] libbpf: add support for privileged/unprivileged control separation
 2020-11-27  8:21 UTC  (4+ messages)
` [PATCH v4 bpf-next 2/2] samples/bpf: sample application for eBPF load and socket creation split

Business Proposal
 2020-11-27  7:27 UTC 

[PATCH bpf-next v3 0/7] bpf: remove bpf_load loader completely
 2020-11-27  3:40 UTC  (3+ messages)
` [PATCH bpf-next v3 1/7] samples: bpf: refactor hbm program with libbpf

[RFC PATCH] bpf, x64: add extra passes and relax size convergence check
 2020-11-27  3:13 UTC  (2+ messages)

[PATCH bpf-next v8 00/34] bpf: switch to memcg-based memory accounting
 2020-11-26 17:12 UTC  (5+ messages)
` [PATCH bpf-next v8 06/34] bpf: prepare for memcg-based memory accounting for bpf maps


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