bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-24 12:41:58 to 2020-07-28 05:56:09 UTC [more...]

[PATCH bpf-next v2 00/35] bpf: switch to memcg-based memory accounting
 2020-07-28  5:55 UTC  (69+ messages)
` [PATCH bpf-next v2 01/35] bpf: memcg-based memory accounting for bpf progs
` [PATCH bpf-next v2 02/35] bpf: memcg-based memory accounting for bpf maps
` [PATCH bpf-next v2 03/35] bpf: refine memcg-based memory accounting for arraymap maps
` [PATCH bpf-next v2 04/35] bpf: refine memcg-based memory accounting for cpumap maps
` [PATCH bpf-next v2 05/35] bpf: memcg-based memory accounting for cgroup storage maps
` [PATCH bpf-next v2 06/35] bpf: refine memcg-based memory accounting for devmap maps
` [PATCH bpf-next v2 07/35] bpf: refine memcg-based memory accounting for hashtab maps
` [PATCH bpf-next v2 08/35] bpf: memcg-based memory accounting for lpm_trie maps
` [PATCH bpf-next v2 09/35] bpf: memcg-based memory accounting for bpf ringbuffer
` [PATCH bpf-next v2 10/35] bpf: memcg-based memory accounting for socket storage maps
` [PATCH bpf-next v2 11/35] bpf: refine memcg-based memory accounting for sockmap and sockhash maps
` [PATCH bpf-next v2 12/35] bpf: refine memcg-based memory accounting for xskmap maps
` [PATCH bpf-next v2 13/35] bpf: eliminate rlimit-based memory accounting for arraymap maps
` [PATCH bpf-next v2 14/35] bpf: eliminate rlimit-based memory accounting for bpf_struct_ops maps
` [PATCH bpf-next v2 15/35] bpf: eliminate rlimit-based memory accounting for cpumap maps
` [PATCH bpf-next v2 16/35] bpf: eliminate rlimit-based memory accounting for cgroup storage maps
` [PATCH bpf-next v2 17/35] bpf: eliminate rlimit-based memory accounting for devmap maps
` [PATCH bpf-next v2 18/35] bpf: eliminate rlimit-based memory accounting for hashtab maps
` [PATCH bpf-next v2 19/35] bpf: eliminate rlimit-based memory accounting for lpm_trie maps
` [PATCH bpf-next v2 20/35] bpf: eliminate rlimit-based memory accounting for queue_stack_maps maps
` [PATCH bpf-next v2 21/35] bpf: eliminate rlimit-based memory accounting for reuseport_array maps
` [PATCH bpf-next v2 22/35] bpf: eliminate rlimit-based memory accounting for bpf ringbuffer
` [PATCH bpf-next v2 23/35] bpf: eliminate rlimit-based memory accounting for sockmap and sockhash maps
` [PATCH bpf-next v2 24/35] bpf: eliminate rlimit-based memory accounting for stackmap maps
` [PATCH bpf-next v2 25/35] bpf: eliminate rlimit-based memory accounting for socket storage maps
` [PATCH bpf-next v2 26/35] bpf: eliminate rlimit-based memory accounting for xskmap maps
` [PATCH bpf-next v2 27/35] bpf: eliminate rlimit-based memory accounting infra for bpf maps
` [PATCH bpf-next v2 28/35] bpf: eliminate rlimit-based memory accounting for bpf progs
` [PATCH bpf-next v2 29/35] bpf: libbpf: cleanup RLIMIT_MEMLOCK usage
` [PATCH bpf-next v2 30/35] bpf: bpftool: do not touch RLIMIT_MEMLOCK
` [PATCH bpf-next v2 31/35] bpf: runqslower: don't "
` [PATCH bpf-next v2 32/35] bpf: selftests: delete bpf_rlimit.h
` [PATCH bpf-next v2 33/35] bpf: selftests: don't touch RLIMIT_MEMLOCK
` [PATCH bpf-next v2 34/35] bpf: samples: do not "
` [PATCH bpf-next v2 35/35] perf: don't "

linux-next: Tree for Jul 27 (kernel/bpf/syscall.o)
 2020-07-28  5:48 UTC  (2+ messages)

[Linux-kernel-mentees] [PATCH net] xdp: Prevent kernel-infoleak in xsk_getsockopt()
 2020-07-28  5:36 UTC  (4+ messages)
` [Linux-kernel-mentees] [PATCH net v2] "

selftests: bpf: mmap question
 2020-07-28  5:15 UTC  (2+ messages)

[PATCH] bpf: Add bpf_ktime_get_real_ns
 2020-07-28  5:01 UTC  (3+ messages)

[PATCH] perf record: Set PERF_RECORD_SAMPLE if attr->freq is set
 2020-07-28  3:07 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: add new bpf_iter context structs to fix build on old kernels
 2020-07-28  1:34 UTC  (2+ messages)

[PATCH bpf-next] udp, bpf: Ignore connections in reuseport group after BPF sk lookup
 2020-07-28  1:20 UTC  (2+ messages)

