From f3a2577956a1c328935721a8d1b93a96438903a7 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Tue, 27 Feb 2024 08:30:36 -0600 Subject: [PATCH 1/5] kernel-6.8.0-0.rc6.20240227git45ec2f5f6ed3.50 * Tue Feb 27 2024 Fedora Kernel Team [6.8.0-0.rc6.45ec2f5f6ed3.50] - Add libperf-debuginfo subpackage (Justin M. Forbes) Resolves: Signed-off-by: Justin M. Forbes --- Makefile.rhelver | 2 +- kernel-aarch64-64k-debug-rhel.config | 2 +- kernel-aarch64-64k-rhel.config | 2 +- kernel-aarch64-debug-rhel.config | 2 +- kernel-aarch64-rhel.config | 2 +- kernel-aarch64-rt-debug-rhel.config | 2 +- kernel-aarch64-rt-rhel.config | 2 +- kernel-ppc64le-debug-rhel.config | 2 +- kernel-ppc64le-rhel.config | 2 +- kernel-s390x-debug-rhel.config | 2 +- kernel-s390x-rhel.config | 2 +- kernel-s390x-zfcpdump-rhel.config | 2 +- kernel-x86_64-debug-fedora.config | 2 +- kernel-x86_64-debug-rhel.config | 2 +- kernel-x86_64-fedora.config | 2 +- kernel-x86_64-rhel.config | 2 +- kernel-x86_64-rt-debug-rhel.config | 2 +- kernel-x86_64-rt-rhel.config | 2 +- kernel.changelog | 9 ++++++++- kernel.spec | 14 ++++++++++---- sources | 6 +++--- 21 files changed, 39 insertions(+), 26 deletions(-) diff --git a/Makefile.rhelver b/Makefile.rhelver index 943e2e14a..23c59cd4f 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 = 49 +RHEL_RELEASE = 50 # # RHEL_REBASE_NUM diff --git a/kernel-aarch64-64k-debug-rhel.config b/kernel-aarch64-64k-debug-rhel.config index c71b6e7e0..4407191d4 100644 --- a/kernel-aarch64-64k-debug-rhel.config +++ b/kernel-aarch64-64k-debug-rhel.config @@ -2779,7 +2779,7 @@ CONFIG_INFINIBAND_SRP=m CONFIG_INFINIBAND_SRPT=m CONFIG_INFINIBAND_USER_ACCESS=m CONFIG_INFINIBAND_USER_MAD=m -CONFIG_INFINIBAND_USNIC=m +# CONFIG_INFINIBAND_USNIC is not set # CONFIG_INFINIBAND_VMWARE_PVRDMA is not set # CONFIG_INFTL is not set # CONFIG_INIT_ON_ALLOC_DEFAULT_ON is not set diff --git a/kernel-aarch64-64k-rhel.config b/kernel-aarch64-64k-rhel.config index 8b081e678..95d06b00f 100644 --- a/kernel-aarch64-64k-rhel.config +++ b/kernel-aarch64-64k-rhel.config @@ -2763,7 +2763,7 @@ CONFIG_INFINIBAND_SRP=m CONFIG_INFINIBAND_SRPT=m CONFIG_INFINIBAND_USER_ACCESS=m CONFIG_INFINIBAND_USER_MAD=m -CONFIG_INFINIBAND_USNIC=m +# CONFIG_INFINIBAND_USNIC is not set # CONFIG_INFINIBAND_VMWARE_PVRDMA is not set # CONFIG_INFTL is not set # CONFIG_INIT_ON_ALLOC_DEFAULT_ON is not set diff --git a/kernel-aarch64-debug-rhel.config b/kernel-aarch64-debug-rhel.config index 9a27a729c..80076ec80 100644 --- a/kernel-aarch64-debug-rhel.config +++ b/kernel-aarch64-debug-rhel.config @@ -2775,7 +2775,7 @@ CONFIG_INFINIBAND_SRP=m CONFIG_INFINIBAND_SRPT=m CONFIG_INFINIBAND_USER_ACCESS=m CONFIG_INFINIBAND_USER_MAD=m -CONFIG_INFINIBAND_USNIC=m +# CONFIG_INFINIBAND_USNIC is not set # CONFIG_INFINIBAND_VMWARE_PVRDMA is not set # CONFIG_INFTL is not set # CONFIG_INIT_ON_ALLOC_DEFAULT_ON is not set diff --git a/kernel-aarch64-rhel.config b/kernel-aarch64-rhel.config index d9f8dc928..ceb4432ac 100644 --- a/kernel-aarch64-rhel.config +++ b/kernel-aarch64-rhel.config @@ -2759,7 +2759,7 @@ CONFIG_INFINIBAND_SRP=m CONFIG_INFINIBAND_SRPT=m CONFIG_INFINIBAND_USER_ACCESS=m CONFIG_INFINIBAND_USER_MAD=m -CONFIG_INFINIBAND_USNIC=m +# CONFIG_INFINIBAND_USNIC is not set # CONFIG_INFINIBAND_VMWARE_PVRDMA is not set # CONFIG_INFTL is not set # CONFIG_INIT_ON_ALLOC_DEFAULT_ON is not set diff --git a/kernel-aarch64-rt-debug-rhel.config b/kernel-aarch64-rt-debug-rhel.config index 4056dbd51..617432dc5 100644 --- a/kernel-aarch64-rt-debug-rhel.config +++ b/kernel-aarch64-rt-debug-rhel.config @@ -2815,7 +2815,7 @@ CONFIG_INFINIBAND_SRP=m CONFIG_INFINIBAND_SRPT=m CONFIG_INFINIBAND_USER_ACCESS=m CONFIG_INFINIBAND_USER_MAD=m -CONFIG_INFINIBAND_USNIC=m +# CONFIG_INFINIBAND_USNIC is not set # CONFIG_INFINIBAND_VMWARE_PVRDMA is not set # CONFIG_INFTL is not set # CONFIG_INIT_ON_ALLOC_DEFAULT_ON is not set diff --git a/kernel-aarch64-rt-rhel.config b/kernel-aarch64-rt-rhel.config index d653394e2..b0a91b1d2 100644 --- a/kernel-aarch64-rt-rhel.config +++ b/kernel-aarch64-rt-rhel.config @@ -2799,7 +2799,7 @@ CONFIG_INFINIBAND_SRP=m CONFIG_INFINIBAND_SRPT=m CONFIG_INFINIBAND_USER_ACCESS=m CONFIG_INFINIBAND_USER_MAD=m -CONFIG_INFINIBAND_USNIC=m +# CONFIG_INFINIBAND_USNIC is not set # CONFIG_INFINIBAND_VMWARE_PVRDMA is not set # CONFIG_INFTL is not set # CONFIG_INIT_ON_ALLOC_DEFAULT_ON is not set diff --git a/kernel-ppc64le-debug-rhel.config b/kernel-ppc64le-debug-rhel.config index 6c7683d28..713b24c7e 100644 --- a/kernel-ppc64le-debug-rhel.config +++ b/kernel-ppc64le-debug-rhel.config @@ -2469,7 +2469,7 @@ CONFIG_INFINIBAND_SRP=m CONFIG_INFINIBAND_SRPT=m CONFIG_INFINIBAND_USER_ACCESS=m CONFIG_INFINIBAND_USER_MAD=m -CONFIG_INFINIBAND_USNIC=m +# CONFIG_INFINIBAND_USNIC is not set # CONFIG_INFTL is not set # CONFIG_INIT_ON_ALLOC_DEFAULT_ON is not set # CONFIG_INIT_ON_FREE_DEFAULT_ON is not set diff --git a/kernel-ppc64le-rhel.config b/kernel-ppc64le-rhel.config index 68e89b36f..2744e202e 100644 --- a/kernel-ppc64le-rhel.config +++ b/kernel-ppc64le-rhel.config @@ -2453,7 +2453,7 @@ CONFIG_INFINIBAND_SRP=m CONFIG_INFINIBAND_SRPT=m CONFIG_INFINIBAND_USER_ACCESS=m CONFIG_INFINIBAND_USER_MAD=m -CONFIG_INFINIBAND_USNIC=m +# CONFIG_INFINIBAND_USNIC is not set # CONFIG_INFTL is not set # CONFIG_INIT_ON_ALLOC_DEFAULT_ON is not set # CONFIG_INIT_ON_FREE_DEFAULT_ON is not set diff --git a/kernel-s390x-debug-rhel.config b/kernel-s390x-debug-rhel.config index 4c2e4e21c..4a80f53ed 100644 --- a/kernel-s390x-debug-rhel.config +++ b/kernel-s390x-debug-rhel.config @@ -2453,7 +2453,7 @@ CONFIG_INFINIBAND_RDMAVT=m # CONFIG_INFINIBAND_SRPT is not set CONFIG_INFINIBAND_USER_ACCESS=m # CONFIG_INFINIBAND_USER_MAD is not set -CONFIG_INFINIBAND_USNIC=m +# CONFIG_INFINIBAND_USNIC is not set # CONFIG_INFTL is not set # CONFIG_INIT_ON_ALLOC_DEFAULT_ON is not set # CONFIG_INIT_ON_FREE_DEFAULT_ON is not set diff --git a/kernel-s390x-rhel.config b/kernel-s390x-rhel.config index 34cc9a5c7..a6f24844f 100644 --- a/kernel-s390x-rhel.config +++ b/kernel-s390x-rhel.config @@ -2437,7 +2437,7 @@ CONFIG_INFINIBAND_RDMAVT=m # CONFIG_INFINIBAND_SRPT is not set CONFIG_INFINIBAND_USER_ACCESS=m # CONFIG_INFINIBAND_USER_MAD is not set -CONFIG_INFINIBAND_USNIC=m +# CONFIG_INFINIBAND_USNIC is not set # CONFIG_INFTL is not set # CONFIG_INIT_ON_ALLOC_DEFAULT_ON is not set # CONFIG_INIT_ON_FREE_DEFAULT_ON is not set diff --git a/kernel-s390x-zfcpdump-rhel.config b/kernel-s390x-zfcpdump-rhel.config index 7fa20444f..aa2aede5a 100644 --- a/kernel-s390x-zfcpdump-rhel.config +++ b/kernel-s390x-zfcpdump-rhel.config @@ -2444,7 +2444,7 @@ CONFIG_INFINIBAND_RDMAVT=m # CONFIG_INFINIBAND_SRPT is not set CONFIG_INFINIBAND_USER_ACCESS=m # CONFIG_INFINIBAND_USER_MAD is not set -CONFIG_INFINIBAND_USNIC=m +# CONFIG_INFINIBAND_USNIC is not set # CONFIG_INFTL is not set CONFIG_INIT_ENV_ARG_LIMIT=32 # CONFIG_INIT_ON_ALLOC_DEFAULT_ON is not set diff --git a/kernel-x86_64-debug-fedora.config b/kernel-x86_64-debug-fedora.config index 90ee8e279..644eefd81 100644 --- a/kernel-x86_64-debug-fedora.config +++ b/kernel-x86_64-debug-fedora.config @@ -649,7 +649,7 @@ CONFIG_BMG160_SPI=m # CONFIG_BMI088_ACCEL is not set CONFIG_BMI160_I2C=m CONFIG_BMI160_SPI=m -# CONFIG_BMI323_I2C is not set +CONFIG_BMI323_I2C=m # CONFIG_BMI323_SPI is not set CONFIG_BMP280=m CONFIG_BNA=m diff --git a/kernel-x86_64-debug-rhel.config b/kernel-x86_64-debug-rhel.config index 067a3ee7b..3844e3c9a 100644 --- a/kernel-x86_64-debug-rhel.config +++ b/kernel-x86_64-debug-rhel.config @@ -2607,7 +2607,7 @@ CONFIG_INFINIBAND_SRP=m CONFIG_INFINIBAND_SRPT=m CONFIG_INFINIBAND_USER_ACCESS=m CONFIG_INFINIBAND_USER_MAD=m -CONFIG_INFINIBAND_USNIC=m +# CONFIG_INFINIBAND_USNIC is not set CONFIG_INFINIBAND_VMWARE_PVRDMA=m # CONFIG_INFTL is not set # CONFIG_INIT_ON_ALLOC_DEFAULT_ON is not set diff --git a/kernel-x86_64-fedora.config b/kernel-x86_64-fedora.config index 3a5d6e705..3fba22e13 100644 --- a/kernel-x86_64-fedora.config +++ b/kernel-x86_64-fedora.config @@ -647,7 +647,7 @@ CONFIG_BMG160_SPI=m # CONFIG_BMI088_ACCEL is not set CONFIG_BMI160_I2C=m CONFIG_BMI160_SPI=m -# CONFIG_BMI323_I2C is not set +CONFIG_BMI323_I2C=m # CONFIG_BMI323_SPI is not set CONFIG_BMP280=m CONFIG_BNA=m diff --git a/kernel-x86_64-rhel.config b/kernel-x86_64-rhel.config index 6b048f75c..2a9847797 100644 --- a/kernel-x86_64-rhel.config +++ b/kernel-x86_64-rhel.config @@ -2591,7 +2591,7 @@ CONFIG_INFINIBAND_SRP=m CONFIG_INFINIBAND_SRPT=m CONFIG_INFINIBAND_USER_ACCESS=m CONFIG_INFINIBAND_USER_MAD=m -CONFIG_INFINIBAND_USNIC=m +# CONFIG_INFINIBAND_USNIC is not set CONFIG_INFINIBAND_VMWARE_PVRDMA=m # CONFIG_INFTL is not set # CONFIG_INIT_ON_ALLOC_DEFAULT_ON is not set diff --git a/kernel-x86_64-rt-debug-rhel.config b/kernel-x86_64-rt-debug-rhel.config index d977808e5..c14773b19 100644 --- a/kernel-x86_64-rt-debug-rhel.config +++ b/kernel-x86_64-rt-debug-rhel.config @@ -2647,7 +2647,7 @@ CONFIG_INFINIBAND_SRP=m CONFIG_INFINIBAND_SRPT=m CONFIG_INFINIBAND_USER_ACCESS=m CONFIG_INFINIBAND_USER_MAD=m -CONFIG_INFINIBAND_USNIC=m +# CONFIG_INFINIBAND_USNIC is not set CONFIG_INFINIBAND_VMWARE_PVRDMA=m # CONFIG_INFTL is not set # CONFIG_INIT_ON_ALLOC_DEFAULT_ON is not set diff --git a/kernel-x86_64-rt-rhel.config b/kernel-x86_64-rt-rhel.config index 3c61576a4..2f40d1be9 100644 --- a/kernel-x86_64-rt-rhel.config +++ b/kernel-x86_64-rt-rhel.config @@ -2631,7 +2631,7 @@ CONFIG_INFINIBAND_SRP=m CONFIG_INFINIBAND_SRPT=m CONFIG_INFINIBAND_USER_ACCESS=m CONFIG_INFINIBAND_USER_MAD=m -CONFIG_INFINIBAND_USNIC=m +# CONFIG_INFINIBAND_USNIC is not set CONFIG_INFINIBAND_VMWARE_PVRDMA=m # CONFIG_INFTL is not set # CONFIG_INIT_ON_ALLOC_DEFAULT_ON is not set diff --git a/kernel.changelog b/kernel.changelog index e1468cd37..4aa3372be 100644 --- a/kernel.changelog +++ b/kernel.changelog @@ -1,7 +1,14 @@ -* Mon Feb 26 2024 Fedora Kernel Team [6.8.0-0.rc6.49] +* Tue Feb 27 2024 Fedora Kernel Team [6.8.0-0.rc6.45ec2f5f6ed3.50] - Add libperf-debuginfo subpackage (Justin M. Forbes) Resolves: +* Tue Feb 27 2024 Fedora Kernel Team [6.8.0-0.rc6.45ec2f5f6ed3.49] +- redhat/configs: Disable CONFIG_INFINIBAND_USNIC (Kamal Heib) +- Enable CONFIG_BMI323_I2C=m for Fedora x86_64 builds (Hans de Goede) +- gitlab-ci: drop test_makefile job (Scott Weaver) +- Linux v6.8.0-0.rc6.45ec2f5f6ed3 +Resolves: + * Mon Feb 26 2024 Fedora Kernel Team [6.8.0-0.rc6.48] - Linux v6.8.0-0.rc6 Resolves: diff --git a/kernel.spec b/kernel.spec index 11f123568..6849a212e 100644 --- a/kernel.spec +++ b/kernel.spec @@ -163,13 +163,13 @@ Summary: The Linux kernel %define specrpmversion 6.8.0 %define specversion 6.8.0 %define patchversion 6.8 -%define pkgrelease 0.rc6.49 +%define pkgrelease 0.rc6.20240227git45ec2f5f6ed3.50 %define kversion 6 -%define tarfile_release 6.8-rc6 +%define tarfile_release 6.8-rc6-11-g45ec2f5f6ed3 # This is needed to do merge window version magic %define patchlevel 8 # This allows pkg_release to have configurable %%{?dist} tag -%define specrelease 0.rc6.49%{?buildid}%{?dist} +%define specrelease 0.rc6.20240227git45ec2f5f6ed3.50%{?buildid}%{?dist} # This defines the kabi tarball version %define kabiversion 6.8.0 @@ -3865,9 +3865,15 @@ fi\ # # %changelog -* Mon Feb 26 2024 Fedora Kernel Team [6.8.0-0.rc6.49] +* Tue Feb 27 2024 Fedora Kernel Team [6.8.0-0.rc6.45ec2f5f6ed3.50] - Add libperf-debuginfo subpackage (Justin M. Forbes) +* Tue Feb 27 2024 Fedora Kernel Team [6.8.0-0.rc6.45ec2f5f6ed3.49] +- redhat/configs: Disable CONFIG_INFINIBAND_USNIC (Kamal Heib) +- Enable CONFIG_BMI323_I2C=m for Fedora x86_64 builds (Hans de Goede) +- gitlab-ci: drop test_makefile job (Scott Weaver) +- Linux v6.8.0-0.rc6.45ec2f5f6ed3 + * Mon Feb 26 2024 Fedora Kernel Team [6.8.0-0.rc6.48] - Linux v6.8.0-0.rc6 diff --git a/sources b/sources index 1acbc8be7..f333d0bce 100644 --- a/sources +++ b/sources @@ -1,5 +1,5 @@ SHA512 (kernel-abi-stablelists-6.6.0.tar.bz2) = 4f917598056dee5e23814621ec96ff2e4a411c8c4ba9d56ecb01b23cb96431825bedbecfcbaac9338efbf5cb21694d85497fa0bf43e7c80d9cd10bc6dd144dbd SHA512 (kernel-kabi-dw-6.6.0.tar.bz2) = 19308cd976031d05e18ef7f5d093218acdb89446418bab0cd956ff12cf66369915b9e64bb66fa9f20939428a60e81884fec5be3529c6c7461738d6540d3cc5c6 -SHA512 (linux-6.8-rc6.tar.xz) = 99ad6ccd172adfa24ebc1a6a0b743cab06c16403e09d30a3e3c1a728b59e70ca2e1220d9c32aa8dcfab0fc983e11e3be08f4347ba44f226124b1a7f9dc589396 -SHA512 (kernel-abi-stablelists-6.8.0.tar.xz) = 02817e0b2733d670f00f39854aaf6b612cb69855f77463ae4ede5ee89ff7af8070ef45179bbdd1dc754ecf599d5a1619fe5eedc1c0010a203196ce1442d5d361 -SHA512 (kernel-kabi-dw-6.8.0.tar.xz) = 329b849c0ce1066236e629f2f3aabf6a4ef49d36bd542a8120642aae4ab5349993338e3c937aabc79db5df26b6eddb40edb45f67e59fc62f0da61674b97e02df +SHA512 (linux-6.8-rc6-11-g45ec2f5f6ed3.tar.xz) = afbd3ef46841d86bc8518f4a8f986f76ecbd2a44fa8decb37b9a959d3c841e9d1cf8a47ef970987087b049ac9dbc3e4003654ec8c9b9d984ba05ccab9166646c +SHA512 (kernel-abi-stablelists-6.8.0.tar.xz) = 3dd43ff88c80b9e82fe8b928244e1b3283f4d4722f08c855057d963a75e3344eac2d1ebc2e0742162b792b76ce26a34582fa6ffcd16b1807cdc17aacb9730ee8 +SHA512 (kernel-kabi-dw-6.8.0.tar.xz) = 5fc1bedc505130757046636f09a1a7976417ecf4b405c84ea962321e8bebb7384e7bd0abb520d67bf866d2fcd2220086ad4c30226e1705b7697f6dd97b653582 From edce45bc4d25ff0d1564b2297322e105270e2b33 Mon Sep 17 00:00:00 2001 From: Jiri Vanek Date: Tue, 27 Feb 2024 16:49:05 +0100 Subject: [PATCH 2/5] Rebuilt for java-21-openjdk as system jdk https://fedoraproject.org/wiki/Changes/Java21 --- kernel.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kernel.spec b/kernel.spec index 6849a212e..0e672b638 100644 --- a/kernel.spec +++ b/kernel.spec @@ -639,7 +639,7 @@ Name: %{package_name} License: ((GPL-2.0-only WITH Linux-syscall-note) OR BSD-2-Clause) AND ((GPL-2.0-only WITH Linux-syscall-note) OR BSD-3-Clause) AND ((GPL-2.0-only WITH Linux-syscall-note) OR CDDL-1.0) AND ((GPL-2.0-only WITH Linux-syscall-note) OR Linux-OpenIB) AND ((GPL-2.0-only WITH Linux-syscall-note) OR MIT) AND ((GPL-2.0-or-later WITH Linux-syscall-note) OR BSD-3-Clause) AND ((GPL-2.0-or-later WITH Linux-syscall-note) OR MIT) AND BSD-2-Clause AND BSD-3-Clause AND BSD-3-Clause-Clear AND GFDL-1.1-no-invariants-or-later AND GPL-1.0-or-later AND (GPL-1.0-or-later OR BSD-3-Clause) AND (GPL-1.0-or-later WITH Linux-syscall-note) AND GPL-2.0-only AND (GPL-2.0-only OR Apache-2.0) AND (GPL-2.0-only OR BSD-2-Clause) AND (GPL-2.0-only OR BSD-3-Clause) AND (GPL-2.0-only OR CDDL-1.0) AND (GPL-2.0-only OR GFDL-1.1-no-invariants-or-later) AND (GPL-2.0-only OR GFDL-1.2-no-invariants-only) AND (GPL-2.0-only WITH Linux-syscall-note) AND GPL-2.0-or-later AND (GPL-2.0-or-later OR BSD-2-Clause) AND (GPL-2.0-or-later OR BSD-3-Clause) AND (GPL-2.0-or-later OR CC-BY-4.0) AND (GPL-2.0-or-later WITH GCC-exception-2.0) AND (GPL-2.0-or-later WITH Linux-syscall-note) AND ISC AND LGPL-2.0-or-later AND (LGPL-2.0-or-later OR BSD-2-Clause) AND (LGPL-2.0-or-later WITH Linux-syscall-note) AND LGPL-2.1-only AND (LGPL-2.1-only OR BSD-2-Clause) AND (LGPL-2.1-only WITH Linux-syscall-note) AND LGPL-2.1-or-later AND (LGPL-2.1-or-later WITH Linux-syscall-note) AND (Linux-OpenIB OR GPL-2.0-only) AND (Linux-OpenIB OR GPL-2.0-only OR BSD-2-Clause) AND Linux-man-pages-copyleft AND MIT AND (MIT OR Apache-2.0) AND (MIT OR GPL-2.0-only) AND (MIT OR GPL-2.0-or-later) AND (MIT OR LGPL-2.1-only) AND (MPL-1.1 OR GPL-2.0-only) AND (X11 OR GPL-2.0-only) AND (X11 OR GPL-2.0-or-later) AND Zlib AND (copyleft-next-0.3.1 OR GPL-2.0-or-later) URL: https://www.kernel.org/ Version: %{specrpmversion} -Release: %{pkg_release} +Release: %{pkg_release}.1 # DO NOT CHANGE THE 'ExclusiveArch' LINE TO TEMPORARILY EXCLUDE AN ARCHITECTURE BUILD. # SET %%nobuildarches (ABOVE) INSTEAD %if 0%{?fedora} @@ -3865,6 +3865,9 @@ fi\ # # %changelog +* Tue Feb 27 2024 Jiri Vanek - 6.8.0-0.rc6.20240227git45ec2f5f6ed3.50.1 +- Rebuilt for java-21-openjdk as system jdk + * Tue Feb 27 2024 Fedora Kernel Team [6.8.0-0.rc6.45ec2f5f6ed3.50] - Add libperf-debuginfo subpackage (Justin M. Forbes) From af24b5dbb70cb8e6fc0333e6b36b054cb2d8f5c5 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Wed, 28 Feb 2024 12:00:05 -0600 Subject: [PATCH 3/5] kernel-6.8.0-0.rc6.20240228gitcf1182944c7c.51 * Wed Feb 28 2024 Fedora Kernel Team [6.8.0-0.rc6.cf1182944c7c.51] - Revert "net: bump CONFIG_MAX_SKB_FRAGS to 45" (Marcelo Ricardo Leitner) - Add libperf-debuginfo subpackage (Justin M. Forbes) Resolves: Signed-off-by: Justin M. Forbes --- Makefile.rhelver | 2 +- kernel-aarch64-64k-debug-rhel.config | 2 +- kernel-aarch64-64k-rhel.config | 2 +- kernel-aarch64-debug-rhel.config | 2 +- kernel-aarch64-rhel.config | 2 +- kernel-aarch64-rt-debug-rhel.config | 2 +- kernel-aarch64-rt-rhel.config | 2 +- kernel-ppc64le-debug-rhel.config | 2 +- kernel-ppc64le-rhel.config | 2 +- kernel-s390x-debug-rhel.config | 2 +- kernel-s390x-rhel.config | 2 +- kernel-s390x-zfcpdump-rhel.config | 2 +- kernel-x86_64-debug-rhel.config | 2 +- kernel-x86_64-rhel.config | 2 +- kernel-x86_64-rt-debug-rhel.config | 2 +- kernel-x86_64-rt-rhel.config | 2 +- kernel.changelog | 7 ++++++- kernel.spec | 17 +++++++++-------- sources | 6 +++--- 19 files changed, 34 insertions(+), 28 deletions(-) diff --git a/Makefile.rhelver b/Makefile.rhelver index 23c59cd4f..9826d97f6 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 = 50 +RHEL_RELEASE = 51 # # RHEL_REBASE_NUM diff --git a/kernel-aarch64-64k-debug-rhel.config b/kernel-aarch64-64k-debug-rhel.config index 4407191d4..bc611bc1b 100644 --- a/kernel-aarch64-64k-debug-rhel.config +++ b/kernel-aarch64-64k-debug-rhel.config @@ -3509,7 +3509,7 @@ CONFIG_MAX77620_THERMAL=m CONFIG_MAX77620_WATCHDOG=y # CONFIG_MAXIM_THERMOCOUPLE is not set CONFIG_MAXLINEAR_GPHY=m -CONFIG_MAX_SKB_FRAGS=45 +CONFIG_MAX_SKB_FRAGS=17 # CONFIG_MB1232 is not set # CONFIG_MC3230 is not set # CONFIG_MCB is not set diff --git a/kernel-aarch64-64k-rhel.config b/kernel-aarch64-64k-rhel.config index 95d06b00f..f32fd2432 100644 --- a/kernel-aarch64-64k-rhel.config +++ b/kernel-aarch64-64k-rhel.config @@ -3488,7 +3488,7 @@ CONFIG_MAX77620_THERMAL=m CONFIG_MAX77620_WATCHDOG=y # CONFIG_MAXIM_THERMOCOUPLE is not set CONFIG_MAXLINEAR_GPHY=m -CONFIG_MAX_SKB_FRAGS=45 +CONFIG_MAX_SKB_FRAGS=17 # CONFIG_MB1232 is not set # CONFIG_MC3230 is not set # CONFIG_MCB is not set diff --git a/kernel-aarch64-debug-rhel.config b/kernel-aarch64-debug-rhel.config index 80076ec80..95a924733 100644 --- a/kernel-aarch64-debug-rhel.config +++ b/kernel-aarch64-debug-rhel.config @@ -3505,7 +3505,7 @@ CONFIG_MAX77620_THERMAL=m CONFIG_MAX77620_WATCHDOG=y # CONFIG_MAXIM_THERMOCOUPLE is not set CONFIG_MAXLINEAR_GPHY=m -CONFIG_MAX_SKB_FRAGS=45 +CONFIG_MAX_SKB_FRAGS=17 # CONFIG_MB1232 is not set # CONFIG_MC3230 is not set # CONFIG_MCB is not set diff --git a/kernel-aarch64-rhel.config b/kernel-aarch64-rhel.config index ceb4432ac..5e9043d4a 100644 --- a/kernel-aarch64-rhel.config +++ b/kernel-aarch64-rhel.config @@ -3484,7 +3484,7 @@ CONFIG_MAX77620_THERMAL=m CONFIG_MAX77620_WATCHDOG=y # CONFIG_MAXIM_THERMOCOUPLE is not set CONFIG_MAXLINEAR_GPHY=m -CONFIG_MAX_SKB_FRAGS=45 +CONFIG_MAX_SKB_FRAGS=17 # CONFIG_MB1232 is not set # CONFIG_MC3230 is not set # CONFIG_MCB is not set diff --git a/kernel-aarch64-rt-debug-rhel.config b/kernel-aarch64-rt-debug-rhel.config index 617432dc5..746273b4c 100644 --- a/kernel-aarch64-rt-debug-rhel.config +++ b/kernel-aarch64-rt-debug-rhel.config @@ -3545,7 +3545,7 @@ CONFIG_MAX77620_THERMAL=m CONFIG_MAX77620_WATCHDOG=y # CONFIG_MAXIM_THERMOCOUPLE is not set CONFIG_MAXLINEAR_GPHY=m -CONFIG_MAX_SKB_FRAGS=45 +CONFIG_MAX_SKB_FRAGS=17 # CONFIG_MB1232 is not set # CONFIG_MC3230 is not set # CONFIG_MCB is not set diff --git a/kernel-aarch64-rt-rhel.config b/kernel-aarch64-rt-rhel.config index b0a91b1d2..afaba3590 100644 --- a/kernel-aarch64-rt-rhel.config +++ b/kernel-aarch64-rt-rhel.config @@ -3524,7 +3524,7 @@ CONFIG_MAX77620_THERMAL=m CONFIG_MAX77620_WATCHDOG=y # CONFIG_MAXIM_THERMOCOUPLE is not set CONFIG_MAXLINEAR_GPHY=m -CONFIG_MAX_SKB_FRAGS=45 +CONFIG_MAX_SKB_FRAGS=17 # CONFIG_MB1232 is not set # CONFIG_MC3230 is not set # CONFIG_MCB is not set diff --git a/kernel-ppc64le-debug-rhel.config b/kernel-ppc64le-debug-rhel.config index 713b24c7e..ec81faa60 100644 --- a/kernel-ppc64le-debug-rhel.config +++ b/kernel-ppc64le-debug-rhel.config @@ -3191,7 +3191,7 @@ CONFIG_MARVELL_PHY=m # CONFIG_MAX63XX_WATCHDOG is not set # CONFIG_MAXIM_THERMOCOUPLE is not set CONFIG_MAXLINEAR_GPHY=m -CONFIG_MAX_SKB_FRAGS=45 +CONFIG_MAX_SKB_FRAGS=17 # CONFIG_MB1232 is not set # CONFIG_MC3230 is not set # CONFIG_MCB is not set diff --git a/kernel-ppc64le-rhel.config b/kernel-ppc64le-rhel.config index 2744e202e..917d358c1 100644 --- a/kernel-ppc64le-rhel.config +++ b/kernel-ppc64le-rhel.config @@ -3171,7 +3171,7 @@ CONFIG_MARVELL_PHY=m # CONFIG_MAX63XX_WATCHDOG is not set # CONFIG_MAXIM_THERMOCOUPLE is not set CONFIG_MAXLINEAR_GPHY=m -CONFIG_MAX_SKB_FRAGS=45 +CONFIG_MAX_SKB_FRAGS=17 # CONFIG_MB1232 is not set # CONFIG_MC3230 is not set # CONFIG_MCB is not set diff --git a/kernel-s390x-debug-rhel.config b/kernel-s390x-debug-rhel.config index 4a80f53ed..afb08b7c7 100644 --- a/kernel-s390x-debug-rhel.config +++ b/kernel-s390x-debug-rhel.config @@ -3175,7 +3175,7 @@ CONFIG_MARVELL_88Q2XXX_PHY=m # CONFIG_MAXIM_THERMOCOUPLE is not set CONFIG_MAXLINEAR_GPHY=m CONFIG_MAX_PHYSMEM_BITS=46 -CONFIG_MAX_SKB_FRAGS=45 +CONFIG_MAX_SKB_FRAGS=17 # CONFIG_MB1232 is not set # CONFIG_MC3230 is not set # CONFIG_MCB is not set diff --git a/kernel-s390x-rhel.config b/kernel-s390x-rhel.config index a6f24844f..d6c15bbc3 100644 --- a/kernel-s390x-rhel.config +++ b/kernel-s390x-rhel.config @@ -3155,7 +3155,7 @@ CONFIG_MARVELL_88Q2XXX_PHY=m # CONFIG_MAXIM_THERMOCOUPLE is not set CONFIG_MAXLINEAR_GPHY=m CONFIG_MAX_PHYSMEM_BITS=46 -CONFIG_MAX_SKB_FRAGS=45 +CONFIG_MAX_SKB_FRAGS=17 # CONFIG_MB1232 is not set # CONFIG_MC3230 is not set # CONFIG_MCB is not set diff --git a/kernel-s390x-zfcpdump-rhel.config b/kernel-s390x-zfcpdump-rhel.config index aa2aede5a..5b138fb92 100644 --- a/kernel-s390x-zfcpdump-rhel.config +++ b/kernel-s390x-zfcpdump-rhel.config @@ -3165,7 +3165,7 @@ CONFIG_MARVELL_88Q2XXX_PHY=m # CONFIG_MAXIM_THERMOCOUPLE is not set CONFIG_MAXLINEAR_GPHY=m CONFIG_MAX_PHYSMEM_BITS=46 -CONFIG_MAX_SKB_FRAGS=45 +CONFIG_MAX_SKB_FRAGS=17 # CONFIG_MB1232 is not set # CONFIG_MC3230 is not set # CONFIG_MCB is not set diff --git a/kernel-x86_64-debug-rhel.config b/kernel-x86_64-debug-rhel.config index 3844e3c9a..abf3cf7fd 100644 --- a/kernel-x86_64-debug-rhel.config +++ b/kernel-x86_64-debug-rhel.config @@ -3368,7 +3368,7 @@ CONFIG_MARVELL_PHY=m # CONFIG_MAX9611 is not set # CONFIG_MAXIM_THERMOCOUPLE is not set CONFIG_MAXLINEAR_GPHY=m -CONFIG_MAX_SKB_FRAGS=45 +CONFIG_MAX_SKB_FRAGS=17 CONFIG_MAXSMP=y # CONFIG_MB1232 is not set # CONFIG_MC3230 is not set diff --git a/kernel-x86_64-rhel.config b/kernel-x86_64-rhel.config index 2a9847797..e72306591 100644 --- a/kernel-x86_64-rhel.config +++ b/kernel-x86_64-rhel.config @@ -3348,7 +3348,7 @@ CONFIG_MARVELL_PHY=m # CONFIG_MAX9611 is not set # CONFIG_MAXIM_THERMOCOUPLE is not set CONFIG_MAXLINEAR_GPHY=m -CONFIG_MAX_SKB_FRAGS=45 +CONFIG_MAX_SKB_FRAGS=17 CONFIG_MAXSMP=y # CONFIG_MB1232 is not set # CONFIG_MC3230 is not set diff --git a/kernel-x86_64-rt-debug-rhel.config b/kernel-x86_64-rt-debug-rhel.config index c14773b19..7f8679628 100644 --- a/kernel-x86_64-rt-debug-rhel.config +++ b/kernel-x86_64-rt-debug-rhel.config @@ -3408,7 +3408,7 @@ CONFIG_MARVELL_PHY=m # CONFIG_MAX9611 is not set # CONFIG_MAXIM_THERMOCOUPLE is not set CONFIG_MAXLINEAR_GPHY=m -CONFIG_MAX_SKB_FRAGS=45 +CONFIG_MAX_SKB_FRAGS=17 CONFIG_MAXSMP=y # CONFIG_MB1232 is not set # CONFIG_MC3230 is not set diff --git a/kernel-x86_64-rt-rhel.config b/kernel-x86_64-rt-rhel.config index 2f40d1be9..ac993ba8e 100644 --- a/kernel-x86_64-rt-rhel.config +++ b/kernel-x86_64-rt-rhel.config @@ -3388,7 +3388,7 @@ CONFIG_MARVELL_PHY=m # CONFIG_MAX9611 is not set # CONFIG_MAXIM_THERMOCOUPLE is not set CONFIG_MAXLINEAR_GPHY=m -CONFIG_MAX_SKB_FRAGS=45 +CONFIG_MAX_SKB_FRAGS=17 CONFIG_MAXSMP=y # CONFIG_MB1232 is not set # CONFIG_MC3230 is not set diff --git a/kernel.changelog b/kernel.changelog index 4aa3372be..2cf720931 100644 --- a/kernel.changelog +++ b/kernel.changelog @@ -1,7 +1,12 @@ -* Tue Feb 27 2024 Fedora Kernel Team [6.8.0-0.rc6.45ec2f5f6ed3.50] +* Wed Feb 28 2024 Fedora Kernel Team [6.8.0-0.rc6.cf1182944c7c.51] +- Revert "net: bump CONFIG_MAX_SKB_FRAGS to 45" (Marcelo Ricardo Leitner) - Add libperf-debuginfo subpackage (Justin M. Forbes) Resolves: +* Wed Feb 28 2024 Fedora Kernel Team [6.8.0-0.rc6.cf1182944c7c.50] +- Linux v6.8.0-0.rc6.cf1182944c7c +Resolves: + * Tue Feb 27 2024 Fedora Kernel Team [6.8.0-0.rc6.45ec2f5f6ed3.49] - redhat/configs: Disable CONFIG_INFINIBAND_USNIC (Kamal Heib) - Enable CONFIG_BMI323_I2C=m for Fedora x86_64 builds (Hans de Goede) diff --git a/kernel.spec b/kernel.spec index 0e672b638..f8d93e353 100644 --- a/kernel.spec +++ b/kernel.spec @@ -163,13 +163,13 @@ Summary: The Linux kernel %define specrpmversion 6.8.0 %define specversion 6.8.0 %define patchversion 6.8 -%define pkgrelease 0.rc6.20240227git45ec2f5f6ed3.50 +%define pkgrelease 0.rc6.20240228gitcf1182944c7c.51 %define kversion 6 -%define tarfile_release 6.8-rc6-11-g45ec2f5f6ed3 +%define tarfile_release 6.8-rc6-21-gcf1182944c7c # This is needed to do merge window version magic %define patchlevel 8 # This allows pkg_release to have configurable %%{?dist} tag -%define specrelease 0.rc6.20240227git45ec2f5f6ed3.50%{?buildid}%{?dist} +%define specrelease 0.rc6.20240228gitcf1182944c7c.51%{?buildid}%{?dist} # This defines the kabi tarball version %define kabiversion 6.8.0 @@ -639,7 +639,7 @@ Name: %{package_name} License: ((GPL-2.0-only WITH Linux-syscall-note) OR BSD-2-Clause) AND ((GPL-2.0-only WITH Linux-syscall-note) OR BSD-3-Clause) AND ((GPL-2.0-only WITH Linux-syscall-note) OR CDDL-1.0) AND ((GPL-2.0-only WITH Linux-syscall-note) OR Linux-OpenIB) AND ((GPL-2.0-only WITH Linux-syscall-note) OR MIT) AND ((GPL-2.0-or-later WITH Linux-syscall-note) OR BSD-3-Clause) AND ((GPL-2.0-or-later WITH Linux-syscall-note) OR MIT) AND BSD-2-Clause AND BSD-3-Clause AND BSD-3-Clause-Clear AND GFDL-1.1-no-invariants-or-later AND GPL-1.0-or-later AND (GPL-1.0-or-later OR BSD-3-Clause) AND (GPL-1.0-or-later WITH Linux-syscall-note) AND GPL-2.0-only AND (GPL-2.0-only OR Apache-2.0) AND (GPL-2.0-only OR BSD-2-Clause) AND (GPL-2.0-only OR BSD-3-Clause) AND (GPL-2.0-only OR CDDL-1.0) AND (GPL-2.0-only OR GFDL-1.1-no-invariants-or-later) AND (GPL-2.0-only OR GFDL-1.2-no-invariants-only) AND (GPL-2.0-only WITH Linux-syscall-note) AND GPL-2.0-or-later AND (GPL-2.0-or-later OR BSD-2-Clause) AND (GPL-2.0-or-later OR BSD-3-Clause) AND (GPL-2.0-or-later OR CC-BY-4.0) AND (GPL-2.0-or-later WITH GCC-exception-2.0) AND (GPL-2.0-or-later WITH Linux-syscall-note) AND ISC AND LGPL-2.0-or-later AND (LGPL-2.0-or-later OR BSD-2-Clause) AND (LGPL-2.0-or-later WITH Linux-syscall-note) AND LGPL-2.1-only AND (LGPL-2.1-only OR BSD-2-Clause) AND (LGPL-2.1-only WITH Linux-syscall-note) AND LGPL-2.1-or-later AND (LGPL-2.1-or-later WITH Linux-syscall-note) AND (Linux-OpenIB OR GPL-2.0-only) AND (Linux-OpenIB OR GPL-2.0-only OR BSD-2-Clause) AND Linux-man-pages-copyleft AND MIT AND (MIT OR Apache-2.0) AND (MIT OR GPL-2.0-only) AND (MIT OR GPL-2.0-or-later) AND (MIT OR LGPL-2.1-only) AND (MPL-1.1 OR GPL-2.0-only) AND (X11 OR GPL-2.0-only) AND (X11 OR GPL-2.0-or-later) AND Zlib AND (copyleft-next-0.3.1 OR GPL-2.0-or-later) URL: https://www.kernel.org/ Version: %{specrpmversion} -Release: %{pkg_release}.1 +Release: %{pkg_release} # DO NOT CHANGE THE 'ExclusiveArch' LINE TO TEMPORARILY EXCLUDE AN ARCHITECTURE BUILD. # SET %%nobuildarches (ABOVE) INSTEAD %if 0%{?fedora} @@ -3865,12 +3865,13 @@ fi\ # # %changelog -* Tue Feb 27 2024 Jiri Vanek - 6.8.0-0.rc6.20240227git45ec2f5f6ed3.50.1 -- Rebuilt for java-21-openjdk as system jdk - -* Tue Feb 27 2024 Fedora Kernel Team [6.8.0-0.rc6.45ec2f5f6ed3.50] +* Wed Feb 28 2024 Fedora Kernel Team [6.8.0-0.rc6.cf1182944c7c.51] +- Revert "net: bump CONFIG_MAX_SKB_FRAGS to 45" (Marcelo Ricardo Leitner) - Add libperf-debuginfo subpackage (Justin M. Forbes) +* Wed Feb 28 2024 Fedora Kernel Team [6.8.0-0.rc6.cf1182944c7c.50] +- Linux v6.8.0-0.rc6.cf1182944c7c + * Tue Feb 27 2024 Fedora Kernel Team [6.8.0-0.rc6.45ec2f5f6ed3.49] - redhat/configs: Disable CONFIG_INFINIBAND_USNIC (Kamal Heib) - Enable CONFIG_BMI323_I2C=m for Fedora x86_64 builds (Hans de Goede) diff --git a/sources b/sources index f333d0bce..a18202405 100644 --- a/sources +++ b/sources @@ -1,5 +1,5 @@ SHA512 (kernel-abi-stablelists-6.6.0.tar.bz2) = 4f917598056dee5e23814621ec96ff2e4a411c8c4ba9d56ecb01b23cb96431825bedbecfcbaac9338efbf5cb21694d85497fa0bf43e7c80d9cd10bc6dd144dbd SHA512 (kernel-kabi-dw-6.6.0.tar.bz2) = 19308cd976031d05e18ef7f5d093218acdb89446418bab0cd956ff12cf66369915b9e64bb66fa9f20939428a60e81884fec5be3529c6c7461738d6540d3cc5c6 -SHA512 (linux-6.8-rc6-11-g45ec2f5f6ed3.tar.xz) = afbd3ef46841d86bc8518f4a8f986f76ecbd2a44fa8decb37b9a959d3c841e9d1cf8a47ef970987087b049ac9dbc3e4003654ec8c9b9d984ba05ccab9166646c -SHA512 (kernel-abi-stablelists-6.8.0.tar.xz) = 3dd43ff88c80b9e82fe8b928244e1b3283f4d4722f08c855057d963a75e3344eac2d1ebc2e0742162b792b76ce26a34582fa6ffcd16b1807cdc17aacb9730ee8 -SHA512 (kernel-kabi-dw-6.8.0.tar.xz) = 5fc1bedc505130757046636f09a1a7976417ecf4b405c84ea962321e8bebb7384e7bd0abb520d67bf866d2fcd2220086ad4c30226e1705b7697f6dd97b653582 +SHA512 (linux-6.8-rc6-21-gcf1182944c7c.tar.xz) = 4e849dfad1eae9176110c8ec5885fda15cb61d885dbb9daa77611d0d2d850cbec392996754ee52ae798c17e6ef873320ff1816e146182ab574e5f98b14cc53ca +SHA512 (kernel-abi-stablelists-6.8.0.tar.xz) = dc55b68f991a9e45aa2f71c67caf4c9243555d06e56f0e2b8be02ddccaf13a8b6fddf7bdc734354de795834df33bbc165b25a227d5ea7e8c0b29e3212845f5b4 +SHA512 (kernel-kabi-dw-6.8.0.tar.xz) = 418af894e6c26a48a7ef2e87f5755a3135206a8e709cb035363b2789470f68429f336661d674f4233791f24c315d35036b72ecfeede337abf4d7a02604bb8fd9 From b9352d952c6b6ac4e9b7411d7b4480a91994b193 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Thu, 29 Feb 2024 09:25:14 -0600 Subject: [PATCH 4/5] kernel-6.8.0-0.rc6.20240229git805d849d7c3c.51 * Thu Feb 29 2024 Fedora Kernel Team [6.8.0-0.rc6.805d849d7c3c.51] - gitlab-ci: fix merge tree URL for gating pipelines (Michael Hofmann) - Revert "net: bump CONFIG_MAX_SKB_FRAGS to 45" (Marcelo Ricardo Leitner) - uki: use systemd-pcrphase dracut module (Gerd Hoffmann) - Add libperf-debuginfo subpackage (Justin M. Forbes) - redhat/kernel.spec.template: Add log_msg macro (Prarit Bhargava) - Linux v6.8.0-0.rc6.805d849d7c3c Resolves: Signed-off-by: Justin M. Forbes --- dracut-virt.conf | 5 +- kernel.changelog | 6 +- kernel.spec | 175 +++++++++++++++++++++++++++++++++++++---------- sources | 6 +- 4 files changed, 146 insertions(+), 46 deletions(-) diff --git a/dracut-virt.conf b/dracut-virt.conf index c639fda83..da1c17b5c 100644 --- a/dracut-virt.conf +++ b/dracut-virt.conf @@ -12,7 +12,7 @@ dracutmodules+=" base systemd systemd-initrd dracut-systemd dbus dbus-broker usr dracutmodules+=" dm lvm rootfs-block fs-lib " # modules: tpm and crypto -dracutmodules+=" crypt crypt-loop tpm2-tss " +dracutmodules+=" crypt crypt-loop tpm2-tss systemd-pcrphase " # modules: support root on virtiofs dracutmodules+=" virtiofs " @@ -36,6 +36,3 @@ drivers+=" dm_crypt " # filesystems filesystems+=" vfat ext4 xfs overlay " - -# systemd-pcrphase -install_items+=" /lib/systemd/system/systemd-pcrphase-initrd.service /usr/lib/systemd/systemd-pcrphase /usr/lib/systemd/system/initrd.target.wants/systemd-pcrphase-initrd.service " diff --git a/kernel.changelog b/kernel.changelog index 2cf720931..d65720b5d 100644 --- a/kernel.changelog +++ b/kernel.changelog @@ -1,6 +1,10 @@ -* Wed Feb 28 2024 Fedora Kernel Team [6.8.0-0.rc6.cf1182944c7c.51] +* Thu Feb 29 2024 Fedora Kernel Team [6.8.0-0.rc6.805d849d7c3c.51] +- gitlab-ci: fix merge tree URL for gating pipelines (Michael Hofmann) - Revert "net: bump CONFIG_MAX_SKB_FRAGS to 45" (Marcelo Ricardo Leitner) +- uki: use systemd-pcrphase dracut module (Gerd Hoffmann) - Add libperf-debuginfo subpackage (Justin M. Forbes) +- redhat/kernel.spec.template: Add log_msg macro (Prarit Bhargava) +- Linux v6.8.0-0.rc6.805d849d7c3c Resolves: * Wed Feb 28 2024 Fedora Kernel Team [6.8.0-0.rc6.cf1182944c7c.50] diff --git a/kernel.spec b/kernel.spec index f8d93e353..02fb28d61 100644 --- a/kernel.spec +++ b/kernel.spec @@ -163,13 +163,13 @@ Summary: The Linux kernel %define specrpmversion 6.8.0 %define specversion 6.8.0 %define patchversion 6.8 -%define pkgrelease 0.rc6.20240228gitcf1182944c7c.51 +%define pkgrelease 0.rc6.20240229git805d849d7c3c.51 %define kversion 6 -%define tarfile_release 6.8-rc6-21-gcf1182944c7c +%define tarfile_release 6.8-rc6-37-g805d849d7c3c # This is needed to do merge window version magic %define patchlevel 8 # This allows pkg_release to have configurable %%{?dist} tag -%define specrelease 0.rc6.20240228gitcf1182944c7c.51%{?buildid}%{?dist} +%define specrelease 0.rc6.20240229git805d849d7c3c.51%{?buildid}%{?dist} # This defines the kabi tarball version %define kabiversion 6.8.0 @@ -1724,11 +1724,20 @@ Prebuilt 64k unified kernel image for virtual machines. %kernel_ipaclones_package %endif +%define log_msg() set +x \ + _log_msglineno=$(grep -n %{*} %{_specdir}/${RPM_PACKAGE_NAME}.spec | grep log_msg | cut -d":" -f1) \ + echo "kernel.spec:${_log_msglineno}: %{*}" \ + set -x + %prep +%{log_msg "Start of prep stage"} + +%{log_msg "Sanity checks"} + # do a few sanity-checks for --with *only builds %if %{with_baseonly} %if !%{with_up} -echo "Cannot build --with baseonly, up build is disabled" +%{log_msg "Cannot build --with baseonly, up build is disabled"} exit 1 %endif %endif @@ -1737,7 +1746,7 @@ exit 1 if [ "%{patches}" != "%%{patches}" ] ; then for patch in %{patches} ; do if [ ! -f $patch ] ; then - echo "ERROR: Patch ${patch##/*/} listed in specfile but is missing" + %{log_msg "ERROR: Patch ${patch##/*/} listed in specfile but is missing"} exit 1 fi done @@ -1753,7 +1762,7 @@ ApplyPatch() fi if ! grep -E "^Patch[0-9]+: $patch\$" %{_specdir}/${RPM_PACKAGE_NAME}.spec ; then if [ "${patch:0:8}" != "patch-%{kversion}." ] ; then - echo "ERROR: Patch $patch not listed as a source patch in specfile" + %{log_msg "ERROR: Patch $patch not listed as a source patch in specfile"} exit 1 fi fi 2>/dev/null @@ -1770,6 +1779,7 @@ ApplyOptionalPatch() { local patch=$1 shift + %{log_msg "ApplyOptionalPatch: $1"} if [ ! -f $RPM_SOURCE_DIR/$patch ]; then exit 1 fi @@ -1779,12 +1789,14 @@ ApplyOptionalPatch() fi } +%{log_msg "Untar kernel tarball"} %setup -q -n kernel-%{tarfile_release} -c mv linux-%{tarfile_release} linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . +%{log_msg "Start of patch applications"} %if !%{nopatches} ApplyOptionalPatch patch-%{patchversion}-redhat.patch @@ -1792,10 +1804,11 @@ ApplyOptionalPatch patch-%{patchversion}-redhat.patch ApplyOptionalPatch linux-kernel-test.patch +%{log_msg "End of patch applications"} # END OF PATCH APPLICATIONS # Any further pre-build tree manipulations happen here. - +%{log_msg "Pre-build tree manipulations"} chmod +x scripts/checkpatch.pl mv COPYING COPYING-%{specrpmversion}-%{release} @@ -1810,7 +1823,7 @@ rm -f localversion-next # This fixes errors such as # *** ERROR: ambiguous python shebang in /usr/bin/kvm_stat: #!/usr/bin/python. Change it to python3 (or python2) explicitly. # We patch all sources below for which we got a report/error. -echo "Fixing Python shebangs..." +%{log_msg "Fixing Python shebangs..."} %py3_shebang_fix \ tools/kvm/kvm_stat/kvm_stat \ scripts/show_delta \ @@ -1830,6 +1843,7 @@ fi mkdir configs cd configs +%{log_msg "Copy additional source files into buildroot"} # Drop some necessary files from the source dir into the buildroot cp $RPM_SOURCE_DIR/%{name}-*.config . cp %{SOURCE80} . @@ -1841,6 +1855,7 @@ cp %{SOURCE3001} partial-kernel-local-debug-snip.config FLAVOR=%{primary_target} SPECPACKAGE_NAME=%{name} SPECVERSION=%{specversion} SPECRPMVERSION=%{specrpmversion} ./generate_all_configs.sh %{debugbuildsenabled} # Collect custom defined config options +%{log_msg "Collect custom defined config options"} PARTIAL_CONFIGS="" %if %{with_gcov} PARTIAL_CONFIGS="$PARTIAL_CONFIGS %{SOURCE70} %{SOURCE71}" @@ -1866,6 +1881,7 @@ GetArch() } # Merge in any user-provided local config option changes +%{log_msg "Merge in any user-provided local config option changes"} %ifnarch %nobuildarches for i in %{all_configs} do @@ -1890,6 +1906,7 @@ done # Add DUP and kpatch certificates to system trusted keys for RHEL %if 0%{?rhel} +%{log_msg "Add DUP and kpatch certificates to system trusted keys for RHEL"} %if %{signkernel}%{signmodules} openssl x509 -inform der -in %{SOURCE100} -out rheldup3.pem openssl x509 -inform der -in %{SOURCE101} -out rhelkpatch1.pem @@ -1907,11 +1924,13 @@ done # Adjust FIPS module name for RHEL %if 0%{?rhel} +%{log_msg "Adjust FIPS module name for RHEL"} for i in *.config; do sed -i 's/CONFIG_CRYPTO_FIPS_NAME=.*/CONFIG_CRYPTO_FIPS_NAME="Red Hat Enterprise Linux %{rhel} - Kernel Cryptographic API"/' $i done %endif +%{log_msg "Set process_configs.sh $OPTS"} cp %{SOURCE81} . OPTS="" %if %{with_configchecks} @@ -1922,6 +1941,7 @@ for opt in %{clang_make_opts}; do OPTS="$OPTS -m $opt" done %endif +%{log_msg "Generate redhat configs"} RHJOBS=$RPM_BUILD_NCPUS SPECPACKAGE_NAME=%{name} ./process_configs.sh $OPTS %{specrpmversion} # We may want to override files from the primary target in case of building @@ -1936,20 +1956,21 @@ update_scripts() { done } +%{log_msg "Set scripts/SOURCES targets"} update_target=%{primary_target} if [ "%{primary_target}" == "rhel" ]; then : # no-op to avoid empty if-fi error %if 0%{?centos} update_scripts $update_target - echo "Updating scripts/sources to centos version" + %{log_msg "Updating scripts/sources to centos version"} update_target=centos %endif fi update_scripts $update_target -# end of kernel config %endif +%{log_msg "End of kernel config"} cd .. # # End of Configs stuff @@ -1965,7 +1986,9 @@ cd .. ### build ### %build +%{log_msg "Start of build stage"} +%{log_msg "General arch build configuration"} rm -rf %{buildroot_unstripped} || true mkdir -p %{buildroot_unstripped} @@ -1989,6 +2012,9 @@ cp_vmlinux() %define make %{__make} %{?cross_opts} %{?make_opts} HOSTCFLAGS="%{?build_hostcflags}" HOSTLDFLAGS="%{?build_hostldflags}" InitBuildVars() { + %{log_msg "InitBuildVars for $1"} + + %{log_msg "InitBuildVars: Initialize build variables"} # Initialize the kernel .config file and create some variables that are # needed for the actual build process. @@ -2000,6 +2026,7 @@ InitBuildVars() { KernelVer=%{specversion}-%{release}.%{_target_cpu}${Variant:++${Variant}} + %{log_msg "InitBuildVars: Update Makefile"} # make sure EXTRAVERSION says what we want it to say # Trim the release if this is a CI build, since KERNELVERSION is limited to 64 characters ShortRel=$(perl -e "print \"%{release}\" =~ s/\.pr\.[0-9A-Fa-f]{32}//r") @@ -2009,6 +2036,7 @@ InitBuildVars() { # if we are post rc1 this should match anyway so this won't matter perl -p -i -e 's/^PATCHLEVEL.*/PATCHLEVEL = %{patchlevel}/' Makefile + %{log_msg "InitBuildVars: Copy files"} %{make} %{?_smp_mflags} mrproper cp configs/$Config .config @@ -2017,23 +2045,26 @@ InitBuildVars() { %endif Arch=`head -1 .config | cut -b 3-` - echo USING ARCH=$Arch + %{log_msg "InitBuildVars: USING ARCH=$Arch"} KCFLAGS="%{?kcflags}" # add kpatch flags for base kernel + %{log_msg "InitBuildVars: Configure KCFLAGS"} if [ "$Variant" == "" ]; then KCFLAGS="$KCFLAGS %{?kpatch_kcflags}" fi } BuildKernel() { + %{log_msg "BuildKernel for $4"} MakeTarget=$1 KernelImage=$2 DoVDSO=$3 Variant=$4 InstallName=${5:-vmlinuz} + %{log_msg "Setup variables"} DoModules=1 if [ "$Variant" = "zfcpdump" ]; then DoModules=0 @@ -2048,22 +2079,25 @@ BuildKernel() { fi %if %{with_gcov} + %{log_msg "Setup build directories"} # Make build directory unique for each variant, so that gcno symlinks # are also unique for each variant. if [ -n "$Variant" ]; then ln -s $(pwd) ../linux-%{KVERREL}-${Variant} fi - echo "GCOV - continuing build in: $(pwd)" + %{log_msg "GCOV - continuing build in: $(pwd)"} pushd ../linux-%{KVERREL}${Variant:+-${Variant}} pwd > ../kernel${Variant:+-${Variant}}-gcov.list %endif + %{log_msg "Calling InitBuildVars for $Variant"} InitBuildVars $Variant - echo BUILDING A KERNEL FOR ${Variant} %{_target_cpu}... + %{log_msg "BUILDING A KERNEL FOR ${Variant} %{_target_cpu}..."} %{make} ARCH=$Arch olddefconfig >/dev/null + %{log_msg "Setup build-ids"} # This ensures build-ids are unique to allow parallel debuginfo perl -p -i -e "s/^CONFIG_BUILD_SALT.*/CONFIG_BUILD_SALT=\"%{KVERREL}\"/" .config %{make} ARCH=$Arch KCFLAGS="$KCFLAGS" WITH_GCOV="%{?with_gcov}" %{?_smp_mflags} $MakeTarget %{?sparse_mflags} %{?kernel_mflags} @@ -2071,6 +2105,7 @@ BuildKernel() { %{make} ARCH=$Arch KCFLAGS="$KCFLAGS" WITH_GCOV="%{?with_gcov}" %{?_smp_mflags} modules %{?sparse_mflags} || exit 1 fi + %{log_msg "Setup RPM_BUILD_ROOT directories"} mkdir -p $RPM_BUILD_ROOT/%{image_install_path} mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer/systemtap @@ -2079,32 +2114,38 @@ BuildKernel() { %endif %ifarch aarch64 + %{log_msg "Build dtb kernel"} %{make} ARCH=$Arch dtbs INSTALL_DTBS_PATH=$RPM_BUILD_ROOT/%{image_install_path}/dtb-$KernelVer %{make} ARCH=$Arch dtbs_install INSTALL_DTBS_PATH=$RPM_BUILD_ROOT/%{image_install_path}/dtb-$KernelVer cp -r $RPM_BUILD_ROOT/%{image_install_path}/dtb-$KernelVer $RPM_BUILD_ROOT/lib/modules/$KernelVer/dtb find arch/$Arch/boot/dts -name '*.dtb' -type f -delete %endif + %{log_msg "Cleanup temp btf files"} # Remove large intermediate files we no longer need to save space # (-f required for zfcpdump builds that do not enable BTF) rm -f vmlinux.o .tmp_vmlinux.btf + %{log_msg "Install files to RPM_BUILD_ROOT"} # Start installing the results install -m 644 .config $RPM_BUILD_ROOT/boot/config-$KernelVer install -m 644 .config $RPM_BUILD_ROOT/lib/modules/$KernelVer/config install -m 644 System.map $RPM_BUILD_ROOT/boot/System.map-$KernelVer install -m 644 System.map $RPM_BUILD_ROOT/lib/modules/$KernelVer/System.map + %{log_msg "Create initrfamfs"} # We estimate the size of the initramfs because rpm needs to take this size # into consideration when performing disk space calculations. (See bz #530778) dd if=/dev/zero of=$RPM_BUILD_ROOT/boot/initramfs-$KernelVer.img bs=1M count=20 if [ -f arch/$Arch/boot/zImage.stub ]; then + %{log_msg "Copy zImage.stub to RPM_BUILD_ROOT"} cp arch/$Arch/boot/zImage.stub $RPM_BUILD_ROOT/%{image_install_path}/zImage.stub-$KernelVer || : cp arch/$Arch/boot/zImage.stub $RPM_BUILD_ROOT/lib/modules/$KernelVer/zImage.stub-$KernelVer || : fi %if %{signkernel} + %{log_msg "Copy kernel for signing"} if [ "$KernelImage" = vmlinux ]; then # We can't strip and sign $KernelImage in place, because # we need to preserve original vmlinux for debuginfo. @@ -2117,6 +2158,7 @@ BuildKernel() { SignImage=$KernelImage %ifarch x86_64 aarch64 + %{log_msg "Sign kernel image"} %pesign -s -i $SignImage -o vmlinuz.tmp -a %{secureboot_ca_0} -c %{secureboot_key_0} -n %{pesign_name_0} %pesign -s -i vmlinuz.tmp -o vmlinuz.signed -a %{secureboot_ca_1} -c %{secureboot_key_1} -n %{pesign_name_1} rm vmlinuz.tmp @@ -2133,31 +2175,35 @@ BuildKernel() { %endif if [ ! -s vmlinuz.signed ]; then - echo "pesigning failed" + %{log_msg "pesigning failed"} exit 1 fi mv vmlinuz.signed $SignImage # signkernel %endif + %{log_msg "copy signed kernel"} $CopyKernel $KernelImage \ $RPM_BUILD_ROOT/%{image_install_path}/$InstallName-$KernelVer chmod 755 $RPM_BUILD_ROOT/%{image_install_path}/$InstallName-$KernelVer cp $RPM_BUILD_ROOT/%{image_install_path}/$InstallName-$KernelVer $RPM_BUILD_ROOT/lib/modules/$KernelVer/$InstallName # hmac sign the kernel for FIPS - echo "Creating hmac file: $RPM_BUILD_ROOT/%{image_install_path}/.vmlinuz-$KernelVer.hmac" + %{log_msg "hmac sign the kernel for FIPS"} + %{log_msg "Creating hmac file: $RPM_BUILD_ROOT/%{image_install_path}/.vmlinuz-$KernelVer.hmac"} ls -l $RPM_BUILD_ROOT/%{image_install_path}/$InstallName-$KernelVer (cd $RPM_BUILD_ROOT/%{image_install_path} && sha512hmac $InstallName-$KernelVer) > $RPM_BUILD_ROOT/%{image_install_path}/.vmlinuz-$KernelVer.hmac; cp $RPM_BUILD_ROOT/%{image_install_path}/.vmlinuz-$KernelVer.hmac $RPM_BUILD_ROOT/lib/modules/$KernelVer/.vmlinuz.hmac if [ $DoModules -eq 1 ]; then + %{log_msg "Install modules in RPM_BUILD_ROOT"} # Override $(mod-fw) because we don't want it to install any firmware # we'll get it from the linux-firmware package and we don't want conflicts %{make} %{?_smp_mflags} ARCH=$Arch INSTALL_MOD_PATH=$RPM_BUILD_ROOT %{?_smp_mflags} modules_install KERNELRELEASE=$KernelVer mod-fw= fi %if %{with_gcov} + %{log_msg "install gcov-needed files to $BUILDROOT/$BUILD/"} # install gcov-needed files to $BUILDROOT/$BUILD/...: # gcov_info->filename is absolute path # gcno references to sources can use absolute paths (e.g. in out-of-tree builds) @@ -2165,6 +2211,7 @@ BuildKernel() { find . \( -name '*.gcno' -o -name '*.[chS]' \) -exec install -D '{}' "$RPM_BUILD_ROOT/$(pwd)/{}" \; %endif + %{log_msg "Add VDSO files"} # add an a noop %%defattr statement 'cause rpm doesn't like empty file list files echo '%%defattr(-,-,-)' > ../kernel${Variant:+-${Variant}}-ldsoconf.list if [ $DoVDSO -ne 0 ]; then @@ -2178,6 +2225,7 @@ BuildKernel() { rm -rf $RPM_BUILD_ROOT/lib/modules/$KernelVer/vdso/.build-id fi + %{log_msg "Save headers/makefiles, etc. for kernel-headers"} # And save the headers/makefiles etc for building modules against # # This all looks scary, but the end result is supposed to be: @@ -2212,12 +2260,12 @@ BuildKernel() { # NOTENOTE: script which dynamically adds exported kernel symbol # NOTENOTE: checksums to the rpm metadata provides list. # NOTENOTE: if you change the symvers name, update the backend too - echo "**** GENERATING kernel ABI metadata ****" + %{log_msg "GENERATING kernel ABI metadata"} %compression --stdout %compression_flags < Module.symvers > $RPM_BUILD_ROOT/boot/symvers-$KernelVer.%compext cp $RPM_BUILD_ROOT/boot/symvers-$KernelVer.%compext $RPM_BUILD_ROOT/lib/modules/$KernelVer/symvers.%compext %if %{with_kabichk} - echo "**** kABI checking is enabled in kernel SPEC file. ****" + %{log_msg "kABI checking is enabled in kernel SPEC file."} chmod 0755 $RPM_SOURCE_DIR/check-kabi if [ -e $RPM_SOURCE_DIR/Module.kabi_%{_target_cpu}$Variant ]; then cp $RPM_SOURCE_DIR/Module.kabi_%{_target_cpu}$Variant $RPM_BUILD_ROOT/Module.kabi @@ -2225,19 +2273,19 @@ BuildKernel() { # for now, don't keep it around. rm $RPM_BUILD_ROOT/Module.kabi else - echo "**** NOTE: Cannot find reference Module.kabi file. ****" + %{log_msg "NOTE: Cannot find reference Module.kabi file."} fi %endif %if %{with_kabidupchk} - echo "**** kABI DUP checking is enabled in kernel SPEC file. ****" + %{log_msg "kABI DUP checking is enabled in kernel SPEC file."} if [ -e $RPM_SOURCE_DIR/Module.kabi_dup_%{_target_cpu}$Variant ]; then cp $RPM_SOURCE_DIR/Module.kabi_dup_%{_target_cpu}$Variant $RPM_BUILD_ROOT/Module.kabi $RPM_SOURCE_DIR/check-kabi -k $RPM_BUILD_ROOT/Module.kabi -s Module.symvers || exit 1 # for now, don't keep it around. rm $RPM_BUILD_ROOT/Module.kabi else - echo "**** NOTE: Cannot find DUP reference Module.kabi file. ****" + %{log_msg "NOTE: Cannot find DUP reference Module.kabi file."} fi %endif @@ -2250,7 +2298,7 @@ BuildKernel() { mkdir -p $RPM_BUILD_ROOT/kabi-dwarf/stablelists tar -xvf %{SOURCE300} -C $RPM_BUILD_ROOT/kabi-dwarf/stablelists - echo "**** GENERATING DWARF-based kABI baseline dataset ****" + %{log_msg "GENERATING DWARF-based kABI baseline dataset"} chmod 0755 $RPM_BUILD_ROOT/kabi-dwarf/run_kabi-dw.sh $RPM_BUILD_ROOT/kabi-dwarf/run_kabi-dw.sh generate \ "$RPM_BUILD_ROOT/kabi-dwarf/stablelists/kabi-current/kabi_stablelist_%{_target_cpu}" \ @@ -2269,26 +2317,27 @@ BuildKernel() { mkdir -p $RPM_BUILD_ROOT/kabi-dwarf/stablelists tar -xvf %{SOURCE300} -C $RPM_BUILD_ROOT/kabi-dwarf/stablelists - echo "**** GENERATING DWARF-based kABI dataset ****" + %{log_msg "GENERATING DWARF-based kABI dataset"} chmod 0755 $RPM_BUILD_ROOT/kabi-dwarf/run_kabi-dw.sh $RPM_BUILD_ROOT/kabi-dwarf/run_kabi-dw.sh generate \ "$RPM_BUILD_ROOT/kabi-dwarf/stablelists/kabi-current/kabi_stablelist_%{_target_cpu}" \ "$(pwd)" \ "$RPM_BUILD_ROOT/kabi-dwarf/base/%{_target_cpu}${Variant:+.${Variant}}.tmp" || : - echo "**** kABI DWARF-based comparison report ****" + %{log_msg "kABI DWARF-based comparison report"} $RPM_BUILD_ROOT/kabi-dwarf/run_kabi-dw.sh compare \ "$RPM_BUILD_ROOT/kabi-dwarf/base/%{_target_cpu}${Variant:+.${Variant}}" \ "$RPM_BUILD_ROOT/kabi-dwarf/base/%{_target_cpu}${Variant:+.${Variant}}.tmp" || : - echo "**** End of kABI DWARF-based comparison report ****" + %{log_msg "End of kABI DWARF-based comparison report"} else - echo "**** Baseline dataset for kABI DWARF-BASED comparison report not found ****" + %{log_msg "Baseline dataset for kABI DWARF-BASED comparison report not found"} fi rm -rf $RPM_BUILD_ROOT/kabi-dwarf fi %endif + %{log_msg "Cleanup Makefiles/Kconfig files"} # then drop all but the needed Makefiles/Kconfig files rm -rf $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/scripts rm -rf $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include @@ -2300,11 +2349,13 @@ BuildKernel() { %ifarch s390x # CONFIG_EXPOLINE_EXTERN=y produces arch/s390/lib/expoline/expoline.o # which is needed during external module build. + %{log_msg "Copy expoline.o"} if [ -f arch/s390/lib/expoline/expoline.o ]; then cp -a --parents arch/s390/lib/expoline/expoline.o $RPM_BUILD_ROOT/lib/modules/$KernelVer/build fi %endif + %{log_msg "Copy additional files for make targets"} # Files for 'make scripts' to succeed with kernel-devel. mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/security/selinux/include cp -a --parents security/selinux/include/classmap.h $RPM_BUILD_ROOT/lib/modules/$KernelVer/build @@ -2398,6 +2449,7 @@ BuildKernel() { cp -a --parents tools/objtool/arch/x86/ $RPM_BUILD_ROOT/lib/modules/$KernelVer/build %endif + %{log_msg "Clean up intermediate tools files"} # Clean up intermediate tools files find $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/tools \( -iname "*.o" -o -iname "*.cmd" \) -exec rm -f {} + @@ -2411,6 +2463,7 @@ BuildKernel() { eu-readelf -n vmlinux | grep "Build ID" | awk '{print $NF}' > vmlinux.id cp vmlinux.id $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/vmlinux.id + %{log_msg "Copy additional files for kernel-debuginfo rpm"} # # save the vmlinux file for kernel debugging into the kernel-debuginfo rpm # (use mv + symlink instead of cp to reduce disk space requirements) @@ -2437,13 +2490,14 @@ BuildKernel() { %py_byte_compile %{python3} $RPM_BUILD_ROOT%{debuginfodir}/lib/modules/$KernelVer/scripts/gdb %endif + %{log_msg "Create modnames"} find $RPM_BUILD_ROOT/lib/modules/$KernelVer -name "*.ko" -type f >modnames # mark modules executable so that strip-to-file can strip them xargs --no-run-if-empty chmod u+x < modnames # Generate a list of modules for block and networking. - + %{log_msg "Generate a list of modules for block and networking"} grep -F /drivers/ modnames | xargs --no-run-if-empty nm -upA | sed -n 's,^.*/\([^/]*\.ko\): *U \(.*\)$,\1 \2,p' > drivers.undef @@ -2465,6 +2519,7 @@ BuildKernel() { collect_modules_list modesetting \ 'drm_crtc_init' + %{log_msg "detect missing or incorrect license tags"} # detect missing or incorrect license tags ( find $RPM_BUILD_ROOT/lib/modules/$KernelVer -name '*.ko' | xargs /sbin/modinfo -l | \ grep -E -v 'GPL( v2)?$|Dual BSD/GPL$|Dual MPL/GPL$|GPL and additional rights$' ) && exit 1 @@ -2480,8 +2535,10 @@ BuildKernel() { popd } + %{log_msg "Remove depmod files"} remove_depmod_files + %{log_msg "Identify modules in kenrel-modules-* packages"} # Identify modules in the kernel-modules-extras package %{SOURCE20} $RPM_BUILD_ROOT lib/modules/$KernelVer $(realpath configs/mod-extra.list) # Identify modules in the kernel-modules-internal package @@ -2498,6 +2555,7 @@ BuildKernel() { # # Generate the kernel-core and kernel-modules files lists # + %{log_msg "Gemerate the kernel-core and kernel-modules files lists"} # Copy the System.map file for depmod to use, and create a backup of the # full module tree so we can restore it after we're done filtering @@ -2507,6 +2565,7 @@ BuildKernel() { mkdir restore cp -r lib/modules/$KernelVer/* restore/. + %{log_msg "Remove files in the kernel-modules-* file lists"} # don't include anything going into kernel-modules-extra in the file lists xargs rm -rf < mod-extra.list # don't include anything going into kernel-modules-internal in the file lists @@ -2521,6 +2580,7 @@ BuildKernel() { fi if [ $DoModules -eq 1 ]; then + %{log_msg "Filter files into core and modules lists"} # Find all the module files and filter them out into the core and # modules lists. This actually removes anything going into -modules # from the dir. @@ -2531,13 +2591,14 @@ BuildKernel() { # Run depmod on the resulting module tree and make sure it isn't broken depmod -b . -aeF ./System.map $KernelVer &> depmod.out if [ -s depmod.out ]; then - echo "Depmod failure" + %{log_msg "Depmod failure"} cat depmod.out exit 1 else rm depmod.out fi else + %{log_msg "Create empty files for RPM packaging"} # Ensure important files/directories exist to let the packaging succeed echo '%%defattr(-,-,-)' > modules.list echo '%%defattr(-,-,-)' > k-d.list @@ -2549,9 +2610,10 @@ BuildKernel() { fi if [[ "$Variant" == "rt" || "$Variant" == "rt-debug" ]]; then - echo "Skipping efiuki build" + %{log_msg "Skipping efiuki build"} else %if %{with_efiuki} + %{log_msg "Setup the EFI UKI kernel"} popd KernelUnifiedImageDir="$RPM_BUILD_ROOT/lib/modules/$KernelVer" @@ -2571,13 +2633,13 @@ BuildKernel() { $KernelUnifiedImage %if %{signkernel} - + %{log_msg "Sign the EFI UKI kernel"} %pesign -s -i $KernelUnifiedImage -o $KernelUnifiedImage.tmp -a %{secureboot_ca_0} -c %{secureboot_key_0} -n %{pesign_name_0} %pesign -s -i $KernelUnifiedImage.tmp -o $KernelUnifiedImage.signed -a %{secureboot_ca_1} -c %{secureboot_key_1} -n %{pesign_name_1} rm -f $KernelUnifiedImage.tmp if [ ! -s $KernelUnifiedImage.signed ]; then - echo "pesigning failed" + %{log_msg "pesigning failed"} exit 1 fi mv $KernelUnifiedImage.signed $KernelUnifiedImage @@ -2599,6 +2661,7 @@ BuildKernel() { find lib/modules/$KernelVer/kernel -mindepth 1 -type d | sort -n > module-dirs.list # Cleanup + %{log_msg "Cleanup build files"} rm System.map # Just "cp -r" can be very slow: here, it rewrites _existing files_ # with open(O_TRUNC). Many filesystems synchronously wait for metadata @@ -2613,6 +2676,7 @@ BuildKernel() { # Make sure the files lists start with absolute paths or rpmbuild fails. # Also add in the dir entries + %{log_msg "Create module list files for all kernel variants"} sed -e 's/^lib*/\/lib/' %{?zipsed} $RPM_BUILD_ROOT/k-d.list > ../kernel${Variant:+-${Variant}}-modules.list sed -e 's/^lib*/%dir \/lib/' %{?zipsed} $RPM_BUILD_ROOT/module-dirs.list > ../kernel${Variant:+-${Variant}}-modules-core.list sed -e 's/^lib*/\/lib/' %{?zipsed} $RPM_BUILD_ROOT/modules.list >> ../kernel${Variant:+-${Variant}}-modules-core.list @@ -2621,7 +2685,8 @@ BuildKernel() { sed -e 's/^lib*/\/lib/' %{?zipsed} $RPM_BUILD_ROOT/mod-kvm.list >> ../kernel${Variant:+-${Variant}}-kvm.list fi - # Cleanup + # Cleanup kernel variant module lists + %{log_msg "Clean up kernel variant module lists"} rm -f $RPM_BUILD_ROOT/k-d.list rm -f $RPM_BUILD_ROOT/modules.list rm -f $RPM_BUILD_ROOT/module-dirs.list @@ -2636,6 +2701,7 @@ BuildKernel() { %if %{signmodules} if [ $DoModules -eq 1 ]; then + %{log_msg "Save the signing keys for modules"} # Save the signing keys so we can sign the modules in __modsign_install_post cp certs/signing_key.pem certs/signing_key.pem.sign${Variant:++${Variant}} cp certs/signing_key.x509 certs/signing_key.x509.sign${Variant:++${Variant}} @@ -2643,6 +2709,7 @@ BuildKernel() { %endif # Move the devel headers out of the root file system + %{log_msg "Move the devel headers to RPM_BUILD_ROOT"} mkdir -p $RPM_BUILD_ROOT/usr/src/kernels mv $RPM_BUILD_ROOT/lib/modules/$KernelVer/build $RPM_BUILD_ROOT/$DevelDir @@ -2655,6 +2722,7 @@ BuildKernel() { # Generate vmlinux.h and put it to kernel-devel path # zfcpdump build does not have btf anymore if [ "$Variant" != "zfcpdump" ]; then + %{log_msg "Build the bootstrap bpftool to generate vmlinux.h"} # Build the bootstrap bpftool to generate vmlinux.h export BPFBOOTSTRAP_CFLAGS=$(echo "%{__global_compiler_flags}" | sed -r "s/\-specs=[^\ ]+\/redhat-annobin-cc1//") export BPFBOOTSTRAP_LDFLAGS=$(echo "%{__global_ldflags}" | sed -r "s/\-specs=[^\ ]+\/redhat-annobin-cc1//") @@ -2663,12 +2731,14 @@ BuildKernel() { tools/bpf/bpftool/bootstrap/bpftool btf dump file vmlinux format c > $RPM_BUILD_ROOT/$DevelDir/vmlinux.h fi + %{log_msg "Cleanup kernel-devel and kernel-debuginfo files"} # prune junk from kernel-devel find $RPM_BUILD_ROOT/usr/src/kernels -name ".*.cmd" -delete # prune junk from kernel-debuginfo find $RPM_BUILD_ROOT/usr/src/kernels -name "*.mod.c" -delete # Red Hat UEFI Secure Boot CA cert, which can be used to authenticate the kernel + %{log_msg "Install certs"} mkdir -p $RPM_BUILD_ROOT%{_datadir}/doc/kernel-keys/$KernelVer %ifarch x86_64 aarch64 install -m 0644 %{secureboot_ca_0} $RPM_BUILD_ROOT%{_datadir}/doc/kernel-keys/$KernelVer/kernel-signing-ca-20200609.cer @@ -2690,6 +2760,7 @@ BuildKernel() { %endif %if %{with_ipaclones} + %{log_msg "install IPA clones"} MAXPROCS=$(echo %{?_smp_mflags} | sed -n 's/-j\s*\([0-9]\+\)/\1/p') if [ -z "$MAXPROCS" ]; then MAXPROCS=1 @@ -2718,7 +2789,6 @@ cd linux-%{KVERREL} %if %{with_debug} %if %{with_realtime} -echo "building rt-debug" BuildKernel %make_target %kernel_image %{_use_vdso} rt-debug %endif @@ -2731,7 +2801,6 @@ BuildKernel %make_target %kernel_image %{_use_vdso} 64k-debug %endif %if %{with_up} -echo "building main debug package" BuildKernel %make_target %kernel_image %{_use_vdso} debug %endif %endif @@ -2760,6 +2829,7 @@ BuildKernel %make_target %kernel_image %{_use_vdso} %if !%{with_debug} && !%{with_zfcpdump} && !%{with_up} && !%{with_arm64_16k} && !%{with_arm64_64k} && !%{with_realtime} # If only building the user space tools, then initialize the build environment # and some variables so that the various userspace tools can be built. +%{log_msg "Initialize userspace tools build environment"} InitBuildVars %endif %endif @@ -2770,6 +2840,7 @@ InitBuildVars %global perf_make \ %{__make} %{?make_opts} EXTRA_CFLAGS="${RPM_OPT_FLAGS}" EXTRA_CXXFLAGS="${RPM_OPT_FLAGS}" LDFLAGS="%{__global_ldflags} -Wl,-E" %{?cross_opts} -C tools/perf V=1 NO_PERF_READ_VDSO32=1 NO_PERF_READ_VDSOX32=1 WERROR=0 NO_LIBUNWIND=1 HAVE_CPLUS_DEMANGLE=1 NO_GTK2=1 NO_STRLCPY=1 NO_BIONIC=1 LIBBPF_DYNAMIC=1 LIBTRACEEVENT_DYNAMIC=1 %{?perf_build_extra_opts} prefix=%{_prefix} PYTHON=%{__python3} %if %{with_perf} +%{log_msg "Build perf"} # perf # make sure check-headers.sh is executable chmod +x tools/perf/check-headers.sh @@ -2779,6 +2850,7 @@ chmod +x tools/perf/check-headers.sh %if %{with_libperf} %global libperf_make \ %{__make} %{?make_opts} EXTRA_CFLAGS="${RPM_OPT_FLAGS}" LDFLAGS="%{__global_ldflags}" %{?cross_opts} -C tools/lib/perf V=1 + %{log_msg "build libperf"} %{libperf_make} DESTDIR=$RPM_BUILD_ROOT %endif @@ -2790,44 +2862,56 @@ chmod +x tools/perf/check-headers.sh # cpupower # make sure version-gen.sh is executable. chmod +x tools/power/cpupower/utils/version-gen.sh +%{log_msg "build cpupower"} %{tools_make} %{?_smp_mflags} -C tools/power/cpupower CPUFREQ_BENCH=false DEBUG=false %ifarch x86_64 pushd tools/power/cpupower/debug/x86_64 + %{log_msg "build centrino-decode powernow-k8-decode"} %{tools_make} %{?_smp_mflags} centrino-decode powernow-k8-decode popd %endif %ifarch x86_64 pushd tools/power/x86/x86_energy_perf_policy/ + %{log_msg "build x86_energy_perf_policy"} %{tools_make} popd pushd tools/power/x86/turbostat + %{log_msg "build turbostat"} %{tools_make} popd pushd tools/power/x86/intel-speed-select + %{log_msg "build intel-speed-select"} %{tools_make} popd pushd tools/arch/x86/intel_sdsi + %{log_msg "build intel_sdsi"} %{tools_make} CFLAGS="${RPM_OPT_FLAGS}" popd %endif %endif pushd tools/thermal/tmon/ +%{log_msg "build tmon"} %{tools_make} popd pushd tools/iio/ +%{log_msg "build iio"} %{tools_make} popd pushd tools/gpio/ +%{log_msg "build gpio"} %{tools_make} popd # build VM tools pushd tools/mm/ +%{log_msg "build slabinfo page_owner_sort"} %{tools_make} slabinfo page_owner_sort popd pushd tools/verification/rv/ +%{log_msg "build rv"} %{tools_make} popd pushd tools/tracing/rtla +%{log_msg "build rtla"} %{tools_make} popd %endif @@ -2839,26 +2923,31 @@ fi %if %{with_bpftool} %global bpftool_make \ %{__make} EXTRA_CFLAGS="${RPM_OPT_FLAGS}" EXTRA_LDFLAGS="%{__global_ldflags}" DESTDIR=$RPM_BUILD_ROOT %{?make_opts} VMLINUX_H="${RPM_VMLINUX_H}" V=1 +%{log_msg "build bpftool"} pushd tools/bpf/bpftool %{bpftool_make} popd %else -echo "bpftools disabled ... disabling selftests" +%{log_msg "bpftools disabled ... disabling selftests"} %endif %if %{with_selftests} +%{log_msg "start build selftests"} # Unfortunately, samples/bpf/Makefile expects that the headers are installed # in the source tree. We installed them previously to $RPM_BUILD_ROOT/usr # but there's no way to tell the Makefile to take them from there. +%{log_msg "install headers for selftests"} %{make} %{?_smp_mflags} headers_install # If we re building only tools without kernel, we need to generate config # headers and prepare tree for modules building. The modules_prepare target # will cover both. if [ ! -f include/generated/autoconf.h ]; then + %{log_msg "modules_prepare for selftests"} %{make} %{?_smp_mflags} modules_prepare fi +%{log_msg "build samples/bpf"} %{make} %{?_smp_mflags} ARCH=$Arch V=1 M=samples/bpf/ VMLINUX_H="${RPM_VMLINUX_H}" || true # Prevent bpf selftests to build bpftool repeatedly: @@ -2873,10 +2962,12 @@ pushd tools/testing/selftests force_targets="" %endif +%{log_msg "main selftests compile"} %{make} %{?_smp_mflags} ARCH=$Arch V=1 TARGETS="bpf mm livepatch net net/forwarding net/mptcp netfilter tc-testing memfd drivers/net/bonding" SKIP_TARGETS="" $force_targets INSTALL_PATH=%{buildroot}%{_libexecdir}/kselftests VMLINUX_H="${RPM_VMLINUX_H}" install # 'make install' for bpf is broken and upstream refuses to fix it. # Install the needed files manually. +%{log_msg "install selftests"} for dir in bpf bpf/no_alu32 bpf/progs; do # In ARK, the rpm build continues even if some of the selftests # cannot be built. It's not always possible to build selftests, @@ -2893,15 +2984,19 @@ done %buildroot_save_unstripped "usr/libexec/kselftests/bpf/test_progs-no_alu32" popd export -n BPFTOOL +%{log_msg "end build selftests"} %endif %if %{with_doc} +%{log_msg "start install docs"} # Make the HTML pages. +%{log_msg "build html docs"} %{__make} PYTHON=/usr/bin/python3 htmldocs || %{doc_build_fail} # sometimes non-world-readable files sneak into the kernel source tree chmod -R a=rX Documentation find Documentation -type d | xargs chmod u+w +%{log_msg "end install docs"} %endif # Module signing (modsign) @@ -2913,17 +3008,17 @@ find Documentation -type d | xargs chmod u+w %define __modsign_install_post \ if [ "%{signmodules}" -eq "1" ]; then \ - echo "Signing kernel modules ..." \ + %{log_msg "Signing kernel modules ..."} \ modules_dirs="$(shopt -s nullglob; echo $RPM_BUILD_ROOT/lib/modules/%{KVERREL}*)" \ for modules_dir in $modules_dirs; do \ variant_suffix="${modules_dir#$RPM_BUILD_ROOT/lib/modules/%{KVERREL}}" \ [ "$variant_suffix" == "+zfcpdump" ] && continue \ - echo "Signing modules for %{KVERREL}${variant_suffix}" \ + %{log_msg "Signing modules for %{KVERREL}${variant_suffix}"} \ %{modsign_cmd} certs/signing_key.pem.sign${variant_suffix} certs/signing_key.x509.sign${variant_suffix} $modules_dir/ \ done \ fi \ if [ "%{zipmodules}" -eq "1" ]; then \ - echo "Compressing kernel modules ..." \ + %{log_msg "Compressing kernel modules ..."} \ find $RPM_BUILD_ROOT/lib/modules/ -type f -name '*.ko' | xargs -n 16 -P${RPM_BUILD_NCPUS} -r %compression %compression_flags; \ fi \ %{nil} @@ -3865,9 +3960,13 @@ fi\ # # %changelog -* Wed Feb 28 2024 Fedora Kernel Team [6.8.0-0.rc6.cf1182944c7c.51] +* Thu Feb 29 2024 Fedora Kernel Team [6.8.0-0.rc6.805d849d7c3c.51] +- gitlab-ci: fix merge tree URL for gating pipelines (Michael Hofmann) - Revert "net: bump CONFIG_MAX_SKB_FRAGS to 45" (Marcelo Ricardo Leitner) +- uki: use systemd-pcrphase dracut module (Gerd Hoffmann) - Add libperf-debuginfo subpackage (Justin M. Forbes) +- redhat/kernel.spec.template: Add log_msg macro (Prarit Bhargava) +- Linux v6.8.0-0.rc6.805d849d7c3c * Wed Feb 28 2024 Fedora Kernel Team [6.8.0-0.rc6.cf1182944c7c.50] - Linux v6.8.0-0.rc6.cf1182944c7c diff --git a/sources b/sources index a18202405..3ffc5e088 100644 --- a/sources +++ b/sources @@ -1,5 +1,5 @@ SHA512 (kernel-abi-stablelists-6.6.0.tar.bz2) = 4f917598056dee5e23814621ec96ff2e4a411c8c4ba9d56ecb01b23cb96431825bedbecfcbaac9338efbf5cb21694d85497fa0bf43e7c80d9cd10bc6dd144dbd SHA512 (kernel-kabi-dw-6.6.0.tar.bz2) = 19308cd976031d05e18ef7f5d093218acdb89446418bab0cd956ff12cf66369915b9e64bb66fa9f20939428a60e81884fec5be3529c6c7461738d6540d3cc5c6 -SHA512 (linux-6.8-rc6-21-gcf1182944c7c.tar.xz) = 4e849dfad1eae9176110c8ec5885fda15cb61d885dbb9daa77611d0d2d850cbec392996754ee52ae798c17e6ef873320ff1816e146182ab574e5f98b14cc53ca -SHA512 (kernel-abi-stablelists-6.8.0.tar.xz) = dc55b68f991a9e45aa2f71c67caf4c9243555d06e56f0e2b8be02ddccaf13a8b6fddf7bdc734354de795834df33bbc165b25a227d5ea7e8c0b29e3212845f5b4 -SHA512 (kernel-kabi-dw-6.8.0.tar.xz) = 418af894e6c26a48a7ef2e87f5755a3135206a8e709cb035363b2789470f68429f336661d674f4233791f24c315d35036b72ecfeede337abf4d7a02604bb8fd9 +SHA512 (linux-6.8-rc6-37-g805d849d7c3c.tar.xz) = 363aac713f74b3f07f9a3119b7cc179f9d3cd4bb94b9e2fbaea4deced2f2aa56c645d5dc232c95aa1211e152e072549c2fa0a9842cb16deed294257dc68699c8 +SHA512 (kernel-abi-stablelists-6.8.0.tar.xz) = e54f08d19c84cf1fb11ea7935a392678944f8276b4af58436fcf58913e9d49fd4b9ae9f4bdfcf57aa4454b3ac341a9ed5ec5d85ceacfa26b6920aabf5ee76379 +SHA512 (kernel-kabi-dw-6.8.0.tar.xz) = f5d293151e220344e2f54c6ec84d2ae5b317b83b25c148409e275f1b06133c1d7b0671f57831b2d01a4012038479c326a9b076f98672316da5439b17b9a46191 From 89438b612b39f753b052a3e89a0fa140a42e9aea Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Mon, 4 Mar 2024 07:54:13 -0600 Subject: [PATCH 5/5] kernel-6.8.0-0.rc7.55 * Mon Mar 04 2024 Fedora Kernel Team [6.8.0-0.rc7.55] - Linux v6.8.0-0.rc7 Resolves: Signed-off-by: Justin M. Forbes --- Makefile.rhelver | 2 +- kernel-ppc64le-debug-rhel.config | 1 + kernel-ppc64le-rhel.config | 1 + kernel-s390x-debug-rhel.config | 1 + kernel-s390x-rhel.config | 1 + kernel-s390x-zfcpdump-rhel.config | 1 + kernel-x86_64-debug-rhel.config | 2 +- kernel-x86_64-rhel.config | 2 +- kernel-x86_64-rt-debug-rhel.config | 2 +- kernel-x86_64-rt-rhel.config | 2 +- kernel.changelog | 17 +++++++++++++++++ kernel.spec | 19 ++++++++++++++++--- patch-6.8-redhat.patch | 6 +++--- sources | 6 +++--- 14 files changed, 49 insertions(+), 14 deletions(-) diff --git a/Makefile.rhelver b/Makefile.rhelver index 9826d97f6..913f12fc1 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 = 51 +RHEL_RELEASE = 55 # # RHEL_REBASE_NUM diff --git a/kernel-ppc64le-debug-rhel.config b/kernel-ppc64le-debug-rhel.config index ec81faa60..feb58af8b 100644 --- a/kernel-ppc64le-debug-rhel.config +++ b/kernel-ppc64le-debug-rhel.config @@ -2470,6 +2470,7 @@ CONFIG_INFINIBAND_SRPT=m CONFIG_INFINIBAND_USER_ACCESS=m CONFIG_INFINIBAND_USER_MAD=m # CONFIG_INFINIBAND_USNIC is not set +# CONFIG_INFINIBAND_VMWARE_PVRDMA is not set # CONFIG_INFTL is not set # CONFIG_INIT_ON_ALLOC_DEFAULT_ON is not set # CONFIG_INIT_ON_FREE_DEFAULT_ON is not set diff --git a/kernel-ppc64le-rhel.config b/kernel-ppc64le-rhel.config index 917d358c1..6b5972276 100644 --- a/kernel-ppc64le-rhel.config +++ b/kernel-ppc64le-rhel.config @@ -2454,6 +2454,7 @@ CONFIG_INFINIBAND_SRPT=m CONFIG_INFINIBAND_USER_ACCESS=m CONFIG_INFINIBAND_USER_MAD=m # CONFIG_INFINIBAND_USNIC is not set +# CONFIG_INFINIBAND_VMWARE_PVRDMA is not set # CONFIG_INFTL is not set # CONFIG_INIT_ON_ALLOC_DEFAULT_ON is not set # CONFIG_INIT_ON_FREE_DEFAULT_ON is not set diff --git a/kernel-s390x-debug-rhel.config b/kernel-s390x-debug-rhel.config index afb08b7c7..e1914d9b4 100644 --- a/kernel-s390x-debug-rhel.config +++ b/kernel-s390x-debug-rhel.config @@ -2454,6 +2454,7 @@ CONFIG_INFINIBAND_RDMAVT=m CONFIG_INFINIBAND_USER_ACCESS=m # CONFIG_INFINIBAND_USER_MAD is not set # CONFIG_INFINIBAND_USNIC is not set +# CONFIG_INFINIBAND_VMWARE_PVRDMA is not set # CONFIG_INFTL is not set # CONFIG_INIT_ON_ALLOC_DEFAULT_ON is not set # CONFIG_INIT_ON_FREE_DEFAULT_ON is not set diff --git a/kernel-s390x-rhel.config b/kernel-s390x-rhel.config index d6c15bbc3..273dcc71f 100644 --- a/kernel-s390x-rhel.config +++ b/kernel-s390x-rhel.config @@ -2438,6 +2438,7 @@ CONFIG_INFINIBAND_RDMAVT=m CONFIG_INFINIBAND_USER_ACCESS=m # CONFIG_INFINIBAND_USER_MAD is not set # CONFIG_INFINIBAND_USNIC is not set +# CONFIG_INFINIBAND_VMWARE_PVRDMA is not set # CONFIG_INFTL is not set # CONFIG_INIT_ON_ALLOC_DEFAULT_ON is not set # CONFIG_INIT_ON_FREE_DEFAULT_ON is not set diff --git a/kernel-s390x-zfcpdump-rhel.config b/kernel-s390x-zfcpdump-rhel.config index 5b138fb92..899da065c 100644 --- a/kernel-s390x-zfcpdump-rhel.config +++ b/kernel-s390x-zfcpdump-rhel.config @@ -2445,6 +2445,7 @@ CONFIG_INFINIBAND_RDMAVT=m CONFIG_INFINIBAND_USER_ACCESS=m # CONFIG_INFINIBAND_USER_MAD is not set # CONFIG_INFINIBAND_USNIC is not set +# CONFIG_INFINIBAND_VMWARE_PVRDMA is not set # CONFIG_INFTL is not set CONFIG_INIT_ENV_ARG_LIMIT=32 # CONFIG_INIT_ON_ALLOC_DEFAULT_ON is not set diff --git a/kernel-x86_64-debug-rhel.config b/kernel-x86_64-debug-rhel.config index abf3cf7fd..f0eda631b 100644 --- a/kernel-x86_64-debug-rhel.config +++ b/kernel-x86_64-debug-rhel.config @@ -2608,7 +2608,7 @@ CONFIG_INFINIBAND_SRPT=m CONFIG_INFINIBAND_USER_ACCESS=m CONFIG_INFINIBAND_USER_MAD=m # CONFIG_INFINIBAND_USNIC is not set -CONFIG_INFINIBAND_VMWARE_PVRDMA=m +# CONFIG_INFINIBAND_VMWARE_PVRDMA is not set # CONFIG_INFTL is not set # CONFIG_INIT_ON_ALLOC_DEFAULT_ON is not set # CONFIG_INIT_ON_FREE_DEFAULT_ON is not set diff --git a/kernel-x86_64-rhel.config b/kernel-x86_64-rhel.config index e72306591..6addcec90 100644 --- a/kernel-x86_64-rhel.config +++ b/kernel-x86_64-rhel.config @@ -2592,7 +2592,7 @@ CONFIG_INFINIBAND_SRPT=m CONFIG_INFINIBAND_USER_ACCESS=m CONFIG_INFINIBAND_USER_MAD=m # CONFIG_INFINIBAND_USNIC is not set -CONFIG_INFINIBAND_VMWARE_PVRDMA=m +# CONFIG_INFINIBAND_VMWARE_PVRDMA is not set # CONFIG_INFTL is not set # CONFIG_INIT_ON_ALLOC_DEFAULT_ON is not set # CONFIG_INIT_ON_FREE_DEFAULT_ON is not set diff --git a/kernel-x86_64-rt-debug-rhel.config b/kernel-x86_64-rt-debug-rhel.config index 7f8679628..f97abf24f 100644 --- a/kernel-x86_64-rt-debug-rhel.config +++ b/kernel-x86_64-rt-debug-rhel.config @@ -2648,7 +2648,7 @@ CONFIG_INFINIBAND_SRPT=m CONFIG_INFINIBAND_USER_ACCESS=m CONFIG_INFINIBAND_USER_MAD=m # CONFIG_INFINIBAND_USNIC is not set -CONFIG_INFINIBAND_VMWARE_PVRDMA=m +# CONFIG_INFINIBAND_VMWARE_PVRDMA is not set # CONFIG_INFTL is not set # CONFIG_INIT_ON_ALLOC_DEFAULT_ON is not set # CONFIG_INIT_ON_FREE_DEFAULT_ON is not set diff --git a/kernel-x86_64-rt-rhel.config b/kernel-x86_64-rt-rhel.config index ac993ba8e..c224b2f9f 100644 --- a/kernel-x86_64-rt-rhel.config +++ b/kernel-x86_64-rt-rhel.config @@ -2632,7 +2632,7 @@ CONFIG_INFINIBAND_SRPT=m CONFIG_INFINIBAND_USER_ACCESS=m CONFIG_INFINIBAND_USER_MAD=m # CONFIG_INFINIBAND_USNIC is not set -CONFIG_INFINIBAND_VMWARE_PVRDMA=m +# CONFIG_INFINIBAND_VMWARE_PVRDMA is not set # CONFIG_INFTL is not set # CONFIG_INIT_ON_ALLOC_DEFAULT_ON is not set # CONFIG_INIT_ON_FREE_DEFAULT_ON is not set diff --git a/kernel.changelog b/kernel.changelog index d65720b5d..88cfd3f86 100644 --- a/kernel.changelog +++ b/kernel.changelog @@ -1,3 +1,20 @@ +* Mon Mar 04 2024 Fedora Kernel Team [6.8.0-0.rc7.55] +- Linux v6.8.0-0.rc7 +Resolves: + +* Sun Mar 03 2024 Fedora Kernel Team [6.8.0-0.rc6.04b8076df253.54] +- redhat/configs: Disable CONFIG_INFINIBAND_VMWARE_PVRDMA (Kamal Heib) +- Linux v6.8.0-0.rc6.04b8076df253 +Resolves: + +* Sat Mar 02 2024 Fedora Kernel Team [6.8.0-0.rc6.5ad3cb0ed525.53] +- Linux v6.8.0-0.rc6.5ad3cb0ed525 +Resolves: + +* Fri Mar 01 2024 Fedora Kernel Team [6.8.0-0.rc6.87adedeba51a.52] +- Linux v6.8.0-0.rc6.87adedeba51a +Resolves: + * Thu Feb 29 2024 Fedora Kernel Team [6.8.0-0.rc6.805d849d7c3c.51] - gitlab-ci: fix merge tree URL for gating pipelines (Michael Hofmann) - Revert "net: bump CONFIG_MAX_SKB_FRAGS to 45" (Marcelo Ricardo Leitner) diff --git a/kernel.spec b/kernel.spec index 02fb28d61..88d3b1fb8 100644 --- a/kernel.spec +++ b/kernel.spec @@ -163,13 +163,13 @@ Summary: The Linux kernel %define specrpmversion 6.8.0 %define specversion 6.8.0 %define patchversion 6.8 -%define pkgrelease 0.rc6.20240229git805d849d7c3c.51 +%define pkgrelease 0.rc7.55 %define kversion 6 -%define tarfile_release 6.8-rc6-37-g805d849d7c3c +%define tarfile_release 6.8-rc7 # This is needed to do merge window version magic %define patchlevel 8 # This allows pkg_release to have configurable %%{?dist} tag -%define specrelease 0.rc6.20240229git805d849d7c3c.51%{?buildid}%{?dist} +%define specrelease 0.rc7.55%{?buildid}%{?dist} # This defines the kabi tarball version %define kabiversion 6.8.0 @@ -3960,6 +3960,19 @@ fi\ # # %changelog +* Mon Mar 04 2024 Fedora Kernel Team [6.8.0-0.rc7.55] +- Linux v6.8.0-0.rc7 + +* Sun Mar 03 2024 Fedora Kernel Team [6.8.0-0.rc6.04b8076df253.54] +- redhat/configs: Disable CONFIG_INFINIBAND_VMWARE_PVRDMA (Kamal Heib) +- Linux v6.8.0-0.rc6.04b8076df253 + +* Sat Mar 02 2024 Fedora Kernel Team [6.8.0-0.rc6.5ad3cb0ed525.53] +- Linux v6.8.0-0.rc6.5ad3cb0ed525 + +* Fri Mar 01 2024 Fedora Kernel Team [6.8.0-0.rc6.87adedeba51a.52] +- Linux v6.8.0-0.rc6.87adedeba51a + * Thu Feb 29 2024 Fedora Kernel Team [6.8.0-0.rc6.805d849d7c3c.51] - gitlab-ci: fix merge tree URL for gating pipelines (Michael Hofmann) - Revert "net: bump CONFIG_MAX_SKB_FRAGS to 45" (Marcelo Ricardo Leitner) diff --git a/patch-6.8-redhat.patch b/patch-6.8-redhat.patch index e25c31b63..2cb737280 100644 --- a/patch-6.8-redhat.patch +++ b/patch-6.8-redhat.patch @@ -136,7 +136,7 @@ index 000000000000..7465c78a90e6 + +endmenu diff --git a/Makefile b/Makefile -index 6cdb5717bfe0..dd56cbe27ea7 100644 +index 0e36eff14608..3ed9c1bdd44a 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,18 @@ $(if $(filter __%, $(MAKECMDGOALS)), \ @@ -250,7 +250,7 @@ index d1f3b56e7afc..eaefd0d7cfff 100644 /* boot_command_line has been already set up in early.c */ *cmdline_p = boot_command_line; diff --git a/arch/x86/kernel/cpu/common.c b/arch/x86/kernel/cpu/common.c -index 0b97bcde70c6..c624a2bee5f8 100644 +index fbc4e60d027c..42df548e212b 100644 --- a/arch/x86/kernel/cpu/common.c +++ b/arch/x86/kernel/cpu/common.c @@ -1588,6 +1588,7 @@ static void __init early_identify_cpu(struct cpuinfo_x86 *c) @@ -259,8 +259,8 @@ index 0b97bcde70c6..c624a2bee5f8 100644 get_cpu_cap(c); + get_model_name(c); /* RHEL: get model name for unsupported check */ setup_force_cpu_cap(X86_FEATURE_CPUID); + get_cpu_address_sizes(c); cpu_parse_early_param(); - diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c index 84201071dfac..d00c2713281e 100644 --- a/arch/x86/kernel/setup.c diff --git a/sources b/sources index 3ffc5e088..583dbc185 100644 --- a/sources +++ b/sources @@ -1,5 +1,5 @@ SHA512 (kernel-abi-stablelists-6.6.0.tar.bz2) = 4f917598056dee5e23814621ec96ff2e4a411c8c4ba9d56ecb01b23cb96431825bedbecfcbaac9338efbf5cb21694d85497fa0bf43e7c80d9cd10bc6dd144dbd SHA512 (kernel-kabi-dw-6.6.0.tar.bz2) = 19308cd976031d05e18ef7f5d093218acdb89446418bab0cd956ff12cf66369915b9e64bb66fa9f20939428a60e81884fec5be3529c6c7461738d6540d3cc5c6 -SHA512 (linux-6.8-rc6-37-g805d849d7c3c.tar.xz) = 363aac713f74b3f07f9a3119b7cc179f9d3cd4bb94b9e2fbaea4deced2f2aa56c645d5dc232c95aa1211e152e072549c2fa0a9842cb16deed294257dc68699c8 -SHA512 (kernel-abi-stablelists-6.8.0.tar.xz) = e54f08d19c84cf1fb11ea7935a392678944f8276b4af58436fcf58913e9d49fd4b9ae9f4bdfcf57aa4454b3ac341a9ed5ec5d85ceacfa26b6920aabf5ee76379 -SHA512 (kernel-kabi-dw-6.8.0.tar.xz) = f5d293151e220344e2f54c6ec84d2ae5b317b83b25c148409e275f1b06133c1d7b0671f57831b2d01a4012038479c326a9b076f98672316da5439b17b9a46191 +SHA512 (linux-6.8-rc7.tar.xz) = 4bc98f8995917afd70343126c50573d6d454d0de5bac4137ccca10864349fa02e845a14ab16f51635959f42862d7f07dbf081ffce01b9e33b966daf5f337db4f +SHA512 (kernel-abi-stablelists-6.8.0.tar.xz) = 76c6d275c26367da69c2b47ebcc9f8b60eda5a6382039e51b5b7b3158d69d8dd466f6d8fcd073a9bf2e86c149794ee114ba03e9fa5eeacd7879bc9709bbaa87a +SHA512 (kernel-kabi-dw-6.8.0.tar.xz) = ad6712cb6e4841fe074fb32e14f08aae28ba849a70774ac2664b86c56dc7196a2dd0b67642c33435142435e3dc6fd4af56f854f751724eb36b862d04c5f4e944