Update to 6.6.2

i9 changed/i9/kernel-ml-6.6.2-1.el9.inferit
Arkady L. Shane 1 year ago
parent f6571e3396
commit bb4bc9474f
Signed by: tigro
GPG Key ID: 9C7900103E1C4F8B

2
.gitignore vendored

@ -1 +1 @@
SOURCES/linux-6.6.1.tar.xz
SOURCES/linux-6.6.2.tar.xz

@ -1 +1 @@
b09d769f60d53ea3e598c1ac8c58a10bf1e63a3f SOURCES/linux-6.6.1.tar.xz
020d7680272df90ae7a5758ae490fe096fd0c2f2 SOURCES/linux-6.6.2.tar.xz

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm64 6.6.1-1.el9.elrepo.aarch64 Kernel Configuration
# Linux/arm64 6.6.2-1.el9.elrepo.aarch64 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.4.1 20230605 (Red Hat 11.4.1-2)"
CONFIG_CC_IS_GCC=y
@ -12,6 +12,7 @@ CONFIG_LD_IS_BFD=y
CONFIG_LD_VERSION=23502
CONFIG_LLD_VERSION=0
CONFIG_CC_CAN_LINK=y
CONFIG_CC_CAN_LINK_STATIC=y
CONFIG_CC_HAS_ASM_GOTO_OUTPUT=y
CONFIG_CC_HAS_ASM_GOTO_TIED_OUTPUT=y
CONFIG_CC_HAS_ASM_INLINE=y
@ -7988,7 +7989,6 @@ CONFIG_QCOM_A7PLL=m
CONFIG_QCOM_CLK_APCS_MSM8916=m
CONFIG_QCOM_CLK_APCC_MSM8996=m
CONFIG_IPQ_APSS_PLL=m
CONFIG_IPQ_APSS_6018=m
CONFIG_IPQ_GCC_4019=m
# CONFIG_IPQ_GCC_5018 is not set
CONFIG_IPQ_GCC_5332=m
@ -9294,7 +9294,7 @@ CONFIG_ORANGEFS_FS=m
# CONFIG_AFFS_FS is not set
# CONFIG_ECRYPT_FS is not set
# CONFIG_HFS_FS is not set
# CONFIG_HFSPLUS_FS is not set
CONFIG_HFSPLUS_FS=m
# CONFIG_BEFS_FS is not set
# CONFIG_BFS_FS is not set
# CONFIG_EFS_FS is not set

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 6.6.1-1.el9.elrepo.x86_64 Kernel Configuration
# Linux/x86 6.6.2-1.el9.elrepo.x86_64 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.4.1 20230605 (Red Hat 11.4.1-2)"
CONFIG_CC_IS_GCC=y
@ -9340,7 +9340,7 @@ CONFIG_ORANGEFS_FS=m
# CONFIG_AFFS_FS is not set
# CONFIG_ECRYPT_FS is not set
# CONFIG_HFS_FS is not set
# CONFIG_HFSPLUS_FS is not set
CONFIG_HFSPLUS_FS=m
# CONFIG_BEFS_FS is not set
# CONFIG_BFS_FS is not set
# CONFIG_EFS_FS is not set

@ -24,7 +24,7 @@
%global _binary_payload w3T.xzdio
# Define the version of the Linux Kernel Archive tarball.
%global LKAver 6.6.1
%global LKAver 6.6.2
# Define the buildid, if required.
#global buildid .local
@ -1494,6 +1494,9 @@ fi
%kernel_ml_variant_files %{_use_vdso} %{with_std}
%changelog
* Sat Nov 25 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 6.6.2-1.inferit
- Update to 6.6.2
* Sun Nov 12 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 6.6.1-1.inferit
- Rebuilt for MSVSphere 9.2

Loading…
Cancel
Save