bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-27 17:58:23 to 2020-12-01 22:00:52 UTC [more...]

[PATCH bpf-next v9 00/34] bpf: switch to memcg-based memory accounting
 2020-12-01 21:58 UTC  (7+ messages)
` [PATCH bpf-next v9 05/34] bpf: memcg-based memory accounting for bpf progs
` [PATCH bpf-next v9 11/34] bpf: refine memcg-based memory accounting for devmap maps
` [PATCH bpf-next v9 14/34] bpf: memcg-based memory accounting for bpf ringbuffer
` [PATCH bpf-next v9 20/34] bpf: eliminate rlimit-based memory accounting for cpumap maps
` [PATCH bpf-next v9 26/34] bpf: eliminate rlimit-based memory accounting for reuseport_array maps
` [PATCH bpf-next v9 27/34] bpf: eliminate rlimit-based memory accounting for bpf ringbuffer

[PATCH v2 bpf-next 0/8] Support BTF-powered BPF tracing programs for kernel modules
 2020-12-01 21:50 UTC  (11+ 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 v3 bpf-next 0/7] libbpf: add support for kernel module BTF CO-RE relocations
 2020-12-01 21:49 UTC  (10+ 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 bpf-next] kbuild: Restore ability to build out-of-tree modules
 2020-12-01 21:44 UTC  (4+ messages)

[PATCH bpf-next] bpf, xdp: add bpf_redirect{,_map}() leaf node detection and optimization
 2020-12-01 21:42 UTC  (2+ messages)

[PATCH bpf-next 1/2] bpf: Add a bpf_kallsyms_lookup helper
 2020-12-01 20:25 UTC  (5+ messages)

[PATCH bpf-next 0/2] Add support to set window_clamp from bpf setsockops
 2020-12-01 20:22 UTC  (5+ 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 net] lwt: disable BH too in run_lwt_bpf()
 2020-12-01 19:44 UTC 

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

[PATCH bpf-next 1/2] selftests/bpf: Update ima test helper's losetup commands
 2020-12-01 19:15 UTC  (3+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Update ima test helper's mount uuid logic

powerpc32: BUG: KASAN: use-after-free in test_bpf_init+0x6f8/0xde8 [test_bpf]
 2020-12-01 17:43 UTC  (2+ messages)

[PATCH v1 bpf-next 00/11] Socket migration for SO_REUSEPORT
 2020-12-01 17:42 UTC  (17+ messages)
` [PATCH v1 bpf-next 01/11] tcp: Keep TCP_CLOSE sockets in the reuseport group
` [PATCH v1 bpf-next 02/11] bpf: Define migration types for SO_REUSEPORT
` [PATCH v1 bpf-next 03/11] tcp: Migrate TCP_ESTABLISHED/TCP_SYN_RECV sockets in accept queues
` [PATCH v1 bpf-next 04/11] tcp: Migrate TFO requests causing RST during TCP_SYN_RECV
` [PATCH v1 bpf-next 05/11] tcp: Migrate TCP_NEW_SYN_RECV requests
` [PATCH v1 bpf-next 06/11] bpf: Introduce two attach types for BPF_PROG_TYPE_SK_REUSEPORT
` [PATCH v1 bpf-next 07/11] libbpf: Set expected_attach_type "
` [PATCH v1 bpf-next 08/11] bpf: Add migration to sk_reuseport_(kern|md)
` [PATCH v1 bpf-next 09/11] bpf: Support bpf_get_socket_cookie_sock() for BPF_PROG_TYPE_SK_REUSEPORT
` [PATCH v1 bpf-next 10/11] bpf: Call bpf_run_sk_reuseport() for socket migration
` [PATCH v1 bpf-next 11/11] bpf: Test BPF_SK_REUSEPORT_SELECT_OR_MIGRATE

[PATCH v2 bpf-next 00/13] Atomics for eBPF
 2020-12-01 17:24 UTC  (42+ 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

[PATCH v2 bpf-next 0/2] Add support to set window_clamp from bpf setsockops
 2020-12-01 16:43 UTC  (3+ 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] net: xdp: Give compiler __always_inline hint for xdp_rxq_info_init()
 2020-12-01 16:09 UTC  (2+ messages)

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

[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

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

[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] tools/bpf: Return the appropriate error value
 2020-12-01  3:02 UTC 

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

[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 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 0/8] Rid W=1 warnings in Net
 2020-11-29 18:34 UTC  (3+ 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  (7+ messages)
` [PATCH bpf-next v3 1/5] selftests/bpf: xsk selftests framework

[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  (4+ messages)
` [PATCH bpf v2 0/2] "
  ` [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  (5+ messages)
` [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


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