linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
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>,
	Kan Liang <kan.liang@linux.intel.com>,
	Clark Williams <williams@redhat.com>,
	linux-kernel@vger.kernel.org, linux-perf-users@vger.kernel.org,
	Arnaldo Carvalho de Melo <acme@kernel.org>,
	Milian Wolff <milian.wolff@kdab.com>,
	Arnaldo Carvalho de Melo <acme@redhat.com>
Subject: [GIT PULL] perf tools fixes for v6.10: 2nd batch
Date: Sun,  9 Jun 2024 10:47:32 -0300	[thread overview]
Message-ID: <20240609134732.172580-1-acme@kernel.org> (raw)

Hi Linus,

	Please consider pulling,

Best regards,

- Arnaldo

The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0:

  Linux 6.10-rc1 (2024-05-26 15:20:12 -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.10-2-2024-06-09

for you to fetch changes up to ca9680821dfec73c9100860bda4fab1f1309722e:

  perf bpf: Fix handling of minimal vmlinux.h file when interrupting the build (2024-06-05 11:33:00 -0300)

----------------------------------------------------------------
perf tools fixes for v6.10: 2nd batch

- Update copies of kernel headers, which resulted in support for the new
  'mseal' syscall, SUBVOL statx return mask bit, RISC-V and PPC prctls,
  fcntl's DUPFD_QUERY, POSTED_MSI_NOTIFICATION IRQ vector, 'map_shadow_stack'
  syscall for x86-32.

- Revert perf.data record memory allocation optimization that ended up
  causing a regression, work is being done to re-introduce it in the
  next merge window.

- Fix handling of minimal vmlinux.h file used with BPF's CO-RE when
  interrupting the build.

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>

----------------------------------------------------------------
Arnaldo Carvalho de Melo (12):
      tools include UAPI: Sync linux/stat.h with the kernel sources
      tools headers UAPI: Sync linux/prctl.h with the kernel sources
      tools headers UAPI: Sync fcntl.h with the kernel sources to pick F_DUPFD_QUERY
      perf beauty: Update copy of linux/socket.h with the kernel sources
      perf trace beauty: Update the arch/x86/include/asm/irq_vectors.h copy with the kernel sources to pick POSTED_MSI_NOTIFICATION
      tools headers: Update the syscall tables and unistd.h, mostly to support the new 'mseal' syscall
      tools arch x86: Sync the msr-index.h copy with the kernel sources
      tools headers UAPI: Sync kvm headers with the kernel sources
      tools headers UAPI: Update i915_drm.h with the kernel sources
      tools headers uapi: Sync linux/stat.h with the kernel sources to pick STATX_SUBVOL
      tools headers arm64: Sync arm64's cputype.h with the kernel sources
      Revert "perf record: Reduce memory for recording PERF_RECORD_LOST_SAMPLES event"

Namhyung Kim (1):
      perf bpf: Fix handling of minimal vmlinux.h file when interrupting the build

 tools/arch/arm64/include/asm/cputype.h             |  6 +++++
 tools/arch/x86/include/asm/msr-index.h             |  9 +++----
 tools/arch/x86/include/uapi/asm/kvm.h              | 22 +++++++++++++--
 tools/include/uapi/asm-generic/unistd.h            |  5 +++-
 tools/include/uapi/drm/i915_drm.h                  | 31 +++++++++++++++++++---
 tools/include/uapi/linux/kvm.h                     |  4 +--
 tools/include/uapi/linux/stat.h                    |  4 ++-
 tools/perf/Makefile.perf                           |  1 +
 .../perf/arch/mips/entry/syscalls/syscall_n64.tbl  |  1 +
 tools/perf/arch/powerpc/entry/syscalls/syscall.tbl |  1 +
 tools/perf/arch/s390/entry/syscalls/syscall.tbl    |  1 +
 tools/perf/arch/x86/entry/syscalls/syscall_64.tbl  |  3 ++-
 tools/perf/builtin-record.c                        |  6 ++---
 tools/perf/builtin-trace.c                         |  2 +-
 .../beauty/arch/x86/include/asm/irq_vectors.h      |  8 +++++-
 tools/perf/trace/beauty/include/linux/socket.h     |  3 ++-
 tools/perf/trace/beauty/include/uapi/linux/fcntl.h | 14 +++++-----
 tools/perf/trace/beauty/include/uapi/linux/prctl.h | 22 +++++++++++++++
 tools/perf/trace/beauty/include/uapi/linux/stat.h  |  4 ++-
 19 files changed, 118 insertions(+), 29 deletions(-)

             reply	other threads:[~2024-06-09 13:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-09 13:47 Arnaldo Carvalho de Melo [this message]
2024-06-09 16:12 ` [GIT PULL] perf tools fixes for v6.10: 2nd batch 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=20240609134732.172580-1-acme@kernel.org \
    --to=acme@kernel.org \
    --cc=acme@redhat.com \
    --cc=adrian.hunter@intel.com \
    --cc=irogers@google.com \
    --cc=jolsa@kernel.org \
    --cc=kan.liang@linux.intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-perf-users@vger.kernel.org \
    --cc=milian.wolff@kdab.com \
    --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).