]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge tag 'perf-urgent-for-mingo-5.1-20190419' of git://git.kernel.org/pub/scm/linux...
authorIngo Molnar <mingo@kernel.org>
Fri, 19 Apr 2019 17:10:47 +0000 (19:10 +0200)
committerIngo Molnar <mingo@kernel.org>
Fri, 19 Apr 2019 17:10:47 +0000 (19:10 +0200)
commit7579dfc42d2e3bef901991803efc81dc1ac65f2b
treee118e13ca854297dc82cb3e5469a72e18fafd4f2
parentb191fa96ea6dc00d331dcc28c1f7db5e075693a0
parent2db7b1e0bd49d2b0e7d16949e167b1cfaf5c07cf
Merge tag 'perf-urgent-for-mingo-5.1-20190419' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent

Pull perf/urgent fixes from Arnaldo Carvalho de Melo:

perf top:

  Jiri Olsa:

  - Fix 'perf top --pid', it needs PERF_SAMPLE_TIME since we switched to using
    a different thread to sort the events and then even for just a single
    thread we now need timestamps.

BPF:

  Jiri Olsa:

  - Fix bpf_prog and btf lookup functions failure path to to properly return
    NULL.

  - Fix side band thread draining, used to process PERF_RECORD_BPF_EVENT
    metadata records.

core:

  Jiri Olsa:

  - Fix map lookup by name to get a refcount when the name is already in
    the tree. Found

  Song Liu:

  - Fix __map__is_kmodule() by taking into account recently added BPF
    maps.

UAPI:

  Arnaldo Carvalho de Melo:

  - Sync sound/asound.h copy

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>