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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 21 Mar 2022 11:59:21 +0100
From:   Ingo Molnar <mingo@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     linux-kernel@...r.kernel.org,
        Peter Zijlstra <peterz@...radead.org>,
        Arnaldo Carvalho de Melo <acme@...nel.org>,
        Mark Rutland <mark.rutland@....com>,
        Alexander Shishkin <alexander.shishkin@...ux.intel.com>
Subject: [GIT PULL] perf events changes for v5.18

Linus,

Please pull the latest perf/core git tree from:

   git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf-core-2022-03-21

   # HEAD: 02a08d78f5c429c7dc8e5b9417b4efb518b3d041 perf/x86/intel/uncore: Fix the build on !CONFIG_PHYS_ADDR_T_64BIT

Changes for this cycle were:

 - Fix address filtering for Intel/PT,ARM/CoreSight
 - Enable Intel/PEBS format 5
 - Allow more fixed-function counters for x86
 - Intel/PT: Enable not recording Taken-Not-Taken packets
 - Add a few branch-types

 Thanks,

	Ingo

------------------>
Adrian Hunter (5):
      perf/x86/intel/pt: Relax address filter validation
      x86: Share definition of __is_canonical_address()
      perf/core: Fix address filter parser for multiple filters
      perf/x86/intel/pt: Fix address filter config for 32-bit kernel
      perf/core: Allow kernel address filter when not filtering the kernel

Alexander Shishkin (2):
      perf/x86/intel/pt: Add a capability and config bit for event tracing
      perf/x86/intel/pt: Add a capability and config bit for disabling TNTs

Anshuman Khandual (1):
      perf: Add irq and exception return branch types

Ingo Molnar (1):
      perf/x86/intel/uncore: Fix the build on !CONFIG_PHYS_ADDR_T_64BIT

Kan Liang (2):
      perf/x86/intel: Enable PEBS format 5
      perf/x86/intel: Increase max number of the fixed counters

Steve Wahl (1):
      perf/x86/intel/uncore: Make uncore_discovery clean for 64 bit addresses

Wei Wang (1):
      KVM: x86: use the KVM side max supported fixed counter


 arch/x86/events/intel/core.c             | 40 +++++++++++++++++-
 arch/x86/events/intel/ds.c               | 14 +++++--
 arch/x86/events/intel/lbr.c              |  4 +-
 arch/x86/events/intel/pt.c               | 71 +++++++++++++++++++++++++-------
 arch/x86/events/intel/uncore_discovery.c | 16 +++++--
 arch/x86/events/intel/uncore_discovery.h |  2 -
 arch/x86/include/asm/intel_ds.h          |  5 ++-
 arch/x86/include/asm/intel_pt.h          |  2 +
 arch/x86/include/asm/kvm_host.h          |  3 +-
 arch/x86/include/asm/msr-index.h         |  2 +
 arch/x86/include/asm/page.h              | 10 +++++
 arch/x86/include/asm/perf_event.h        |  2 +-
 arch/x86/kvm/cpuid.c                     |  3 +-
 arch/x86/kvm/emulate.c                   |  4 +-
 arch/x86/kvm/pmu.h                       |  2 -
 arch/x86/kvm/vmx/pmu_intel.c             |  4 +-
 arch/x86/kvm/x86.c                       |  4 +-
 arch/x86/kvm/x86.h                       |  7 +---
 arch/x86/mm/maccess.c                    |  7 +---
 include/uapi/linux/perf_event.h          |  2 +
 kernel/events/core.c                     |  5 ++-
 tools/include/uapi/linux/perf_event.h    |  2 +
 tools/perf/util/branch.c                 |  4 +-
 23 files changed, 161 insertions(+), 54 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