bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-28 19:07:59 to 2019-10-31 20:39:28 UTC [more...]

[PATCH bpf-next v3] libbpf: fix compatibility for kernels without need_wakeup
 2019-10-31 20:39 UTC  (19+ messages)

WARNING in print_bfs_bug
 2019-10-31 20:39 UTC  (2+ messages)

[PATCH bpf-next v2 0/8] Fix BPF probe memory helpers
 2019-10-31 20:12 UTC  (13+ messages)
` [PATCH bpf-next v2 1/8] uaccess: Add non-pagefault user-space write function
` [PATCH bpf-next v2 2/8] uaccess: Add strict non-pagefault kernel-space read function
` [PATCH bpf-next v2 3/8] bpf: Make use of probe_user_write in probe write helper
` [PATCH bpf-next v2 4/8] bpf: Add probe_read_{user,kernel} and probe_read_{user,kernel}_str helpers
` [PATCH bpf-next v2 5/8] bpf: Switch BPF probe insns to bpf_probe_read_kernel
` [PATCH bpf-next v2 6/8] bpf, samples: Use bpf_probe_read_user where appropriate
` [PATCH bpf-next v2 7/8] bpf, testing: Convert prog tests to probe_read_{user,kernel}{,_str} helper
` [PATCH bpf-next v2 8/8] bpf, testing: Add selftest to read/write sockaddr from user space

[PATCH 00/19] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
 2019-10-31 18:43 UTC  (25+ messages)
` [PATCH 01/19] mm/gup: pass flags arg to __gup_device_* functions
` [PATCH 02/19] mm/gup: factor out duplicate code from four routines
` [PATCH 03/19] goldish_pipe: rename local pin_user_pages() routine
` [PATCH 04/19] media/v4l2-core: set pages dirty upon releasing DMA buffers
` [PATCH 05/19] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH 06/19] goldish_pipe: convert to pin_user_pages() and put_user_page()
` [PATCH 07/19] infiniband: set FOLL_PIN, FOLL_LONGTERM via pin_longterm_pages*()
` [PATCH 08/19] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
` [PATCH 09/19] drm/via: set FOLL_PIN via pin_user_pages_fast()
` [PATCH 10/19] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH 11/19] net/xdp: "
` [PATCH 12/19] mm/gup: track FOLL_PIN pages
` [PATCH 13/19] media/v4l2-core: pin_longterm_pages (FOLL_PIN) and put_user_page() conversion
` [PATCH 14/19] vfio, mm: "
` [PATCH 15/19] powerpc: book3s64: convert to pin_longterm_pages() and put_user_page()
` [PATCH 16/19] mm/gup_benchmark: support pin_user_pages() and related calls
` [PATCH 17/19] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage
` [PATCH 18/19] mm/gup: remove support for gup(FOLL_LONGTERM)
` [PATCH 19/19] Documentation/vm: add pin_user_pages.rst

[PATCH bpf-next v4 0/5] libbpf: Support automatic pinning of maps using 'pinning' BTF attribute
 2019-10-31 18:18 UTC  (17+ messages)
` [PATCH bpf-next v4 1/5] libbpf: Fix error handling in bpf_map__reuse_fd()
` [PATCH bpf-next v4 2/5] libbpf: Store map pin path and status in struct bpf_map
` [PATCH bpf-next v4 3/5] libbpf: Move directory creation into _pin() functions
` [PATCH bpf-next v4 4/5] libbpf: Add auto-pinning of maps when loading BPF objects
` [PATCH bpf-next v4 5/5] selftests: Add tests for automatic map pinning

[PATCH bpf-next v12 0/7] Landlock LSM
 2019-10-31 16:44 UTC  (8+ messages)
` [PATCH bpf-next v12 1/7] bpf,landlock: Define an eBPF program type for Landlock hooks
` [PATCH bpf-next v12 2/7] landlock: Add the management of domains
` [PATCH bpf-next v12 3/7] landlock,seccomp: Load Landlock programs per process hierarchy
` [PATCH bpf-next v12 4/7] landlock: Add ptrace LSM hooks
` [PATCH bpf-next v12 5/7] bpf,landlock: Add task_landlock_ptrace_ancestor() helper
` [PATCH bpf-next v12 6/7] bpf,landlock: Add tests for the Landlock ptrace program type
` [PATCH bpf-next v12 7/7] landlock: Add user and kernel documentation for Landlock

general protection fault in process_one_work
 2019-10-31 16:25 UTC  (5+ messages)

[RFC PATCH v2 bpf-next 00/15] xdp_flow: Flow offload to XDP
 2019-10-31 12:12 UTC  (19+ messages)

[tip: core/rcu] bpf/cgroup: Replace rcu_swap_protected() with rcu_replace_pointer()
 2019-10-31 11:54 UTC 

Compile build issues with samples/bpf/ again
 2019-10-31 10:55 UTC  (7+ messages)

[PATCH bpf-next] bpf: Fix bpf jit kallsym access
 2019-10-31 10:22 UTC  (3+ messages)

[PATCH bpf-next v4 0/3] xsk: XSKMAP performance improvements
 2019-10-31  8:47 UTC  (4+ messages)
` [PATCH bpf-next v4 1/3] xsk: store struct xdp_sock as a flexible array member of the XSKMAP
` [PATCH bpf-next v4 2/3] bpf: implement map_gen_lookup() callback for XSKMAP
` [PATCH bpf-next v4 3/3] xsk: restructure/inline XSKMAP lookup/redirect/flush

