All of lore.kernel.org
 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>,
	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 v7.2
Date: Sat, 25 Jul 2026 09:33:17 -0300	[thread overview]
Message-ID: <20260725123317.29010-1-acme@kernel.org> (raw)

Hi Linus,

	Please consider pulling,

Best regards,

- Arnaldo

The following changes since commit 248951ddc14de84de3910f9b13f51491a8cd91df:

  Merge tag 'hwmon-for-v7.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging (2026-07-21 08:34:39 -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-v7.2-1-2026-07-25

for you to fetch changes up to fac520e43a60230b24026f462a2b63e4d170566e:

  tools headers: Sync KVM headers with the kernel sources (2026-07-21 21:00:10 -0300)

----------------------------------------------------------------
perf tools fixes for v7.2.

- Update header copies of kernel headers, including const.h, fs.h,
  perf_event.h, gfp_types.h, kvm.h, cpufeatures.h, rtnetlink.hp,
  msr-index.h, drm.h and socket.h.

- Add some build files related to BPF skels to .gitignore.

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

----------------------------------------------------------------
Arnaldo Carvalho de Melo (10):
      perf bench bpf: Add missing .gitignore file
      tools headers UAPI: Sync linux/const.h with the kernel sources
      tools headers UAPI: Sync linux/rtnetlink.h with the kernel sources
      tools headers: Sync linux/gfp_types.h with the kernel sources
      tools headers x86 cpufeatures: Sync with the kernel sources
      tools arch x86: Sync the msr-index.h copy with the kernel sources
      tools headers: Sync UAPI drm/drm.h with kernel sources
      perf beauty: Update copy of linux/socket.h with the kernel sources
      tools headers: Sync UAPI linux/fs.h with the kernel sources
      tools headers: Sync KVM headers with the kernel sources

 tools/arch/s390/include/uapi/asm/kvm.h          |  1 +
 tools/arch/x86/include/asm/cpufeatures.h        |  3 +++
 tools/arch/x86/include/asm/msr-index.h          | 11 +++++++++
 tools/arch/x86/include/uapi/asm/kvm.h           | 14 ++++++-----
 tools/arch/x86/include/uapi/asm/svm.h           | 32 ++++++++++++-------------
 tools/include/linux/gfp_types.h                 | 16 ++++++-------
 tools/include/uapi/linux/const.h                | 18 ++++++++++++++
 tools/include/uapi/linux/kvm.h                  | 20 ++++++++++++----
 tools/include/uapi/linux/rtnetlink.h            |  1 +
 tools/perf/bench/bpf_skel/.gitignore            |  4 ++++
 tools/perf/trace/beauty/include/linux/socket.h  |  2 +-
 tools/perf/trace/beauty/include/uapi/drm/drm.h  | 27 +++++++--------------
 tools/perf/trace/beauty/include/uapi/linux/fs.h | 11 ++++++++-
 13 files changed, 104 insertions(+), 56 deletions(-)
 create mode 100644 tools/perf/bench/bpf_skel/.gitignore

             reply	other threads:[~2026-07-25 12:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-25 12:33 Arnaldo Carvalho de Melo [this message]
2026-07-25 17:24 ` [GIT PULL] perf tools fixes for v7.2 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=20260725123317.29010-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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.