bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-26 17:10:13 to 2020-10-29 07:44:51 UTC [more...]

[PATCH iproute2-next 0/5] iproute2: add libbpf support
 2020-10-29  3:00 UTC  (26+ messages)
` [PATCH iproute2-next 3/5] lib: "
` [PATCHv2 iproute2-next 0/5] iproute2: "
  ` [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

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 net-next 0/4] xdp: introduce bulking for page_pool tx return path
 2020-10-29  7:25 UTC  (13+ 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 3/4] net: mvpp2: add xdp tx return bulking support
` [PATCH net-next 4/4] net: mlx5: "

For review: seccomp_user_notif(2) manual page [v2]
 2020-10-29  4:43 UTC  (3+ messages)

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

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

[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] "

[RFC bpf-next 00/16] bpf: Speed up trampoline attach
 2020-10-28 22:40 UTC  (23+ messages)
` [RFC bpf-next 07/16] kallsyms: Use rb tree for kallsyms name search
` [RFC bpf-next 09/16] bpf: Add BPF_TRAMPOLINE_BATCH_ATTACH support
` [RFC bpf-next 13/16] libbpf: Add trampoline batch attach support

[PATCH bpf-next 0/5] Implement task_local_storage
 2020-10-28  1:27 UTC  (9+ 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
` [PATCH bpf-next 3/5] bpf: Fix tests for local_storage
` [PATCH bpf-next 4/5] bpf: Update selftests for local_storage to use vmlinux.h
` [PATCH bpf-next 5/5] bpf: Add tests for task_local_storage

[bpf-next PATCH 0/4] selftests/bpf: Migrate test_tcpbpf_user to be a part of test_progs framework
 2020-10-29  1:51 UTC  (6+ 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

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

[PATCH v2 0/2] get rid of GCC __attribute__((optimize)) for BPF
 2020-10-28 23:20 UTC  (8+ 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

[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  (11+ messages)
` [RFC PATCH 1/6] tracing: introduce sleepable tracepoints
` [RFC PATCH 6/6] tracing: use sched-RCU instead of SRCU for rcuidle 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 0/5] bpf: New approach for BPF MTU handling
 2020-10-28 12:49 UTC  (8+ messages)
` [PATCH bpf-next V4 1/5] bpf: Remove MTU check in __bpf_skb_max_len
` [PATCH bpf-next V4 2/5] bpf: bpf_fib_lookup return MTU value as output when looked up
` [PATCH bpf-next V4 3/5] bpf: add BPF-helper for MTU checking
` [PATCH bpf-next V4 4/5] bpf: drop MTU check when doing TC-BPF redirect to ingress
` [PATCH bpf-next V4 5/5] bpf: make it possible to identify BPF redirected SKBs

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

[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: "

[PATCH bpf] samples/bpf: Set rlimit for memlock to infinity in all samples
 2020-10-27 17:00 UTC  (4+ messages)

[PATCH 5.9 457/757] perf metricgroup: Fix uncore metric expressions
 2020-10-27 13:51 UTC 

[PATCH] bpf: fix -Wshadow warnings
 2020-10-27 16:10 UTC  (3+ messages)

[PATCH bpf-next v3] bpf: Lift hashtab key_size limit
 2020-10-27 13:25 UTC  (3+ messages)

[PATCH bpf] xsk: fix possible memory leak at socket close
 2020-10-27 12:32 UTC 

[PATCH AUTOSEL 5.9 060/147] bpf: Permit map_ptr arithmetic with opcode add and offset 0
 2020-10-26 23:47 UTC  (3+ messages)
` [PATCH AUTOSEL 5.9 067/147] selftests/bpf: Define string const as global for test_sysctl_prog.c
` [PATCH AUTOSEL 5.9 069/147] samples/bpf: Fix possible deadlock in xdpsock

[PATCH AUTOSEL 5.8 052/132] bpf: Permit map_ptr arithmetic with opcode add and offset 0
 2020-10-26 23:50 UTC  (3+ messages)
` [PATCH AUTOSEL 5.8 059/132] selftests/bpf: Define string const as global for test_sysctl_prog.c
` [PATCH AUTOSEL 5.8 061/132] samples/bpf: Fix possible deadlock in xdpsock

[PATCH AUTOSEL 5.4 32/80] bpf: Permit map_ptr arithmetic with opcode add and offset 0
 2020-10-26 23:54 UTC  (3+ messages)
` [PATCH AUTOSEL 5.4 34/80] selftests/bpf: Define string const as global for test_sysctl_prog.c
` [PATCH AUTOSEL 5.4 35/80] samples/bpf: Fix possible deadlock in xdpsock

[PATCH] bpf: fix incorrect initialization of bpf_ctx_convert_map
 2020-10-26 22:32 UTC  (2+ messages)

[PATCH] bpf: suppress -Wcast-function-type warning
 2020-10-26 22:26 UTC  (3+ messages)

Build failures: unresolved symbol vfs_getattr
 2020-10-26 22:06 UTC  (12+ 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).