bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-07 05:47:17 to 2019-11-08 21:33:14 UTC [more...]

[PATCH bpf-next v2 0/6] libbpf: Fix pinning and error message bugs and add new getters
 2019-11-08 21:33 UTC  (4+ messages)
` [PATCH bpf-next v2 1/6] libbpf: Unpin auto-pinned maps if loading fails
` [PATCH bpf-next v2 2/6] selftests/bpf: Add tests for automatic map unpinning on load failure
` [PATCH bpf-next v2 3/6] libbpf: Propagate EPERM to caller on program load

[PATCH v3 bpf-next 00/18] Introduce BPF trampoline
 2019-11-08 21:32 UTC  (51+ messages)
` [PATCH v3 bpf-next 01/18] bpf: refactor x86 JIT into helpers
` [PATCH v3 bpf-next 02/18] bpf: Add bpf_arch_text_poke() helper
` [PATCH v3 bpf-next 03/18] bpf: Introduce BPF trampoline
` [PATCH v3 bpf-next 04/18] libbpf: Introduce btf__find_by_name_kind()
` [PATCH v3 bpf-next 05/18] libbpf: Add support to attach to fentry/fexit tracing progs
` [PATCH v3 bpf-next 06/18] selftest/bpf: Simple test for fentry/fexit
` [PATCH v3 bpf-next 07/18] bpf: Add kernel test functions for fentry testing
` [PATCH v3 bpf-next 08/18] selftests/bpf: Add test for BPF trampoline
` [PATCH v3 bpf-next 09/18] selftests/bpf: Add fexit tests "
` [PATCH v3 bpf-next 10/18] selftests/bpf: Add combined fentry/fexit test
` [PATCH v3 bpf-next 11/18] selftests/bpf: Add stress test for maximum number of progs
` [PATCH v3 bpf-next 12/18] bpf: Reserve space for BPF trampoline in BPF programs
` [PATCH v3 bpf-next 13/18] bpf: Fix race in btf_resolve_helper_id()
` [PATCH v3 bpf-next 14/18] bpf: Compare BTF types of functions arguments with actual types
` [PATCH v3 bpf-next 15/18] bpf: Support attaching tracing BPF program to other BPF programs
` [PATCH v3 bpf-next 16/18] libbpf: Add support for attaching BPF programs "
` [PATCH v3 bpf-next 17/18] selftests/bpf: Extend test_pkt_access test
` [PATCH v3 bpf-next 18/18] selftests/bpf: Add a test for attaching BPF prog to another BPF prog and subprog

[PATCH bpf-next 0/6] libbpf: Fix pinning and error message bugs and add new getters
 2019-11-08 20:04 UTC  (15+ messages)
` [PATCH bpf-next 1/6] libbpf: Unpin auto-pinned maps if loading fails
` [PATCH bpf-next 2/6] selftests/bpf: Add tests for automatic map unpinning on load failure
` [PATCH bpf-next 3/6] libbpf: Propagate EPERM to caller on program load
` [PATCH bpf-next 4/6] libbpf: Use pr_warn() when printing netlink errors
` [PATCH bpf-next 5/6] libbpf: Add bpf_get_link_xdp_info() function to get more XDP information
` [PATCH bpf-next 6/6] libbpf: Add getter for program size

[PATCH bpf-next 0/3] Add support for memory-mapping BPF array maps
 2019-11-08 19:34 UTC  (9+ messages)
` [PATCH bpf-next 1/3] bpf: add mmap() support for BPF_MAP_TYPE_ARRAY
` [PATCH bpf-next 2/3] libbpf: make global data internal arrays mmap()-able, if possible
` [PATCH bpf-next 3/3] selftests/bpf: add BPF_TYPE_MAP_ARRAY mmap() tests

[PATCH bpf-next 0/5] Extend libbpf to support shared umems and Rx|Tx-only sockets
 2019-11-08 19:17 UTC  (15+ messages)
