bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-03 21:20:41 to 2019-11-07 16:52:23 UTC [more...]

[PATCH bpf-next 0/6] libbpf: Fix pinning and error message bugs and add new getters
 2019-11-07 16:52 UTC  (2+ messages)
` [PATCH bpf-next 1/6] libbpf: Unpin auto-pinned maps if loading fails

[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  (7+ messages)
` [PATCH bpf-next 1/5] libbpf: fix memory leak/double free issue
` [PATCH bpf-next 2/5] libbpf: fix potential overflow issue
` [PATCH bpf-next 3/5] libbpf: fix another potential overflow issue in bpf_prog_linfo
` [PATCH bpf-next 4/5] libbpf: make btf__resolve_size logic always check size error condition
` [PATCH bpf-next 5/5] libbpf: improve handling of corrupted ELF during map initialization

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

[PATCH v2 bpf-next 00/17] Introduce BPF trampoline
 2019-11-07 14:33 UTC  (19+ 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 10/17] selftests/bpf: Add stress test for maximum number of progs
` [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

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

kernel BUG at net/ipv4/ip_output.c:LINE!
 2019-11-07 13:42 UTC 

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

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

[PATCH v2 00/18] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
 2019-11-07  8:07 UTC  (48+ messages)
` [PATCH v2 01/18] mm/gup: pass flags arg to __gup_device_* functions
` [PATCH v2 02/18] mm/gup: factor out duplicate code from four routines
` [PATCH v2 03/18] goldish_pipe: rename local pin_user_pages() routine
` [PATCH v2 05/18] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH v2 06/18] goldish_pipe: convert to pin_user_pages() and put_user_page()
` [PATCH v2 07/18] infiniband: set FOLL_PIN, FOLL_LONGTERM via pin_longterm_pages*()
` [PATCH v2 08/18] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
` [PATCH v2 09/18] drm/via: set FOLL_PIN via pin_user_pages_fast()
` [PATCH v2 10/18] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH v2 12/18] mm/gup: track FOLL_PIN pages
` [PATCH v2 15/18] powerpc: book3s64: convert to pin_longterm_pages() and put_user_page()
` [PATCH v2 18/18] mm/gup: remove support for gup(FOLL_LONGTERM)

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

[PATCH v3 bpf-next 0/3] bpf: Add array support to btf_struct_access
 2019-11-07  5:57 UTC  (8+ 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 v2 0/2] samples: bpf: update map definition to new syntax BTF-defined map
 2019-11-07  4:44 UTC  (5+ messages)
` [PATCH,bpf-next v2 1/2] samples: bpf: update outdated error message
` [PATCH,bpf-next v2 2/2] samples: bpf: update map definition to new syntax BTF-defined map

[PATCH,bpf-next 0/2] samples: bpf: update map definition to new syntax BTF-defined map
 2019-11-07  0:44 UTC  (6+ messages)
` [PATCH,bpf-next 1/2] samples: bpf: update outdated error message
` [PATCH,bpf-next 2/2] samples: bpf: update map definition to new syntax BTF-defined map

[PATCH v2 bpf-next 0/2] bpf: Add array support to btf_struct_access
 2019-11-06 23:37 UTC  (4+ messages)
` [PATCH v2 bpf-next 1/2] "
` [PATCH v2 bpf-next 2/2] bpf: Add cb access in kfree_skb test

[PATCH bpf] bpf: offload: unlock on error in bpf_offload_dev_create()
 2019-11-06 23:23 UTC  (3+ messages)

[PATCH bpf-next] libbpf: simplify BPF_CORE_READ_BITFIELD_PROBED usage
 2019-11-06 22:02 UTC  (4+ messages)

[PATCH bpf-next] selftests/bps: clean up removed ints relocations negative tests
 2019-11-06 21:50 UTC  (2+ messages)

[PATCH bpf-next v13 0/7] Landlock LSM
 2019-11-06 21:45 UTC  (22+ messages)
` [PATCH bpf-next v13 1/7] bpf,landlock: Define an eBPF program type for Landlock hooks
` [PATCH bpf-next v13 2/7] landlock: Add the management of domains
` [PATCH bpf-next v13 3/7] landlock,seccomp: Apply Landlock programs to process hierarchy
` [PATCH bpf-next v13 4/7] landlock: Add ptrace LSM hooks
` [PATCH bpf-next v13 5/7] bpf,landlock: Add task_landlock_ptrace_ancestor() helper
` [PATCH bpf-next v13 6/7] bpf,landlock: Add tests for the Landlock ptrace program type
` [PATCH bpf-next v13 7/7] landlock: Add user and kernel documentation for Landlock

[PATCH bpf-next 0/2] bpf: Add array support to btf_struct_access
 2019-11-06 18:02 UTC  (3+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] bpf: Add cb access in kfree_skb test

[PATCH v4 0/9] Improvements to memory usage by parse events
 2019-11-06 14:39 UTC  (22+ messages)
` [PATCH v5 00/10] "
  ` [PATCH v5 01/10] perf tools: add parse events handle error
  ` [PATCH v5 05/10] perf tools: ensure config and str in terms are unique
  ` [PATCH v5 06/10] perf tools: add destructors for parse event terms
  ` [PATCH v5 07/10] perf tools: before yyabort-ing free components
  ` [PATCH v5 08/10] perf tools: if pmu configuration fails free terms
  ` [PATCH v5 09/10] perf tools: add a deep delete for parse event terms
  ` [PATCH v5 10/10] perf tools: report initial event parsing error

pull-request: bpf 2019-11-02
 2019-11-06  1:38 UTC  (2+ messages)

[PATCH bpf-next 0/7] Introduce BPF trampoline
 2019-11-05 23:17 UTC  (17+ messages)
` [PATCH bpf-next 3/7] bpf: "
` [PATCH bpf-next 4/7] libbpf: Add support to attach to fentry/fexit tracing progs
` [PATCH bpf-next 5/7] selftest/bpf: Simple test for fentry/fexit
` [PATCH bpf-next 7/7] selftests/bpf: Add test for BPF trampoline

[PATCH bpf-next v7] bpf: add new helper get_file_path for mapping a file descriptor to a pathname
 2019-11-05 22:19 UTC  (2+ messages)

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

[PATCH 00/19] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
 2019-11-05 18:16 UTC  (7+ messages)
` [PATCH 09/19] drm/via: set FOLL_PIN via pin_user_pages_fast()

KCSAN: data-race in perf_event_update_userpage / perf_event_update_userpage
 2019-11-05 11:42 UTC 

[PATCH net-next] bpf: re-fix skip write only files in debugfs
 2019-11-05  5:49 UTC  (5+ messages)

[PATCH v2 0/9] Improvements to memory usage by parse events
 2019-11-04 20:37 UTC  (9+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/9] perf tools: add parse events append error

Investment opportunity
 2019-11-04 18:50 UTC 

pull-request: bpf-next 2019-11-02
 2019-11-04 16:34 UTC  (3+ messages)

[PATCH v2 bpf-next 0/5] Bitfield and size relocations support in libbpf
 2019-11-04 15:38 UTC  (2+ messages)

[PATCH v2 1/2] kernfs: Convert to u64 id
 2019-11-04 13:59 UTC  (2+ messages)

[PATCH bpf-next v6 0/5] libbpf: Support automatic pinning of maps using 'pinning' BTF attribute
 2019-11-04 10:18 UTC  (3+ messages)

[Intel-wired-lan] FW: [PATCH bpf-next 2/4] xsk: allow AF_XDP sockets to receive packets directly from a queue
 2019-11-04  2:08 UTC  (4+ 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).