bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-25 04:15:07 to 2020-08-28 16:44:41 UTC [more...]

[PATCH bpf-next v4 00/30] bpf: switch to memcg-based memory accounting
 2020-08-28 16:44 UTC  (17+ messages)
` [PATCH bpf-next v4 02/30] bpf: memcg-based memory accounting for bpf progs
` [PATCH bpf-next v4 03/30] bpf: memcg-based memory accounting for bpf maps
` [PATCH bpf-next v4 04/30] bpf: refine memcg-based memory accounting for arraymap maps
` [PATCH bpf-next v4 05/30] bpf: refine memcg-based memory accounting for cpumap maps
` [PATCH bpf-next v4 06/30] bpf: memcg-based memory accounting for cgroup storage maps
` [PATCH bpf-next v4 07/30] bpf: refine memcg-based memory accounting for devmap maps
` [PATCH bpf-next v4 08/30] bpf: refine memcg-based memory accounting for hashtab maps

[PATCH bpf-next] samples/bpf: fix to xdpsock to avoid recycling frames
 2020-08-28 16:17 UTC 

[PATCH bpf-next] 0001-samples-bpf-fix-to-xdpsock-to-avoid-recycling-frames.patch
 2020-08-28 16:14 UTC  (2+ messages)

[PATCH bpf-next 0/3] Sockmap iterator
 2020-08-28 15:48 UTC  (7+ messages)
` [PATCH bpf-next 1/3] net: Allow iterating sockmap and sockhash
` [PATCH bpf-next 2/3] selftests: bpf: Add helper to compare socket cookies
` [PATCH bpf-next 3/3] selftests: bpf: Test copying a sockmap via bpf_iter

[PATCH v3 bpf-next 0/3] bpf: Relax the max_entries check for inner map
 2020-08-28 15:27 UTC  (5+ messages)
` [PATCH v3 bpf-next 1/3] bpf: Add map_meta_equal map ops
` [PATCH v3 bpf-next 2/3] bpf: Relax max_entries check for most of the inner map types
` [PATCH v3 bpf-next 3/3] bpf: selftests: Add test for different inner map size

[PATCH bpf-next] samples/bpf: optimize l2fwd performance in xdpsock
 2020-08-28 12:51 UTC 

[PATCH bpf-next] bpf: make bpf_link_info.iter similar to bpf_iter_link_info
 2020-08-28 12:36 UTC  (2+ messages)

[PATCH] tools build feature: cleanup feature files on make clean
 2020-08-28 12:14 UTC  (3+ messages)

[PATCH bpf] selftests/bpf: Fix massive output from test_maps
 2020-08-28 12:00 UTC  (3+ messages)

[PATCH bpf-next v5 00/15] xsk: support shared umems between devices and queues
 2020-08-28  8:26 UTC  (16+ messages)
` [PATCH bpf-next v5 01/15] xsk: i40e: ice: ixgbe: mlx5: pass buffer pool to driver instead of umem
` [PATCH bpf-next v5 02/15] xsk: i40e: ice: ixgbe: mlx5: rename xsk zero-copy driver interfaces
` [PATCH bpf-next v5 03/15] xsk: create and free buffer pool independently from umem
` [PATCH bpf-next v5 04/15] xsk: move fill and completion rings to buffer pool
` [PATCH bpf-next v5 05/15] xsk: move queue_id, dev and need_wakeup "
` [PATCH bpf-next v5 06/15] xsk: move xsk_tx_list and its lock "
` [PATCH bpf-next v5 07/15] xsk: move addrs from buffer pool to umem
` [PATCH bpf-next v5 08/15] xsk: enable sharing of dma mappings
` [PATCH bpf-next v5 09/15] xsk: rearrange internal structs for better performance
` [PATCH bpf-next v5 10/15] xsk: i40e: ice: ixgbe: mlx5: test for dma_need_sync earlier "
` [PATCH bpf-next v5 11/15] xsk: add shared umem support between queue ids
` [PATCH bpf-next v5 12/15] xsk: add shared umem support between devices
` [PATCH bpf-next v5 13/15] libbpf: support shared umems between queues and devices
` [PATCH bpf-next v5 14/15] samples/bpf: add new sample xsk_fwd.c
` [PATCH bpf-next v5 15/15] xsk: documentation for XDP_SHARED_UMEM between queues and netdevs

[PATCH bpf-next v2 0/2] bpf: avoid iterating duplicated files for task_file iterator
 2020-08-28  5:38 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] "