` [PATCH bpf-next 1/5] libbpf: support XDP_SHARED_UMEM with external XDP program
` [PATCH bpf-next 2/5] samples/bpf: add XDP_SHARED_UMEM support to xdpsock
` [PATCH bpf-next 3/5] libbpf: allow for creating Rx or Tx only AF_XDP sockets
` [PATCH bpf-next 4/5] samples/bpf: use Rx-only and Tx-only sockets in xdpsock
` [PATCH bpf-next 5/5] xsk: extend documentation for Rx|Tx-only sockets and shared umems

[PATCH v5 00/10] Improvements to memory usage by parse events
 2019-11-08 18:18 UTC  (14+ messages)
` [PATCH v6 "
  ` [PATCH v6 01/10] perf tools: add parse events handle error
  ` [PATCH v6 02/10] perf tools: move ALLOC_LIST into a function
  ` [PATCH v6 03/10] perf tools: avoid a malloc for array events
  ` [PATCH v6 04/10] perf tools: splice events onto evlist even on error
  ` [PATCH v6 05/10] perf tools: ensure config and str in terms are unique
  ` [PATCH v6 06/10] perf tools: add destructors for parse event terms
  ` [PATCH v6 07/10] perf tools: before yyabort-ing free components
  ` [PATCH v6 08/10] perf tools: if pmu configuration fails free terms
  ` [PATCH v6 09/10] perf tools: add a deep delete for parse event terms
  ` [PATCH v6 10/10] perf tools: report initial event parsing error

Fw: [Bug 205469] New: x86_32: bpf: multiple test_bpf failures using eBPF JIT
 2019-11-08 15:57 UTC 

[PATCH bpf-next v13 0/7] Landlock LSM
 2019-11-08 15:39 UTC  (12+ messages)
` [PATCH bpf-next v13 4/7] landlock: Add ptrace LSM hooks

Investment opportunity
 2019-11-08 13:13 UTC 

[PATCH v2 bpf-next 00/17] Introduce BPF trampoline
 2019-11-08  5:31 UTC  (44+ messages)
` [PATCH v2 bpf-next 01/17] bpf: refactor x86 JIT into helpers
` [PATCH v2 bpf-next 02/17] bpf: Add bpf_arch_text_poke() helper
` [PATCH v2 bpf-next 03/17] bpf: Introduce BPF trampoline
` [PATCH v2 bpf-next 04/17] libbpf: Add support to attach to fentry/fexit tracing progs
` [PATCH v2 bpf-next 05/17] selftest/bpf: Simple test for fentry/fexit
` [PATCH v2 bpf-next 06/17] bpf: Add kernel test functions for fentry testing
` [PATCH v2 bpf-next 07/17] selftests/bpf: Add test for BPF trampoline
` [PATCH v2 bpf-next 08/17] selftests/bpf: Add fexit tests "
` [PATCH v2 bpf-next 09/17] selftests/bpf: Add combined fentry/fexit test
` [PATCH v2 bpf-next 11/17] bpf: Reserver space for BPF trampoline in BPF programs
` [PATCH v2 bpf-next 12/17] bpf: Fix race in btf_resolve_helper_id()
` [PATCH v2 bpf-next 13/17] bpf: Compare BTF types of functions arguments with actual types
` [PATCH v2 bpf-next 14/17] bpf: Support attaching tracing BPF program to other BPF programs
` [PATCH v2 bpf-next 15/17] selftests/bpf: Extend test_pkt_access test
` [PATCH v2 bpf-next 16/17] libbpf: Add support for attaching BPF programs to other BPF programs
` [PATCH v2 bpf-next 17/17] selftests/bpf: Add a test for attaching BPF prog to another BPF prog and subprog

[PATCH bpf-next v2] [tools/bpf] workaround a verifier failure for test_progs
 2019-11-07 23:10 UTC  (2+ messages)

[PATCH v4 bpf-next 0/2] Add array support to btf_struct_access
 2019-11-07 22:15 UTC  (4+ messages)
` [PATCH v4 bpf-next 1/2] bpf: "
` [PATCH v4 bpf-next 2/2] bpf: Add cb access in kfree_skb test

[RFC bpf-next 0/3] bpf: adding map batch processing support
 2019-11-07 21:20 UTC  (4+ messages)
` [RFC bpf-next 1/3] "
` [RFC bpf-next 2/3] tools/bpf: test bpf_map_lookup_and_delete_batch()
` [RFC bpf-next 3/3] bpf: add generic batch support

[PATCH 11/63] perf tools: Move ALLOC_LIST into a function
 2019-11-07 18:59 UTC  (9+ messages)
` [PATCH 12/63] perf tools: Avoid a malloc() for array events
` [PATCH 34/63] perf tools: Splice events onto evlist even on error
` [PATCH 41/63] perf parse: Add parse events handle error
` [PATCH 42/63] perf parse: Ensure config and str in terms are unique
` [PATCH 43/63] perf parse: Add destructors for parse event terms
` [PATCH 44/63] perf parse: Before yyabort-ing free components
` [PATCH 45/63] perf parse: If pmu configuration fails free terms
` [PATCH 46/63] perf parse: Add a deep delete for parse event terms

[PATCH bpf-next v7] bpf: add new helper get_file_path for mapping a file descriptor to a pathname
 2019-11-07 18:02 UTC  (3+ messages)

[PATCH 1/2] selftests: bpf: test_lwt_ip_encap: add missing object file to TEST_FILES
 2019-11-07 17:55 UTC  (4+ messages)
` [PATCH 2/2] selftests: bpf: test_tc_edt: "

[PATCH v3 bpf-next 0/3] bpf: Add array support to btf_struct_access
 2019-11-07 17:29 UTC  (10+ messages)
` [PATCH v3 bpf-next 1/3] bpf: Account for insn->off when doing bpf_probe_read_kernel
` [PATCH v3 bpf-next 2/3] bpf: Add array support to btf_struct_access
` [PATCH v3 bpf-next 3/3] bpf: Add cb access in kfree_skb test

[PATCH bpf-next v3] selftests/bpf: test for bpf_get_file_path() from raw tracepoint
 2019-11-07 17:09 UTC  (3+ messages)

kernel BUG at net/ipv4/ip_output.c:LINE!
 2019-11-07 16:58 UTC  (2+ messages)

[PATCH bpf-next] [tools/bpf] workaround a verifier failure for test_progs
 2019-11-07 16:46 UTC  (2+ messages)

[PATCH bpf-next 0/5] Fix bugs and issues found by static analysis in libbpf
 2019-11-07 16:35 UTC  (2+ messages)

[RFC PATCH bpf-next] bpf: allow JIT debugging if CONFIG_BPF_JIT_ALWAYS_ON is set
 2019-11-07 16:19 UTC  (7+ messages)

[PATCH bpf-next] s390/bpf: use kvcalloc for addrs array
 2019-11-07 16:07 UTC  (2+ messages)

[PATCH bpf-next] s390/bpf: remove unused SEEN_RET0, SEEN_REG_AX and ret0_ip
 2019-11-07 16:06 UTC  (2+ messages)

[PATCH bpf-next] s390/bpf: wrap JIT macro parameter usages in parentheses
 2019-11-07 16:06 UTC  (2+ messages)

[PATCH bpf-next] tools, bpf_asm: warn when jumps are out of range
 2019-11-07 16:05 UTC  (2+ messages)

[PATCH bpf-next] libbpf: fix negative FD close() in xsk_setup_xdp_prog()
 2019-11-07 16:04 UTC  (2+ messages)

KASAN: use-after-free Read in _decode_session6
 2019-11-07 14:31 UTC  (2+ messages)

general protection fault in tcp_cleanup_ulp
 2019-11-07 13:42 UTC 

[PATCH v2 00/18] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
 2019-11-07  8:07 UTC  (5+ messages)
` [PATCH v2 05/18] mm/gup: introduce pin_user_pages*() and FOLL_PIN

RE:RE:stav Vasi fakture 086231
 2019-11-07  7:35 UTC 

[GCC,LLVM] bpf_helpers.h
 2019-11-07  6:49 UTC  (4+ messages)
` initiated discussion to support attribute address_space in clang


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