LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Ingo Molnar <mingo@kernel.org>
To: Arnaldo Carvalho de Melo <acme@kernel.org>
Cc: Thomas Gleixner <tglx@linutronix.de>,
Jiri Olsa <jolsa@kernel.org>, Namhyung Kim <namhyung@kernel.org>,
Clark Williams <williams@redhat.com>,
linux-kernel@vger.kernel.org, linux-perf-users@vger.kernel.org,
Michael Petlan <mpetlan@redhat.com>,
Shawn Landden <shawn@git.icu>,
Thomas Richter <tmricht@linux.ibm.com>,
Vitaly Chikunov <vt@altlinux.org>,
Arnaldo Carvalho de Melo <acme@redhat.com>
Subject: Re: [GIT PULL] perf/urgent fixes for 5.2
Date: Tue, 28 May 2019 23:17:56 +0200 [thread overview]
Message-ID: <20190528211756.GA46600@gmail.com> (raw)
In-Reply-To: <20190528175020.13343-1-acme@kernel.org>
* Arnaldo Carvalho de Melo <acme@kernel.org> wrote:
> Hi Ingo,
>
> Please consider pulling, that is a trimmed down set from
> yesterday's pull req, with just fixes.
>
> The other stuff, mostly acting on the warnings for the UAPI
> changes are being packaged into a perf/core pull request I'll send for
> 5.3.
>
> I had it mostly done earlier, but then I noticed the fix for
> the syscall numbers, and backtracked to avoid sending yet another pull
> req, got too late in the -rc game, so 5.3 they go.
>
> I'm not reposting them, the only change was adding an Acked-by
> for one of the UAPI syncs, the drm.h one.
>
> I did all the tests again, find them below, after the new signed
> tag.
>
> Best regards,
>
> - Arnaldo
>
> Test results at the end of this message, as usual.
>
> The following changes since commit 5bdd9ad875b6edf213f54ec3986ed9e8640c5cf9:
>
> Merge tag 'kbuild-fixes-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild (2019-05-20 17:22:17 -0700)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git tags/perf-urgent-for-mingo-5.2-20190528
>
> for you to fetch changes up to a7350998a25ac10cdca5b33dee1d343a74debbfe:
>
> tools headers UAPI: Sync kvm.h headers with the kernel sources (2019-05-28 09:52:23 -0300)
>
> ----------------------------------------------------------------
> perf/urgent fixes:
>
> BPF:
>
> Jiri Olsa:
>
> - Fixup determination of end of kernel map, to avoid having BPF programs,
> that are after the kernel headers and just before module texts mixed up in
> the kernel map.
>
> tools UAPI header copies:
>
> Arnaldo Carvalho de Melo:
>
> - Update copy of files related to new fspick, fsmount, fsconfig, fsopen,
> move_mount and open_tree syscalls.
>
> - Sync cpufeatures.h, sched.h, fs.h, drm.h, i915_drm.h and kvm.h headers.
>
> Namespaces:
>
> Namhyung Kim:
>
> - Add missing byte swap ops for namespace events when processing records from
> perf.data files that could have been recorded in a arch with a different
> endianness.
>
> - Fix access to the thread namespaces list by using the namespaces_lock.
>
> perf data:
>
> Shawn Landden:
>
> - Fix 'strncat may truncate' build failure with recent gcc.
>
> s/390
>
> Thomas Richter:
>
> - Fix s390 missing module symbol and warning for non-root users in 'perf record'.
>
> arm64:
>
> Vitaly Chikunov:
>
> - Fix mksyscalltbl when system kernel headers are ahead of the kernel.
>
> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
>
> ----------------------------------------------------------------
> Arnaldo Carvalho de Melo (8):
> tools include UAPI: Update copy of files related to new fspick, fsmount, fsconfig, fsopen, move_mount and open_tree syscalls
> tools arch x86: Sync asm/cpufeatures.h with the with the kernel
> tools headers UAPI: Sync linux/sched.h with the kernel
> tools headers UAPI: Sync linux/fs.h with the kernel
> tools headers UAPI: Sync drm/i915_drm.h with the kernel
> tools headers UAPI: Sync drm/drm.h with the kernel
> perf test vmlinux-kallsyms: Ignore aliases to _etext when searching on kallsyms
> tools headers UAPI: Sync kvm.h headers with the kernel sources
>
> Jiri Olsa (1):
> perf machine: Read also the end of the kernel
>
> Namhyung Kim (2):
> perf namespace: Protect reading thread's namespace
> perf session: Add missing swap ops for namespace events
>
> Shawn Landden (1):
> perf data: Fix 'strncat may truncate' build failure with recent gcc
>
> Thomas Richter (1):
> perf record: Fix s390 missing module symbol and warning for non-root users
>
> Vitaly Chikunov (1):
> perf arm64: Fix mksyscalltbl when system kernel headers are ahead of the kernel
>
> tools/arch/arm64/include/uapi/asm/kvm.h | 43 ++++
> tools/arch/powerpc/include/uapi/asm/kvm.h | 46 ++++
> tools/arch/s390/include/uapi/asm/kvm.h | 4 +-
> tools/arch/x86/include/asm/cpufeatures.h | 3 +
> tools/include/uapi/asm-generic/unistd.h | 14 +-
> tools/include/uapi/drm/drm.h | 37 ++++
> tools/include/uapi/drm/i915_drm.h | 254 +++++++++++++++-------
> tools/include/uapi/linux/fcntl.h | 2 +
> tools/include/uapi/linux/fs.h | 3 +
> tools/include/uapi/linux/kvm.h | 15 +-
> tools/include/uapi/linux/mount.h | 62 ++++++
> tools/include/uapi/linux/sched.h | 1 +
> tools/perf/arch/arm64/entry/syscalls/mksyscalltbl | 2 +-
> tools/perf/arch/s390/util/machine.c | 9 +-
> tools/perf/arch/x86/entry/syscalls/syscall_64.tbl | 6 +
> tools/perf/tests/vmlinux-kallsyms.c | 9 +-
> tools/perf/util/data-convert-bt.c | 2 +-
> tools/perf/util/machine.c | 27 ++-
> tools/perf/util/session.c | 21 ++
> tools/perf/util/thread.c | 15 +-
> 20 files changed, 481 insertions(+), 94 deletions(-)
Pulled, thanks a lot Arnaldo!
Ingo
prev parent reply other threads:[~2019-05-28 21:18 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-28 17:50 Arnaldo Carvalho de Melo
2019-05-28 17:50 ` [PATCH 01/14] perf data: Fix 'strncat may truncate' build failure with recent gcc Arnaldo Carvalho de Melo
2019-05-28 17:50 ` [PATCH 02/14] perf arm64: Fix mksyscalltbl when system kernel headers are ahead of the kernel Arnaldo Carvalho de Melo
2019-05-28 17:50 ` [PATCH 03/14] tools include UAPI: Update copy of files related to new fspick, fsmount, fsconfig, fsopen, move_mount and open_tree syscalls Arnaldo Carvalho de Melo
2019-05-28 17:50 ` [PATCH 04/14] tools arch x86: Sync asm/cpufeatures.h with the with the kernel Arnaldo Carvalho de Melo
2019-05-28 17:50 ` [PATCH 05/14] tools headers UAPI: Sync linux/sched.h " Arnaldo Carvalho de Melo
2019-05-28 17:53 ` Christian Brauner
2019-05-28 17:50 ` [PATCH 06/14] tools headers UAPI: Sync linux/fs.h " Arnaldo Carvalho de Melo
2019-05-28 17:50 ` [PATCH 07/14] tools headers UAPI: Sync drm/i915_drm.h " Arnaldo Carvalho de Melo
2019-05-28 17:50 ` [PATCH 08/14] tools headers UAPI: Sync drm/drm.h " Arnaldo Carvalho de Melo
2019-05-28 17:50 ` [PATCH 09/14] perf namespace: Protect reading thread's namespace Arnaldo Carvalho de Melo
2019-05-28 17:50 ` [PATCH 10/14] perf session: Add missing swap ops for namespace events Arnaldo Carvalho de Melo
2019-05-28 17:50 ` [PATCH 11/14] perf test vmlinux-kallsyms: Ignore aliases to _etext when searching on kallsyms Arnaldo Carvalho de Melo
2019-05-28 17:50 ` [PATCH 12/14] perf machine: Read also the end of the kernel Arnaldo Carvalho de Melo
2019-05-28 17:50 ` [PATCH 13/14] perf record: Fix s390 missing module symbol and warning for non-root users Arnaldo Carvalho de Melo
2019-05-28 17:50 ` [PATCH 14/14] tools headers UAPI: Sync kvm.h headers with the kernel sources Arnaldo Carvalho de Melo
2019-05-28 21:17 ` Ingo Molnar [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190528211756.GA46600@gmail.com \
--to=mingo@kernel.org \
--cc=acme@kernel.org \
--cc=acme@redhat.com \
--cc=jolsa@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-perf-users@vger.kernel.org \
--cc=mpetlan@redhat.com \
--cc=namhyung@kernel.org \
--cc=shawn@git.icu \
--cc=tglx@linutronix.de \
--cc=tmricht@linux.ibm.com \
--cc=vt@altlinux.org \
--cc=williams@redhat.com \
--subject='Re: [GIT PULL] perf/urgent fixes for 5.2' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
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).