lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 29 Nov 2023 11:21:58 -0800
From:   Namhyung Kim <namhyung@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Arnaldo Carvalho de Melo <acme@...nel.org>,
        Jiri Olsa <jolsa@...nel.org>, Ian Rogers <irogers@...gle.com>,
        Adrian Hunter <adrian.hunter@...el.com>,
        Peter Zijlstra <peterz@...radead.org>,
        Ingo Molnar <mingo@...nel.org>,
        LKML <linux-kernel@...r.kernel.org>,
        linux-perf-users@...r.kernel.org
Subject: [GIT PULL] perf tools fixes for v6.7: 1st batch

Hi Linus,

Please consider pulling the following fixes for the perf tools.

Thanks
Namhyung


The following changes since commit 98b1cc82c4affc16f5598d4fa14b1858671b2263:

  Linux 6.7-rc2 (2023-11-19 15:02:14 -0800)

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.7-1-2023-11-29

for you to fetch changes up to 57686a72da08ae555d93148aa8756b16417a6aff:

  tools: Disable __packed attribute compiler warning due to -Werror=attributes (2023-11-22 12:23:27 -0800)

----------------------------------------------------------------
perf tools fixes for v6.7: 1st batch

Assorted build fixes including:
- fix compile errors in printf() with u64 on 32-bit systesm
- sync kernel headers to the tool copies
- update arm64 sysreg generation for tarballs
- disable compile warnings on __packed attribute

Signed-off-by: Namhyung Kim <namhyung@...nel.org>

----------------------------------------------------------------
Arnaldo Carvalho de Melo (1):
      tools: Disable __packed attribute compiler warning due to -Werror=attributes

Namhyung Kim (14):
      tools headers UAPI: Update tools's copy of drm headers
      tools headers UAPI: Update tools's copy of fscrypt.h header
      tools headers UAPI: Update tools's copy of kvm.h header
      tools headers UAPI: Update tools's copy of mount.h header
      tools headers UAPI: Update tools's copy of vhost.h header
      tools headers UAPI: Update tools's copy of unistd.h header
      tools headers: Update tools's copy of socket.h header
      tools headers: Update tools's copy of x86/asm headers
      tools headers: Update tools's copy of arm64/asm headers
      tools headers: Update tools's copy of s390/asm headers
      tools/perf: Update tools's copy of x86 syscall table
      tools/perf: Update tools's copy of powerpc syscall table
      tools/perf: Update tools's copy of s390 syscall table
      tools/perf: Update tools's copy of mips syscall table

Oliver Upton (2):
      tools perf: Add arm64 sysreg files to MANIFEST
      perf build: Ensure sysreg-defs Makefile respects output dir

Yang Jihong (2):
      perf kwork: Fix a build error on 32-bit
      perf lock contention: Fix a build error on 32-bit

 tools/arch/arm64/include/asm/cputype.h             |  5 +++-
 tools/arch/arm64/include/uapi/asm/kvm.h            | 32 ++++++++++++++++++++++
 tools/arch/arm64/include/uapi/asm/perf_regs.h      | 10 ++++---
 tools/arch/arm64/tools/Makefile                    |  2 +-
 tools/arch/s390/include/uapi/asm/kvm.h             | 16 +++++++++++
 tools/arch/x86/include/asm/cpufeatures.h           | 16 ++++++++++-
 tools/arch/x86/include/asm/disabled-features.h     | 16 +++++++++--
 tools/arch/x86/include/asm/msr-index.h             | 23 +++++++++++++---
 tools/arch/x86/include/uapi/asm/prctl.h            | 12 ++++++++
 tools/include/asm-generic/unaligned.h              |  1 +
 tools/include/uapi/asm-generic/unistd.h            | 12 ++++++--
 tools/include/uapi/drm/drm.h                       | 20 ++++++++++++++
 tools/include/uapi/drm/i915_drm.h                  |  8 +++---
 tools/include/uapi/linux/fscrypt.h                 |  3 +-
 tools/include/uapi/linux/kvm.h                     | 24 ++++++++++++++--
 tools/include/uapi/linux/mount.h                   |  3 +-
 tools/include/uapi/linux/vhost.h                   |  8 ++++++
 tools/perf/MANIFEST                                |  2 ++
 tools/perf/Makefile.perf                           | 24 ++++++++++------
 .../perf/arch/mips/entry/syscalls/syscall_n64.tbl  |  4 +++
 tools/perf/arch/powerpc/entry/syscalls/syscall.tbl |  4 +++
 tools/perf/arch/s390/entry/syscalls/syscall.tbl    |  4 +++
 tools/perf/arch/x86/entry/syscalls/syscall_64.tbl  |  3 ++
 tools/perf/builtin-kwork.c                         |  2 +-
 tools/perf/trace/beauty/include/linux/socket.h     |  1 +
 tools/perf/util/Build                              |  2 +-
 tools/perf/util/bpf_lock_contention.c              |  3 +-
 tools/testing/selftests/kvm/Makefile               |  5 ++--
 28 files changed, 226 insertions(+), 39 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