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: Sun,  9 Jun 2024 10:47:32 -0300
From: Arnaldo Carvalho de Melo <acme@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Ingo Molnar <mingo@...nel.org>,
	Thomas Gleixner <tglx@...utronix.de>,
	Jiri Olsa <jolsa@...nel.org>,
	Namhyung Kim <namhyung@...nel.org>,
	Ian Rogers <irogers@...gle.com>,
	Adrian Hunter <adrian.hunter@...el.com>,
	Kan Liang <kan.liang@...ux.intel.com>,
	Clark Williams <williams@...hat.com>,
	linux-kernel@...r.kernel.org,
	linux-perf-users@...r.kernel.org,
	Arnaldo Carvalho de Melo <acme@...nel.org>,
	Milian Wolff <milian.wolff@...b.com>,
	Arnaldo Carvalho de Melo <acme@...hat.com>
Subject: [GIT PULL] perf tools fixes for v6.10: 2nd batch

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@...hat.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(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