bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-27 19:04:36 to 2020-10-29 22:46:09 UTC [more...]

[RFC bpf-next 00/16] bpf: Speed up trampoline attach
 2020-10-29 22:45 UTC  (15+ messages)
` [RFC bpf-next 07/16] kallsyms: Use rb tree for kallsyms name search

[PATCH bpf] bpf: zero-fill re-used per-cpu map element
 2020-10-29 22:40 UTC  (5+ messages)
` [PATCH bpf v2] "

[PATCH v2] libbpf hashmap: Fix undefined behavior in hash_bits
 2020-10-29 22:38 UTC  (2+ messages)

[PATCH bpf] selftest/bpf: Validate initial values of per-cpu hash elems
 2020-10-29 22:37 UTC  (3+ messages)

[PATCH] libbpf hashmap: Avoid undefined behavior in hash_bits
 2020-10-29 22:24 UTC  (2+ messages)

[PATCH v2 0/2] get rid of GCC __attribute__((optimize)) for BPF
 2020-10-29 22:13 UTC  (12+ messages)
` [PATCH v2 1/2] bpf: don't rely on GCC __attribute__((optimize)) to disable GCSE
` [PATCH v2 2/2] bpf: move interpreter into separate source file

[PATCH] libbpf hashmap: Fix undefined behavior in hash_bits
 2020-10-29 20:58 UTC  (5+ messages)

[selftest/bpf] 472547778d: WARNING:at_kernel/bpf/verifier.c:#resolve_pseudo_ldimm64
 2020-10-29 20:49 UTC  (2+ messages)

For review: seccomp_user_notif(2) manual page [v2]
 2020-10-29 20:37 UTC  (9+ messages)

[PATCH bpf-next v5] bpf: Lift hashtab key_size limit
 2020-10-29 20:38 UTC  (2+ messages)

[PATCH iproute2-next 0/5] iproute2: add libbpf support
 2020-10-29 20:30 UTC  (31+ messages)
` [PATCHv2 "
  ` [PATCHv2 iproute2-next 1/5] configure: add check_libbpf() for later "
  ` [PATCHv2 iproute2-next 2/5] lib: rename bpf.c to bpf_legacy.c
  ` [PATCHv2 iproute2-next 3/5] lib: add libbpf support
  ` [PATCHv2 iproute2-next 4/5] examples/bpf: move struct bpf_elf_map defined maps to legacy folder
  ` [PATCHv2 iproute2-next 5/5] examples/bpf: add bpf examples with BTF defined maps
  ` [PATCHv3 iproute2-next 0/5] iproute2: add libbpf support
    ` [PATCHv3 iproute2-next 1/5] configure: add check_libbpf() for later "
    ` [PATCHv3 iproute2-next 2/5] lib: rename bpf.c to bpf_legacy.c
    ` [PATCHv3 iproute2-next 3/5] lib: add libbpf support
    ` [PATCHv3 iproute2-next 4/5] examples/bpf: move struct bpf_elf_map defined maps to legacy folder
    ` [PATCHv3 iproute2-next 5/5] examples/bpf: add bpf examples with BTF defined maps

[bpf-next PATCH 0/4] selftests/bpf: Migrate test_tcpbpf_user to be a part of test_progs framework
 2020-10-29 19:51 UTC  (9+ messages)
` [bpf-next PATCH 1/4] selftests/bpf: Move test_tcppbf_user into test_progs
` [bpf-next PATCH 2/4] selftests/bpf: Drop python client/server in favor of threads
` [bpf-next PATCH 3/4] selftests/bpf: Replace EXPECT_EQ with ASSERT_EQ and refactor verify_results
` [bpf-next PATCH 4/4] selftests/bpf: Migrate tcpbpf_user.c to use BPF skeleton

[PATCH v2 net-next 0/4] xdp: introduce bulking for page_pool tx return path
 2020-10-29 19:28 UTC  (5+ messages)
` [PATCH v2 net-next 1/4] net: xdp: introduce bulking for xdp "
` [PATCH v2 net-next 2/4] net: page_pool: add bulk support for ptr_ring
` [PATCH v2 net-next 3/4] net: mvpp2: add xdp tx return bulking support
` [PATCH v2 net-next 4/4] net: mlx5: "

[PATCH net-next 0/4] xdp: introduce bulking for page_pool tx return path
 2020-10-29 14:08 UTC  (22+ messages)
` [PATCH net-next 1/4] net: xdp: introduce bulking for xdp "
` [PATCH net-next 2/4] net: page_pool: add bulk support for ptr_ring
` [PATCH net-next 4/4] net: mlx5: add xdp tx return bulking support

[PATCH] bpf: don't rely on GCC __attribute__((optimize)) to disable GCSE
 2020-10-29  8:38 UTC  (15+ messages)
    ` [PATCH] tools/perf: Remove broken __no_tail_call attribute

[PATCH bpf] xsk: fix possible memory leak at socket close
 2020-10-29  8:35 UTC  (2+ messages)

For review: seccomp_user_notif(2) manual page
 2020-10-29  4:26 UTC  (24+ messages)

