summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan200101 <sentrycraft123@gmail.com>2023-12-15 11:19:45 +0100
committerJan200101 <sentrycraft123@gmail.com>2023-12-15 11:19:45 +0100
commit0a3aa99cf0cf00c4d7e22dc17827227ca7b5312b (patch)
tree8cdc03902d895ae14e7b946148618b268a957b9d
parent8698ba5cc4f124355878e48918870a13371dbe7f (diff)
downloadkernel-fsync-0a3aa99cf0cf00c4d7e22dc17827227ca7b5312b.tar.gz
kernel-fsync-0a3aa99cf0cf00c4d7e22dc17827227ca7b5312b.zip
kernel 6.6.6
-rw-r--r--SOURCES/0001-amd-hdr.patch30
-rw-r--r--SOURCES/kernel-aarch64-16k-debug-fedora.config4
-rw-r--r--SOURCES/kernel-aarch64-16k-fedora.config4
-rw-r--r--SOURCES/kernel-aarch64-64k-debug-rhel.config4
-rw-r--r--SOURCES/kernel-aarch64-64k-rhel.config4
-rw-r--r--SOURCES/kernel-aarch64-debug-fedora.config4
-rw-r--r--SOURCES/kernel-aarch64-debug-rhel.config4
-rw-r--r--SOURCES/kernel-aarch64-fedora.config4
-rw-r--r--SOURCES/kernel-aarch64-rhel.config4
-rw-r--r--SOURCES/kernel-aarch64-rt-debug-rhel.config4
-rw-r--r--SOURCES/kernel-aarch64-rt-rhel.config4
-rw-r--r--SOURCES/kernel-ppc64le-debug-fedora.config4
-rw-r--r--SOURCES/kernel-ppc64le-debug-rhel.config4
-rw-r--r--SOURCES/kernel-ppc64le-fedora.config4
-rw-r--r--SOURCES/kernel-ppc64le-rhel.config4
-rw-r--r--SOURCES/kernel-s390x-debug-fedora.config4
-rw-r--r--SOURCES/kernel-s390x-debug-rhel.config4
-rw-r--r--SOURCES/kernel-s390x-fedora.config4
-rw-r--r--SOURCES/kernel-s390x-rhel.config4
-rw-r--r--SOURCES/kernel-s390x-zfcpdump-rhel.config4
-rw-r--r--SOURCES/kernel-x86_64-debug-fedora.config6
-rw-r--r--SOURCES/kernel-x86_64-debug-rhel.config6
-rw-r--r--SOURCES/kernel-x86_64-fedora.config6
-rw-r--r--SOURCES/kernel-x86_64-rhel.config6
-rw-r--r--SOURCES/kernel-x86_64-rt-debug-rhel.config6
-rw-r--r--SOURCES/kernel-x86_64-rt-rhel.config6
-rw-r--r--SOURCES/patch-6.6-redhat.patch2
-rw-r--r--SPECS/kernel.spec19
28 files changed, 122 insertions, 41 deletions
diff --git a/SOURCES/0001-amd-hdr.patch b/SOURCES/0001-amd-hdr.patch
index 6c0deff..b5e6391 100644
--- a/SOURCES/0001-amd-hdr.patch
+++ b/SOURCES/0001-amd-hdr.patch
@@ -2120,3 +2120,33 @@ index ea1b639bc..cea5653e4 100644
--
2.43.0
+From b693994eaf80dbea585322b8f2d34c7a1801268e Mon Sep 17 00:00:00 2001
+From: Joshua Ashton <joshua@froggi.es>
+Date: Thu, 14 Dec 2023 22:39:09 +0000
+Subject: [PATCH] drm/amd/display: Don't create color properties on asics <
+ SIENNA_CICHLID
+
+Most of these features are not supported on older ASICs.
+
+Signed-off-by: Joshua Ashton <joshua@froggi.es>
+---
+ drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_color.c | 3 +++
+ 1 file changed, 3 insertions(+)
+
+diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_color.c b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_color.c
+index 86a2d449cf07..99bdf9758323 100644
+--- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_color.c
++++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_color.c
+@@ -191,6 +191,9 @@
+ {
+ struct drm_property *prop;
+
++ if (adev->asic_type < CHIP_SIENNA_CICHLID)
++ return 0;
++
+ prop = drm_property_create(adev_to_drm(adev),
+ DRM_MODE_PROP_BLOB,
+ "VALVE1_PLANE_DEGAMMA_LUT", 0);
+
+--
+2.43.0
diff --git a/SOURCES/kernel-aarch64-16k-debug-fedora.config b/SOURCES/kernel-aarch64-16k-debug-fedora.config
index 706157b..eef9133 100644
--- a/SOURCES/kernel-aarch64-16k-debug-fedora.config
+++ b/SOURCES/kernel-aarch64-16k-debug-fedora.config
@@ -8738,7 +8738,9 @@ CONFIG_UBIFS_FS=m
CONFIG_UBIFS_FS_SECURITY=y
CONFIG_UBIFS_FS_XATTR=y
# CONFIG_UBSAN is not set
-# CONFIG_UCLAMP_TASK is not set
+CONFIG_UCLAMP_BUCKETS_COUNT=5
+CONFIG_UCLAMP_TASK_GROUP=y
+CONFIG_UCLAMP_TASK=y
CONFIG_UCSI_ACPI=m
CONFIG_UCSI_CCG=m
CONFIG_UCSI_PMIC_GLINK=m
diff --git a/SOURCES/kernel-aarch64-16k-fedora.config b/SOURCES/kernel-aarch64-16k-fedora.config
index 3081b71..0bab739 100644
--- a/SOURCES/kernel-aarch64-16k-fedora.config
+++ b/SOURCES/kernel-aarch64-16k-fedora.config
@@ -8709,7 +8709,9 @@ CONFIG_UBIFS_FS=m
CONFIG_UBIFS_FS_SECURITY=y
CONFIG_UBIFS_FS_XATTR=y
# CONFIG_UBSAN is not set
-# CONFIG_UCLAMP_TASK is not set
+CONFIG_UCLAMP_BUCKETS_COUNT=5
+CONFIG_UCLAMP_TASK_GROUP=y
+CONFIG_UCLAMP_TASK=y
CONFIG_UCSI_ACPI=m
CONFIG_UCSI_CCG=m
CONFIG_UCSI_PMIC_GLINK=m
diff --git a/SOURCES/kernel-aarch64-64k-debug-rhel.config b/SOURCES/kernel-aarch64-64k-debug-rhel.config
index f3bfb78..8792ae3 100644
--- a/SOURCES/kernel-aarch64-64k-debug-rhel.config
+++ b/SOURCES/kernel-aarch64-64k-debug-rhel.config
@@ -7133,7 +7133,9 @@ CONFIG_UAPI_HEADER_TEST=y
# CONFIG_UBIFS_FS_AUTHENTICATION is not set
# CONFIG_UBIFS_FS is not set
# CONFIG_UBSAN is not set
-# CONFIG_UCLAMP_TASK is not set
+CONFIG_UCLAMP_BUCKETS_COUNT=5
+CONFIG_UCLAMP_TASK_GROUP=y
+CONFIG_UCLAMP_TASK=y
CONFIG_UCSI_ACPI=y
CONFIG_UCSI_CCG=m
# CONFIG_UCSI_STM32G0 is not set
diff --git a/SOURCES/kernel-aarch64-64k-rhel.config b/SOURCES/kernel-aarch64-64k-rhel.config
index 7a5e7f9..d821ec9 100644
--- a/SOURCES/kernel-aarch64-64k-rhel.config
+++ b/SOURCES/kernel-aarch64-64k-rhel.config
@@ -7108,7 +7108,9 @@ CONFIG_UAPI_HEADER_TEST=y
# CONFIG_UBIFS_FS_AUTHENTICATION is not set
# CONFIG_UBIFS_FS is not set
# CONFIG_UBSAN is not set
-# CONFIG_UCLAMP_TASK is not set
+CONFIG_UCLAMP_BUCKETS_COUNT=5
+CONFIG_UCLAMP_TASK_GROUP=y
+CONFIG_UCLAMP_TASK=y
CONFIG_UCSI_ACPI=y
CONFIG_UCSI_CCG=m
# CONFIG_UCSI_STM32G0 is not set
diff --git a/SOURCES/kernel-aarch64-debug-fedora.config b/SOURCES/kernel-aarch64-debug-fedora.config
index 12be823..8b9a6d7 100644
--- a/SOURCES/kernel-aarch64-debug-fedora.config
+++ b/SOURCES/kernel-aarch64-debug-fedora.config
@@ -8738,7 +8738,9 @@ CONFIG_UBIFS_FS=m
CONFIG_UBIFS_FS_SECURITY=y
CONFIG_UBIFS_FS_XATTR=y
# CONFIG_UBSAN is not set
-# CONFIG_UCLAMP_TASK is not set
+CONFIG_UCLAMP_BUCKETS_COUNT=5
+CONFIG_UCLAMP_TASK_GROUP=y
+CONFIG_UCLAMP_TASK=y
CONFIG_UCSI_ACPI=m
CONFIG_UCSI_CCG=m
CONFIG_UCSI_PMIC_GLINK=m
diff --git a/SOURCES/kernel-aarch64-debug-rhel.config b/SOURCES/kernel-aarch64-debug-rhel.config
index 09b5480..44e1edc 100644
--- a/SOURCES/kernel-aarch64-debug-rhel.config
+++ b/SOURCES/kernel-aarch64-debug-rhel.config
@@ -7129,7 +7129,9 @@ CONFIG_UAPI_HEADER_TEST=y
# CONFIG_UBIFS_FS_AUTHENTICATION is not set
# CONFIG_UBIFS_FS is not set
# CONFIG_UBSAN is not set
-# CONFIG_UCLAMP_TASK is not set
+CONFIG_UCLAMP_BUCKETS_COUNT=5
+CONFIG_UCLAMP_TASK_GROUP=y
+CONFIG_UCLAMP_TASK=y
CONFIG_UCSI_ACPI=y
CONFIG_UCSI_CCG=m
# CONFIG_UCSI_STM32G0 is not set
diff --git a/SOURCES/kernel-aarch64-fedora.config b/SOURCES/kernel-aarch64-fedora.config
index 0558608..74ceb57 100644
--- a/SOURCES/kernel-aarch64-fedora.config
+++ b/SOURCES/kernel-aarch64-fedora.config
@@ -8709,7 +8709,9 @@ CONFIG_UBIFS_FS=m
CONFIG_UBIFS_FS_SECURITY=y
CONFIG_UBIFS_FS_XATTR=y
# CONFIG_UBSAN is not set
-# CONFIG_UCLAMP_TASK is not set
+CONFIG_UCLAMP_BUCKETS_COUNT=5
+CONFIG_UCLAMP_TASK_GROUP=y
+CONFIG_UCLAMP_TASK=y
CONFIG_UCSI_ACPI=m
CONFIG_UCSI_CCG=m
CONFIG_UCSI_PMIC_GLINK=m
diff --git a/SOURCES/kernel-aarch64-rhel.config b/SOURCES/kernel-aarch64-rhel.config
index b19a213..3043196 100644
--- a/SOURCES/kernel-aarch64-rhel.config
+++ b/SOURCES/kernel-aarch64-rhel.config
@@ -7104,7 +7104,9 @@ CONFIG_UAPI_HEADER_TEST=y
# CONFIG_UBIFS_FS_AUTHENTICATION is not set
# CONFIG_UBIFS_FS is not set
# CONFIG_UBSAN is not set
-# CONFIG_UCLAMP_TASK is not set
+CONFIG_UCLAMP_BUCKETS_COUNT=5
+CONFIG_UCLAMP_TASK_GROUP=y
+CONFIG_UCLAMP_TASK=y
CONFIG_UCSI_ACPI=y
CONFIG_UCSI_CCG=m
# CONFIG_UCSI_STM32G0 is not set
diff --git a/SOURCES/kernel-aarch64-rt-debug-rhel.config b/SOURCES/kernel-aarch64-rt-debug-rhel.config
index 7bbd15e..dbe7a93 100644
--- a/SOURCES/kernel-aarch64-rt-debug-rhel.config
+++ b/SOURCES/kernel-aarch64-rt-debug-rhel.config
@@ -7183,7 +7183,9 @@ CONFIG_UAPI_HEADER_TEST=y
# CONFIG_UBIFS_FS_AUTHENTICATION is not set
# CONFIG_UBIFS_FS is not set
# CONFIG_UBSAN is not set
-# CONFIG_UCLAMP_TASK is not set
+CONFIG_UCLAMP_BUCKETS_COUNT=5
+CONFIG_UCLAMP_TASK_GROUP=y
+CONFIG_UCLAMP_TASK=y
CONFIG_UCSI_ACPI=y
CONFIG_UCSI_CCG=m
# CONFIG_UCSI_STM32G0 is not set
diff --git a/SOURCES/kernel-aarch64-rt-rhel.config b/SOURCES/kernel-aarch64-rt-rhel.config
index a644a4c..1300199 100644
--- a/SOURCES/kernel-aarch64-rt-rhel.config
+++ b/SOURCES/kernel-aarch64-rt-rhel.config
@@ -7158,7 +7158,9 @@ CONFIG_UAPI_HEADER_TEST=y
# CONFIG_UBIFS_FS_AUTHENTICATION is not set
# CONFIG_UBIFS_FS is not set
# CONFIG_UBSAN is not set
-# CONFIG_UCLAMP_TASK is not set
+CONFIG_UCLAMP_BUCKETS_COUNT=5
+CONFIG_UCLAMP_TASK_GROUP=y
+CONFIG_UCLAMP_TASK=y
CONFIG_UCSI_ACPI=y
CONFIG_UCSI_CCG=m
# CONFIG_UCSI_STM32G0 is not set
diff --git a/SOURCES/kernel-ppc64le-debug-fedora.config b/SOURCES/kernel-ppc64le-debug-fedora.config
index 89f1244..f1b278a 100644
--- a/SOURCES/kernel-ppc64le-debug-fedora.config
+++ b/SOURCES/kernel-ppc64le-debug-fedora.config
@@ -7319,7 +7319,9 @@ CONFIG_UBIFS_FS=m
CONFIG_UBIFS_FS_SECURITY=y
CONFIG_UBIFS_FS_XATTR=y
# CONFIG_UBSAN is not set
-# CONFIG_UCLAMP_TASK is not set
+CONFIG_UCLAMP_BUCKETS_COUNT=5
+CONFIG_UCLAMP_TASK_GROUP=y
+CONFIG_UCLAMP_TASK=y
CONFIG_UCSI_ACPI=m
CONFIG_UCSI_CCG=m
CONFIG_UCSI_STM32G0=m
diff --git a/SOURCES/kernel-ppc64le-debug-rhel.config b/SOURCES/kernel-ppc64le-debug-rhel.config
index ebeaed0..fcab6e2 100644
--- a/SOURCES/kernel-ppc64le-debug-rhel.config
+++ b/SOURCES/kernel-ppc64le-debug-rhel.config
@@ -6621,7 +6621,9 @@ CONFIG_UAPI_HEADER_TEST=y
# CONFIG_UBIFS_FS_AUTHENTICATION is not set
# CONFIG_UBIFS_FS is not set
# CONFIG_UBSAN is not set
-# CONFIG_UCLAMP_TASK is not set
+CONFIG_UCLAMP_BUCKETS_COUNT=5
+CONFIG_UCLAMP_TASK_GROUP=y
+CONFIG_UCLAMP_TASK=y
CONFIG_UCSI_ACPI=y
# CONFIG_UCSI_CCG is not set
# CONFIG_UCSI_STM32G0 is not set
diff --git a/SOURCES/kernel-ppc64le-fedora.config b/SOURCES/kernel-ppc64le-fedora.config
index e5c076b..7c6e002 100644
--- a/SOURCES/kernel-ppc64le-fedora.config
+++ b/SOURCES/kernel-ppc64le-fedora.config
@@ -7288,7 +7288,9 @@ CONFIG_UBIFS_FS=m
CONFIG_UBIFS_FS_SECURITY=y
CONFIG_UBIFS_FS_XATTR=y
# CONFIG_UBSAN is not set
-# CONFIG_UCLAMP_TASK is not set
+CONFIG_UCLAMP_BUCKETS_COUNT=5
+CONFIG_UCLAMP_TASK_GROUP=y
+CONFIG_UCLAMP_TASK=y
CONFIG_UCSI_ACPI=m
CONFIG_UCSI_CCG=m
CONFIG_UCSI_STM32G0=m
diff --git a/SOURCES/kernel-ppc64le-rhel.config b/SOURCES/kernel-ppc64le-rhel.config
index d79f055..6d12d66 100644
--- a/SOURCES/kernel-ppc64le-rhel.config
+++ b/SOURCES/kernel-ppc64le-rhel.config
@@ -6598,7 +6598,9 @@ CONFIG_UAPI_HEADER_TEST=y
# CONFIG_UBIFS_FS_AUTHENTICATION is not set
# CONFIG_UBIFS_FS is not set
# CONFIG_UBSAN is not set
-# CONFIG_UCLAMP_TASK is not set
+CONFIG_UCLAMP_BUCKETS_COUNT=5
+CONFIG_UCLAMP_TASK_GROUP=y
+CONFIG_UCLAMP_TASK=y
CONFIG_UCSI_ACPI=y
# CONFIG_UCSI_CCG is not set
# CONFIG_UCSI_STM32G0 is not set
diff --git a/SOURCES/kernel-s390x-debug-fedora.config b/SOURCES/kernel-s390x-debug-fedora.config
index 4005a65..cb9518a 100644
--- a/SOURCES/kernel-s390x-debug-fedora.config
+++ b/SOURCES/kernel-s390x-debug-fedora.config
@@ -7259,7 +7259,9 @@ CONFIG_UBIFS_FS=m
CONFIG_UBIFS_FS_SECURITY=y
CONFIG_UBIFS_FS_XATTR=y
# CONFIG_UBSAN is not set
-# CONFIG_UCLAMP_TASK is not set
+CONFIG_UCLAMP_BUCKETS_COUNT=5
+CONFIG_UCLAMP_TASK_GROUP=y
+CONFIG_UCLAMP_TASK=y
CONFIG_UCSI_ACPI=m
CONFIG_UCSI_CCG=m
CONFIG_UCSI_STM32G0=m
diff --git a/SOURCES/kernel-s390x-debug-rhel.config b/SOURCES/kernel-s390x-debug-rhel.config
index e7352e8..190e37c 100644
--- a/SOURCES/kernel-s390x-debug-rhel.config
+++ b/SOURCES/kernel-s390x-debug-rhel.config
@@ -6607,7 +6607,9 @@ CONFIG_UAPI_HEADER_TEST=y
# CONFIG_UBIFS_FS_AUTHENTICATION is not set
# CONFIG_UBIFS_FS is not set
# CONFIG_UBSAN is not set
-# CONFIG_UCLAMP_TASK is not set
+CONFIG_UCLAMP_BUCKETS_COUNT=5
+CONFIG_UCLAMP_TASK_GROUP=y
+CONFIG_UCLAMP_TASK=y
CONFIG_UCSI_ACPI=y
# CONFIG_UCSI_CCG is not set
# CONFIG_UCSI_STM32G0 is not set
diff --git a/SOURCES/kernel-s390x-fedora.config b/SOURCES/kernel-s390x-fedora.config
index 1ccf24d..8de7345 100644
--- a/SOURCES/kernel-s390x-fedora.config
+++ b/SOURCES/kernel-s390x-fedora.config
@@ -7228,7 +7228,9 @@ CONFIG_UBIFS_FS=m
CONFIG_UBIFS_FS_SECURITY=y
CONFIG_UBIFS_FS_XATTR=y
# CONFIG_UBSAN is not set
-# CONFIG_UCLAMP_TASK is not set
+CONFIG_UCLAMP_BUCKETS_COUNT=5
+CONFIG_UCLAMP_TASK_GROUP=y
+CONFIG_UCLAMP_TASK=y
CONFIG_UCSI_ACPI=m
CONFIG_UCSI_CCG=m
CONFIG_UCSI_STM32G0=m
diff --git a/SOURCES/kernel-s390x-rhel.config b/SOURCES/kernel-s390x-rhel.config
index 9ecadbf..2d7998a 100644
--- a/SOURCES/kernel-s390x-rhel.config
+++ b/SOURCES/kernel-s390x-rhel.config
@@ -6584,7 +6584,9 @@ CONFIG_UAPI_HEADER_TEST=y
# CONFIG_UBIFS_FS_AUTHENTICATION is not set
# CONFIG_UBIFS_FS is not set
# CONFIG_UBSAN is not set
-# CONFIG_UCLAMP_TASK is not set
+CONFIG_UCLAMP_BUCKETS_COUNT=5
+CONFIG_UCLAMP_TASK_GROUP=y
+CONFIG_UCLAMP_TASK=y
CONFIG_UCSI_ACPI=y
# CONFIG_UCSI_CCG is not set
# CONFIG_UCSI_STM32G0 is not set
diff --git a/SOURCES/kernel-s390x-zfcpdump-rhel.config b/SOURCES/kernel-s390x-zfcpdump-rhel.config
index 8aba057..cc0d525 100644
--- a/SOURCES/kernel-s390x-zfcpdump-rhel.config
+++ b/SOURCES/kernel-s390x-zfcpdump-rhel.config
@@ -6607,7 +6607,9 @@ CONFIG_UAPI_HEADER_TEST=y
# CONFIG_UBIFS_FS_AUTHENTICATION is not set
# CONFIG_UBIFS_FS is not set
# CONFIG_UBSAN is not set
-# CONFIG_UCLAMP_TASK is not set
+CONFIG_UCLAMP_BUCKETS_COUNT=5
+CONFIG_UCLAMP_TASK_GROUP=y
+CONFIG_UCLAMP_TASK=y
CONFIG_UCSI_ACPI=y
# CONFIG_UCSI_CCG is not set
# CONFIG_UCSI_STM32G0 is not set
diff --git a/SOURCES/kernel-x86_64-debug-fedora.config b/SOURCES/kernel-x86_64-debug-fedora.config
index 5112096..958ea00 100644
--- a/SOURCES/kernel-x86_64-debug-fedora.config
+++ b/SOURCES/kernel-x86_64-debug-fedora.config
@@ -7761,7 +7761,9 @@ CONFIG_UBIFS_FS=m
CONFIG_UBIFS_FS_SECURITY=y
CONFIG_UBIFS_FS_XATTR=y
# CONFIG_UBSAN is not set
-# CONFIG_UCLAMP_TASK is not set
+CONFIG_UCLAMP_BUCKETS_COUNT=5
+CONFIG_UCLAMP_TASK_GROUP=y
+CONFIG_UCLAMP_TASK=y
CONFIG_UCSI_ACPI=m
CONFIG_UCSI_CCG=m
CONFIG_UCSI_STM32G0=m
@@ -8811,6 +8813,7 @@ CONFIG_HID_ITHC=m
CONFIG_SURFACE_BOOK1_DGPU_SWITCH=m
CONFIG_IPC_CLASSES=y
CONFIG_LEDS_TPS68470=m
+CONFIG_DRM_AMD_COLOR_STEAMDECK=y
CONFIG_LEGION_LAPTOP=m
CONFIG_ACPI_CALL=m
CONFIG_MFD_STEAMDECK=m
@@ -8859,4 +8862,3 @@ CONFIG_SND_SOC_SOF_AMD_ACP63=m
# CONFIG_SND_AMD_ASOC_REMBRANDT is not set
# CONFIG_SND_SOC_AMD_LEGACY_MACH is not set
CONFIG_SND_SOC_TOPOLOGY=y
-CONFIG_DRM_AMD_COLOR_STEAMDECK=y
diff --git a/SOURCES/kernel-x86_64-debug-rhel.config b/SOURCES/kernel-x86_64-debug-rhel.config
index f010799..e71582a 100644
--- a/SOURCES/kernel-x86_64-debug-rhel.config
+++ b/SOURCES/kernel-x86_64-debug-rhel.config
@@ -6873,7 +6873,9 @@ CONFIG_UAPI_HEADER_TEST=y
# CONFIG_UBIFS_FS_AUTHENTICATION is not set
# CONFIG_UBIFS_FS is not set
# CONFIG_UBSAN is not set
-# CONFIG_UCLAMP_TASK is not set
+CONFIG_UCLAMP_BUCKETS_COUNT=5
+CONFIG_UCLAMP_TASK_GROUP=y
+CONFIG_UCLAMP_TASK=y
CONFIG_UCSI_ACPI=y
# CONFIG_UCSI_CCG is not set
# CONFIG_UCSI_STM32G0 is not set
@@ -7755,6 +7757,7 @@ CONFIG_HID_ITHC=m
CONFIG_SURFACE_BOOK1_DGPU_SWITCH=m
CONFIG_IPC_CLASSES=y
CONFIG_LEDS_TPS68470=m
+CONFIG_DRM_AMD_COLOR_STEAMDECK=y
CONFIG_LEGION_LAPTOP=m
CONFIG_ACPI_CALL=m
CONFIG_MFD_STEAMDECK=m
@@ -7808,4 +7811,3 @@ CONFIG_SND_SOC_SOF_AMD_ACP63=m
# CONFIG_SND_AMD_ASOC_REMBRANDT is not set
# CONFIG_SND_SOC_AMD_LEGACY_MACH is not set
CONFIG_SND_SOC_TOPOLOGY=y
-CONFIG_DRM_AMD_COLOR_STEAMDECK=y
diff --git a/SOURCES/kernel-x86_64-fedora.config b/SOURCES/kernel-x86_64-fedora.config
index 4426da3..d6d2dd0 100644
--- a/SOURCES/kernel-x86_64-fedora.config
+++ b/SOURCES/kernel-x86_64-fedora.config
@@ -7731,7 +7731,9 @@ CONFIG_UBIFS_FS=m
CONFIG_UBIFS_FS_SECURITY=y
CONFIG_UBIFS_FS_XATTR=y
# CONFIG_UBSAN is not set
-# CONFIG_UCLAMP_TASK is not set
+CONFIG_UCLAMP_BUCKETS_COUNT=5
+CONFIG_UCLAMP_TASK_GROUP=y
+CONFIG_UCLAMP_TASK=y
CONFIG_UCSI_ACPI=m
CONFIG_UCSI_CCG=m
CONFIG_UCSI_STM32G0=m
@@ -8781,6 +8783,7 @@ CONFIG_HID_ITHC=m
CONFIG_SURFACE_BOOK1_DGPU_SWITCH=m
CONFIG_IPC_CLASSES=y
CONFIG_LEDS_TPS68470=m
+CONFIG_DRM_AMD_COLOR_STEAMDECK=y
CONFIG_LEGION_LAPTOP=m
CONFIG_ACPI_CALL=m
CONFIG_MFD_STEAMDECK=m
@@ -8829,4 +8832,3 @@ CONFIG_SND_SOC_SOF_AMD_ACP63=m
# CONFIG_SND_AMD_ASOC_REMBRANDT is not set
# CONFIG_SND_SOC_AMD_LEGACY_MACH is not set
CONFIG_SND_SOC_TOPOLOGY=y
-CONFIG_DRM_AMD_COLOR_STEAMDECK=y
diff --git a/SOURCES/kernel-x86_64-rhel.config b/SOURCES/kernel-x86_64-rhel.config
index d26a4d9..a5b2900 100644
--- a/SOURCES/kernel-x86_64-rhel.config
+++ b/SOURCES/kernel-x86_64-rhel.config
@@ -6849,7 +6849,9 @@ CONFIG_UAPI_HEADER_TEST=y
# CONFIG_UBIFS_FS_AUTHENTICATION is not set
# CONFIG_UBIFS_FS is not set
# CONFIG_UBSAN is not set
-# CONFIG_UCLAMP_TASK is not set
+CONFIG_UCLAMP_BUCKETS_COUNT=5
+CONFIG_UCLAMP_TASK_GROUP=y
+CONFIG_UCLAMP_TASK=y
CONFIG_UCSI_ACPI=y
# CONFIG_UCSI_CCG is not set
# CONFIG_UCSI_STM32G0 is not set
@@ -7731,6 +7733,7 @@ CONFIG_HID_ITHC=m
CONFIG_SURFACE_BOOK1_DGPU_SWITCH=m
CONFIG_IPC_CLASSES=y
CONFIG_LEDS_TPS68470=m
+CONFIG_DRM_AMD_COLOR_STEAMDECK=y
CONFIG_LEGION_LAPTOP=m
CONFIG_ACPI_CALL=m
CONFIG_MFD_STEAMDECK=m
@@ -7784,4 +7787,3 @@ CONFIG_SND_SOC_SOF_AMD_ACP63=m
# CONFIG_SND_AMD_ASOC_REMBRANDT is not set
# CONFIG_SND_SOC_AMD_LEGACY_MACH is not set
CONFIG_SND_SOC_TOPOLOGY=y
-CONFIG_DRM_AMD_COLOR_STEAMDECK=y
diff --git a/SOURCES/kernel-x86_64-rt-debug-rhel.config b/SOURCES/kernel-x86_64-rt-debug-rhel.config
index 0400c37..2d2844b 100644
--- a/SOURCES/kernel-x86_64-rt-debug-rhel.config
+++ b/SOURCES/kernel-x86_64-rt-debug-rhel.config
@@ -6927,7 +6927,9 @@ CONFIG_UAPI_HEADER_TEST=y
# CONFIG_UBIFS_FS_AUTHENTICATION is not set
# CONFIG_UBIFS_FS is not set
# CONFIG_UBSAN is not set
-# CONFIG_UCLAMP_TASK is not set
+CONFIG_UCLAMP_BUCKETS_COUNT=5
+CONFIG_UCLAMP_TASK_GROUP=y
+CONFIG_UCLAMP_TASK=y
CONFIG_UCSI_ACPI=y
# CONFIG_UCSI_CCG is not set
# CONFIG_UCSI_STM32G0 is not set
@@ -7817,6 +7819,7 @@ CONFIG_HID_ITHC=m
CONFIG_SURFACE_BOOK1_DGPU_SWITCH=m
CONFIG_IPC_CLASSES=y
CONFIG_LEDS_TPS68470=m
+CONFIG_DRM_AMD_COLOR_STEAMDECK=y
CONFIG_LEGION_LAPTOP=m
CONFIG_ACPI_CALL=m
CONFIG_MFD_STEAMDECK=m
@@ -7870,4 +7873,3 @@ CONFIG_SND_SOC_SOF_AMD_ACP63=m
# CONFIG_SND_AMD_ASOC_REMBRANDT is not set
# CONFIG_SND_SOC_AMD_LEGACY_MACH is not set
CONFIG_SND_SOC_TOPOLOGY=y
-CONFIG_DRM_AMD_COLOR_STEAMDECK=y
diff --git a/SOURCES/kernel-x86_64-rt-rhel.config b/SOURCES/kernel-x86_64-rt-rhel.config
index 2aa0176..00d3349 100644
--- a/SOURCES/kernel-x86_64-rt-rhel.config
+++ b/SOURCES/kernel-x86_64-rt-rhel.config
@@ -6903,7 +6903,9 @@ CONFIG_UAPI_HEADER_TEST=y
# CONFIG_UBIFS_FS_AUTHENTICATION is not set
# CONFIG_UBIFS_FS is not set
# CONFIG_UBSAN is not set
-# CONFIG_UCLAMP_TASK is not set
+CONFIG_UCLAMP_BUCKETS_COUNT=5
+CONFIG_UCLAMP_TASK_GROUP=y
+CONFIG_UCLAMP_TASK=y
CONFIG_UCSI_ACPI=y
# CONFIG_UCSI_CCG is not set
# CONFIG_UCSI_STM32G0 is not set
@@ -7793,6 +7795,7 @@ CONFIG_HID_ITHC=m
CONFIG_SURFACE_BOOK1_DGPU_SWITCH=m
CONFIG_IPC_CLASSES=y
CONFIG_LEDS_TPS68470=m
+CONFIG_DRM_AMD_COLOR_STEAMDECK=y
CONFIG_LEGION_LAPTOP=m
CONFIG_ACPI_CALL=m
CONFIG_MFD_STEAMDECK=m
@@ -7846,4 +7849,3 @@ CONFIG_SND_SOC_SOF_AMD_ACP63=m
# CONFIG_SND_AMD_ASOC_REMBRANDT is not set
# CONFIG_SND_SOC_AMD_LEGACY_MACH is not set
CONFIG_SND_SOC_TOPOLOGY=y
-CONFIG_DRM_AMD_COLOR_STEAMDECK=y
diff --git a/SOURCES/patch-6.6-redhat.patch b/SOURCES/patch-6.6-redhat.patch
index 1acbbd7..09ef449 100644
--- a/SOURCES/patch-6.6-redhat.patch
+++ b/SOURCES/patch-6.6-redhat.patch
@@ -38,7 +38,7 @@
37 files changed, 681 insertions(+), 181 deletions(-)
diff --git a/Makefile b/Makefile
-index ee4e504a3e78..c4128bb7691b 100644
+index 1eefa893f048..1ee70ed9aba6 100644
--- a/Makefile
+++ b/Makefile
@@ -22,6 +22,18 @@ $(if $(filter __%, $(MAKECMDGOALS)), \
diff --git a/SPECS/kernel.spec b/SPECS/kernel.spec
index 5f98b3d..938e4b7 100644
--- a/SPECS/kernel.spec
+++ b/SPECS/kernel.spec
@@ -160,18 +160,18 @@ Summary: The Linux kernel
# the --with-release option overrides this setting.)
%define debugbuildsenabled 1
%define buildid .fsync
-%define specrpmversion 6.6.5
-%define specversion 6.6.5
+%define specrpmversion 6.6.6
+%define specversion 6.6.6
%define patchversion 6.6
%define pkgrelease 200
%define kversion 6
-%define tarfile_release 6.6.5
+%define tarfile_release 6.6.6
# This is needed to do merge window version magic
%define patchlevel 6
# This allows pkg_release to have configurable %%{?dist} tag
-%define specrelease 202%{?buildid}%{?dist}
+%define specrelease 201%{?buildid}%{?dist}
# This defines the kabi tarball version
-%define kabiversion 6.6.5
+%define kabiversion 6.6.6
# If this variable is set to 1, a bpf selftests build failure will cause a
# fatal kernel package build error
@@ -3832,11 +3832,12 @@ fi\
#
#
%changelog
-* Mon Dec 11 2023 Jan Drögehoff <sentrycraft123@gmail.com> - 6.6.5-202.fsync
-- steam deck oled patch update
+* Fri Dec 15 2023 Jan Drögehoff <sentrycraft123@gmail.com> - 6.6.6-201.fsync
+- kernel-fsync v6.6.6
-* Sat Dec 09 2023 Jan Drögehoff <sentrycraft123@gmail.com> - 6.6.5-201.fsync
-- kernel-fsync v6.6.5
+* Mon Dec 11 2023 Augusto Caringi <acaringi@redhat.com> [6.6.6-0]
+- redhat/configs: Enable UCLAMP_TASK for PipeWire and WirePlumber (Neal Gompa)
+- Linux v6.6.6
* Fri Dec 08 2023 Augusto Caringi <acaringi@redhat.com> [6.6.5-0]
- Add io_uring CVE for 6.6.5 (Justin M. Forbes)