bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-27 00:06:33 to 2020-09-01 18:12:49 UTC [more...]

[PATCH bpf-next v1 0/8] bpf: BTF support for ksyms
 2020-09-01 18:12 UTC  (9+ 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 bpf-next v2 0/2] bpf: avoid iterating duplicated files for task_file iterator
 2020-09-01 17:38 UTC  (6+ messages)
` [PATCH bpf-next v2 1/2] "
` [PATCH bpf-next v2 2/2] selftests/bpf: test task_file iterator without visiting pthreads

[RFC PATCH 0/4] block/bpf: add eBPF based block layer IO filtering
 2020-09-01 16:53 UTC  (13+ messages)
` [RFC PATCH 1/4] bpf: add new prog_type BPF_PROG_TYPE_IO_FILTER
` [RFC PATCH 2/4] bpf: add protect_gpt sample program
` [RFC PATCH 3/4] bpf: add eBPF IO filter documentation
` [RFC PATCH 4/4] bpf: add BPF_PROG_TYPE_LSM to bpftool name array

[PATCH v6 bpf-next 0/6] bpf: tailcalls in BPF subprograms
 2020-09-01 16:24 UTC  (9+ messages)

[PATCH bpf] tools/bpf: build: make sure resolve_btfids cleans up after itself
 2020-09-01 16:13 UTC  (4+ messages)

[PATCH] perf test: Fix basic bpf filtering test
 2020-09-01 15:17 UTC  (3+ messages)

[PATCH bpf-next v2] bpf: {cpu,dev}map: change various functions return type from int to void
 2020-09-01 14:21 UTC  (4+ messages)

[PATCH bpf-next v2 0/4] Sockmap iterator
 2020-09-01 10:32 UTC  (5+ messages)
` [PATCH bpf-next v2 1/4] net: sockmap: Remove unnecessary sk_fullsock checks
` [PATCH bpf-next v2 2/4] net: Allow iterating sockmap and sockhash
` [PATCH bpf-next v2 3/4] selftests: bpf: Add helper to compare socket cookies
` [PATCH bpf-next v2 4/4] selftests: bpf: Test copying a sockmap via bpf_iter

[PATCH bpf-next 0/3] Sockmap iterator
 2020-09-01  9:20 UTC  (11+ 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 bpf-next] bpf: change bq_enqueue() return type from int to void
 2020-09-01  6:12 UTC  (3+ messages)

WARNING in bpf_cgroup_link_release
 2020-09-01  2:58 UTC  (2+ messages)

[PATCH v2 bpf-next 00/14] Add libbpf full support for BPF-to-BPF calls
 2020-09-01  1:50 UTC  (15+ messages)
` [PATCH v2 bpf-next 01/14] libbpf: ensure ELF symbols table is found before further ELF processing
` [PATCH v2 bpf-next 02/14] libbpf: parse multi-function sections into multiple BPF programs
` [PATCH v2 bpf-next 03/14] libbpf: support CO-RE relocations for multi-prog sections
` [PATCH v2 bpf-next 04/14] libbpf: make RELO_CALL work for multi-prog sections and sub-program calls
` [PATCH v2 bpf-next 05/14] libbpf: implement generalized .BTF.ext func/line info adjustment
` [PATCH v2 bpf-next 06/14] libbpf: add multi-prog section support for struct_ops
` [PATCH v2 bpf-next 07/14] selftests/bpf: add selftest for multi-prog sections and bpf-to-bpf calls
` [PATCH v2 bpf-next 08/14] tools/bpftool: replace bpf_program__title() with bpf_program__section_name()
` [PATCH v2 bpf-next 09/14] selftests/bpf: don't use deprecated libbpf APIs
` [PATCH v2 bpf-next 10/14] libbpf: deprecate notion of BPF program "title" in favor of "section name"
` [PATCH v2 bpf-next 11/14] selftests/bpf: turn fexit_bpf2bpf into test with subtests
` [PATCH v2 bpf-next 12/14] selftests/bpf: convert pyperf, strobemeta, and l4lb_noinline to __noinline
` [PATCH v2 bpf-next 13/14] selftests/bpf: modernize xdp_noinline test w/ skeleton and __noinline
` [PATCH v2 bpf-next 14/14] selftests/bpf: convert cls_redirect selftest to use __noinline