[PATCH v8 bpf-next 00/13] bpf: Add d_path helper
 2020-07-28  0:53 UTC  (3+ messages)
` [PATCH v8 bpf-next 02/13] tools resolve_btfids: Add support for set symbols

[PATCH v3 bpf 1/2] bpf: fix map leak in HASH_OF_MAPS map
 2020-07-28  0:31 UTC  (2+ messages)
` [PATCH v3 bpf 2/2] selftests/bpf: extend map-in-map selftest to detect memory leaks

[PATCH v2 bpf 1/2] bpf: fix map leak in HASH_OF_MAPS map
 2020-07-27 23:22 UTC  (3+ messages)
` [PATCH v2 bpf 2/2] selftests/bpf: extend map-in-map selftest to detect memory leaks

[PATCH bpf-next] bpf: fix bpf_ringbuf_output() signature to return long
 2020-07-27 23:06 UTC  (2+ messages)

[PATCH bpf 1/2] bpf: fix map leak in HASH_OF_MAPS map
 2020-07-27 22:02 UTC  (5+ messages)
` [PATCH bpf 2/2] selftests/bpf: extend map-in-map selftest to detect memory leaks

[PATCH bpf-next v6 0/7] Generalizing bpf_local_storage
 2020-07-27 21:43 UTC  (10+ messages)
` [PATCH bpf-next v6 1/7] bpf: Renames to prepare for generalizing sk_storage
` [PATCH bpf-next v6 3/7] bpf: Generalize bpf_sk_storage
  ` [RFC PATCH bpf-next] bpf: POC on local_storage charge and uncharge map_ops

[PATCH][next] bpf: fix swapped arguments in calls to check_buffer_access
 2020-07-27 21:39 UTC  (2+ messages)

[PATCH bpf-next 0/2] tools: bpftool: update prog names list and fix segfault
 2020-07-27 21:19 UTC  (5+ messages)
` [PATCH bpf-next 1/2] tools: bpftool: skip type probe if name is not found
` [PATCH bpf-next 2/2] tools: bpftool: add LSM type to array of prog names

[PATCH][next] dmaengine: Use fallthrough pseudo-keyword
 2020-07-27 20:34 UTC 

[PATCH][next] net/mlx5: Use fallthrough pseudo-keyword
 2020-07-27 20:24 UTC  (2+ messages)

Fw: [Bug 208709] New: bpfilter: write fail -22
 2020-07-27 18:53 UTC 

[PATCH v4 bpf-next 0/9] BPF XDP link
 2020-07-27 18:51 UTC  (5+ messages)
` [PATCH v4 bpf-next 3/9] bpf, xdp: extract common XDP program attachment logic

get rid of the address_space override in setsockopt v2
 2020-07-27 18:22 UTC  (22+ messages)
` [PATCH 12/26] netfilter: switch nf_setsockopt to sockptr_t
` [PATCH 19/26] net/ipv6: switch ipv6_flowlabel_opt "

fentry/fexit attach to EXT type XDP program does not work
 2020-07-27 14:53 UTC  (6+ messages)

[PATCH bpf v2 0/2] Fix narrow loads from an offset outside of target field
 2020-07-27 14:53 UTC  (4+ messages)
