]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
fix up some perf git commit ids
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 12 Apr 2016 14:24:27 +0000 (07:24 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 12 Apr 2016 14:24:27 +0000 (07:24 -0700)
queue-3.14/0004-perf-x86-intel-Use-PAGE_SIZE-for-PEBS-buffer-size-on.patch
queue-3.14/0005-perf-x86-intel-Fix-PEBS-data-source-interpretation-o.patch
queue-4.4/0003-perf-x86-intel-Fix-PEBS-warning-by-only-restoring-ac.patch
queue-4.4/0004-perf-x86-intel-Use-PAGE_SIZE-for-PEBS-buffer-size-on.patch
queue-4.4/0005-perf-x86-intel-Fix-PEBS-data-source-interpretation-o.patch
queue-4.5/0002-perf-x86-intel-uncore-Remove-SBOX-support-for-BDX-DE.patch
queue-4.5/0003-perf-x86-intel-Fix-PEBS-warning-by-only-restoring-ac.patch
queue-4.5/0004-perf-x86-intel-Use-PAGE_SIZE-for-PEBS-buffer-size-on.patch
queue-4.5/0005-perf-x86-intel-Fix-PEBS-data-source-interpretation-o.patch

index 6082f0528a5ab7cc721a3a8afe8a9d9679bc2534..f3ac0c31cd4b80a1c8b494ad2d14c261d54e2b4c 100644 (file)
@@ -5,7 +5,7 @@ Subject: perf/x86/intel: Use PAGE_SIZE for PEBS buffer size on Core2
 
 From: Jiri Olsa <jolsa@redhat.com>
 
-commit 3135a66b768c5ee84c8a98b21d0330dc1c1234b4 upstream.
+commit e72daf3f4d764c47fb71c9bdc7f9c54a503825b1 upstream.
 
 Using PAGE_SIZE buffers makes the WRMSR to PERF_GLOBAL_CTRL in
 intel_pmu_enable_all() mysteriously hang on Core2. As a workaround, we
index fe3c4d137485ec31c598a33f82380fb007eea387..036c756816c26f50f725b554838edee2cd259a57 100644 (file)
@@ -5,7 +5,7 @@ Subject: perf/x86/intel: Fix PEBS data source interpretation on Nehalem/Westmere
 
 From: Andi Kleen <ak@linux.intel.com>
 
-commit 5e3f4cbd906c178510dccfed1131b007c96255ff upstream.
+commit e17dc65328057c00db7e1bfea249c8771a78b30b upstream.
 
 Jiri reported some time ago that some entries in the PEBS data source table
 in perf do not agree with the SDM. We investigated and the bits
index 8665cc7b3522c17ba2cc7b788543272f7cc8f98b..60409aaffcd5ec5bb853bbedbdf1d6d30902ee1a 100644 (file)
@@ -6,7 +6,7 @@ Subject: [PATCH 3/5] perf/x86/intel: Fix PEBS warning by only restoring active
 
 From: Kan Liang <kan.liang@intel.com>
 
-commit 48253050e1a4b8b82c775185c1bc066a2a826f14 upstream.
+commit c3d266c8a9838cc141b69548bc3b1b18808ae8c4 upstream.
 
 This patch tries to fix a PEBS warning found in my stress test. The
 following perf command can easily trigger the pebs warning or spurious
index cec605b54024649965099d4880191f39be706fd8..0d7188f86467841ad8cbe14d8e15575c8ad63128 100644 (file)
@@ -5,7 +5,7 @@ Subject: perf/x86/intel: Use PAGE_SIZE for PEBS buffer size on Core2
 
 From: Jiri Olsa <jolsa@redhat.com>
 
-commit 3135a66b768c5ee84c8a98b21d0330dc1c1234b4 upstream.
+commit e72daf3f4d764c47fb71c9bdc7f9c54a503825b1 upstream.
 
 Using PAGE_SIZE buffers makes the WRMSR to PERF_GLOBAL_CTRL in
 intel_pmu_enable_all() mysteriously hang on Core2. As a workaround, we
index f17f801443f94a434cc67494193c67b203ba0e43..142f38446793e5547288b61d808b0bf55b6f208d 100644 (file)
@@ -5,7 +5,7 @@ Subject: perf/x86/intel: Fix PEBS data source interpretation on Nehalem/Westmere
 
 From: Andi Kleen <ak@linux.intel.com>
 
-commit 5e3f4cbd906c178510dccfed1131b007c96255ff upstream.
+commit e17dc65328057c00db7e1bfea249c8771a78b30b upstream.
 
 Jiri reported some time ago that some entries in the PEBS data source table
 in perf do not agree with the SDM. We investigated and the bits
index 58fdc7a3b20180d5692f4d4f40316507bb42f35e..1cff06d2d2655b796bfe200f028a767377558e71 100644 (file)
@@ -5,7 +5,7 @@ Subject: perf/x86/intel/uncore: Remove SBOX support for BDX-DE
 
 From: Kan Liang <kan.liang@intel.com>
 
-commit e178b147e530c12a95871e78569554666fe01c0f upstream.
+commit 6cb2f1d9af5b0f0afdd4e689d969df4b5c76a4c2 upstream.
 
 BDX-DE and BDX-EP share the same uncore code path. But there is no sbox
 in BDX-DE. This patch remove SBOX support for BDX-DE.
index 0e52ca12e891a53e94df66244e8eff2c4e30d90e..d0a2de106c718da37154fd399c52326554197d84 100644 (file)
@@ -6,7 +6,7 @@ Subject: [PATCH 3/5] perf/x86/intel: Fix PEBS warning by only restoring active
 
 From: Kan Liang <kan.liang@intel.com>
 
-commit 48253050e1a4b8b82c775185c1bc066a2a826f14 upstream.
+commit c3d266c8a9838cc141b69548bc3b1b18808ae8c4 upstream.
 
 This patch tries to fix a PEBS warning found in my stress test. The
 following perf command can easily trigger the pebs warning or spurious
index b66c12db8ef36f5b077864b2d7a234bd1c6b45c9..ca34adcfae2228f37319eaf38ef18241ab86a245 100644 (file)
@@ -5,7 +5,7 @@ Subject: perf/x86/intel: Use PAGE_SIZE for PEBS buffer size on Core2
 
 From: Jiri Olsa <jolsa@redhat.com>
 
-commit 3135a66b768c5ee84c8a98b21d0330dc1c1234b4 upstream.
+commit e72daf3f4d764c47fb71c9bdc7f9c54a503825b1 upstream.
 
 Using PAGE_SIZE buffers makes the WRMSR to PERF_GLOBAL_CTRL in
 intel_pmu_enable_all() mysteriously hang on Core2. As a workaround, we
index f218754237ce09b34f4a56118517e4b6384c4859..1a57702f7e3c4be9b6d729757ebfe19dbb805272 100644 (file)
@@ -5,7 +5,7 @@ Subject: perf/x86/intel: Fix PEBS data source interpretation on Nehalem/Westmere
 
 From: Andi Kleen <ak@linux.intel.com>
 
-commit 5e3f4cbd906c178510dccfed1131b007c96255ff upstream.
+commit e17dc65328057c00db7e1bfea249c8771a78b30b upstream.
 
 Jiri reported some time ago that some entries in the PEBS data source table
 in perf do not agree with the SDM. We investigated and the bits