[PATCH bpf] bpf: refer to struct xdp_md in user space comments
 2020-08-31 23:28 UTC  (4+ messages)

[RFC PATCH] libbpf: Support setting map max_entries at runtime
 2020-08-31 22:49 UTC 

[PATCH bpf-next] bpf: Remove bpf_lsm_file_mprotect from sleepable list
 2020-08-31 21:25 UTC  (2+ messages)

[PATCH bpf-next] samples/bpf: fix to xdpsock to avoid recycling frames
 2020-08-31 21:03 UTC  (4+ messages)

[PATCH bpf-next] samples/bpf: optimize l2fwd performance in xdpsock
 2020-08-31 21:02 UTC  (2+ messages)

[PATCH bpf-next] bpf: add bpf_get_xdp_hash helper function
 2020-08-31 20:33 UTC  (3+ messages)

[PATCH bpf-next 0/6] tools/bpftool: Fix cross and out-of-tree builds
 2020-08-31 20:23 UTC  (10+ 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 v5 00/15] xsk: support shared umems between devices and queues
 2020-08-31 20:20 UTC  (17+ 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] bpf: Fix build without BPF_LSM
 2020-08-31 20:07 UTC  (4+ messages)

[PATCH v2 bpf-next] bpf: Fix build without BPF_SYSCALL, but with BPF_JIT
 2020-08-31 20:07 UTC  (4+ messages)

[PATCH v3 bpf-next 0/5] bpf: Introduce minimal support for sleepable progs
 2020-08-31 16:56 UTC  (18+ 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/8] Allow storage of flexible metadata information for eBPF programs
 2020-08-31 15:40 UTC  (11+ messages)
` [PATCH bpf-next v3 1/8] bpf: Mutex protect used_maps array and count
` [PATCH bpf-next v3 2/8] bpf: Add BPF_PROG_BIND_MAP syscall
` [PATCH bpf-next v3 3/8] libbpf: Add BPF_PROG_BIND_MAP syscall and use it on .metadata section
` [PATCH bpf-next v3 4/8] libbpf: implement bpf_prog_find_metadata
` [PATCH bpf-next v3 5/8] bpftool: support dumping metadata
` [PATCH bpf-next v3 6/8] bpftool: support metadata internal map in gen skeleton
` [PATCH bpf-next v3 7/8] bpftool: mention --metadata in the documentation
` [PATCH bpf-next v3 8/8] selftests/bpf: Test load and dump metadata with btftool and skel

[PATCH bpf v1] libbpf: fix build failure from uninitialized variable warning
 2020-08-31 14:59 UTC  (2+ messages)

[PATCH bpf-next] bpf: Fix build without BPF_SYSCALL, but with BPF_JIT
 2020-08-31  4:46 UTC  (4+ messages)

memory leak in do_seccomp
 2020-08-31  3:50 UTC  (2+ messages)

[PATCH] veth: fix memory leak in veth_newlink()
 2020-08-31  1:43 UTC  (4+ messages)

pull-request: bpf 2020-08-28
 2020-08-28 23:13 UTC  (2+ messages)

[PATCHv8 bpf-next 0/3] xdp: add a new helper for dev map multicast support
 2020-08-28 22:05 UTC  (6+ 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

[PATCH bpf-next 0/5] Allow storage of flexible metadata information for eBPF programs
 2020-08-28 20:55 UTC  (10+ messages)
` [PATCH bpf-next 4/5] bpftool: support dumping metadata

[PATCH bpf-next v4 00/30] bpf: switch to memcg-based memory accounting
 2020-08-28 16:44 UTC  (11+ messages)
` [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] 0001-samples-bpf-fix-to-xdpsock-to-avoid-recycling-frames.patch
 2020-08-28 16:14 UTC  (2+ messages)

[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] 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 v3 0/4] bpf: verifier: use target program's type for access verifications
 2020-08-27 19:41 UTC  (4+ messages)
` [PATCH bpf-next v3 2/4] selftests/bpf: add test for freplace program with write access

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

[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  (2+ 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 


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