` [PATCH bpf v2 1/2] bpf: Load zeros for narrow loads beyond "

[PATCH bpf-next] udp: reduce merge conflict on udp[46]_lib_lookup2
 2020-07-26  1:01 UTC  (3+ messages)

[PATCH bpf-next] bpf: fix build on architectures with special bpf_user_pt_regs_t
 2020-07-25  8:40 UTC  (2+ messages)

[PATCH bpf-next] bpf/local_storage: Fix build without CONFIG_CGROUP
 2020-07-25  8:30 UTC  (2+ messages)

[PATCH bpf-next 00/35] bpf: switch to memcg-based memory accounting
 2020-07-25  0:04 UTC  (36+ messages)
` [PATCH bpf-next 01/35] bpf: memcg-based memory accounting for bpf progs
` [PATCH bpf-next 02/35] bpf: memcg-based memory accounting for bpf maps
` [PATCH bpf-next 03/35] bpf: refine memcg-based memory accounting for arraymap maps
` [PATCH bpf-next 04/35] bpf: refine memcg-based memory accounting for cpumap maps
` [PATCH bpf-next 05/35] bpf: memcg-based memory accounting for cgroup storage maps
` [PATCH bpf-next 06/35] bpf: refine memcg-based memory accounting for devmap maps
` [PATCH bpf-next 07/35] bpf: refine memcg-based memory accounting for hashtab maps
` [PATCH bpf-next 08/35] bpf: memcg-based memory accounting for lpm_trie maps
` [PATCH bpf-next 09/35] bpf: memcg-based memory accounting for bpf ringbuffer
` [PATCH bpf-next 10/35] bpf: memcg-based memory accounting for socket storage maps
` [PATCH bpf-next 11/35] bpf: refine memcg-based memory accounting for sockmap maps
` [PATCH bpf-next 12/35] bpf: refine memcg-based memory accounting for xskmap maps
` [PATCH bpf-next 13/35] bpf: eliminate rlimit-based memory accounting for arraymap maps
` [PATCH bpf-next 14/35] bpf: eliminate rlimit-based memory accounting for bpf_struct_ops maps
` [PATCH bpf-next 15/35] bpf: eliminate rlimit-based memory accounting for cpumap maps
` [PATCH bpf-next 16/35] bpf: eliminate rlimit-based memory accounting for cgroup storage maps
` [PATCH bpf-next 17/35] bpf: eliminate rlimit-based memory accounting for devmap maps
` [PATCH bpf-next 18/35] bpf: eliminate rlimit-based memory accounting for hashtab maps
` [PATCH bpf-next 19/35] bpf: eliminate rlimit-based memory accounting for lpm_trie maps
` [PATCH bpf-next 20/35] bpf: eliminate rlimit-based memory accounting for queue_stack_maps maps
` [PATCH bpf-next 21/35] bpf: eliminate rlimit-based memory accounting for reuseport_array maps
` [PATCH bpf-next 22/35] bpf: eliminate rlimit-based memory accounting for bpf ringbuffer
` [PATCH bpf-next 23/35] bpf: eliminate rlimit-based memory accounting for sock_map maps
` [PATCH bpf-next 24/35] bpf: eliminate rlimit-based memory accounting for stackmap maps
` [PATCH bpf-next 25/35] bpf: eliminate rlimit-based memory accounting for socket storage maps
` [PATCH bpf-next 26/35] bpf: eliminate rlimit-based memory accounting for xskmap maps
` [PATCH bpf-next 27/35] bpf: eliminate rlimit-based memory accounting infra for bpf maps
` [PATCH bpf-next 28/35] bpf: eliminate rlimit-based memory accounting for bpf progs
` [PATCH bpf-next 29/35] bpf: libbpf: cleanup RLIMIT_MEMLOCK usage
` [PATCH bpf-next 30/35] bpf: bpftool: do not touch RLIMIT_MEMLOCK
` [PATCH bpf-next 31/35] bpf: runqslower: don't "
` [PATCH bpf-next 32/35] bpf: selftests: delete bpf_rlimit.h
` [PATCH bpf-next 33/35] bpf: selftests: don't touch RLIMIT_MEMLOCK
` [PATCH bpf-next 34/35] bpf: samples: do not "
` [PATCH bpf-next 35/35] perf: don't "

[PATCH v4 bpf-next 0/4] bpf: Populate bpffs with map and prog iterators
 2020-07-24 20:38 UTC  (5+ messages)
` [PATCH v4 bpf-next 1/4] bpf: Factor out bpf_link_get_by_id() helper
` [PATCH v4 bpf-next 2/4] bpf: Add BPF program and map iterators as built-in BPF programs
` [PATCH v4 bpf-next 3/4] bpf: Add kernel module with user mode driver that populates bpffs
` [PATCH v4 bpf-next 4/4] selftests/bpf: Add bpffs preload test

[PATCH v3 bpf-next 0/4] bpf: Populate bpffs with map and prog iterators
 2020-07-24 19:08 UTC  (4+ messages)
` [PATCH v3 bpf-next 3/4] bpf: Add kernel module with user mode driver that populates bpffs

[PATCH v5 bpf-next 0/6] bpf: tailcalls in BPF subprograms
 2020-07-24 17:35 UTC  (7+ messages)
` [PATCH v5 bpf-next 1/6] bpf, x64: use %rcx instead of %rax for tail call retpolines
` [PATCH v5 bpf-next 2/6] bpf: propagate poke descriptors to subprograms
` [PATCH v5 bpf-next 3/6] bpf: rename poke descriptor's 'ip' member to 'tailcall_target'
` [PATCH v5 bpf-next 4/6] bpf, x64: rework pro/epilogue and tailcall handling in JIT
` [PATCH v5 bpf-next 5/6] bpf: allow for tailcalls in BPF subprograms for x64 JIT
` [PATCH v5 bpf-next 6/6] selftests: bpf: add dummy prog for bpf2bpf with tailcall

[PATCH v4 bpf-next 0/6] bpf: tailcalls in BPF subprograms
 2020-07-24 16:52 UTC  (8+ messages)
` [PATCH v4 bpf-next 2/6] bpf: propagate poke descriptors to subprograms
` [PATCH v4 bpf-next 3/6] bpf: rename poke descriptor's 'ip' member to 'tailcall_target'
` [PATCH v4 bpf-next 4/6] bpf, x64: rework pro/epilogue and tailcall handling in JIT
` [PATCH v4 bpf-next 5/6] bpf: allow for tailcalls in BPF subprograms for x64 JIT
` [PATCH v4 bpf-next 6/6] selftests: bpf: add dummy prog for bpf2bpf with tailcall


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