[PATCH v2 bpf-next 0/2] bpf: cleanup BTF-enabled raw_tp
 2019-10-31  0:22 UTC  (5+ messages)
` [PATCH v2 bpf-next 1/2] bpf: replace prog_raw_tp+btf_id with prog_tracing
` [PATCH v2 bpf-next 2/2] libbpf: add support for prog_tracing

[PATCH v2 0/9] Improvements to memory usage by parse events
 2019-10-30 22:34 UTC  (31+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/9] perf tools: add parse events append error
  ` [PATCH v3 2/9] perf tools: splice events onto evlist even on error
  ` [PATCH v3 6/9] perf tools: add destructors for parse event terms
  ` [PATCH v4 0/9] Improvements to memory usage by parse events
    ` [PATCH v4 4/9] perf tools: splice events onto evlist even on error
    ` [PATCH v5 00/10] Improvements to memory usage by parse events
      ` [PATCH v5 01/10] perf tools: add parse events handle error
      ` [PATCH v5 02/10] perf tools: move ALLOC_LIST into a function
      ` [PATCH v5 03/10] perf tools: avoid a malloc for array events
      ` [PATCH v5 04/10] perf tools: splice events onto evlist even on 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

[PATCH bpf-next 0/2] bpf: cleanup BTF-enabled raw_tp
 2019-10-30 22:02 UTC  (5+ messages)
` [PATCH bpf-next 1/2] bpf: replace prog_raw_tp+btf_id with prog_tracing
` [PATCH bpf-next 2/2] libbpf: add support for prog_tracing

[PATCH bpf] bpf: allow narrow loads of bpf_sysctl fields with offset > 0
 2019-10-30 19:54 UTC  (8+ messages)

[PATCH RFC] mm: add MAP_EXCLUSIVE to create exclusive user mappings
 2019-10-30 18:52 UTC  (3+ messages)

bpf: bug in bpf_xdp_adjust_head, 5.0.20 kernel
 2019-10-30 18:51 UTC 

[BUG] bpf:
 2019-10-30 18:42 UTC  (4+ messages)
` [BUG] bpf: oops in kfree_skb test

[PATCH bpf-next v4] bpf: add new helper fd2path for mapping a file descriptor to a pathname
 2019-10-30 16:19 UTC  (4+ messages)

[PATCH bpf-next] bpf: add s390 testing documentation
 2019-10-30 15:56 UTC  (2+ messages)

[PATCH bpf-next 0/2] test_bpf: Add an skb_segment test for a linear head_frag=0 skb whose gso_size was mangled
 2019-10-30 15:56 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: test narrow load from bpf_sysctl.write
 2019-10-30 15:54 UTC  (3+ messages)

[PATCH bpf-next] bpf: Enforce 'return 0' in BTF-enabled raw_tp programs
 2019-10-30 15:53 UTC  (3+ messages)

[PATCH bpf-next v11 0/7] Landlock LSM
 2019-10-30 14:03 UTC  (10+ messages)
` [PATCH bpf-next v11 1/7] bpf,landlock: Define an eBPF program type for Landlock hooks
` [PATCH bpf-next v11 2/7] landlock: Add the management of domains
` [PATCH bpf-next v11 3/7] landlock,seccomp: Load Landlock programs per process hierarchy
` [PATCH bpf-next v11 4/7] landlock: Add ptrace LSM hooks
` [PATCH bpf-next v11 5/7] bpf,landlock: Add task_landlock_ptrace_ancestor() helper
` [PATCH bpf-next v11 6/7] bpf,landlock: Add tests for the Landlock ptrace program type
` [PATCH bpf-next v11 7/7] landlock: Add user and kernel documentation for Landlock

[PATCH bpf-next v3 0/4] libbpf: Support automatic pinning of maps using 'pinning' BTF attribute
 2019-10-29 19:07 UTC  (13+ messages)
` [PATCH bpf-next v3 2/4] libbpf: Store map pin path and status in struct bpf_map
` [PATCH bpf-next v3 3/4] libbpf: Add auto-pinning of maps when loading BPF objects

[PATCH bpf] bpf: change size to u64 for bpf_map_{area_alloc,charge_init}()
 2019-10-29 16:16 UTC  (3+ messages)

[PATCH bpf] bpf, doc: add Andrii as official reviewer to BPF subsystem
 2019-10-29 14:51 UTC 

[PATCH bpf-next v2 0/2] xsk: XSKMAP lookup improvements
 2019-10-29 13:44 UTC  (7+ messages)
` [PATCH bpf-next v2 1/2] xsk: store struct xdp_sock as a flexible array member of the XSKMAP

[PATCH bpf-next] libbpf: don't use kernel-side u32 type in xsk.c
 2019-10-29 13:39 UTC  (4+ messages)

[RFC bpf-next 0/5] Extend SOCKMAP to store listening sockets
 2019-10-29  8:56 UTC  (9+ messages)

[PATCH bpf-next] libbpf: fix off-by-one error in ELF sanity check
 2019-10-29  3:29 UTC  (2+ messages)

[PATCH bpf-next v3 0/2] xsk: XSKMAP lookup improvements
 2019-10-28 20:54 UTC  (4+ messages)
` [PATCH bpf-next v3 1/2] xsk: store struct xdp_sock as a flexible array member of the XSKMAP


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