bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-22 07:04:44 to 2020-08-27 01:38:15 UTC [more...]

[PATCH bpf-next v4 00/30] bpf: switch to memcg-based memory accounting
 2020-08-27  1:38 UTC  (15+ 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 0/5] bpf: add main_thread_only customization for task/task_file iterators
 2020-08-27  0:06 UTC  (6+ 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

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

[PATCH bpf-next 0/2] fix a verifier failure with xor
 2020-08-26 22:06 UTC  (6+ messages)
` [PATCH bpf-next 1/2] bpf: "
` [PATCH bpf-next 2/2] selftests/bpf: add verifier tests for xor operation

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

[PATCH bpf-next v3 0/4] bpf: verifier: use target program's type for access verifications
 2020-08-26 19:52 UTC  (8+ 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/3] bpf: add MPTCP subflow support
 2020-08-26 19:12 UTC  (4+ messages)

perf event and data_sz
 2020-08-26 18:45 UTC  (2+ messages)

[PATCH v1 bpf-next] bpf: new helper bpf_get_current_pcomm
 2020-08-26 17:41 UTC  (2+ messages)

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

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

[PATCH 00/49] DRM driver for Hikey 970
 2020-08-26 14:44 UTC  (25+ 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] selftests/bpf: Fix massive output from test_maps
 2020-08-26  8:29 UTC  (2+ messages)

[PATCH bpf-next 0/5] Allow storage of flexible metadata information for eBPF programs
 2020-08-26  5:36 UTC  (13+ 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  (13+ messages)
` [PATCH bpf-next v9 1/7] bpf: Renames in preparation for bpf_local_storage
` [PATCH bpf-next v9 2/7] bpf: Generalize caching for sk_storage
` [PATCH bpf-next v9 3/7] bpf: Generalize bpf_sk_storage
` [PATCH bpf-next v9 4/7] bpf: Split bpf_local_storage to bpf_sk_storage
` [PATCH bpf-next v9 5/7] bpf: Implement bpf_local_storage for inodes
` [PATCH bpf-next v9 6/7] bpf: Allow local storage to be used from LSM programs
` [PATCH bpf-next v9 7/7] bpf: Add selftests for local_storage

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

[PATCH bpf V2] selftests/bpf: Fix test_progs-flavor run getting number of tests
 2020-08-25  4:11 UTC  (2+ messages)

[PATCH bpf] bpf: fix a buffer out-of-bound access when filling raw_tp link_info
 2020-08-25  4:08 UTC  (3+ messages)

[PATCH bpf-next 0/3] samples: bpf: Refactor tracing programs with libbpf
 2020-08-25  4:02 UTC  (5+ messages)
` [PATCH bpf-next 1/3] samples: bpf: cleanup bpf_load.o from Makefile
` [PATCH bpf-next 2/3] samples: bpf: Refactor kprobe tracing programs with libbpf
` [PATCH bpf-next 3/3] samples: bpf: Refactor tracepoint "

[PATCH bpf-next v1 0/8] bpf: BTF support for ksyms
 2020-08-25  1:03 UTC  (22+ messages)
` [PATCH bpf-next v1 1/8] bpf: Introduce pseudo_btf_id
` [PATCH bpf-next v1 3/8] bpf: Introduce help function to validate ksym's type
` [PATCH bpf-next v1 5/8] bpf/selftests: ksyms_btf to test typed ksyms
` [PATCH bpf-next v1 6/8] bpf: Introduce bpf_per_cpu_ptr()

general protection fault in security_inode_getattr
 2020-08-25  0:48 UTC  (5+ messages)

Behavior of pinned perf event array
 2020-08-24 23:57 UTC 

[PATCH bpf-next] selftests: bpf: fix sockmap update nits
 2020-08-24 21:52 UTC  (3+ messages)

[PATCH bpf-next] libbpf: fix type compatibility check copy-paste error
 2020-08-24 21:51 UTC  (2+ messages)

[PATCH bpf-next] libbpf: avoid false unuinitialized variable warning in bpf_core_apply_relo
 2020-08-24 21:49 UTC  (2+ messages)

[PATCH] bpf: sk_lookup: Add user documentation
 2020-08-24 21:47 UTC  (2+ messages)

[PATCH bpf-next] docs: correct subject prefix and update LLVM info
 2020-08-24 21:44 UTC  (3+ messages)

[PATCH v5 bpf-next 00/12] BPF TCP header options
 2020-08-24 21:43 UTC  (2+ messages)

[bug report] net: WireGuard secure network tunnel
 2020-08-24 19:52 UTC  (2+ messages)

[RFC] security: replace indirect calls with static calls
 2020-08-24 17:54 UTC  (10+ messages)

[PATCH AUTOSEL 5.8 21/63] selftests/bpf: Fix segmentation fault in test_progs
 2020-08-24 16:35 UTC  (11+ messages)
` [PATCH AUTOSEL 5.8 22/63] libbpf: Handle GCC built-in types for Arm NEON
` [PATCH AUTOSEL 5.8 24/63] libbpf: Prevent overriding errno when logging errors
` [PATCH AUTOSEL 5.8 25/63] tools/bpftool: Fix compilation warnings in 32-bit mode
` [PATCH AUTOSEL 5.8 26/63] selftest/bpf: "
` [PATCH AUTOSEL 5.8 27/63] selftests/bpf: Fix btf_dump test cases on 32-bit arches
` [PATCH AUTOSEL 5.8 28/63] selftests/bpf: Correct various core_reloc 64-bit assumptions
` [PATCH AUTOSEL 5.8 55/63] bpf: Fix a rcu_sched stall issue with bpf task/task_file iterator
` [PATCH AUTOSEL 5.8 56/63] bpf: Avoid visit same object multiple times
` [PATCH AUTOSEL 5.8 60/63] libbpf: Fix map index used in error message
` [PATCH AUTOSEL 5.8 61/63] bpf: selftests: global_funcs: Check err_str before strstr

[PATCH AUTOSEL 5.7 20/54] selftests/bpf: Fix segmentation fault in test_progs
 2020-08-24 16:36 UTC  (7+ messages)
` [PATCH AUTOSEL 5.7 21/54] libbpf: Handle GCC built-in types for Arm NEON
` [PATCH AUTOSEL 5.7 23/54] libbpf: Prevent overriding errno when logging errors
` [PATCH AUTOSEL 5.7 24/54] selftests/bpf: Fix btf_dump test cases on 32-bit arches
` [PATCH AUTOSEL 5.7 25/54] selftests/bpf: Correct various core_reloc 64-bit assumptions
` [PATCH AUTOSEL 5.7 51/54] libbpf: Fix map index used in error message
` [PATCH AUTOSEL 5.7 52/54] bpf: selftests: global_funcs: Check err_str before strstr

[PATCH AUTOSEL 5.4 17/38] libbpf: Handle GCC built-in types for Arm NEON
 2020-08-24 16:37 UTC 

[PATCH bpf] selftests/bpf: Fix test_progs-flavor run getting number of tests
 2020-08-24 11:57 UTC  (3+ messages)

[PATCH bpf-next v5 00/15] Run a BPF program on socket lookup
 2020-08-24  8:17 UTC  (4+ messages)
` BPF sk_lookup v5 - TCP SYN and UDP 0-len flood benchmarks

[PATCH] samples/bpf: Support both enter and exit kprobes in helper
 2020-08-22 16:00 UTC  (3+ 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).