bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-25 21:42:51 to 2019-10-30 22:51:55 UTC [more...]

[PATCH 00/19] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
 2019-10-30 22:49 UTC  (13+ messages)
` [PATCH 04/19] media/v4l2-core: set pages dirty upon releasing DMA buffers
` [PATCH 07/19] infiniband: set FOLL_PIN, FOLL_LONGTERM via pin_longterm_pages*()
` [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 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 v2 bpf-next 0/2] bpf: cleanup BTF-enabled raw_tp
 2019-10-30 22:32 UTC  (3+ 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 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)

Compile build issues with samples/bpf/ again
 2019-10-30 19:09 UTC  (6+ 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] libbpf: fix compatibility for kernels without need_wakeup
 2019-10-30 13:33 UTC  (3+ messages)

[PATCH bpf-next v4 0/5] libbpf: Support automatic pinning of maps using 'pinning' BTF attribute
 2019-10-29 19:39 UTC  (6+ 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 v3 0/4] libbpf: Support automatic pinning of maps using 'pinning' BTF attribute
 2019-10-29 19:07 UTC  (22+ messages)
` [PATCH bpf-next v3 1/4] libbpf: Fix error handling in bpf_map__reuse_fd()
` [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-next v3 4/4] selftests: Add tests for automatic map pinning

general protection fault in process_one_work
 2019-10-29 16:54 UTC  (4+ messages)

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

WARNING in print_bfs_bug
 2019-10-29  8:36 UTC 

[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

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

[PATCH bpf-next v2] selftests/bpf: restore $(OUTPUT)/test_stub.o rule
 2019-10-28 17:35 UTC  (2+ messages)

[PATCH bpf-next v2] selftest/bpf: Use -m{little,big}-endian for clang
 2019-10-28 17:35 UTC  (2+ messages)

[libbpf] dd4436bb83: kernel_selftests.bpf.test_section_names.fail
 2019-10-28 16:34 UTC 

[PATCH v15 0/5] BPF: New helper to obtain namespace data from current task
 2019-10-28 15:34 UTC  (4+ messages)
` [PATCH v15 1/5] fs/nsfs.c: added ns_match

[PATCH bpf-next] selftests/bpf: test for bpf_fd2path() from raw tracepoint
 2019-10-28 14:42 UTC 

[PATCH bpf-next 0/5] Add PERF_FORMAT_LOST read_format
 2019-10-28  9:12 UTC  (4+ messages)
` [PATCH bpf-next 1/5] perf/core: "

[PATCH bpf-next] libbpf: Add libbpf_set_log_level() function to adjust logging
 2019-10-27 20:55 UTC  (5+ messages)

[PATCH bpf-next v2 0/4] libbpf: Support automatic pinning of maps using 'pinning' BTF attribute
 2019-10-27 20:44 UTC  (6+ messages)
` [PATCH bpf-next v2 4/4] libbpf: Add option to auto-pin maps when opening BPF object

[PATCH bpf-next v3 0/5] xdp: Support multiple programs on a single interface through chain calls
 2019-10-27 12:15 UTC  (14+ messages)
` [PATCH bpf-next v3 1/5] bpf: Support chain calling multiple BPF programs after each other
                  ` bpf indirect calls

pull-request: bpf-next 2019-10-27
 2019-10-27  5:57 UTC  (2+ messages)

pull-request: bpf 2019-10-27
 2019-10-27  1:31 UTC  (2+ messages)

[PATCH] net: Zeroing the structure ethtool_wolinfo in ethtool_get_wol()
 2019-10-26 20:17 UTC  (6+ messages)
  ` [Cocci] "

[PATCH] bpftool: Allow to read btf as raw data
 2019-10-26 18:42 UTC  (4+ messages)

[PATCH AUTOSEL 5.3 01/99] tools: bpf: Use !building_out_of_srctree to determine srctree
 2019-10-26 13:14 UTC  (3+ messages)
` [PATCH AUTOSEL 5.3 29/99] selftests/bpf: Set rp_filter in test_flow_dissector
` [PATCH AUTOSEL 5.3 30/99] selftests/bpf: More compatible nc options in test_lwt_ip_encap

[PATCH AUTOSEL 4.19 01/59] tools: bpf: Use !building_out_of_srctree to determine srctree
 2019-10-26 13:18 UTC 

[PATCH bpf-next 0/5] Fix BPF probe memory helpers
 2019-10-25 23:36 UTC  (17+ messages)
` [PATCH bpf-next 1/5] uaccess: Add non-pagefault user-space write function
` [PATCH bpf-next 2/5] bpf: Make use of probe_user_write in probe write helper
` [PATCH bpf-next 3/5] bpf: Add probe_read_{user,kernel} and probe_read_str_{user,kernel} helpers
` [PATCH bpf-next 4/5] bpf, samples: Use bpf_probe_read_user where appropriate
` [PATCH bpf-next 5/5] bpf, testing: Add selftest to read/write sockaddr from user space

[PATCH bpf-next v3] bpf: add new helper fd2path for mapping a file descriptor to a pathname
 2019-10-25 22:57 UTC  (2+ messages)

patch review delays
 2019-10-25 22:39 UTC  (3+ messages)

[PATCH bpf-next v2] tools/bpf: turn on llvm alu32 attribute by default
 2019-10-25 21:42 UTC  (5+ messages)

[PATCH bpf-next] selftests/bpf: fix .gitignore to ignore no_alu32/
 2019-10-25 21:42 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).