` [PATCH bpf-next v2 2/2] selftests/bpf: test task_file iterator without visiting pthreads

[PATCH bpf-next v1 0/8] bpf: BTF support for ksyms
 2020-08-28  3:42 UTC  (7+ messages)
` [PATCH bpf-next v1 4/8] bpf/libbpf: BTF support for typed ksyms
` [PATCH bpf-next v1 8/8] bpf/selftests: Test for bpf_per_cpu_ptr()

[PATCH v3 bpf-next 0/5] bpf: Introduce minimal support for sleepable progs
 2020-08-28  1:01 UTC  (10+ messages)
` [PATCH v3 bpf-next 1/5] mm/error_inject: Fix allow_error_inject function signatures
` [PATCH v3 bpf-next 2/5] bpf: Introduce sleepable BPF programs
` [PATCH v3 bpf-next 3/5] bpf: Add bpf_copy_from_user() helper
` [PATCH v3 bpf-next 4/5] libbpf: support sleepable progs
` [PATCH v3 bpf-next 5/5] selftests/bpf: Add sleepable tests

[PATCH bpf-next v3 0/4] bpf: verifier: use target program's type for access verifications
 2020-08-27 19:41 UTC  (10+ messages)
` [PATCH bpf-next v3 1/4] "
` [PATCH bpf-next v3 2/4] selftests/bpf: add test for freplace program with write access
` [PATCH bpf-next v3 3/4] selftests/bpf: test for checking return code for the extended prog
` [PATCH bpf-next v3 4/4] selftests/bpf: test for map update access from within EXT programs

[PATCH bpf-next 0/2] fix a verifier failure with xor
 2020-08-27 18:43 UTC  (8+ messages)
` [PATCH bpf-next 1/2] bpf: "
` [PATCH bpf-next 2/2] selftests/bpf: add verifier tests for xor operation

[PATCH bpf-next 0/6] tools/bpftool: Fix cross and out-of-tree builds
 2020-08-27 18:35 UTC  (9+ messages)
` [PATCH bpf-next 1/6] tools: Factor HOSTCC, HOSTLD, HOSTAR definitions
` [PATCH bpf-next 2/6] tools/bpftool: Force clean of out-of-tree build
` [PATCH bpf-next 3/6] tools/bpftool: Fix cross-build
` [PATCH bpf-next 4/6] tools/runqslower: Use Makefile.include
` [PATCH bpf-next 5/6] tools/runqslower: Enable out-of-tree build
` [PATCH bpf-next 6/6] tools/runqslower: Build bpftool using HOSTCC

[PATCH bpf-next 0/5] bpf: add main_thread_only customization for task/task_file iterators
 2020-08-27 18:09 UTC  (10+ messages)
` [PATCH bpf-next 1/5] bpf: make bpf_link_info.iter similar to bpf_iter_link_info
` [PATCH bpf-next 2/5] bpf: add main_thread_only customization for task/task_file iterators
` [PATCH bpf-next 3/5] bpf: add link_query support for newly added main_thread_only info
` [PATCH bpf-next 4/5] bpftool: support optional 'task main_thread_only' argument
` [PATCH bpf-next 5/5] selftests/bpf: test task_file iterator with main_thread_only

Frozen Maps
 2020-08-27 17:02 UTC  (5+ messages)

perf event and data_sz
 2020-08-27 16:04 UTC  (4+ messages)

[PATCH bpf-next 0/3] bpf: add MPTCP subflow support
 2020-08-27 11:54 UTC  (5+ messages)

BUG: stack guard page was hit in __zone_watermark_ok
 2020-08-27  5:45 UTC 

[PATCH v1 bpf-next] bpf: new helper bpf_get_current_pcomm
 2020-08-27  5:25 UTC  (3+ messages)

[PATCH v2 bpf-next] libbpf: fix compilation warnings for 64-bit printf args
 2020-08-27  5:14 UTC  (2+ messages)

[PATCH bpf-next] libbpf: fix compilation warnings for 64-bit printf args
 2020-08-27  4:12 UTC  (3+ messages)

[PATCH] ice: Fix memleak in ice_set_ringparam
 2020-08-27  2:34 UTC 

[PATCH bpf-next] libbpf: Fix unintentional success return code in bpf_object__load
 2020-08-26 22:17 UTC  (2+ messages)

[PATCH v6 bpf-next 0/6] bpf: tailcalls in BPF subprograms
 2020-08-26 21:35 UTC  (7+ messages)

[PATCH][next] selftests/bpf: fix spelling mistake "scoket" -> "socket"
 2020-08-26 16:22 UTC  (2+ messages)

[PATCH 00/49] DRM driver for Hikey 970
 2020-08-26 14:44 UTC  (15+ messages)

general protection fault in rt6_fill_node
 2020-08-26 14:38 UTC 

general protection fault in nexthop_is_blackhole
 2020-08-26 14:38 UTC 

[PATCH bpf-next] selftests/bpf: Fix open call in trigger_fstat_events
 2020-08-26 14:25 UTC  (2+ messages)

Advisory file locking behaviour of bpf_link (and others?)
 2020-08-26 13:32 UTC  (5+ messages)

[PATCHv8 bpf-next 0/3] xdp: add a new helper for dev map multicast support
 2020-08-26 13:20 UTC  (7+ messages)
` [PATCHv9 bpf-next 0/5] "
  ` [PATCHv9 bpf-next 1/5] bpf: add a new bpf argument type ARG_CONST_MAP_PTR_OR_NULL
  ` [PATCHv9 bpf-next 2/5] xdp: add a new helper for dev map multicast support
  ` [PATCHv9 bpf-next 3/5] sample/bpf: add xdp_redirect_map_multicast test
  ` [PATCHv9 bpf-next 4/5] selftests/bpf: add xdp_redirect_multi test
  ` [PATCHv9 bpf-next 5/5] selftests/bpf: Add verifier tests for bpf arg ARG_CONST_MAP_PTR_OR_NULL

Clang | llc incorrect jumps
 2020-08-26 12:19 UTC  (3+ messages)
  ` [EXTERNAL] "

