From: Arnaldo Carvalho de Melo <acme@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Ingo Molnar <mingo@kernel.org>,
Thomas Gleixner <tglx@linutronix.de>,
Jiri Olsa <jolsa@kernel.org>, Namhyung Kim <namhyung@kernel.org>,
Ian Rogers <irogers@google.com>,
Adrian Hunter <adrian.hunter@intel.com>,
James Clark <james.clark@linaro.org>,
Clark Williams <williams@redhat.com>,
linux-kernel@vger.kernel.org, linux-perf-users@vger.kernel.org,
Arnaldo Carvalho de Melo <acme@kernel.org>,
Arnaldo Carvalho de Melo <acme@redhat.com>
Subject: [GIT PULL] perf tools fixes for v6.18
Date: Thu, 6 Nov 2025 17:33:53 -0300 [thread overview]
Message-ID: <20251106203353.919035-1-acme@kernel.org> (raw)
Hi Linus,
Please consider pulling,
Best regards,
- Arnaldo
The following changes since commit ba36dd5ee6fd4643ebbf6ee6eefcecf0b07e35c7:
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf (2025-10-31 18:22:26 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools.git tags/perf-tools-fixes-for-v6.18-1-2025-11-06
for you to fetch changes up to 7f17ef0d47b9aa01b89a92b2514fbfe800d8aeca:
perf symbols: Handle '1' symbols in /proc/kallsyms (2025-11-03 14:54:31 -0300)
----------------------------------------------------------------
perf tools fixes for v6.18:
- Add James Clark as a perf tools reviewer.
- Handle '1' type symbols in /proc/kallsyms, related to anonymous Rust closures
in the DRM panic QR encoder, caught by 'perf test'.
- Sync kernel header copies: MSRs, uprobe syscall, DRM_IOCTL_GEM_CHANGE_HANDLE,
KVM exit reasons, etc.
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
----------------------------------------------------------------
Arnaldo Carvalho de Melo (14):
tools arch x86: Sync msr-index.h to pick AMD64_{PERF_CNTR_GLOBAL_STATUS_SET,SAVIC_CONTROL}, IA32_L3_QOS_{ABMC,EXT}_CFG
tools headers uapi: Update fs.h with the kernel sources
tools headers: Sync uapi/linux/prctl.h with the kernel source
tools headers: Sync uapi/linux/fcntl.h with the kernel sources
tools headers x86: Sync table due to introducion of uprobe syscall
tools headers x86 cpufeatures: Sync with the kernel sources
tools headers UAPI: Update tools's copy of drm.h to pick DRM_IOCTL_GEM_CHANGE_HANDLE
tools headers UAPI: Sync linux/kvm.h with the kernel sources
MAINTAINERS: Add James Clark as a perf tools reviewer
tools headers UAPI: Sync x86's asm/kvm.h with the kernel sources
tools headers svm: Sync svm headers with the kernel sources
tools headers UAPI: Sync KVM's vmx.h header with the kernel sources to handle new exit reasons
tools headers asm: Sync fls headers header with the kernel sources
perf symbols: Handle '1' symbols in /proc/kallsyms
MAINTAINERS | 1 +
tools/arch/x86/include/asm/cpufeatures.h | 5 ++
tools/arch/x86/include/asm/msr-index.h | 20 ++++++-
tools/arch/x86/include/uapi/asm/kvm.h | 34 ++++++++++++
tools/arch/x86/include/uapi/asm/svm.h | 4 ++
tools/arch/x86/include/uapi/asm/vmx.h | 6 ++-
tools/include/asm-generic/bitops/__fls.h | 2 +-
tools/include/asm-generic/bitops/fls.h | 2 +-
tools/include/asm-generic/bitops/fls64.h | 4 +-
tools/include/uapi/drm/drm.h | 63 +++++++++++++++++-----
tools/include/uapi/linux/kvm.h | 3 ++
tools/perf/arch/x86/entry/syscalls/syscall_64.tbl | 1 +
tools/perf/trace/beauty/include/uapi/linux/fcntl.h | 1 +
tools/perf/trace/beauty/include/uapi/linux/fs.h | 5 +-
tools/perf/trace/beauty/include/uapi/linux/prctl.h | 10 ++++
tools/perf/util/symbol.c | 6 ++-
16 files changed, 147 insertions(+), 20 deletions(-)
next reply other threads:[~2025-11-06 20:34 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-06 20:33 Arnaldo Carvalho de Melo [this message]
2025-11-07 0:49 ` [GIT PULL] perf tools fixes for v6.18 pr-tracker-bot
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=20251106203353.919035-1-acme@kernel.org \
--to=acme@kernel.org \
--cc=acme@redhat.com \
--cc=adrian.hunter@intel.com \
--cc=irogers@google.com \
--cc=james.clark@linaro.org \
--cc=jolsa@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-perf-users@vger.kernel.org \
--cc=mingo@kernel.org \
--cc=namhyung@kernel.org \
--cc=tglx@linutronix.de \
--cc=torvalds@linux-foundation.org \
--cc=williams@redhat.com \
/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
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).