[PATCH bpf-next 0/2] bpf: safeguard hashtab locking in NMI context
 2020-10-29  7:19 UTC  (3+ messages)
` [PATCH bpf-next 1/2] bpf: use separate lockdep class for each hashtab
` [PATCH bpf-next 2/2] bpf: Avoid hashtab deadlock with map_locked

[PATCH] btf: Expose kernel BTF only to tasks with CAP_PERFMON
 2020-10-29  4:15 UTC  (4+ messages)

[PATCH bpf-next v4] bpf: Lift hashtab key_size limit
 2020-10-29  2:36 UTC  (2+ messages)

Maximum size of record over perf ring buffer?
 2020-10-28 19:03 UTC  (10+ messages)
  ` [EXTERNAL] "

[PATCH bpf-next 0/5] Implement task_local_storage
 2020-10-28  1:27 UTC  (6+ messages)
` [PATCH bpf-next 1/5] bpf: Implement task local storage
` [PATCH bpf-next 2/5] bpf: Implement get_current_task_btf and RET_PTR_TO_BTF_ID

libbpf v0.2 released
 2020-10-28 17:47 UTC 

[RFC PATCH bpf-next 0/9] Introduce biased busy-polling
 2020-10-28 14:13 UTC  (11+ messages)
` [RFC PATCH bpf-next 1/9] net: introduce "
` [RFC PATCH bpf-next 2/9] net: add SO_BUSY_POLL_BUDGET socket option
` [RFC PATCH bpf-next 3/9] xsk: add support for recvmsg()
` [RFC PATCH bpf-next 4/9] xsk: check need wakeup flag in sendmsg()
` [RFC PATCH bpf-next 5/9] xsk: add busy-poll support for {recv,send}msg()
` [RFC PATCH bpf-next 6/9] xsk: propagate napi_id to XDP socket Rx path
` [RFC PATCH bpf-next 7/9] samples/bpf: use recvfrom() in xdpsock
` [RFC PATCH bpf-next 8/9] samples/bpf: add busy-poll support to xdpsock
` [RFC PATCH bpf-next 9/9] samples/bpf: add option to set the busy-poll budget

[PATCH bpf-next 00/11] libbpf: split BTF support
 2020-10-29  0:59 UTC  (12+ messages)
` [PATCH bpf-next 01/11] libbpf: factor out common operations in BTF writing APIs
` [PATCH bpf-next 02/11] selftest/bpf: relax btf_dedup test checks
` [PATCH bpf-next 03/11] libbpf: unify and speed up BTF string deduplication
` [PATCH bpf-next 04/11] libbpf: implement basic split BTF support
` [PATCH bpf-next 05/11] selftests/bpf: add split BTF basic test
` [PATCH bpf-next 06/11] selftests/bpf: add checking of raw type dump in BTF writer APIs selftests
` [PATCH bpf-next 07/11] libbpf: fix BTF data layout checks and allow empty BTF
` [PATCH bpf-next 08/11] libbpf: support BTF dedup of split BTFs
` [PATCH bpf-next 09/11] libbpf: accomodate DWARF/compiler bug with duplicated identical arrays
` [PATCH bpf-next 10/11] selftests/bpf: add split BTF dedup selftests
` [PATCH bpf-next 11/11] tools/bpftool: add bpftool support for split BTF

[PATCH bpf-next] bpf: add struct bpf_redir_neigh forward declaration to BPF helper defs
 2020-10-28 22:28 UTC  (2+ messages)

[PATCH v2 seccomp 0/6] seccomp: Add bitmap cache of arg-independent filter results that allow syscalls
 2020-10-28  9:34 UTC  (7+ messages)
` [PATCH v2 seccomp 1/6] seccomp: Move config option SECCOMP to arch/Kconfig

[PATCH 1/2] tools, bpftool: Avoid array index warnings
 2020-10-28 13:45 UTC  (6+ messages)
` [PATCH 2/2] tools, bpftool: Remove two unused variables

[PATCH bpf-next] bpf: permit cond_resched for some iterators
 2020-10-28 22:50 UTC  (2+ messages)

[RFC PATCH 0/6] Sleepable tracepoints
 2020-10-28 21:23 UTC  (5+ messages)
` [RFC PATCH 1/6] tracing: introduce sleepable tracepoints

[RFC 0/3] pahole: Workaround dwarf bug for function encoding
 2020-10-28 15:53 UTC  (13+ messages)
` [PATCH 1/3] btf_encoder: Move find_all_percpu_vars in generic config function
` [PATCH 2/3] btf_encoder: Change functions check due to broken dwarf
` [PATCH 3/3] btf_encoder: Include static functions to BTF data

[PATCH bpf-next V4 2/5] bpf: bpf_fib_lookup return MTU value as output when looked up
 2020-10-28 12:49 UTC  (2+ messages)

[PATCH v4 seccomp 0/5] seccomp: Add bitmap cache of constant allow filter results
 2020-10-27 19:14 UTC  (3+ messages)
` [PATCH v5 seccomp 0/5]seccomp: "


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