summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2022-09-14 15:15:50 +0100
committerJustin M. Forbes <jforbes@fedoraproject.org>2022-09-14 15:15:50 +0100
commitd904a3aa38230ec62bb024854237e39eb7a2648d (patch)
tree7d9be24f01e23b17b2e7046cd13a4912a77ab35c
parent423365575825f0f1bddf68bbb512a624ccf1e163 (diff)
downloadkernel-d904a3aa38230ec62bb024854237e39eb7a2648d.tar.gz
kernel-d904a3aa38230ec62bb024854237e39eb7a2648d.tar.xz
kernel-d904a3aa38230ec62bb024854237e39eb7a2648d.zip
kernel-6.0.0-0.rc5.20220914git3245cb65fd91.39
* Wed Sep 14 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.0.0-0.rc5.3245cb65fd91.39] - Fix up SND_CTL debug options (Justin M. Forbes) - Revert "Merge branch 'sort_configs' into 'os-build'" (Justin M. Forbes) - Linux v6.0.0-0.rc5.3245cb65fd91 Resolves: Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
-rw-r--r--Makefile.rhelver2
-rw-r--r--kernel-aarch64-debug-fedora.config2
-rw-r--r--kernel-aarch64-fedora.config2
-rw-r--r--kernel-armv7hl-debug-fedora.config2
-rw-r--r--kernel-armv7hl-fedora.config2
-rw-r--r--kernel-armv7hl-lpae-debug-fedora.config2
-rw-r--r--kernel-armv7hl-lpae-fedora.config2
-rw-r--r--kernel-ppc64le-debug-fedora.config2
-rw-r--r--kernel-ppc64le-fedora.config2
-rw-r--r--kernel-s390x-debug-fedora.config2
-rw-r--r--kernel-s390x-fedora.config2
-rw-r--r--kernel-x86_64-debug-fedora.config2
-rw-r--r--kernel-x86_64-fedora.config2
-rwxr-xr-xkernel.spec11
-rw-r--r--sources6
15 files changed, 24 insertions, 19 deletions
diff --git a/Makefile.rhelver b/Makefile.rhelver
index 41103edf4..8f0230ed4 100644
--- a/Makefile.rhelver
+++ b/Makefile.rhelver
@@ -12,7 +12,7 @@ RHEL_MINOR = 99
#
# Use this spot to avoid future merge conflicts.
# Do not trim this comment.
-RHEL_RELEASE = 38
+RHEL_RELEASE = 39
#
# ZSTREAM
diff --git a/kernel-aarch64-debug-fedora.config b/kernel-aarch64-debug-fedora.config
index a2c633d04..8a5fd2f90 100644
--- a/kernel-aarch64-debug-fedora.config
+++ b/kernel-aarch64-debug-fedora.config
@@ -6900,7 +6900,7 @@ CONFIG_SND_CS46XX=m
CONFIG_SND_CS46XX_NEW_DSP=y
CONFIG_SND_CS5530=m
CONFIG_SND_CS5535AUDIO=m
-# CONFIG_SND_CTL_DEBUG is not set
+CONFIG_SND_CTL_DEBUG=y
CONFIG_SND_CTL_INPUT_VALIDATION=y
CONFIG_SND_CTL_VALIDATION=y
CONFIG_SND_CTXFI=m
diff --git a/kernel-aarch64-fedora.config b/kernel-aarch64-fedora.config
index b253c830d..d57b0cb32 100644
--- a/kernel-aarch64-fedora.config
+++ b/kernel-aarch64-fedora.config
@@ -6880,7 +6880,7 @@ CONFIG_SND_CS46XX_NEW_DSP=y
CONFIG_SND_CS5530=m
CONFIG_SND_CS5535AUDIO=m
# CONFIG_SND_CTL_DEBUG is not set
-CONFIG_SND_CTL_INPUT_VALIDATION=y
+# CONFIG_SND_CTL_INPUT_VALIDATION is not set
# CONFIG_SND_CTL_VALIDATION is not set
CONFIG_SND_CTXFI=m
CONFIG_SND_DARLA20=m
diff --git a/kernel-armv7hl-debug-fedora.config b/kernel-armv7hl-debug-fedora.config
index 30be0bd87..3c904de76 100644
--- a/kernel-armv7hl-debug-fedora.config
+++ b/kernel-armv7hl-debug-fedora.config
@@ -6937,7 +6937,7 @@ CONFIG_SND_CS46XX=m
CONFIG_SND_CS46XX_NEW_DSP=y
CONFIG_SND_CS5530=m
CONFIG_SND_CS5535AUDIO=m
-# CONFIG_SND_CTL_DEBUG is not set
+CONFIG_SND_CTL_DEBUG=y
CONFIG_SND_CTL_INPUT_VALIDATION=y
CONFIG_SND_CTL_VALIDATION=y
CONFIG_SND_CTXFI=m
diff --git a/kernel-armv7hl-fedora.config b/kernel-armv7hl-fedora.config
index bcfa3f6e3..435762845 100644
--- a/kernel-armv7hl-fedora.config
+++ b/kernel-armv7hl-fedora.config
@@ -6919,7 +6919,7 @@ CONFIG_SND_CS46XX_NEW_DSP=y
CONFIG_SND_CS5530=m
CONFIG_SND_CS5535AUDIO=m
# CONFIG_SND_CTL_DEBUG is not set
-CONFIG_SND_CTL_INPUT_VALIDATION=y
+# CONFIG_SND_CTL_INPUT_VALIDATION is not set
# CONFIG_SND_CTL_VALIDATION is not set
CONFIG_SND_CTXFI=m
CONFIG_SND_DARLA20=m
diff --git a/kernel-armv7hl-lpae-debug-fedora.config b/kernel-armv7hl-lpae-debug-fedora.config
index 1d48b131a..617be762e 100644
--- a/kernel-armv7hl-lpae-debug-fedora.config
+++ b/kernel-armv7hl-lpae-debug-fedora.config
@@ -6749,7 +6749,7 @@ CONFIG_SND_CS46XX=m
CONFIG_SND_CS46XX_NEW_DSP=y
CONFIG_SND_CS5530=m
CONFIG_SND_CS5535AUDIO=m
-# CONFIG_SND_CTL_DEBUG is not set
+CONFIG_SND_CTL_DEBUG=y
CONFIG_SND_CTL_INPUT_VALIDATION=y
CONFIG_SND_CTL_VALIDATION=y
CONFIG_SND_CTXFI=m
diff --git a/kernel-armv7hl-lpae-fedora.config b/kernel-armv7hl-lpae-fedora.config
index a4617991c..8a6b1121f 100644
--- a/kernel-armv7hl-lpae-fedora.config
+++ b/kernel-armv7hl-lpae-fedora.config
@@ -6731,7 +6731,7 @@ CONFIG_SND_CS46XX_NEW_DSP=y
CONFIG_SND_CS5530=m
CONFIG_SND_CS5535AUDIO=m
# CONFIG_SND_CTL_DEBUG is not set
-CONFIG_SND_CTL_INPUT_VALIDATION=y
+# CONFIG_SND_CTL_INPUT_VALIDATION is not set
# CONFIG_SND_CTL_VALIDATION is not set
CONFIG_SND_CTXFI=m
CONFIG_SND_DARLA20=m
diff --git a/kernel-ppc64le-debug-fedora.config b/kernel-ppc64le-debug-fedora.config
index c272987aa..4e16216da 100644
--- a/kernel-ppc64le-debug-fedora.config
+++ b/kernel-ppc64le-debug-fedora.config
@@ -5775,7 +5775,7 @@ CONFIG_SND_CS46XX=m
CONFIG_SND_CS46XX_NEW_DSP=y
CONFIG_SND_CS5530=m
CONFIG_SND_CS5535AUDIO=m
-# CONFIG_SND_CTL_DEBUG is not set
+CONFIG_SND_CTL_DEBUG=y
CONFIG_SND_CTL_INPUT_VALIDATION=y
CONFIG_SND_CTL_VALIDATION=y
CONFIG_SND_CTXFI=m
diff --git a/kernel-ppc64le-fedora.config b/kernel-ppc64le-fedora.config
index 1b76d6eb4..d6507c28d 100644
--- a/kernel-ppc64le-fedora.config
+++ b/kernel-ppc64le-fedora.config
@@ -5755,7 +5755,7 @@ CONFIG_SND_CS46XX_NEW_DSP=y
CONFIG_SND_CS5530=m
CONFIG_SND_CS5535AUDIO=m
# CONFIG_SND_CTL_DEBUG is not set
-CONFIG_SND_CTL_INPUT_VALIDATION=y
+# CONFIG_SND_CTL_INPUT_VALIDATION is not set
# CONFIG_SND_CTL_VALIDATION is not set
CONFIG_SND_CTXFI=m
CONFIG_SND_DARLA20=m
diff --git a/kernel-s390x-debug-fedora.config b/kernel-s390x-debug-fedora.config
index dab921cf3..70b0af1d8 100644
--- a/kernel-s390x-debug-fedora.config
+++ b/kernel-s390x-debug-fedora.config
@@ -5721,7 +5721,7 @@ CONFIG_SND_CS46XX=m
CONFIG_SND_CS46XX_NEW_DSP=y
# CONFIG_SND_CS5530 is not set
# CONFIG_SND_CS5535AUDIO is not set
-# CONFIG_SND_CTL_DEBUG is not set
+CONFIG_SND_CTL_DEBUG=y
CONFIG_SND_CTL_INPUT_VALIDATION=y
CONFIG_SND_CTL_VALIDATION=y
CONFIG_SND_CTXFI=m
diff --git a/kernel-s390x-fedora.config b/kernel-s390x-fedora.config
index 35d5724bf..ab5503086 100644
--- a/kernel-s390x-fedora.config
+++ b/kernel-s390x-fedora.config
@@ -5701,7 +5701,7 @@ CONFIG_SND_CS46XX_NEW_DSP=y
# CONFIG_SND_CS5530 is not set
# CONFIG_SND_CS5535AUDIO is not set
# CONFIG_SND_CTL_DEBUG is not set
-CONFIG_SND_CTL_INPUT_VALIDATION=y
+# CONFIG_SND_CTL_INPUT_VALIDATION is not set
# CONFIG_SND_CTL_VALIDATION is not set
CONFIG_SND_CTXFI=m
CONFIG_SND_DARLA20=m
diff --git a/kernel-x86_64-debug-fedora.config b/kernel-x86_64-debug-fedora.config
index 4a0a93057..218a6591d 100644
--- a/kernel-x86_64-debug-fedora.config
+++ b/kernel-x86_64-debug-fedora.config
@@ -6147,7 +6147,7 @@ CONFIG_SND_CS46XX=m
CONFIG_SND_CS46XX_NEW_DSP=y
CONFIG_SND_CS5530=m
CONFIG_SND_CS5535AUDIO=m
-# CONFIG_SND_CTL_DEBUG is not set
+CONFIG_SND_CTL_DEBUG=y
CONFIG_SND_CTL_INPUT_VALIDATION=y
CONFIG_SND_CTL_VALIDATION=y
CONFIG_SND_CTXFI=m
diff --git a/kernel-x86_64-fedora.config b/kernel-x86_64-fedora.config
index e3af30f82..7b7818ef7 100644
--- a/kernel-x86_64-fedora.config
+++ b/kernel-x86_64-fedora.config
@@ -6128,7 +6128,7 @@ CONFIG_SND_CS46XX_NEW_DSP=y
CONFIG_SND_CS5530=m
CONFIG_SND_CS5535AUDIO=m
# CONFIG_SND_CTL_DEBUG is not set
-CONFIG_SND_CTL_INPUT_VALIDATION=y
+# CONFIG_SND_CTL_INPUT_VALIDATION is not set
# CONFIG_SND_CTL_VALIDATION is not set
CONFIG_SND_CTXFI=m
CONFIG_SND_DARLA20=m
diff --git a/kernel.spec b/kernel.spec
index fe9d37068..a5c41b23b 100755
--- a/kernel.spec
+++ b/kernel.spec
@@ -124,13 +124,13 @@ Summary: The Linux kernel
# define buildid .local
%define specversion 6.0.0
%define patchversion 6.0
-%define pkgrelease 0.rc5.20220913gite839a756012b.38
+%define pkgrelease 0.rc5.20220914git3245cb65fd91.39
%define kversion 6
-%define tarfile_release 6.0-rc5-15-ge839a756012b
+%define tarfile_release 6.0-rc5-25-g3245cb65fd91
# This is needed to do merge window version magic
%define patchlevel 0
# This allows pkg_release to have configurable %%{?dist} tag
-%define specrelease 0.rc5.20220913gite839a756012b.38%{?buildid}%{?dist}
+%define specrelease 0.rc5.20220914git3245cb65fd91.39%{?buildid}%{?dist}
# This defines the kabi tarball version
%define kabiversion 6.0.0
@@ -3151,6 +3151,11 @@ fi
#
#
%changelog
+* Wed Sep 14 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.0.0-0.rc5.3245cb65fd91.39]
+- Fix up SND_CTL debug options (Justin M. Forbes)
+- Revert "Merge branch 'sort_configs' into 'os-build'" (Justin M. Forbes)
+- Linux v6.0.0-0.rc5.3245cb65fd91
+
* Tue Sep 13 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.0.0-0.rc5.e839a756012b.38]
- redhat: create /boot symvers link if it doesn't exist (Jan Stancek)
- redhat: set LC_ALL=C before sorting config content (Frantisek Hrbata)
diff --git a/sources b/sources
index c4ecfd388..b01a85adf 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-SHA512 (linux-6.0-rc5-15-ge839a756012b.tar.xz) = a51b6bbf27603de363a3e01935e6ae85b10c9e95352b868705fa7fa6cc93732e7310d57b7bebb5c003caf11a144890ab08381ab0ab7f6bbf6c274d3e23e450b5
-SHA512 (kernel-abi-stablelists-6.0.0.tar.bz2) = 47534cee608635b5a6a7387e6d216deabedd4b9c8fd1d3560f1a066c5069d780f1013a4e9bc146937a9426100395fa2c8fca8e4f5b7221ff6565f38a22c0c792
-SHA512 (kernel-kabi-dw-6.0.0.tar.bz2) = 911aa5d31f887b5cf425b784a062fc3fe8278707c7b90bb62ac1414dc8927d132b1ddc0a943484ff9912e43e6630ee9230ed8b425b8222a8e06aff19ec58b215
+SHA512 (linux-6.0-rc5-25-g3245cb65fd91.tar.xz) = 35ba352b23c0413e839d78eb5b56b0964f4d82ef0e727e43b11a7cdcafb467f9849df951a55dddfe57357b3cd6a8c67eeafaff24cc4208f52748a4a191427ce5
+SHA512 (kernel-abi-stablelists-6.0.0.tar.bz2) = 78c29dae9d2de89010b5c3640ef2af11d5586a2930e6d61220107869891651f9cfc30de242b42ff556f641cd0f8557002bd05a3b11496d54c28cc3b649aed4ad
+SHA512 (kernel-kabi-dw-6.0.0.tar.bz2) = aacdcf3bd6b930d0d28990e6b6b0e4fe3e8a40446da2ef0f38612775a74f6da560d283a6b2e1cd8974c6a8c788c2325525a852752d83ddeee9e266f3406cd411