[PATCH net-next 0/6] mvneta: introduce XDP multi-buffer support
 2020-08-26  9:47 UTC  (5+ messages)
` [PATCH net-next 1/6] xdp: introduce mb in xdp_buff/xdp_frame

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

[PATCH bpf-next 0/5] Allow storage of flexible metadata information for eBPF programs
 2020-08-26  5:36 UTC  (9+ messages)
` [PATCH bpf-next 3/5] libbpf: Add BPF_PROG_BIND_MAP syscall and use it on .metadata section
` [PATCH bpf-next 4/5] bpftool: support dumping metadata
` [PATCH bpf-next 5/5] selftests/bpf: Test bpftool loading and "

expects argument of type 'size_t', but argument 5 has type 'Elf64_Xword
 2020-08-26  3:18 UTC  (2+ messages)

[PATCH bpf-next v10 0/7] Generalizing bpf_local_storage
 2020-08-25 22:51 UTC  (11+ messages)
` [PATCH bpf-next v10 1/7] bpf: Renames in preparation for bpf_local_storage
` [PATCH bpf-next v10 2/7] bpf: Generalize caching for sk_storage
` [PATCH bpf-next v10 3/7] bpf: Generalize bpf_sk_storage
` [PATCH bpf-next v10 4/7] bpf: Split bpf_local_storage to bpf_sk_storage
` [PATCH bpf-next v10 5/7] bpf: Implement bpf_local_storage for inodes
` [PATCH bpf-next v10 6/7] bpf: Allow local storage to be used from LSM programs
` [PATCH bpf-next v10 7/7] bpf: Add selftests for local_storage

Adding sockmap element iterator
 2020-08-25 18:35 UTC  (2+ messages)

[PATCH bpf-next v9 0/7] Generalizing bpf_local_storage
 2020-08-25 17:39 UTC  (5+ messages)
` [PATCH bpf-next v9 5/7] bpf: Implement bpf_local_storage for inodes

[PATCH net-next v2 0/3] i40e driver performance tweaks for AF_XDP
 2020-08-25 11:35 UTC  (4+ messages)
` [PATCH net-next v2 1/3] i40e, xsk: remove HW descriptor prefetch in AF_XDP path
` [PATCH net-next v2 2/3] i40e: use 16B HW descriptors instead of 32B
` [PATCH net-next v2 3/3] i40e, xsk: move buffer allocation out of the Rx processing loop

[PATCH] perf test: Fix basic bpf filtering test
 2020-08-25  8:32 UTC  (2+ messages)

KASAN: use-after-free Read in cgroup_path_ns
 2020-08-25  6:03 UTC 

[PATCH bpf-next] selftests/bpf: enable tc verbose mode for test_sk_assign
 2020-08-25  4:18 UTC  (2+ messages)

[PATCH bpf] bpf, sysctl: let bpf_stats_handler take a kernel pointer buffer
 2020-08-25  4:14 UTC  (2+ 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).