bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-29 15:12:24 to 2020-11-03 14:53:04 UTC [more...]

[PATCH bpf-next 0/5] Implement task_local_storage
 2020-11-03 14:52 UTC  (12+ messages)
` [PATCH bpf-next 1/5] bpf: Implement task local storage

[PATCH v4 seccomp 0/5] seccomp: Add bitmap cache of constant allow filter results
 2020-11-03 13:00 UTC  (12+ messages)
` [PATCH v4 seccomp 5/5] seccomp/cache: Report cache data through /proc/pid/seccomp_cache

[PATCH bpf-next 0/5] selftests/xsk: xsk selftests
 2020-11-03 12:26 UTC  (8+ messages)
` [PATCH bpf-next 1/5] selftests/xsk: xsk selftests framework
` [PATCH bpf-next 2/5] selftests/xsk: xsk selftests - SKB POLL, NOPOLL
` [PATCH bpf-next 3/5] selftests/xsk: xsk selftests - DRV "
` [PATCH bpf-next 4/5] selftests/xsk: xsk selftests - Socket Teardown - SKB, DRV
` [PATCH bpf-next 5/5] selftests/xsk: xsk selftests - Bi-directional Sockets "

[PATCH bpf 0/2] libbpf: fix two bugs in xsk_socket__delete
 2020-11-03  9:41 UTC  (3+ messages)
` [PATCH bpf 1/2] libbpf: fix null dereference "
` [PATCH bpf 2/2] libbpf: fix possible use after free "

[PATCH iproute2-next 0/5] iproute2: add libbpf support
 2020-11-03  8:46 UTC  (24+ messages)
` [PATCHv2 "
  ` [PATCHv3 "
    ` [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

potential NULL deref in xsk_socket__delete
 2020-11-03  7:26 UTC  (2+ messages)

[PATCH bpf-next 00/11] libbpf: split BTF support
 2020-11-03  6:31 UTC  (46+ 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

[RFC] Add BPF_PROG_TYPE_CGROUP_IOCTL
 2020-11-03  5:42 UTC  (5+ messages)

[PATCH bpf-next 0/2] selftest/bpf: improve bpf tunnel test
 2020-11-03  4:29 UTC  (3+ messages)
` [PATCH bpf-next 1/2] selftest/bpf: add missed ip6ip6 test back
` [PATCH bpf-next 2/2] selftest/bpf: remove unused bpf tunnel testing code

x86 BPF JIT failed to load a program with continuous JMPs
 2020-11-03  4:00 UTC 

[bpf-next PATCH v2 1/5] selftests/bpf: Move test_tcppbf_user into test_progs
 2020-11-03  1:40 UTC  (14+ messages)
` [bpf-next PATCH v2 2/5] selftests/bpf: Drop python client/server in favor of threads
` [bpf-next PATCH v2 3/5] selftests/bpf: Replace EXPECT_EQ with ASSERT_EQ and refactor verify_results
` [bpf-next PATCH v2 4/5] selftests/bpf: Migrate tcpbpf_user.c to use BPF skeleton
` [bpf-next PATCH v2 5/5] selftest/bpf: Use global variables instead of maps for test_tcpbpf_kern
` [bpf-next PATCH v2 0/5] selftests/bpf: Migrate test_tcpbpf_user to be a part of test_progs framework

[PATCHv2 0/2] pahole: Workaround dwarf bug for function encoding
 2020-11-02 22:56 UTC  (6+ messages)
` [PATCH 1/2] btf_encoder: Move find_all_percpu_vars in generic collect_symbols
` [PATCH 2/2] btf_encoder: Change functions check due to broken dwarf

[PATCH bpf-next V5 0/5] Subj: bpf: New approach for BPF MTU handling
 2020-11-02 20:10 UTC  (18+ messages)
` [PATCH bpf-next V5 1/5] bpf: Remove MTU check in __bpf_skb_max_len
` [PATCH bpf-next V5 2/5] bpf: bpf_fib_lookup return MTU value as output when looked up
` [PATCH bpf-next V5 3/5] bpf: add BPF-helper for MTU checking
` [PATCH bpf-next V5 4/5] bpf: drop MTU check when doing TC-BPF redirect to ingress
` [PATCH bpf-next V5 5/5] bpf: make it possible to identify BPF redirected SKBs

For review: seccomp_user_notif(2) manual page [v2]
 2020-11-02 20:04 UTC  (22+ messages)

[RFC PATCH 0/6] Sleepable tracepoints
 2020-11-02 18:51 UTC  (10+ messages)
` [RFC PATCH 1/6] tracing: introduce sleepable tracepoints
` [RFC PATCH 6/6] tracing: use sched-RCU instead of SRCU for rcuidle tracepoints

[selftest/bpf] 472547778d: WARNING:at_kernel/bpf/verifier.c:#resolve_pseudo_ldimm64
 2020-11-02 17:51 UTC  (3+ messages)

[PATCH net-next] ice: Remove xsk_buff_pool from VSI structure
 2020-11-02  9:37 UTC 

KASAN: vmalloc-out-of-bounds Read in bpf_trace_run3
 2020-11-02 11:54 UTC 

[PATCH bpf] selftest/bpf: Validate initial values of per-cpu hash elems
 2020-11-02 11:41 UTC  (5+ messages)

[PATCH bpf-net] bpf: fix error path in htab_map_alloc()
 2020-11-02 11:41 UTC 

KASAN: slab-out-of-bounds Write in xfrm_attr_cpy32
 2020-11-02  7:23 UTC 

[PATCH bpf-next 2/5] bpf: Implement get_current_task_btf and RET_PTR_TO_BTF_ID
 2020-10-31 18:45 UTC  (3+ messages)
` [RFC PATCH] bpf: bpf_get_current_task_btf_proto can be static

[PATCH bpf-next 0/2] bpf: safeguard hashtab locking in NMI context
 2020-10-30 20:20 UTC  (2+ messages)

general protection fault in security_inode_getattr
 2020-10-30 19:56 UTC  (7+ messages)

[PATCH bpf-next V4 0/5] bpf: New approach for BPF MTU handling
 2020-10-30 19:24 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] bpf: update verifier to stop perf ring buffer corruption
 2020-10-30 19:16 UTC  (3+ messages)

[bpf-next PATCH 0/4] selftests/bpf: Migrate test_tcpbpf_user to be a part of test_progs framework
 2020-10-30 15:50 UTC  (14+ 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 4/4] selftests/bpf: Migrate tcpbpf_user.c to use BPF skeleton

[PATCH] btf: Expose kernel BTF only to tasks with CAP_PERFMON
 2020-10-30 11:23 UTC  (5+ messages)

WARNING in bpf_raw_tp_link_fill_link_info
 2020-10-30 10:09 UTC  (3+ messages)

[PATCH v2 net-next 0/4] xdp: introduce bulking for page_pool tx return path
 2020-10-30  8:22 UTC  (7+ 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 v2 0/2] get rid of GCC __attribute__((optimize)) for BPF
 2020-10-30  7:51 UTC  (14+ messages)
` [PATCH v2 1/2] bpf: don't rely on GCC __attribute__((optimize)) to disable GCSE

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

Maximum size of record over perf ring buffer?
 2020-10-29 22:48 UTC  (11+ messages)
  ` [EXTERNAL] "

[RFC bpf-next 00/16] bpf: Speed up trampoline attach
 2020-10-29 22:45 UTC  (6+ 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] libbpf hashmap: Avoid undefined behavior in hash_bits
 2020-10-29 22:24 UTC  (2+ messages)

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

[PATCH bpf-next v5] bpf: Lift hashtab key_size limit
 2020-10-29 20:38 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).