diff --git a/config.tar.bz2 b/config.tar.bz2 index 86df3e81..6484fcb0 100644 --- a/config.tar.bz2 +++ b/config.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e8295012fc3c260ab098d73da846b35361289a277b437d07b304a5c0df822c07 -size 295526 +oid sha256:a8d90c32576b4b2a4d835f680f3c8709312af604e5dd16255093925dcbdb1471 +size 295346 diff --git a/dtb-aarch64.changes b/dtb-aarch64.changes index b72f44f0..db761277 100644 --- a/dtb-aarch64.changes +++ b/dtb-aarch64.changes @@ -1,3 +1,75 @@ +------------------------------------------------------------------- +Wed Aug 9 07:07:40 CEST 2023 - jslaby@suse.cz + +- Linux 6.4.9 (bsc#1012628). +- Update config files. + Set: + * CONFIG_GDS_FORCE_MITIGATION=n + * CONFIG_CPU_SRSO=y + as per default. +- x86: fix backwards merge of GDS/SRSO bit (bsc#1012628). +- xen/netback: Fix buffer overrun triggered by unusual packet + (bsc#1012628). +- x86/srso: Tie SBPB bit setting to microcode patch detection + (bsc#1012628). +- x86/srso: Add a forgotten NOENDBR annotation (bsc#1012628). +- x86/srso: Fix return thunks in generated code (bsc#1012628). +- x86/srso: Add IBPB on VMEXIT (bsc#1012628). +- x86/srso: Add IBPB (bsc#1012628). +- x86/srso: Add SRSO_NO support (bsc#1012628). +- x86/srso: Add IBPB_BRTYPE support (bsc#1012628). +- x86/srso: Add a Speculative RAS Overflow mitigation (bsc#1012628 + bsc#1213287 CVE-2023-20569). +- x86/bugs: Increase the x86 bugs vector size to two u32s + (bsc#1012628). +- Documentation/x86: Fix backwards on/off logic about YMM support + (bsc#1012628). +- x86/xen: Fix secondary processors' FPU initialization + (bsc#1012628). +- x86/mem_encrypt: Unbreak the AMD_MEM_ENCRYPT=n build + (bsc#1012628). +- KVM: Add GDS_NO support to KVM (bsc#1012628). +- x86/speculation: Add Kconfig option for GDS (bsc#1012628). +- x86/speculation: Add force option to GDS mitigation + (bsc#1012628). +- x86/speculation: Add Gather Data Sampling mitigation + (bsc#1012628 bsc#1206418 CVE-2022-40982). +- x86/fpu: Move FPU initialization into arch_cpu_finalize_init() + (bsc#1012628). +- x86/fpu: Mark init functions __init (bsc#1012628). +- x86/fpu: Remove cpuinfo argument from init functions + (bsc#1012628). +- x86/init: Initialize signal frame size late (bsc#1012628). +- init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init() + (bsc#1012628). +- init: Invoke arch_cpu_finalize_init() earlier (bsc#1012628). +- init: Remove check_bugs() leftovers (bsc#1012628). +- um/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- sparc/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- sh/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- mips/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- m68k/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- loongarch/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- ia64/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- ARM: cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- x86/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- init: Provide arch_cpu_finalize_init() (bsc#1012628). +- commit 5b9ad20 + +------------------------------------------------------------------- +Mon Aug 7 16:04:08 CEST 2023 - tiwai@suse.de + +- tpm/tpm_tis: Disable interrupts for Lenovo Thinkpad E14 Gen + 2 and 13s-IML (bsc#1213779). +- commit c4adffc + +------------------------------------------------------------------- +Mon Aug 7 12:14:04 CEST 2023 - tiwai@suse.de + +- drm/amd/display: Fix a regression on Polaris cards + (bsc#1212874). +- commit 9764e05 + ------------------------------------------------------------------- Mon Aug 7 11:33:27 CEST 2023 - jslaby@suse.cz @@ -7,14 +79,6 @@ Mon Aug 7 11:33:27 CEST 2023 - jslaby@suse.cz automatically in MyBS.pm. So drop all of them instead of duplicating. - commit 294d541 -------------------------------------------------------------------- -Fri Aug 4 12:32:49 CEST 2023 - jslaby@suse.cz - -- scripts/lib/SUSE/MyBS.pm: avoid i586 from factory also under openSUSE.org - When one uses openSUSE.org: prefix as an IBS project, exclude - openSUSE:Factory's i586 too. (And use LEGACYX86 instead.) -- commit fef5d5e - ------------------------------------------------------------------- Fri Aug 4 08:10:07 CEST 2023 - jslaby@suse.cz diff --git a/dtb-aarch64.spec b/dtb-aarch64.spec index d3685a27..c5650d9f 100644 --- a/dtb-aarch64.spec +++ b/dtb-aarch64.spec @@ -17,7 +17,7 @@ %define srcversion 6.4 -%define patchversion 6.4.8 +%define patchversion 6.4.9 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -25,9 +25,9 @@ %(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license,klp-symbols,splitflist,mergedep,moddep,modflist,kernel-subpackage-build}) Name: dtb-aarch64 -Version: 6.4.8 +Version: 6.4.9 %if 0%{?is_kotd} -Release: .g294d541 +Release: .g5b9ad20 %else Release: 0 %endif diff --git a/dtb-armv6l.changes b/dtb-armv6l.changes index b72f44f0..db761277 100644 --- a/dtb-armv6l.changes +++ b/dtb-armv6l.changes @@ -1,3 +1,75 @@ +------------------------------------------------------------------- +Wed Aug 9 07:07:40 CEST 2023 - jslaby@suse.cz + +- Linux 6.4.9 (bsc#1012628). +- Update config files. + Set: + * CONFIG_GDS_FORCE_MITIGATION=n + * CONFIG_CPU_SRSO=y + as per default. +- x86: fix backwards merge of GDS/SRSO bit (bsc#1012628). +- xen/netback: Fix buffer overrun triggered by unusual packet + (bsc#1012628). +- x86/srso: Tie SBPB bit setting to microcode patch detection + (bsc#1012628). +- x86/srso: Add a forgotten NOENDBR annotation (bsc#1012628). +- x86/srso: Fix return thunks in generated code (bsc#1012628). +- x86/srso: Add IBPB on VMEXIT (bsc#1012628). +- x86/srso: Add IBPB (bsc#1012628). +- x86/srso: Add SRSO_NO support (bsc#1012628). +- x86/srso: Add IBPB_BRTYPE support (bsc#1012628). +- x86/srso: Add a Speculative RAS Overflow mitigation (bsc#1012628 + bsc#1213287 CVE-2023-20569). +- x86/bugs: Increase the x86 bugs vector size to two u32s + (bsc#1012628). +- Documentation/x86: Fix backwards on/off logic about YMM support + (bsc#1012628). +- x86/xen: Fix secondary processors' FPU initialization + (bsc#1012628). +- x86/mem_encrypt: Unbreak the AMD_MEM_ENCRYPT=n build + (bsc#1012628). +- KVM: Add GDS_NO support to KVM (bsc#1012628). +- x86/speculation: Add Kconfig option for GDS (bsc#1012628). +- x86/speculation: Add force option to GDS mitigation + (bsc#1012628). +- x86/speculation: Add Gather Data Sampling mitigation + (bsc#1012628 bsc#1206418 CVE-2022-40982). +- x86/fpu: Move FPU initialization into arch_cpu_finalize_init() + (bsc#1012628). +- x86/fpu: Mark init functions __init (bsc#1012628). +- x86/fpu: Remove cpuinfo argument from init functions + (bsc#1012628). +- x86/init: Initialize signal frame size late (bsc#1012628). +- init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init() + (bsc#1012628). +- init: Invoke arch_cpu_finalize_init() earlier (bsc#1012628). +- init: Remove check_bugs() leftovers (bsc#1012628). +- um/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- sparc/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- sh/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- mips/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- m68k/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- loongarch/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- ia64/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- ARM: cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- x86/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- init: Provide arch_cpu_finalize_init() (bsc#1012628). +- commit 5b9ad20 + +------------------------------------------------------------------- +Mon Aug 7 16:04:08 CEST 2023 - tiwai@suse.de + +- tpm/tpm_tis: Disable interrupts for Lenovo Thinkpad E14 Gen + 2 and 13s-IML (bsc#1213779). +- commit c4adffc + +------------------------------------------------------------------- +Mon Aug 7 12:14:04 CEST 2023 - tiwai@suse.de + +- drm/amd/display: Fix a regression on Polaris cards + (bsc#1212874). +- commit 9764e05 + ------------------------------------------------------------------- Mon Aug 7 11:33:27 CEST 2023 - jslaby@suse.cz @@ -7,14 +79,6 @@ Mon Aug 7 11:33:27 CEST 2023 - jslaby@suse.cz automatically in MyBS.pm. So drop all of them instead of duplicating. - commit 294d541 -------------------------------------------------------------------- -Fri Aug 4 12:32:49 CEST 2023 - jslaby@suse.cz - -- scripts/lib/SUSE/MyBS.pm: avoid i586 from factory also under openSUSE.org - When one uses openSUSE.org: prefix as an IBS project, exclude - openSUSE:Factory's i586 too. (And use LEGACYX86 instead.) -- commit fef5d5e - ------------------------------------------------------------------- Fri Aug 4 08:10:07 CEST 2023 - jslaby@suse.cz diff --git a/dtb-armv6l.spec b/dtb-armv6l.spec index 6f9aed98..092abe93 100644 --- a/dtb-armv6l.spec +++ b/dtb-armv6l.spec @@ -17,7 +17,7 @@ %define srcversion 6.4 -%define patchversion 6.4.8 +%define patchversion 6.4.9 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -25,9 +25,9 @@ %(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license,klp-symbols,splitflist,mergedep,moddep,modflist,kernel-subpackage-build}) Name: dtb-armv6l -Version: 6.4.8 +Version: 6.4.9 %if 0%{?is_kotd} -Release: .g294d541 +Release: .g5b9ad20 %else Release: 0 %endif diff --git a/dtb-armv7l.changes b/dtb-armv7l.changes index b72f44f0..db761277 100644 --- a/dtb-armv7l.changes +++ b/dtb-armv7l.changes @@ -1,3 +1,75 @@ +------------------------------------------------------------------- +Wed Aug 9 07:07:40 CEST 2023 - jslaby@suse.cz + +- Linux 6.4.9 (bsc#1012628). +- Update config files. + Set: + * CONFIG_GDS_FORCE_MITIGATION=n + * CONFIG_CPU_SRSO=y + as per default. +- x86: fix backwards merge of GDS/SRSO bit (bsc#1012628). +- xen/netback: Fix buffer overrun triggered by unusual packet + (bsc#1012628). +- x86/srso: Tie SBPB bit setting to microcode patch detection + (bsc#1012628). +- x86/srso: Add a forgotten NOENDBR annotation (bsc#1012628). +- x86/srso: Fix return thunks in generated code (bsc#1012628). +- x86/srso: Add IBPB on VMEXIT (bsc#1012628). +- x86/srso: Add IBPB (bsc#1012628). +- x86/srso: Add SRSO_NO support (bsc#1012628). +- x86/srso: Add IBPB_BRTYPE support (bsc#1012628). +- x86/srso: Add a Speculative RAS Overflow mitigation (bsc#1012628 + bsc#1213287 CVE-2023-20569). +- x86/bugs: Increase the x86 bugs vector size to two u32s + (bsc#1012628). +- Documentation/x86: Fix backwards on/off logic about YMM support + (bsc#1012628). +- x86/xen: Fix secondary processors' FPU initialization + (bsc#1012628). +- x86/mem_encrypt: Unbreak the AMD_MEM_ENCRYPT=n build + (bsc#1012628). +- KVM: Add GDS_NO support to KVM (bsc#1012628). +- x86/speculation: Add Kconfig option for GDS (bsc#1012628). +- x86/speculation: Add force option to GDS mitigation + (bsc#1012628). +- x86/speculation: Add Gather Data Sampling mitigation + (bsc#1012628 bsc#1206418 CVE-2022-40982). +- x86/fpu: Move FPU initialization into arch_cpu_finalize_init() + (bsc#1012628). +- x86/fpu: Mark init functions __init (bsc#1012628). +- x86/fpu: Remove cpuinfo argument from init functions + (bsc#1012628). +- x86/init: Initialize signal frame size late (bsc#1012628). +- init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init() + (bsc#1012628). +- init: Invoke arch_cpu_finalize_init() earlier (bsc#1012628). +- init: Remove check_bugs() leftovers (bsc#1012628). +- um/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- sparc/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- sh/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- mips/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- m68k/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- loongarch/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- ia64/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- ARM: cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- x86/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- init: Provide arch_cpu_finalize_init() (bsc#1012628). +- commit 5b9ad20 + +------------------------------------------------------------------- +Mon Aug 7 16:04:08 CEST 2023 - tiwai@suse.de + +- tpm/tpm_tis: Disable interrupts for Lenovo Thinkpad E14 Gen + 2 and 13s-IML (bsc#1213779). +- commit c4adffc + +------------------------------------------------------------------- +Mon Aug 7 12:14:04 CEST 2023 - tiwai@suse.de + +- drm/amd/display: Fix a regression on Polaris cards + (bsc#1212874). +- commit 9764e05 + ------------------------------------------------------------------- Mon Aug 7 11:33:27 CEST 2023 - jslaby@suse.cz @@ -7,14 +79,6 @@ Mon Aug 7 11:33:27 CEST 2023 - jslaby@suse.cz automatically in MyBS.pm. So drop all of them instead of duplicating. - commit 294d541 -------------------------------------------------------------------- -Fri Aug 4 12:32:49 CEST 2023 - jslaby@suse.cz - -- scripts/lib/SUSE/MyBS.pm: avoid i586 from factory also under openSUSE.org - When one uses openSUSE.org: prefix as an IBS project, exclude - openSUSE:Factory's i586 too. (And use LEGACYX86 instead.) -- commit fef5d5e - ------------------------------------------------------------------- Fri Aug 4 08:10:07 CEST 2023 - jslaby@suse.cz diff --git a/dtb-armv7l.spec b/dtb-armv7l.spec index 95e80797..65bfb1e6 100644 --- a/dtb-armv7l.spec +++ b/dtb-armv7l.spec @@ -17,7 +17,7 @@ %define srcversion 6.4 -%define patchversion 6.4.8 +%define patchversion 6.4.9 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -25,9 +25,9 @@ %(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license,klp-symbols,splitflist,mergedep,moddep,modflist,kernel-subpackage-build}) Name: dtb-armv7l -Version: 6.4.8 +Version: 6.4.9 %if 0%{?is_kotd} -Release: .g294d541 +Release: .g5b9ad20 %else Release: 0 %endif diff --git a/dtb-riscv64.changes b/dtb-riscv64.changes index b72f44f0..db761277 100644 --- a/dtb-riscv64.changes +++ b/dtb-riscv64.changes @@ -1,3 +1,75 @@ +------------------------------------------------------------------- +Wed Aug 9 07:07:40 CEST 2023 - jslaby@suse.cz + +- Linux 6.4.9 (bsc#1012628). +- Update config files. + Set: + * CONFIG_GDS_FORCE_MITIGATION=n + * CONFIG_CPU_SRSO=y + as per default. +- x86: fix backwards merge of GDS/SRSO bit (bsc#1012628). +- xen/netback: Fix buffer overrun triggered by unusual packet + (bsc#1012628). +- x86/srso: Tie SBPB bit setting to microcode patch detection + (bsc#1012628). +- x86/srso: Add a forgotten NOENDBR annotation (bsc#1012628). +- x86/srso: Fix return thunks in generated code (bsc#1012628). +- x86/srso: Add IBPB on VMEXIT (bsc#1012628). +- x86/srso: Add IBPB (bsc#1012628). +- x86/srso: Add SRSO_NO support (bsc#1012628). +- x86/srso: Add IBPB_BRTYPE support (bsc#1012628). +- x86/srso: Add a Speculative RAS Overflow mitigation (bsc#1012628 + bsc#1213287 CVE-2023-20569). +- x86/bugs: Increase the x86 bugs vector size to two u32s + (bsc#1012628). +- Documentation/x86: Fix backwards on/off logic about YMM support + (bsc#1012628). +- x86/xen: Fix secondary processors' FPU initialization + (bsc#1012628). +- x86/mem_encrypt: Unbreak the AMD_MEM_ENCRYPT=n build + (bsc#1012628). +- KVM: Add GDS_NO support to KVM (bsc#1012628). +- x86/speculation: Add Kconfig option for GDS (bsc#1012628). +- x86/speculation: Add force option to GDS mitigation + (bsc#1012628). +- x86/speculation: Add Gather Data Sampling mitigation + (bsc#1012628 bsc#1206418 CVE-2022-40982). +- x86/fpu: Move FPU initialization into arch_cpu_finalize_init() + (bsc#1012628). +- x86/fpu: Mark init functions __init (bsc#1012628). +- x86/fpu: Remove cpuinfo argument from init functions + (bsc#1012628). +- x86/init: Initialize signal frame size late (bsc#1012628). +- init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init() + (bsc#1012628). +- init: Invoke arch_cpu_finalize_init() earlier (bsc#1012628). +- init: Remove check_bugs() leftovers (bsc#1012628). +- um/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- sparc/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- sh/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- mips/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- m68k/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- loongarch/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- ia64/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- ARM: cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- x86/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- init: Provide arch_cpu_finalize_init() (bsc#1012628). +- commit 5b9ad20 + +------------------------------------------------------------------- +Mon Aug 7 16:04:08 CEST 2023 - tiwai@suse.de + +- tpm/tpm_tis: Disable interrupts for Lenovo Thinkpad E14 Gen + 2 and 13s-IML (bsc#1213779). +- commit c4adffc + +------------------------------------------------------------------- +Mon Aug 7 12:14:04 CEST 2023 - tiwai@suse.de + +- drm/amd/display: Fix a regression on Polaris cards + (bsc#1212874). +- commit 9764e05 + ------------------------------------------------------------------- Mon Aug 7 11:33:27 CEST 2023 - jslaby@suse.cz @@ -7,14 +79,6 @@ Mon Aug 7 11:33:27 CEST 2023 - jslaby@suse.cz automatically in MyBS.pm. So drop all of them instead of duplicating. - commit 294d541 -------------------------------------------------------------------- -Fri Aug 4 12:32:49 CEST 2023 - jslaby@suse.cz - -- scripts/lib/SUSE/MyBS.pm: avoid i586 from factory also under openSUSE.org - When one uses openSUSE.org: prefix as an IBS project, exclude - openSUSE:Factory's i586 too. (And use LEGACYX86 instead.) -- commit fef5d5e - ------------------------------------------------------------------- Fri Aug 4 08:10:07 CEST 2023 - jslaby@suse.cz diff --git a/dtb-riscv64.spec b/dtb-riscv64.spec index f928f8b7..b749e564 100644 --- a/dtb-riscv64.spec +++ b/dtb-riscv64.spec @@ -17,7 +17,7 @@ %define srcversion 6.4 -%define patchversion 6.4.8 +%define patchversion 6.4.9 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -25,9 +25,9 @@ %(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license,klp-symbols,splitflist,mergedep,moddep,modflist,kernel-subpackage-build}) Name: dtb-riscv64 -Version: 6.4.8 +Version: 6.4.9 %if 0%{?is_kotd} -Release: .g294d541 +Release: .g5b9ad20 %else Release: 0 %endif diff --git a/kernel-64kb.changes b/kernel-64kb.changes index b72f44f0..db761277 100644 --- a/kernel-64kb.changes +++ b/kernel-64kb.changes @@ -1,3 +1,75 @@ +------------------------------------------------------------------- +Wed Aug 9 07:07:40 CEST 2023 - jslaby@suse.cz + +- Linux 6.4.9 (bsc#1012628). +- Update config files. + Set: + * CONFIG_GDS_FORCE_MITIGATION=n + * CONFIG_CPU_SRSO=y + as per default. +- x86: fix backwards merge of GDS/SRSO bit (bsc#1012628). +- xen/netback: Fix buffer overrun triggered by unusual packet + (bsc#1012628). +- x86/srso: Tie SBPB bit setting to microcode patch detection + (bsc#1012628). +- x86/srso: Add a forgotten NOENDBR annotation (bsc#1012628). +- x86/srso: Fix return thunks in generated code (bsc#1012628). +- x86/srso: Add IBPB on VMEXIT (bsc#1012628). +- x86/srso: Add IBPB (bsc#1012628). +- x86/srso: Add SRSO_NO support (bsc#1012628). +- x86/srso: Add IBPB_BRTYPE support (bsc#1012628). +- x86/srso: Add a Speculative RAS Overflow mitigation (bsc#1012628 + bsc#1213287 CVE-2023-20569). +- x86/bugs: Increase the x86 bugs vector size to two u32s + (bsc#1012628). +- Documentation/x86: Fix backwards on/off logic about YMM support + (bsc#1012628). +- x86/xen: Fix secondary processors' FPU initialization + (bsc#1012628). +- x86/mem_encrypt: Unbreak the AMD_MEM_ENCRYPT=n build + (bsc#1012628). +- KVM: Add GDS_NO support to KVM (bsc#1012628). +- x86/speculation: Add Kconfig option for GDS (bsc#1012628). +- x86/speculation: Add force option to GDS mitigation + (bsc#1012628). +- x86/speculation: Add Gather Data Sampling mitigation + (bsc#1012628 bsc#1206418 CVE-2022-40982). +- x86/fpu: Move FPU initialization into arch_cpu_finalize_init() + (bsc#1012628). +- x86/fpu: Mark init functions __init (bsc#1012628). +- x86/fpu: Remove cpuinfo argument from init functions + (bsc#1012628). +- x86/init: Initialize signal frame size late (bsc#1012628). +- init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init() + (bsc#1012628). +- init: Invoke arch_cpu_finalize_init() earlier (bsc#1012628). +- init: Remove check_bugs() leftovers (bsc#1012628). +- um/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- sparc/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- sh/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- mips/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- m68k/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- loongarch/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- ia64/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- ARM: cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- x86/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- init: Provide arch_cpu_finalize_init() (bsc#1012628). +- commit 5b9ad20 + +------------------------------------------------------------------- +Mon Aug 7 16:04:08 CEST 2023 - tiwai@suse.de + +- tpm/tpm_tis: Disable interrupts for Lenovo Thinkpad E14 Gen + 2 and 13s-IML (bsc#1213779). +- commit c4adffc + +------------------------------------------------------------------- +Mon Aug 7 12:14:04 CEST 2023 - tiwai@suse.de + +- drm/amd/display: Fix a regression on Polaris cards + (bsc#1212874). +- commit 9764e05 + ------------------------------------------------------------------- Mon Aug 7 11:33:27 CEST 2023 - jslaby@suse.cz @@ -7,14 +79,6 @@ Mon Aug 7 11:33:27 CEST 2023 - jslaby@suse.cz automatically in MyBS.pm. So drop all of them instead of duplicating. - commit 294d541 -------------------------------------------------------------------- -Fri Aug 4 12:32:49 CEST 2023 - jslaby@suse.cz - -- scripts/lib/SUSE/MyBS.pm: avoid i586 from factory also under openSUSE.org - When one uses openSUSE.org: prefix as an IBS project, exclude - openSUSE:Factory's i586 too. (And use LEGACYX86 instead.) -- commit fef5d5e - ------------------------------------------------------------------- Fri Aug 4 08:10:07 CEST 2023 - jslaby@suse.cz diff --git a/kernel-64kb.spec b/kernel-64kb.spec index 232d8a5f..a382483b 100644 --- a/kernel-64kb.spec +++ b/kernel-64kb.spec @@ -18,7 +18,7 @@ %define srcversion 6.4 -%define patchversion 6.4.8 +%define patchversion 6.4.9 %define variant %{nil} %define compress_modules zstd %define compress_vmlinux xz @@ -112,9 +112,9 @@ Name: kernel-64kb Summary: Kernel with 64kb PAGE_SIZE License: GPL-2.0-only Group: System/Kernel -Version: 6.4.8 +Version: 6.4.9 %if 0%{?is_kotd} -Release: .g294d541 +Release: .g5b9ad20 %else Release: 0 %endif @@ -242,10 +242,10 @@ Obsoletes: microcode_ctl < 1.18 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-294d54140dd0366975631f8da2b40d729c3d62eb -Provides: kernel-srchash-294d54140dd0366975631f8da2b40d729c3d62eb +Provides: kernel-%build_flavor-base-srchash-5b9ad204d9b588ce9f24cf685a1bb1e46b48ac2b +Provides: kernel-srchash-5b9ad204d9b588ce9f24cf685a1bb1e46b48ac2b # END COMMON DEPS -Provides: %name-srchash-294d54140dd0366975631f8da2b40d729c3d62eb +Provides: %name-srchash-5b9ad204d9b588ce9f24cf685a1bb1e46b48ac2b %obsolete_rebuilds %name Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz Source3: kernel-source.rpmlintrc @@ -1343,8 +1343,8 @@ Obsoletes: microcode_ctl < 1.18 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-294d54140dd0366975631f8da2b40d729c3d62eb -Provides: kernel-srchash-294d54140dd0366975631f8da2b40d729c3d62eb +Provides: kernel-%build_flavor-base-srchash-5b9ad204d9b588ce9f24cf685a1bb1e46b48ac2b +Provides: kernel-srchash-5b9ad204d9b588ce9f24cf685a1bb1e46b48ac2b %obsolete_rebuilds %name-base %ifarch %ix86 diff --git a/kernel-debug.changes b/kernel-debug.changes index b72f44f0..db761277 100644 --- a/kernel-debug.changes +++ b/kernel-debug.changes @@ -1,3 +1,75 @@ +------------------------------------------------------------------- +Wed Aug 9 07:07:40 CEST 2023 - jslaby@suse.cz + +- Linux 6.4.9 (bsc#1012628). +- Update config files. + Set: + * CONFIG_GDS_FORCE_MITIGATION=n + * CONFIG_CPU_SRSO=y + as per default. +- x86: fix backwards merge of GDS/SRSO bit (bsc#1012628). +- xen/netback: Fix buffer overrun triggered by unusual packet + (bsc#1012628). +- x86/srso: Tie SBPB bit setting to microcode patch detection + (bsc#1012628). +- x86/srso: Add a forgotten NOENDBR annotation (bsc#1012628). +- x86/srso: Fix return thunks in generated code (bsc#1012628). +- x86/srso: Add IBPB on VMEXIT (bsc#1012628). +- x86/srso: Add IBPB (bsc#1012628). +- x86/srso: Add SRSO_NO support (bsc#1012628). +- x86/srso: Add IBPB_BRTYPE support (bsc#1012628). +- x86/srso: Add a Speculative RAS Overflow mitigation (bsc#1012628 + bsc#1213287 CVE-2023-20569). +- x86/bugs: Increase the x86 bugs vector size to two u32s + (bsc#1012628). +- Documentation/x86: Fix backwards on/off logic about YMM support + (bsc#1012628). +- x86/xen: Fix secondary processors' FPU initialization + (bsc#1012628). +- x86/mem_encrypt: Unbreak the AMD_MEM_ENCRYPT=n build + (bsc#1012628). +- KVM: Add GDS_NO support to KVM (bsc#1012628). +- x86/speculation: Add Kconfig option for GDS (bsc#1012628). +- x86/speculation: Add force option to GDS mitigation + (bsc#1012628). +- x86/speculation: Add Gather Data Sampling mitigation + (bsc#1012628 bsc#1206418 CVE-2022-40982). +- x86/fpu: Move FPU initialization into arch_cpu_finalize_init() + (bsc#1012628). +- x86/fpu: Mark init functions __init (bsc#1012628). +- x86/fpu: Remove cpuinfo argument from init functions + (bsc#1012628). +- x86/init: Initialize signal frame size late (bsc#1012628). +- init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init() + (bsc#1012628). +- init: Invoke arch_cpu_finalize_init() earlier (bsc#1012628). +- init: Remove check_bugs() leftovers (bsc#1012628). +- um/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- sparc/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- sh/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- mips/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- m68k/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- loongarch/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- ia64/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- ARM: cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- x86/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- init: Provide arch_cpu_finalize_init() (bsc#1012628). +- commit 5b9ad20 + +------------------------------------------------------------------- +Mon Aug 7 16:04:08 CEST 2023 - tiwai@suse.de + +- tpm/tpm_tis: Disable interrupts for Lenovo Thinkpad E14 Gen + 2 and 13s-IML (bsc#1213779). +- commit c4adffc + +------------------------------------------------------------------- +Mon Aug 7 12:14:04 CEST 2023 - tiwai@suse.de + +- drm/amd/display: Fix a regression on Polaris cards + (bsc#1212874). +- commit 9764e05 + ------------------------------------------------------------------- Mon Aug 7 11:33:27 CEST 2023 - jslaby@suse.cz @@ -7,14 +79,6 @@ Mon Aug 7 11:33:27 CEST 2023 - jslaby@suse.cz automatically in MyBS.pm. So drop all of them instead of duplicating. - commit 294d541 -------------------------------------------------------------------- -Fri Aug 4 12:32:49 CEST 2023 - jslaby@suse.cz - -- scripts/lib/SUSE/MyBS.pm: avoid i586 from factory also under openSUSE.org - When one uses openSUSE.org: prefix as an IBS project, exclude - openSUSE:Factory's i586 too. (And use LEGACYX86 instead.) -- commit fef5d5e - ------------------------------------------------------------------- Fri Aug 4 08:10:07 CEST 2023 - jslaby@suse.cz diff --git a/kernel-debug.spec b/kernel-debug.spec index 6e7663cb..77a61b28 100644 --- a/kernel-debug.spec +++ b/kernel-debug.spec @@ -18,7 +18,7 @@ %define srcversion 6.4 -%define patchversion 6.4.8 +%define patchversion 6.4.9 %define variant %{nil} %define compress_modules zstd %define compress_vmlinux xz @@ -112,9 +112,9 @@ Name: kernel-debug Summary: A Debug Version of the Kernel License: GPL-2.0-only Group: System/Kernel -Version: 6.4.8 +Version: 6.4.9 %if 0%{?is_kotd} -Release: .g294d541 +Release: .g5b9ad20 %else Release: 0 %endif @@ -242,10 +242,10 @@ Obsoletes: microcode_ctl < 1.18 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-294d54140dd0366975631f8da2b40d729c3d62eb -Provides: kernel-srchash-294d54140dd0366975631f8da2b40d729c3d62eb +Provides: kernel-%build_flavor-base-srchash-5b9ad204d9b588ce9f24cf685a1bb1e46b48ac2b +Provides: kernel-srchash-5b9ad204d9b588ce9f24cf685a1bb1e46b48ac2b # END COMMON DEPS -Provides: %name-srchash-294d54140dd0366975631f8da2b40d729c3d62eb +Provides: %name-srchash-5b9ad204d9b588ce9f24cf685a1bb1e46b48ac2b %ifarch ppc64 Provides: kernel-kdump = 2.6.28 Obsoletes: kernel-kdump <= 2.6.28 @@ -1349,8 +1349,8 @@ Obsoletes: microcode_ctl < 1.18 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-294d54140dd0366975631f8da2b40d729c3d62eb -Provides: kernel-srchash-294d54140dd0366975631f8da2b40d729c3d62eb +Provides: kernel-%build_flavor-base-srchash-5b9ad204d9b588ce9f24cf685a1bb1e46b48ac2b +Provides: kernel-srchash-5b9ad204d9b588ce9f24cf685a1bb1e46b48ac2b %ifarch ppc64 Provides: kernel-kdump-base = 2.6.28 diff --git a/kernel-default.changes b/kernel-default.changes index b72f44f0..db761277 100644 --- a/kernel-default.changes +++ b/kernel-default.changes @@ -1,3 +1,75 @@ +------------------------------------------------------------------- +Wed Aug 9 07:07:40 CEST 2023 - jslaby@suse.cz + +- Linux 6.4.9 (bsc#1012628). +- Update config files. + Set: + * CONFIG_GDS_FORCE_MITIGATION=n + * CONFIG_CPU_SRSO=y + as per default. +- x86: fix backwards merge of GDS/SRSO bit (bsc#1012628). +- xen/netback: Fix buffer overrun triggered by unusual packet + (bsc#1012628). +- x86/srso: Tie SBPB bit setting to microcode patch detection + (bsc#1012628). +- x86/srso: Add a forgotten NOENDBR annotation (bsc#1012628). +- x86/srso: Fix return thunks in generated code (bsc#1012628). +- x86/srso: Add IBPB on VMEXIT (bsc#1012628). +- x86/srso: Add IBPB (bsc#1012628). +- x86/srso: Add SRSO_NO support (bsc#1012628). +- x86/srso: Add IBPB_BRTYPE support (bsc#1012628). +- x86/srso: Add a Speculative RAS Overflow mitigation (bsc#1012628 + bsc#1213287 CVE-2023-20569). +- x86/bugs: Increase the x86 bugs vector size to two u32s + (bsc#1012628). +- Documentation/x86: Fix backwards on/off logic about YMM support + (bsc#1012628). +- x86/xen: Fix secondary processors' FPU initialization + (bsc#1012628). +- x86/mem_encrypt: Unbreak the AMD_MEM_ENCRYPT=n build + (bsc#1012628). +- KVM: Add GDS_NO support to KVM (bsc#1012628). +- x86/speculation: Add Kconfig option for GDS (bsc#1012628). +- x86/speculation: Add force option to GDS mitigation + (bsc#1012628). +- x86/speculation: Add Gather Data Sampling mitigation + (bsc#1012628 bsc#1206418 CVE-2022-40982). +- x86/fpu: Move FPU initialization into arch_cpu_finalize_init() + (bsc#1012628). +- x86/fpu: Mark init functions __init (bsc#1012628). +- x86/fpu: Remove cpuinfo argument from init functions + (bsc#1012628). +- x86/init: Initialize signal frame size late (bsc#1012628). +- init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init() + (bsc#1012628). +- init: Invoke arch_cpu_finalize_init() earlier (bsc#1012628). +- init: Remove check_bugs() leftovers (bsc#1012628). +- um/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- sparc/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- sh/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- mips/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- m68k/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- loongarch/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- ia64/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- ARM: cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- x86/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- init: Provide arch_cpu_finalize_init() (bsc#1012628). +- commit 5b9ad20 + +------------------------------------------------------------------- +Mon Aug 7 16:04:08 CEST 2023 - tiwai@suse.de + +- tpm/tpm_tis: Disable interrupts for Lenovo Thinkpad E14 Gen + 2 and 13s-IML (bsc#1213779). +- commit c4adffc + +------------------------------------------------------------------- +Mon Aug 7 12:14:04 CEST 2023 - tiwai@suse.de + +- drm/amd/display: Fix a regression on Polaris cards + (bsc#1212874). +- commit 9764e05 + ------------------------------------------------------------------- Mon Aug 7 11:33:27 CEST 2023 - jslaby@suse.cz @@ -7,14 +79,6 @@ Mon Aug 7 11:33:27 CEST 2023 - jslaby@suse.cz automatically in MyBS.pm. So drop all of them instead of duplicating. - commit 294d541 -------------------------------------------------------------------- -Fri Aug 4 12:32:49 CEST 2023 - jslaby@suse.cz - -- scripts/lib/SUSE/MyBS.pm: avoid i586 from factory also under openSUSE.org - When one uses openSUSE.org: prefix as an IBS project, exclude - openSUSE:Factory's i586 too. (And use LEGACYX86 instead.) -- commit fef5d5e - ------------------------------------------------------------------- Fri Aug 4 08:10:07 CEST 2023 - jslaby@suse.cz diff --git a/kernel-default.spec b/kernel-default.spec index bf3e1ae9..b2954df5 100644 --- a/kernel-default.spec +++ b/kernel-default.spec @@ -18,7 +18,7 @@ %define srcversion 6.4 -%define patchversion 6.4.8 +%define patchversion 6.4.9 %define variant %{nil} %define compress_modules zstd %define compress_vmlinux xz @@ -112,9 +112,9 @@ Name: kernel-default Summary: The Standard Kernel License: GPL-2.0-only Group: System/Kernel -Version: 6.4.8 +Version: 6.4.9 %if 0%{?is_kotd} -Release: .g294d541 +Release: .g5b9ad20 %else Release: 0 %endif @@ -242,10 +242,10 @@ Obsoletes: microcode_ctl < 1.18 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-294d54140dd0366975631f8da2b40d729c3d62eb -Provides: kernel-srchash-294d54140dd0366975631f8da2b40d729c3d62eb +Provides: kernel-%build_flavor-base-srchash-5b9ad204d9b588ce9f24cf685a1bb1e46b48ac2b +Provides: kernel-srchash-5b9ad204d9b588ce9f24cf685a1bb1e46b48ac2b # END COMMON DEPS -Provides: %name-srchash-294d54140dd0366975631f8da2b40d729c3d62eb +Provides: %name-srchash-5b9ad204d9b588ce9f24cf685a1bb1e46b48ac2b %ifarch %ix86 Provides: kernel-smp = 2.6.17 Obsoletes: kernel-smp <= 2.6.17 @@ -1392,8 +1392,8 @@ Obsoletes: microcode_ctl < 1.18 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-294d54140dd0366975631f8da2b40d729c3d62eb -Provides: kernel-srchash-294d54140dd0366975631f8da2b40d729c3d62eb +Provides: kernel-%build_flavor-base-srchash-5b9ad204d9b588ce9f24cf685a1bb1e46b48ac2b +Provides: kernel-srchash-5b9ad204d9b588ce9f24cf685a1bb1e46b48ac2b %ifarch %ix86 Provides: kernel-trace-base = 3.13 diff --git a/kernel-docs.changes b/kernel-docs.changes index b72f44f0..db761277 100644 --- a/kernel-docs.changes +++ b/kernel-docs.changes @@ -1,3 +1,75 @@ +------------------------------------------------------------------- +Wed Aug 9 07:07:40 CEST 2023 - jslaby@suse.cz + +- Linux 6.4.9 (bsc#1012628). +- Update config files. + Set: + * CONFIG_GDS_FORCE_MITIGATION=n + * CONFIG_CPU_SRSO=y + as per default. +- x86: fix backwards merge of GDS/SRSO bit (bsc#1012628). +- xen/netback: Fix buffer overrun triggered by unusual packet + (bsc#1012628). +- x86/srso: Tie SBPB bit setting to microcode patch detection + (bsc#1012628). +- x86/srso: Add a forgotten NOENDBR annotation (bsc#1012628). +- x86/srso: Fix return thunks in generated code (bsc#1012628). +- x86/srso: Add IBPB on VMEXIT (bsc#1012628). +- x86/srso: Add IBPB (bsc#1012628). +- x86/srso: Add SRSO_NO support (bsc#1012628). +- x86/srso: Add IBPB_BRTYPE support (bsc#1012628). +- x86/srso: Add a Speculative RAS Overflow mitigation (bsc#1012628 + bsc#1213287 CVE-2023-20569). +- x86/bugs: Increase the x86 bugs vector size to two u32s + (bsc#1012628). +- Documentation/x86: Fix backwards on/off logic about YMM support + (bsc#1012628). +- x86/xen: Fix secondary processors' FPU initialization + (bsc#1012628). +- x86/mem_encrypt: Unbreak the AMD_MEM_ENCRYPT=n build + (bsc#1012628). +- KVM: Add GDS_NO support to KVM (bsc#1012628). +- x86/speculation: Add Kconfig option for GDS (bsc#1012628). +- x86/speculation: Add force option to GDS mitigation + (bsc#1012628). +- x86/speculation: Add Gather Data Sampling mitigation + (bsc#1012628 bsc#1206418 CVE-2022-40982). +- x86/fpu: Move FPU initialization into arch_cpu_finalize_init() + (bsc#1012628). +- x86/fpu: Mark init functions __init (bsc#1012628). +- x86/fpu: Remove cpuinfo argument from init functions + (bsc#1012628). +- x86/init: Initialize signal frame size late (bsc#1012628). +- init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init() + (bsc#1012628). +- init: Invoke arch_cpu_finalize_init() earlier (bsc#1012628). +- init: Remove check_bugs() leftovers (bsc#1012628). +- um/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- sparc/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- sh/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- mips/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- m68k/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- loongarch/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- ia64/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- ARM: cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- x86/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- init: Provide arch_cpu_finalize_init() (bsc#1012628). +- commit 5b9ad20 + +------------------------------------------------------------------- +Mon Aug 7 16:04:08 CEST 2023 - tiwai@suse.de + +- tpm/tpm_tis: Disable interrupts for Lenovo Thinkpad E14 Gen + 2 and 13s-IML (bsc#1213779). +- commit c4adffc + +------------------------------------------------------------------- +Mon Aug 7 12:14:04 CEST 2023 - tiwai@suse.de + +- drm/amd/display: Fix a regression on Polaris cards + (bsc#1212874). +- commit 9764e05 + ------------------------------------------------------------------- Mon Aug 7 11:33:27 CEST 2023 - jslaby@suse.cz @@ -7,14 +79,6 @@ Mon Aug 7 11:33:27 CEST 2023 - jslaby@suse.cz automatically in MyBS.pm. So drop all of them instead of duplicating. - commit 294d541 -------------------------------------------------------------------- -Fri Aug 4 12:32:49 CEST 2023 - jslaby@suse.cz - -- scripts/lib/SUSE/MyBS.pm: avoid i586 from factory also under openSUSE.org - When one uses openSUSE.org: prefix as an IBS project, exclude - openSUSE:Factory's i586 too. (And use LEGACYX86 instead.) -- commit fef5d5e - ------------------------------------------------------------------- Fri Aug 4 08:10:07 CEST 2023 - jslaby@suse.cz diff --git a/kernel-docs.spec b/kernel-docs.spec index e39ae208..be982757 100644 --- a/kernel-docs.spec +++ b/kernel-docs.spec @@ -17,7 +17,7 @@ %define srcversion 6.4 -%define patchversion 6.4.8 +%define patchversion 6.4.9 %define variant %{nil} %define build_html 1 %define build_pdf 0 @@ -30,9 +30,9 @@ Name: kernel-docs Summary: Kernel Documentation License: GPL-2.0-only Group: Documentation/Man -Version: 6.4.8 +Version: 6.4.9 %if 0%{?is_kotd} -Release: .g294d541 +Release: .g5b9ad20 %else Release: 0 %endif @@ -83,7 +83,7 @@ BuildRequires: texlive-zapfding %endif URL: https://www.kernel.org/ Provides: %name = %version-%source_rel -Provides: %name-srchash-294d54140dd0366975631f8da2b40d729c3d62eb +Provides: %name-srchash-5b9ad204d9b588ce9f24cf685a1bb1e46b48ac2b BuildArch: noarch Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz Source3: kernel-source.rpmlintrc diff --git a/kernel-kvmsmall.changes b/kernel-kvmsmall.changes index b72f44f0..db761277 100644 --- a/kernel-kvmsmall.changes +++ b/kernel-kvmsmall.changes @@ -1,3 +1,75 @@ +------------------------------------------------------------------- +Wed Aug 9 07:07:40 CEST 2023 - jslaby@suse.cz + +- Linux 6.4.9 (bsc#1012628). +- Update config files. + Set: + * CONFIG_GDS_FORCE_MITIGATION=n + * CONFIG_CPU_SRSO=y + as per default. +- x86: fix backwards merge of GDS/SRSO bit (bsc#1012628). +- xen/netback: Fix buffer overrun triggered by unusual packet + (bsc#1012628). +- x86/srso: Tie SBPB bit setting to microcode patch detection + (bsc#1012628). +- x86/srso: Add a forgotten NOENDBR annotation (bsc#1012628). +- x86/srso: Fix return thunks in generated code (bsc#1012628). +- x86/srso: Add IBPB on VMEXIT (bsc#1012628). +- x86/srso: Add IBPB (bsc#1012628). +- x86/srso: Add SRSO_NO support (bsc#1012628). +- x86/srso: Add IBPB_BRTYPE support (bsc#1012628). +- x86/srso: Add a Speculative RAS Overflow mitigation (bsc#1012628 + bsc#1213287 CVE-2023-20569). +- x86/bugs: Increase the x86 bugs vector size to two u32s + (bsc#1012628). +- Documentation/x86: Fix backwards on/off logic about YMM support + (bsc#1012628). +- x86/xen: Fix secondary processors' FPU initialization + (bsc#1012628). +- x86/mem_encrypt: Unbreak the AMD_MEM_ENCRYPT=n build + (bsc#1012628). +- KVM: Add GDS_NO support to KVM (bsc#1012628). +- x86/speculation: Add Kconfig option for GDS (bsc#1012628). +- x86/speculation: Add force option to GDS mitigation + (bsc#1012628). +- x86/speculation: Add Gather Data Sampling mitigation + (bsc#1012628 bsc#1206418 CVE-2022-40982). +- x86/fpu: Move FPU initialization into arch_cpu_finalize_init() + (bsc#1012628). +- x86/fpu: Mark init functions __init (bsc#1012628). +- x86/fpu: Remove cpuinfo argument from init functions + (bsc#1012628). +- x86/init: Initialize signal frame size late (bsc#1012628). +- init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init() + (bsc#1012628). +- init: Invoke arch_cpu_finalize_init() earlier (bsc#1012628). +- init: Remove check_bugs() leftovers (bsc#1012628). +- um/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- sparc/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- sh/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- mips/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- m68k/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- loongarch/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- ia64/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- ARM: cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- x86/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- init: Provide arch_cpu_finalize_init() (bsc#1012628). +- commit 5b9ad20 + +------------------------------------------------------------------- +Mon Aug 7 16:04:08 CEST 2023 - tiwai@suse.de + +- tpm/tpm_tis: Disable interrupts for Lenovo Thinkpad E14 Gen + 2 and 13s-IML (bsc#1213779). +- commit c4adffc + +------------------------------------------------------------------- +Mon Aug 7 12:14:04 CEST 2023 - tiwai@suse.de + +- drm/amd/display: Fix a regression on Polaris cards + (bsc#1212874). +- commit 9764e05 + ------------------------------------------------------------------- Mon Aug 7 11:33:27 CEST 2023 - jslaby@suse.cz @@ -7,14 +79,6 @@ Mon Aug 7 11:33:27 CEST 2023 - jslaby@suse.cz automatically in MyBS.pm. So drop all of them instead of duplicating. - commit 294d541 -------------------------------------------------------------------- -Fri Aug 4 12:32:49 CEST 2023 - jslaby@suse.cz - -- scripts/lib/SUSE/MyBS.pm: avoid i586 from factory also under openSUSE.org - When one uses openSUSE.org: prefix as an IBS project, exclude - openSUSE:Factory's i586 too. (And use LEGACYX86 instead.) -- commit fef5d5e - ------------------------------------------------------------------- Fri Aug 4 08:10:07 CEST 2023 - jslaby@suse.cz diff --git a/kernel-kvmsmall.spec b/kernel-kvmsmall.spec index 94033e5f..4366974f 100644 --- a/kernel-kvmsmall.spec +++ b/kernel-kvmsmall.spec @@ -18,7 +18,7 @@ %define srcversion 6.4 -%define patchversion 6.4.8 +%define patchversion 6.4.9 %define variant %{nil} %define compress_modules zstd %define compress_vmlinux xz @@ -112,9 +112,9 @@ Name: kernel-kvmsmall Summary: The Small Developer Kernel for KVM License: GPL-2.0-only Group: System/Kernel -Version: 6.4.8 +Version: 6.4.9 %if 0%{?is_kotd} -Release: .g294d541 +Release: .g5b9ad20 %else Release: 0 %endif @@ -242,10 +242,10 @@ Obsoletes: microcode_ctl < 1.18 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-294d54140dd0366975631f8da2b40d729c3d62eb -Provides: kernel-srchash-294d54140dd0366975631f8da2b40d729c3d62eb +Provides: kernel-%build_flavor-base-srchash-5b9ad204d9b588ce9f24cf685a1bb1e46b48ac2b +Provides: kernel-srchash-5b9ad204d9b588ce9f24cf685a1bb1e46b48ac2b # END COMMON DEPS -Provides: %name-srchash-294d54140dd0366975631f8da2b40d729c3d62eb +Provides: %name-srchash-5b9ad204d9b588ce9f24cf685a1bb1e46b48ac2b %obsolete_rebuilds %name Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz Source3: kernel-source.rpmlintrc @@ -1347,8 +1347,8 @@ Obsoletes: microcode_ctl < 1.18 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-294d54140dd0366975631f8da2b40d729c3d62eb -Provides: kernel-srchash-294d54140dd0366975631f8da2b40d729c3d62eb +Provides: kernel-%build_flavor-base-srchash-5b9ad204d9b588ce9f24cf685a1bb1e46b48ac2b +Provides: kernel-srchash-5b9ad204d9b588ce9f24cf685a1bb1e46b48ac2b %obsolete_rebuilds %name-base %ifarch %ix86 diff --git a/kernel-lpae.changes b/kernel-lpae.changes index b72f44f0..db761277 100644 --- a/kernel-lpae.changes +++ b/kernel-lpae.changes @@ -1,3 +1,75 @@ +------------------------------------------------------------------- +Wed Aug 9 07:07:40 CEST 2023 - jslaby@suse.cz + +- Linux 6.4.9 (bsc#1012628). +- Update config files. + Set: + * CONFIG_GDS_FORCE_MITIGATION=n + * CONFIG_CPU_SRSO=y + as per default. +- x86: fix backwards merge of GDS/SRSO bit (bsc#1012628). +- xen/netback: Fix buffer overrun triggered by unusual packet + (bsc#1012628). +- x86/srso: Tie SBPB bit setting to microcode patch detection + (bsc#1012628). +- x86/srso: Add a forgotten NOENDBR annotation (bsc#1012628). +- x86/srso: Fix return thunks in generated code (bsc#1012628). +- x86/srso: Add IBPB on VMEXIT (bsc#1012628). +- x86/srso: Add IBPB (bsc#1012628). +- x86/srso: Add SRSO_NO support (bsc#1012628). +- x86/srso: Add IBPB_BRTYPE support (bsc#1012628). +- x86/srso: Add a Speculative RAS Overflow mitigation (bsc#1012628 + bsc#1213287 CVE-2023-20569). +- x86/bugs: Increase the x86 bugs vector size to two u32s + (bsc#1012628). +- Documentation/x86: Fix backwards on/off logic about YMM support + (bsc#1012628). +- x86/xen: Fix secondary processors' FPU initialization + (bsc#1012628). +- x86/mem_encrypt: Unbreak the AMD_MEM_ENCRYPT=n build + (bsc#1012628). +- KVM: Add GDS_NO support to KVM (bsc#1012628). +- x86/speculation: Add Kconfig option for GDS (bsc#1012628). +- x86/speculation: Add force option to GDS mitigation + (bsc#1012628). +- x86/speculation: Add Gather Data Sampling mitigation + (bsc#1012628 bsc#1206418 CVE-2022-40982). +- x86/fpu: Move FPU initialization into arch_cpu_finalize_init() + (bsc#1012628). +- x86/fpu: Mark init functions __init (bsc#1012628). +- x86/fpu: Remove cpuinfo argument from init functions + (bsc#1012628). +- x86/init: Initialize signal frame size late (bsc#1012628). +- init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init() + (bsc#1012628). +- init: Invoke arch_cpu_finalize_init() earlier (bsc#1012628). +- init: Remove check_bugs() leftovers (bsc#1012628). +- um/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- sparc/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- sh/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- mips/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- m68k/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- loongarch/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- ia64/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- ARM: cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- x86/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- init: Provide arch_cpu_finalize_init() (bsc#1012628). +- commit 5b9ad20 + +------------------------------------------------------------------- +Mon Aug 7 16:04:08 CEST 2023 - tiwai@suse.de + +- tpm/tpm_tis: Disable interrupts for Lenovo Thinkpad E14 Gen + 2 and 13s-IML (bsc#1213779). +- commit c4adffc + +------------------------------------------------------------------- +Mon Aug 7 12:14:04 CEST 2023 - tiwai@suse.de + +- drm/amd/display: Fix a regression on Polaris cards + (bsc#1212874). +- commit 9764e05 + ------------------------------------------------------------------- Mon Aug 7 11:33:27 CEST 2023 - jslaby@suse.cz @@ -7,14 +79,6 @@ Mon Aug 7 11:33:27 CEST 2023 - jslaby@suse.cz automatically in MyBS.pm. So drop all of them instead of duplicating. - commit 294d541 -------------------------------------------------------------------- -Fri Aug 4 12:32:49 CEST 2023 - jslaby@suse.cz - -- scripts/lib/SUSE/MyBS.pm: avoid i586 from factory also under openSUSE.org - When one uses openSUSE.org: prefix as an IBS project, exclude - openSUSE:Factory's i586 too. (And use LEGACYX86 instead.) -- commit fef5d5e - ------------------------------------------------------------------- Fri Aug 4 08:10:07 CEST 2023 - jslaby@suse.cz diff --git a/kernel-lpae.spec b/kernel-lpae.spec index 9ca9fde5..59b30656 100644 --- a/kernel-lpae.spec +++ b/kernel-lpae.spec @@ -18,7 +18,7 @@ %define srcversion 6.4 -%define patchversion 6.4.8 +%define patchversion 6.4.9 %define variant %{nil} %define compress_modules zstd %define compress_vmlinux xz @@ -112,9 +112,9 @@ Name: kernel-lpae Summary: Kernel for LPAE enabled systems License: GPL-2.0-only Group: System/Kernel -Version: 6.4.8 +Version: 6.4.9 %if 0%{?is_kotd} -Release: .g294d541 +Release: .g5b9ad20 %else Release: 0 %endif @@ -242,10 +242,10 @@ Obsoletes: microcode_ctl < 1.18 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-294d54140dd0366975631f8da2b40d729c3d62eb -Provides: kernel-srchash-294d54140dd0366975631f8da2b40d729c3d62eb +Provides: kernel-%build_flavor-base-srchash-5b9ad204d9b588ce9f24cf685a1bb1e46b48ac2b +Provides: kernel-srchash-5b9ad204d9b588ce9f24cf685a1bb1e46b48ac2b # END COMMON DEPS -Provides: %name-srchash-294d54140dd0366975631f8da2b40d729c3d62eb +Provides: %name-srchash-5b9ad204d9b588ce9f24cf685a1bb1e46b48ac2b %obsolete_rebuilds %name Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz Source3: kernel-source.rpmlintrc @@ -1341,8 +1341,8 @@ Obsoletes: microcode_ctl < 1.18 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-294d54140dd0366975631f8da2b40d729c3d62eb -Provides: kernel-srchash-294d54140dd0366975631f8da2b40d729c3d62eb +Provides: kernel-%build_flavor-base-srchash-5b9ad204d9b588ce9f24cf685a1bb1e46b48ac2b +Provides: kernel-srchash-5b9ad204d9b588ce9f24cf685a1bb1e46b48ac2b %obsolete_rebuilds %name-base %ifarch %ix86 diff --git a/kernel-obs-build.changes b/kernel-obs-build.changes index b72f44f0..db761277 100644 --- a/kernel-obs-build.changes +++ b/kernel-obs-build.changes @@ -1,3 +1,75 @@ +------------------------------------------------------------------- +Wed Aug 9 07:07:40 CEST 2023 - jslaby@suse.cz + +- Linux 6.4.9 (bsc#1012628). +- Update config files. + Set: + * CONFIG_GDS_FORCE_MITIGATION=n + * CONFIG_CPU_SRSO=y + as per default. +- x86: fix backwards merge of GDS/SRSO bit (bsc#1012628). +- xen/netback: Fix buffer overrun triggered by unusual packet + (bsc#1012628). +- x86/srso: Tie SBPB bit setting to microcode patch detection + (bsc#1012628). +- x86/srso: Add a forgotten NOENDBR annotation (bsc#1012628). +- x86/srso: Fix return thunks in generated code (bsc#1012628). +- x86/srso: Add IBPB on VMEXIT (bsc#1012628). +- x86/srso: Add IBPB (bsc#1012628). +- x86/srso: Add SRSO_NO support (bsc#1012628). +- x86/srso: Add IBPB_BRTYPE support (bsc#1012628). +- x86/srso: Add a Speculative RAS Overflow mitigation (bsc#1012628 + bsc#1213287 CVE-2023-20569). +- x86/bugs: Increase the x86 bugs vector size to two u32s + (bsc#1012628). +- Documentation/x86: Fix backwards on/off logic about YMM support + (bsc#1012628). +- x86/xen: Fix secondary processors' FPU initialization + (bsc#1012628). +- x86/mem_encrypt: Unbreak the AMD_MEM_ENCRYPT=n build + (bsc#1012628). +- KVM: Add GDS_NO support to KVM (bsc#1012628). +- x86/speculation: Add Kconfig option for GDS (bsc#1012628). +- x86/speculation: Add force option to GDS mitigation + (bsc#1012628). +- x86/speculation: Add Gather Data Sampling mitigation + (bsc#1012628 bsc#1206418 CVE-2022-40982). +- x86/fpu: Move FPU initialization into arch_cpu_finalize_init() + (bsc#1012628). +- x86/fpu: Mark init functions __init (bsc#1012628). +- x86/fpu: Remove cpuinfo argument from init functions + (bsc#1012628). +- x86/init: Initialize signal frame size late (bsc#1012628). +- init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init() + (bsc#1012628). +- init: Invoke arch_cpu_finalize_init() earlier (bsc#1012628). +- init: Remove check_bugs() leftovers (bsc#1012628). +- um/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- sparc/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- sh/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- mips/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- m68k/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- loongarch/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- ia64/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- ARM: cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- x86/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- init: Provide arch_cpu_finalize_init() (bsc#1012628). +- commit 5b9ad20 + +------------------------------------------------------------------- +Mon Aug 7 16:04:08 CEST 2023 - tiwai@suse.de + +- tpm/tpm_tis: Disable interrupts for Lenovo Thinkpad E14 Gen + 2 and 13s-IML (bsc#1213779). +- commit c4adffc + +------------------------------------------------------------------- +Mon Aug 7 12:14:04 CEST 2023 - tiwai@suse.de + +- drm/amd/display: Fix a regression on Polaris cards + (bsc#1212874). +- commit 9764e05 + ------------------------------------------------------------------- Mon Aug 7 11:33:27 CEST 2023 - jslaby@suse.cz @@ -7,14 +79,6 @@ Mon Aug 7 11:33:27 CEST 2023 - jslaby@suse.cz automatically in MyBS.pm. So drop all of them instead of duplicating. - commit 294d541 -------------------------------------------------------------------- -Fri Aug 4 12:32:49 CEST 2023 - jslaby@suse.cz - -- scripts/lib/SUSE/MyBS.pm: avoid i586 from factory also under openSUSE.org - When one uses openSUSE.org: prefix as an IBS project, exclude - openSUSE:Factory's i586 too. (And use LEGACYX86 instead.) -- commit fef5d5e - ------------------------------------------------------------------- Fri Aug 4 08:10:07 CEST 2023 - jslaby@suse.cz diff --git a/kernel-obs-build.spec b/kernel-obs-build.spec index 22199829..0386af44 100644 --- a/kernel-obs-build.spec +++ b/kernel-obs-build.spec @@ -19,7 +19,7 @@ #!BuildIgnore: post-build-checks -%define patchversion 6.4.8 +%define patchversion 6.4.9 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -44,7 +44,7 @@ BuildRequires: util-linux %endif %endif %endif -BuildRequires: kernel%kernel_flavor-srchash-294d54140dd0366975631f8da2b40d729c3d62eb +BuildRequires: kernel%kernel_flavor-srchash-5b9ad204d9b588ce9f24cf685a1bb1e46b48ac2b %if 0%{?rhel_version} BuildRequires: kernel @@ -56,9 +56,9 @@ BuildRequires: dracut Summary: package kernel and initrd for OBS VM builds License: GPL-2.0-only Group: SLES -Version: 6.4.8 +Version: 6.4.9 %if 0%{?is_kotd} -Release: .g294d541 +Release: .g5b9ad20 %else Release: 0 %endif diff --git a/kernel-obs-qa.changes b/kernel-obs-qa.changes index b72f44f0..db761277 100644 --- a/kernel-obs-qa.changes +++ b/kernel-obs-qa.changes @@ -1,3 +1,75 @@ +------------------------------------------------------------------- +Wed Aug 9 07:07:40 CEST 2023 - jslaby@suse.cz + +- Linux 6.4.9 (bsc#1012628). +- Update config files. + Set: + * CONFIG_GDS_FORCE_MITIGATION=n + * CONFIG_CPU_SRSO=y + as per default. +- x86: fix backwards merge of GDS/SRSO bit (bsc#1012628). +- xen/netback: Fix buffer overrun triggered by unusual packet + (bsc#1012628). +- x86/srso: Tie SBPB bit setting to microcode patch detection + (bsc#1012628). +- x86/srso: Add a forgotten NOENDBR annotation (bsc#1012628). +- x86/srso: Fix return thunks in generated code (bsc#1012628). +- x86/srso: Add IBPB on VMEXIT (bsc#1012628). +- x86/srso: Add IBPB (bsc#1012628). +- x86/srso: Add SRSO_NO support (bsc#1012628). +- x86/srso: Add IBPB_BRTYPE support (bsc#1012628). +- x86/srso: Add a Speculative RAS Overflow mitigation (bsc#1012628 + bsc#1213287 CVE-2023-20569). +- x86/bugs: Increase the x86 bugs vector size to two u32s + (bsc#1012628). +- Documentation/x86: Fix backwards on/off logic about YMM support + (bsc#1012628). +- x86/xen: Fix secondary processors' FPU initialization + (bsc#1012628). +- x86/mem_encrypt: Unbreak the AMD_MEM_ENCRYPT=n build + (bsc#1012628). +- KVM: Add GDS_NO support to KVM (bsc#1012628). +- x86/speculation: Add Kconfig option for GDS (bsc#1012628). +- x86/speculation: Add force option to GDS mitigation + (bsc#1012628). +- x86/speculation: Add Gather Data Sampling mitigation + (bsc#1012628 bsc#1206418 CVE-2022-40982). +- x86/fpu: Move FPU initialization into arch_cpu_finalize_init() + (bsc#1012628). +- x86/fpu: Mark init functions __init (bsc#1012628). +- x86/fpu: Remove cpuinfo argument from init functions + (bsc#1012628). +- x86/init: Initialize signal frame size late (bsc#1012628). +- init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init() + (bsc#1012628). +- init: Invoke arch_cpu_finalize_init() earlier (bsc#1012628). +- init: Remove check_bugs() leftovers (bsc#1012628). +- um/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- sparc/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- sh/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- mips/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- m68k/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- loongarch/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- ia64/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- ARM: cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- x86/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- init: Provide arch_cpu_finalize_init() (bsc#1012628). +- commit 5b9ad20 + +------------------------------------------------------------------- +Mon Aug 7 16:04:08 CEST 2023 - tiwai@suse.de + +- tpm/tpm_tis: Disable interrupts for Lenovo Thinkpad E14 Gen + 2 and 13s-IML (bsc#1213779). +- commit c4adffc + +------------------------------------------------------------------- +Mon Aug 7 12:14:04 CEST 2023 - tiwai@suse.de + +- drm/amd/display: Fix a regression on Polaris cards + (bsc#1212874). +- commit 9764e05 + ------------------------------------------------------------------- Mon Aug 7 11:33:27 CEST 2023 - jslaby@suse.cz @@ -7,14 +79,6 @@ Mon Aug 7 11:33:27 CEST 2023 - jslaby@suse.cz automatically in MyBS.pm. So drop all of them instead of duplicating. - commit 294d541 -------------------------------------------------------------------- -Fri Aug 4 12:32:49 CEST 2023 - jslaby@suse.cz - -- scripts/lib/SUSE/MyBS.pm: avoid i586 from factory also under openSUSE.org - When one uses openSUSE.org: prefix as an IBS project, exclude - openSUSE:Factory's i586 too. (And use LEGACYX86 instead.) -- commit fef5d5e - ------------------------------------------------------------------- Fri Aug 4 08:10:07 CEST 2023 - jslaby@suse.cz diff --git a/kernel-obs-qa.spec b/kernel-obs-qa.spec index 1d62dd19..e5d892e4 100644 --- a/kernel-obs-qa.spec +++ b/kernel-obs-qa.spec @@ -17,7 +17,7 @@ # needsrootforbuild -%define patchversion 6.4.8 +%define patchversion 6.4.9 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -32,9 +32,9 @@ ExclusiveArch: aarch64 armv6hl armv7hl ppc64 ppc64le riscv64 s390x x86_64 Summary: Basic QA tests for the kernel License: GPL-2.0-only Group: SLES -Version: 6.4.8 +Version: 6.4.9 %if 0%{?is_kotd} -Release: .g294d541 +Release: .g5b9ad20 %else Release: 0 %endif diff --git a/kernel-pae.changes b/kernel-pae.changes index b72f44f0..db761277 100644 --- a/kernel-pae.changes +++ b/kernel-pae.changes @@ -1,3 +1,75 @@ +------------------------------------------------------------------- +Wed Aug 9 07:07:40 CEST 2023 - jslaby@suse.cz + +- Linux 6.4.9 (bsc#1012628). +- Update config files. + Set: + * CONFIG_GDS_FORCE_MITIGATION=n + * CONFIG_CPU_SRSO=y + as per default. +- x86: fix backwards merge of GDS/SRSO bit (bsc#1012628). +- xen/netback: Fix buffer overrun triggered by unusual packet + (bsc#1012628). +- x86/srso: Tie SBPB bit setting to microcode patch detection + (bsc#1012628). +- x86/srso: Add a forgotten NOENDBR annotation (bsc#1012628). +- x86/srso: Fix return thunks in generated code (bsc#1012628). +- x86/srso: Add IBPB on VMEXIT (bsc#1012628). +- x86/srso: Add IBPB (bsc#1012628). +- x86/srso: Add SRSO_NO support (bsc#1012628). +- x86/srso: Add IBPB_BRTYPE support (bsc#1012628). +- x86/srso: Add a Speculative RAS Overflow mitigation (bsc#1012628 + bsc#1213287 CVE-2023-20569). +- x86/bugs: Increase the x86 bugs vector size to two u32s + (bsc#1012628). +- Documentation/x86: Fix backwards on/off logic about YMM support + (bsc#1012628). +- x86/xen: Fix secondary processors' FPU initialization + (bsc#1012628). +- x86/mem_encrypt: Unbreak the AMD_MEM_ENCRYPT=n build + (bsc#1012628). +- KVM: Add GDS_NO support to KVM (bsc#1012628). +- x86/speculation: Add Kconfig option for GDS (bsc#1012628). +- x86/speculation: Add force option to GDS mitigation + (bsc#1012628). +- x86/speculation: Add Gather Data Sampling mitigation + (bsc#1012628 bsc#1206418 CVE-2022-40982). +- x86/fpu: Move FPU initialization into arch_cpu_finalize_init() + (bsc#1012628). +- x86/fpu: Mark init functions __init (bsc#1012628). +- x86/fpu: Remove cpuinfo argument from init functions + (bsc#1012628). +- x86/init: Initialize signal frame size late (bsc#1012628). +- init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init() + (bsc#1012628). +- init: Invoke arch_cpu_finalize_init() earlier (bsc#1012628). +- init: Remove check_bugs() leftovers (bsc#1012628). +- um/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- sparc/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- sh/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- mips/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- m68k/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- loongarch/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- ia64/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- ARM: cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- x86/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- init: Provide arch_cpu_finalize_init() (bsc#1012628). +- commit 5b9ad20 + +------------------------------------------------------------------- +Mon Aug 7 16:04:08 CEST 2023 - tiwai@suse.de + +- tpm/tpm_tis: Disable interrupts for Lenovo Thinkpad E14 Gen + 2 and 13s-IML (bsc#1213779). +- commit c4adffc + +------------------------------------------------------------------- +Mon Aug 7 12:14:04 CEST 2023 - tiwai@suse.de + +- drm/amd/display: Fix a regression on Polaris cards + (bsc#1212874). +- commit 9764e05 + ------------------------------------------------------------------- Mon Aug 7 11:33:27 CEST 2023 - jslaby@suse.cz @@ -7,14 +79,6 @@ Mon Aug 7 11:33:27 CEST 2023 - jslaby@suse.cz automatically in MyBS.pm. So drop all of them instead of duplicating. - commit 294d541 -------------------------------------------------------------------- -Fri Aug 4 12:32:49 CEST 2023 - jslaby@suse.cz - -- scripts/lib/SUSE/MyBS.pm: avoid i586 from factory also under openSUSE.org - When one uses openSUSE.org: prefix as an IBS project, exclude - openSUSE:Factory's i586 too. (And use LEGACYX86 instead.) -- commit fef5d5e - ------------------------------------------------------------------- Fri Aug 4 08:10:07 CEST 2023 - jslaby@suse.cz diff --git a/kernel-pae.spec b/kernel-pae.spec index 5f600493..04ee5fd6 100644 --- a/kernel-pae.spec +++ b/kernel-pae.spec @@ -18,7 +18,7 @@ %define srcversion 6.4 -%define patchversion 6.4.8 +%define patchversion 6.4.9 %define variant %{nil} %define compress_modules zstd %define compress_vmlinux xz @@ -112,9 +112,9 @@ Name: kernel-pae Summary: Kernel with PAE Support License: GPL-2.0-only Group: System/Kernel -Version: 6.4.8 +Version: 6.4.9 %if 0%{?is_kotd} -Release: .g294d541 +Release: .g5b9ad20 %else Release: 0 %endif @@ -242,10 +242,10 @@ Obsoletes: microcode_ctl < 1.18 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-294d54140dd0366975631f8da2b40d729c3d62eb -Provides: kernel-srchash-294d54140dd0366975631f8da2b40d729c3d62eb +Provides: kernel-%build_flavor-base-srchash-5b9ad204d9b588ce9f24cf685a1bb1e46b48ac2b +Provides: kernel-srchash-5b9ad204d9b588ce9f24cf685a1bb1e46b48ac2b # END COMMON DEPS -Provides: %name-srchash-294d54140dd0366975631f8da2b40d729c3d62eb +Provides: %name-srchash-5b9ad204d9b588ce9f24cf685a1bb1e46b48ac2b %ifarch %ix86 Provides: kernel-bigsmp = 2.6.17 Obsoletes: kernel-bigsmp <= 2.6.17 @@ -1369,8 +1369,8 @@ Obsoletes: microcode_ctl < 1.18 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-294d54140dd0366975631f8da2b40d729c3d62eb -Provides: kernel-srchash-294d54140dd0366975631f8da2b40d729c3d62eb +Provides: kernel-%build_flavor-base-srchash-5b9ad204d9b588ce9f24cf685a1bb1e46b48ac2b +Provides: kernel-srchash-5b9ad204d9b588ce9f24cf685a1bb1e46b48ac2b %ifarch %ix86 Provides: kernel-vmi-base = 2.6.38 diff --git a/kernel-source.changes b/kernel-source.changes index b72f44f0..db761277 100644 --- a/kernel-source.changes +++ b/kernel-source.changes @@ -1,3 +1,75 @@ +------------------------------------------------------------------- +Wed Aug 9 07:07:40 CEST 2023 - jslaby@suse.cz + +- Linux 6.4.9 (bsc#1012628). +- Update config files. + Set: + * CONFIG_GDS_FORCE_MITIGATION=n + * CONFIG_CPU_SRSO=y + as per default. +- x86: fix backwards merge of GDS/SRSO bit (bsc#1012628). +- xen/netback: Fix buffer overrun triggered by unusual packet + (bsc#1012628). +- x86/srso: Tie SBPB bit setting to microcode patch detection + (bsc#1012628). +- x86/srso: Add a forgotten NOENDBR annotation (bsc#1012628). +- x86/srso: Fix return thunks in generated code (bsc#1012628). +- x86/srso: Add IBPB on VMEXIT (bsc#1012628). +- x86/srso: Add IBPB (bsc#1012628). +- x86/srso: Add SRSO_NO support (bsc#1012628). +- x86/srso: Add IBPB_BRTYPE support (bsc#1012628). +- x86/srso: Add a Speculative RAS Overflow mitigation (bsc#1012628 + bsc#1213287 CVE-2023-20569). +- x86/bugs: Increase the x86 bugs vector size to two u32s + (bsc#1012628). +- Documentation/x86: Fix backwards on/off logic about YMM support + (bsc#1012628). +- x86/xen: Fix secondary processors' FPU initialization + (bsc#1012628). +- x86/mem_encrypt: Unbreak the AMD_MEM_ENCRYPT=n build + (bsc#1012628). +- KVM: Add GDS_NO support to KVM (bsc#1012628). +- x86/speculation: Add Kconfig option for GDS (bsc#1012628). +- x86/speculation: Add force option to GDS mitigation + (bsc#1012628). +- x86/speculation: Add Gather Data Sampling mitigation + (bsc#1012628 bsc#1206418 CVE-2022-40982). +- x86/fpu: Move FPU initialization into arch_cpu_finalize_init() + (bsc#1012628). +- x86/fpu: Mark init functions __init (bsc#1012628). +- x86/fpu: Remove cpuinfo argument from init functions + (bsc#1012628). +- x86/init: Initialize signal frame size late (bsc#1012628). +- init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init() + (bsc#1012628). +- init: Invoke arch_cpu_finalize_init() earlier (bsc#1012628). +- init: Remove check_bugs() leftovers (bsc#1012628). +- um/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- sparc/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- sh/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- mips/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- m68k/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- loongarch/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- ia64/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- ARM: cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- x86/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- init: Provide arch_cpu_finalize_init() (bsc#1012628). +- commit 5b9ad20 + +------------------------------------------------------------------- +Mon Aug 7 16:04:08 CEST 2023 - tiwai@suse.de + +- tpm/tpm_tis: Disable interrupts for Lenovo Thinkpad E14 Gen + 2 and 13s-IML (bsc#1213779). +- commit c4adffc + +------------------------------------------------------------------- +Mon Aug 7 12:14:04 CEST 2023 - tiwai@suse.de + +- drm/amd/display: Fix a regression on Polaris cards + (bsc#1212874). +- commit 9764e05 + ------------------------------------------------------------------- Mon Aug 7 11:33:27 CEST 2023 - jslaby@suse.cz @@ -7,14 +79,6 @@ Mon Aug 7 11:33:27 CEST 2023 - jslaby@suse.cz automatically in MyBS.pm. So drop all of them instead of duplicating. - commit 294d541 -------------------------------------------------------------------- -Fri Aug 4 12:32:49 CEST 2023 - jslaby@suse.cz - -- scripts/lib/SUSE/MyBS.pm: avoid i586 from factory also under openSUSE.org - When one uses openSUSE.org: prefix as an IBS project, exclude - openSUSE:Factory's i586 too. (And use LEGACYX86 instead.) -- commit fef5d5e - ------------------------------------------------------------------- Fri Aug 4 08:10:07 CEST 2023 - jslaby@suse.cz diff --git a/kernel-source.spec b/kernel-source.spec index bf356d43..8ecf0732 100644 --- a/kernel-source.spec +++ b/kernel-source.spec @@ -17,7 +17,7 @@ %define srcversion 6.4 -%define patchversion 6.4.8 +%define patchversion 6.4.9 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -30,9 +30,9 @@ %endif Name: kernel-source -Version: 6.4.8 +Version: 6.4.9 %if 0%{?is_kotd} -Release: .g294d541 +Release: .g5b9ad20 %else Release: 0 %endif @@ -49,7 +49,7 @@ BuildRequires: fdupes BuildRequires: sed Requires(post): coreutils sed Provides: %name = %version-%source_rel -Provides: %name-srchash-294d54140dd0366975631f8da2b40d729c3d62eb +Provides: %name-srchash-5b9ad204d9b588ce9f24cf685a1bb1e46b48ac2b Provides: linux Provides: multiversion(kernel) Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz diff --git a/kernel-syms.changes b/kernel-syms.changes index b72f44f0..db761277 100644 --- a/kernel-syms.changes +++ b/kernel-syms.changes @@ -1,3 +1,75 @@ +------------------------------------------------------------------- +Wed Aug 9 07:07:40 CEST 2023 - jslaby@suse.cz + +- Linux 6.4.9 (bsc#1012628). +- Update config files. + Set: + * CONFIG_GDS_FORCE_MITIGATION=n + * CONFIG_CPU_SRSO=y + as per default. +- x86: fix backwards merge of GDS/SRSO bit (bsc#1012628). +- xen/netback: Fix buffer overrun triggered by unusual packet + (bsc#1012628). +- x86/srso: Tie SBPB bit setting to microcode patch detection + (bsc#1012628). +- x86/srso: Add a forgotten NOENDBR annotation (bsc#1012628). +- x86/srso: Fix return thunks in generated code (bsc#1012628). +- x86/srso: Add IBPB on VMEXIT (bsc#1012628). +- x86/srso: Add IBPB (bsc#1012628). +- x86/srso: Add SRSO_NO support (bsc#1012628). +- x86/srso: Add IBPB_BRTYPE support (bsc#1012628). +- x86/srso: Add a Speculative RAS Overflow mitigation (bsc#1012628 + bsc#1213287 CVE-2023-20569). +- x86/bugs: Increase the x86 bugs vector size to two u32s + (bsc#1012628). +- Documentation/x86: Fix backwards on/off logic about YMM support + (bsc#1012628). +- x86/xen: Fix secondary processors' FPU initialization + (bsc#1012628). +- x86/mem_encrypt: Unbreak the AMD_MEM_ENCRYPT=n build + (bsc#1012628). +- KVM: Add GDS_NO support to KVM (bsc#1012628). +- x86/speculation: Add Kconfig option for GDS (bsc#1012628). +- x86/speculation: Add force option to GDS mitigation + (bsc#1012628). +- x86/speculation: Add Gather Data Sampling mitigation + (bsc#1012628 bsc#1206418 CVE-2022-40982). +- x86/fpu: Move FPU initialization into arch_cpu_finalize_init() + (bsc#1012628). +- x86/fpu: Mark init functions __init (bsc#1012628). +- x86/fpu: Remove cpuinfo argument from init functions + (bsc#1012628). +- x86/init: Initialize signal frame size late (bsc#1012628). +- init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init() + (bsc#1012628). +- init: Invoke arch_cpu_finalize_init() earlier (bsc#1012628). +- init: Remove check_bugs() leftovers (bsc#1012628). +- um/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- sparc/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- sh/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- mips/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- m68k/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- loongarch/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- ia64/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- ARM: cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- x86/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- init: Provide arch_cpu_finalize_init() (bsc#1012628). +- commit 5b9ad20 + +------------------------------------------------------------------- +Mon Aug 7 16:04:08 CEST 2023 - tiwai@suse.de + +- tpm/tpm_tis: Disable interrupts for Lenovo Thinkpad E14 Gen + 2 and 13s-IML (bsc#1213779). +- commit c4adffc + +------------------------------------------------------------------- +Mon Aug 7 12:14:04 CEST 2023 - tiwai@suse.de + +- drm/amd/display: Fix a regression on Polaris cards + (bsc#1212874). +- commit 9764e05 + ------------------------------------------------------------------- Mon Aug 7 11:33:27 CEST 2023 - jslaby@suse.cz @@ -7,14 +79,6 @@ Mon Aug 7 11:33:27 CEST 2023 - jslaby@suse.cz automatically in MyBS.pm. So drop all of them instead of duplicating. - commit 294d541 -------------------------------------------------------------------- -Fri Aug 4 12:32:49 CEST 2023 - jslaby@suse.cz - -- scripts/lib/SUSE/MyBS.pm: avoid i586 from factory also under openSUSE.org - When one uses openSUSE.org: prefix as an IBS project, exclude - openSUSE:Factory's i586 too. (And use LEGACYX86 instead.) -- commit fef5d5e - ------------------------------------------------------------------- Fri Aug 4 08:10:07 CEST 2023 - jslaby@suse.cz diff --git a/kernel-syms.spec b/kernel-syms.spec index f5a4f7de..384207f7 100644 --- a/kernel-syms.spec +++ b/kernel-syms.spec @@ -24,10 +24,10 @@ Name: kernel-syms Summary: Kernel Symbol Versions (modversions) License: GPL-2.0-only Group: Development/Sources -Version: 6.4.8 +Version: 6.4.9 %if %using_buildservice %if 0%{?is_kotd} -Release: .g294d541 +Release: .g5b9ad20 %else Release: 0 %endif @@ -52,7 +52,7 @@ Requires: kernel-pae-devel = %version-%source_rel %endif Requires: pesign-obs-integration Provides: %name = %version-%source_rel -Provides: %name-srchash-294d54140dd0366975631f8da2b40d729c3d62eb +Provides: %name-srchash-5b9ad204d9b588ce9f24cf685a1bb1e46b48ac2b Provides: multiversion(kernel) Source: README.KSYMS Requires: kernel-devel%variant = %version-%source_rel diff --git a/kernel-vanilla.changes b/kernel-vanilla.changes index b72f44f0..db761277 100644 --- a/kernel-vanilla.changes +++ b/kernel-vanilla.changes @@ -1,3 +1,75 @@ +------------------------------------------------------------------- +Wed Aug 9 07:07:40 CEST 2023 - jslaby@suse.cz + +- Linux 6.4.9 (bsc#1012628). +- Update config files. + Set: + * CONFIG_GDS_FORCE_MITIGATION=n + * CONFIG_CPU_SRSO=y + as per default. +- x86: fix backwards merge of GDS/SRSO bit (bsc#1012628). +- xen/netback: Fix buffer overrun triggered by unusual packet + (bsc#1012628). +- x86/srso: Tie SBPB bit setting to microcode patch detection + (bsc#1012628). +- x86/srso: Add a forgotten NOENDBR annotation (bsc#1012628). +- x86/srso: Fix return thunks in generated code (bsc#1012628). +- x86/srso: Add IBPB on VMEXIT (bsc#1012628). +- x86/srso: Add IBPB (bsc#1012628). +- x86/srso: Add SRSO_NO support (bsc#1012628). +- x86/srso: Add IBPB_BRTYPE support (bsc#1012628). +- x86/srso: Add a Speculative RAS Overflow mitigation (bsc#1012628 + bsc#1213287 CVE-2023-20569). +- x86/bugs: Increase the x86 bugs vector size to two u32s + (bsc#1012628). +- Documentation/x86: Fix backwards on/off logic about YMM support + (bsc#1012628). +- x86/xen: Fix secondary processors' FPU initialization + (bsc#1012628). +- x86/mem_encrypt: Unbreak the AMD_MEM_ENCRYPT=n build + (bsc#1012628). +- KVM: Add GDS_NO support to KVM (bsc#1012628). +- x86/speculation: Add Kconfig option for GDS (bsc#1012628). +- x86/speculation: Add force option to GDS mitigation + (bsc#1012628). +- x86/speculation: Add Gather Data Sampling mitigation + (bsc#1012628 bsc#1206418 CVE-2022-40982). +- x86/fpu: Move FPU initialization into arch_cpu_finalize_init() + (bsc#1012628). +- x86/fpu: Mark init functions __init (bsc#1012628). +- x86/fpu: Remove cpuinfo argument from init functions + (bsc#1012628). +- x86/init: Initialize signal frame size late (bsc#1012628). +- init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init() + (bsc#1012628). +- init: Invoke arch_cpu_finalize_init() earlier (bsc#1012628). +- init: Remove check_bugs() leftovers (bsc#1012628). +- um/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- sparc/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- sh/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- mips/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- m68k/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- loongarch/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- ia64/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- ARM: cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- x86/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- init: Provide arch_cpu_finalize_init() (bsc#1012628). +- commit 5b9ad20 + +------------------------------------------------------------------- +Mon Aug 7 16:04:08 CEST 2023 - tiwai@suse.de + +- tpm/tpm_tis: Disable interrupts for Lenovo Thinkpad E14 Gen + 2 and 13s-IML (bsc#1213779). +- commit c4adffc + +------------------------------------------------------------------- +Mon Aug 7 12:14:04 CEST 2023 - tiwai@suse.de + +- drm/amd/display: Fix a regression on Polaris cards + (bsc#1212874). +- commit 9764e05 + ------------------------------------------------------------------- Mon Aug 7 11:33:27 CEST 2023 - jslaby@suse.cz @@ -7,14 +79,6 @@ Mon Aug 7 11:33:27 CEST 2023 - jslaby@suse.cz automatically in MyBS.pm. So drop all of them instead of duplicating. - commit 294d541 -------------------------------------------------------------------- -Fri Aug 4 12:32:49 CEST 2023 - jslaby@suse.cz - -- scripts/lib/SUSE/MyBS.pm: avoid i586 from factory also under openSUSE.org - When one uses openSUSE.org: prefix as an IBS project, exclude - openSUSE:Factory's i586 too. (And use LEGACYX86 instead.) -- commit fef5d5e - ------------------------------------------------------------------- Fri Aug 4 08:10:07 CEST 2023 - jslaby@suse.cz diff --git a/kernel-vanilla.spec b/kernel-vanilla.spec index fd66cbf8..89af5b7c 100644 --- a/kernel-vanilla.spec +++ b/kernel-vanilla.spec @@ -18,7 +18,7 @@ %define srcversion 6.4 -%define patchversion 6.4.8 +%define patchversion 6.4.9 %define variant %{nil} %define compress_modules zstd %define compress_vmlinux xz @@ -112,9 +112,9 @@ Name: kernel-vanilla Summary: The Standard Kernel - without any SUSE patches License: GPL-2.0-only Group: System/Kernel -Version: 6.4.8 +Version: 6.4.9 %if 0%{?is_kotd} -Release: .g294d541 +Release: .g5b9ad20 %else Release: 0 %endif @@ -242,10 +242,10 @@ Obsoletes: microcode_ctl < 1.18 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-294d54140dd0366975631f8da2b40d729c3d62eb -Provides: kernel-srchash-294d54140dd0366975631f8da2b40d729c3d62eb +Provides: kernel-%build_flavor-base-srchash-5b9ad204d9b588ce9f24cf685a1bb1e46b48ac2b +Provides: kernel-srchash-5b9ad204d9b588ce9f24cf685a1bb1e46b48ac2b # END COMMON DEPS -Provides: %name-srchash-294d54140dd0366975631f8da2b40d729c3d62eb +Provides: %name-srchash-5b9ad204d9b588ce9f24cf685a1bb1e46b48ac2b %obsolete_rebuilds %name Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz Source3: kernel-source.rpmlintrc @@ -1340,8 +1340,8 @@ Obsoletes: microcode_ctl < 1.18 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-294d54140dd0366975631f8da2b40d729c3d62eb -Provides: kernel-srchash-294d54140dd0366975631f8da2b40d729c3d62eb +Provides: kernel-%build_flavor-base-srchash-5b9ad204d9b588ce9f24cf685a1bb1e46b48ac2b +Provides: kernel-srchash-5b9ad204d9b588ce9f24cf685a1bb1e46b48ac2b %obsolete_rebuilds %name-base %ifarch %ix86 diff --git a/kernel-zfcpdump.changes b/kernel-zfcpdump.changes index b72f44f0..db761277 100644 --- a/kernel-zfcpdump.changes +++ b/kernel-zfcpdump.changes @@ -1,3 +1,75 @@ +------------------------------------------------------------------- +Wed Aug 9 07:07:40 CEST 2023 - jslaby@suse.cz + +- Linux 6.4.9 (bsc#1012628). +- Update config files. + Set: + * CONFIG_GDS_FORCE_MITIGATION=n + * CONFIG_CPU_SRSO=y + as per default. +- x86: fix backwards merge of GDS/SRSO bit (bsc#1012628). +- xen/netback: Fix buffer overrun triggered by unusual packet + (bsc#1012628). +- x86/srso: Tie SBPB bit setting to microcode patch detection + (bsc#1012628). +- x86/srso: Add a forgotten NOENDBR annotation (bsc#1012628). +- x86/srso: Fix return thunks in generated code (bsc#1012628). +- x86/srso: Add IBPB on VMEXIT (bsc#1012628). +- x86/srso: Add IBPB (bsc#1012628). +- x86/srso: Add SRSO_NO support (bsc#1012628). +- x86/srso: Add IBPB_BRTYPE support (bsc#1012628). +- x86/srso: Add a Speculative RAS Overflow mitigation (bsc#1012628 + bsc#1213287 CVE-2023-20569). +- x86/bugs: Increase the x86 bugs vector size to two u32s + (bsc#1012628). +- Documentation/x86: Fix backwards on/off logic about YMM support + (bsc#1012628). +- x86/xen: Fix secondary processors' FPU initialization + (bsc#1012628). +- x86/mem_encrypt: Unbreak the AMD_MEM_ENCRYPT=n build + (bsc#1012628). +- KVM: Add GDS_NO support to KVM (bsc#1012628). +- x86/speculation: Add Kconfig option for GDS (bsc#1012628). +- x86/speculation: Add force option to GDS mitigation + (bsc#1012628). +- x86/speculation: Add Gather Data Sampling mitigation + (bsc#1012628 bsc#1206418 CVE-2022-40982). +- x86/fpu: Move FPU initialization into arch_cpu_finalize_init() + (bsc#1012628). +- x86/fpu: Mark init functions __init (bsc#1012628). +- x86/fpu: Remove cpuinfo argument from init functions + (bsc#1012628). +- x86/init: Initialize signal frame size late (bsc#1012628). +- init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init() + (bsc#1012628). +- init: Invoke arch_cpu_finalize_init() earlier (bsc#1012628). +- init: Remove check_bugs() leftovers (bsc#1012628). +- um/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- sparc/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- sh/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- mips/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- m68k/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- loongarch/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- ia64/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- ARM: cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- x86/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- init: Provide arch_cpu_finalize_init() (bsc#1012628). +- commit 5b9ad20 + +------------------------------------------------------------------- +Mon Aug 7 16:04:08 CEST 2023 - tiwai@suse.de + +- tpm/tpm_tis: Disable interrupts for Lenovo Thinkpad E14 Gen + 2 and 13s-IML (bsc#1213779). +- commit c4adffc + +------------------------------------------------------------------- +Mon Aug 7 12:14:04 CEST 2023 - tiwai@suse.de + +- drm/amd/display: Fix a regression on Polaris cards + (bsc#1212874). +- commit 9764e05 + ------------------------------------------------------------------- Mon Aug 7 11:33:27 CEST 2023 - jslaby@suse.cz @@ -7,14 +79,6 @@ Mon Aug 7 11:33:27 CEST 2023 - jslaby@suse.cz automatically in MyBS.pm. So drop all of them instead of duplicating. - commit 294d541 -------------------------------------------------------------------- -Fri Aug 4 12:32:49 CEST 2023 - jslaby@suse.cz - -- scripts/lib/SUSE/MyBS.pm: avoid i586 from factory also under openSUSE.org - When one uses openSUSE.org: prefix as an IBS project, exclude - openSUSE:Factory's i586 too. (And use LEGACYX86 instead.) -- commit fef5d5e - ------------------------------------------------------------------- Fri Aug 4 08:10:07 CEST 2023 - jslaby@suse.cz diff --git a/kernel-zfcpdump.spec b/kernel-zfcpdump.spec index 6ed380a2..4aebac0b 100644 --- a/kernel-zfcpdump.spec +++ b/kernel-zfcpdump.spec @@ -18,7 +18,7 @@ %define srcversion 6.4 -%define patchversion 6.4.8 +%define patchversion 6.4.9 %define variant %{nil} %define compress_modules zstd %define compress_vmlinux xz @@ -112,9 +112,9 @@ Name: kernel-zfcpdump Summary: The IBM System Z zfcpdump Kernel License: GPL-2.0-only Group: System/Kernel -Version: 6.4.8 +Version: 6.4.9 %if 0%{?is_kotd} -Release: .g294d541 +Release: .g5b9ad20 %else Release: 0 %endif @@ -242,10 +242,10 @@ Obsoletes: microcode_ctl < 1.18 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-294d54140dd0366975631f8da2b40d729c3d62eb -Provides: kernel-srchash-294d54140dd0366975631f8da2b40d729c3d62eb +Provides: kernel-%build_flavor-base-srchash-5b9ad204d9b588ce9f24cf685a1bb1e46b48ac2b +Provides: kernel-srchash-5b9ad204d9b588ce9f24cf685a1bb1e46b48ac2b # END COMMON DEPS -Provides: %name-srchash-294d54140dd0366975631f8da2b40d729c3d62eb +Provides: %name-srchash-5b9ad204d9b588ce9f24cf685a1bb1e46b48ac2b %obsolete_rebuilds %name Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz Source3: kernel-source.rpmlintrc @@ -1343,8 +1343,8 @@ Obsoletes: microcode_ctl < 1.18 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-294d54140dd0366975631f8da2b40d729c3d62eb -Provides: kernel-srchash-294d54140dd0366975631f8da2b40d729c3d62eb +Provides: kernel-%build_flavor-base-srchash-5b9ad204d9b588ce9f24cf685a1bb1e46b48ac2b +Provides: kernel-srchash-5b9ad204d9b588ce9f24cf685a1bb1e46b48ac2b %obsolete_rebuilds %name-base %ifarch %ix86 diff --git a/patches.kernel.org.tar.bz2 b/patches.kernel.org.tar.bz2 index a80c5d20..ffd432cb 100644 --- a/patches.kernel.org.tar.bz2 +++ b/patches.kernel.org.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7af2c31f88088a91ffce210557bfc21af33251a7262ce410e6f45a60da1dd9fc -size 1295844 +oid sha256:582b8d35c1391cee157fb154fb6d1d9de69e3b71c132cef68cf41e56c050870c +size 1326100 diff --git a/patches.suse.tar.bz2 b/patches.suse.tar.bz2 index adbd6e11..3b1e8752 100644 --- a/patches.suse.tar.bz2 +++ b/patches.suse.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:be5d81abe37f11dcbf67c172c611c23062817bd9c041d0f8450038cac8581bc1 -size 50904 +oid sha256:817e349c0677b58b17e271235537232a2b06a162047c8fc919e08ee2bcd655aa +size 51726 diff --git a/series.conf b/series.conf index ebe78c1f..7a94221c 100644 --- a/series.conf +++ b/series.conf @@ -1643,6 +1643,42 @@ patches.kernel.org/6.4.8-234-dma-buf-keep-the-signaling-time-of-merged-fence.patch patches.kernel.org/6.4.8-235-dma-buf-fix-an-error-pointer-vs-NULL-bug.patch patches.kernel.org/6.4.8-236-Linux-6.4.8.patch + patches.kernel.org/6.4.9-001-init-Provide-arch_cpu_finalize_init.patch + patches.kernel.org/6.4.9-002-x86-cpu-Switch-to-arch_cpu_finalize_init.patch + patches.kernel.org/6.4.9-003-ARM-cpu-Switch-to-arch_cpu_finalize_init.patch + patches.kernel.org/6.4.9-004-ia64-cpu-Switch-to-arch_cpu_finalize_init.patch + patches.kernel.org/6.4.9-005-loongarch-cpu-Switch-to-arch_cpu_finalize_init.patch + patches.kernel.org/6.4.9-006-m68k-cpu-Switch-to-arch_cpu_finalize_init.patch + patches.kernel.org/6.4.9-007-mips-cpu-Switch-to-arch_cpu_finalize_init.patch + patches.kernel.org/6.4.9-008-sh-cpu-Switch-to-arch_cpu_finalize_init.patch + patches.kernel.org/6.4.9-009-sparc-cpu-Switch-to-arch_cpu_finalize_init.patch + patches.kernel.org/6.4.9-010-um-cpu-Switch-to-arch_cpu_finalize_init.patch + patches.kernel.org/6.4.9-011-init-Remove-check_bugs-leftovers.patch + patches.kernel.org/6.4.9-012-init-Invoke-arch_cpu_finalize_init-earlier.patch + patches.kernel.org/6.4.9-013-init-x86-Move-mem_encrypt_init-into-arch_cpu_fi.patch + patches.kernel.org/6.4.9-014-x86-init-Initialize-signal-frame-size-late.patch + patches.kernel.org/6.4.9-015-x86-fpu-Remove-cpuinfo-argument-from-init-funct.patch + patches.kernel.org/6.4.9-016-x86-fpu-Mark-init-functions-__init.patch + patches.kernel.org/6.4.9-017-x86-fpu-Move-FPU-initialization-into-arch_cpu_f.patch + patches.kernel.org/6.4.9-018-x86-speculation-Add-Gather-Data-Sampling-mitiga.patch + patches.kernel.org/6.4.9-019-x86-speculation-Add-force-option-to-GDS-mitigat.patch + patches.kernel.org/6.4.9-020-x86-speculation-Add-Kconfig-option-for-GDS.patch + patches.kernel.org/6.4.9-021-KVM-Add-GDS_NO-support-to-KVM.patch + patches.kernel.org/6.4.9-022-x86-mem_encrypt-Unbreak-the-AMD_MEM_ENCRYPT-n-b.patch + patches.kernel.org/6.4.9-023-x86-xen-Fix-secondary-processors-FPU-initializa.patch + patches.kernel.org/6.4.9-024-Documentation-x86-Fix-backwards-on-off-logic-ab.patch + patches.kernel.org/6.4.9-025-x86-bugs-Increase-the-x86-bugs-vector-size-to-t.patch + patches.kernel.org/6.4.9-026-x86-srso-Add-a-Speculative-RAS-Overflow-mitigat.patch + patches.kernel.org/6.4.9-027-x86-srso-Add-IBPB_BRTYPE-support.patch + patches.kernel.org/6.4.9-028-x86-srso-Add-SRSO_NO-support.patch + patches.kernel.org/6.4.9-029-x86-srso-Add-IBPB.patch + patches.kernel.org/6.4.9-030-x86-srso-Add-IBPB-on-VMEXIT.patch + patches.kernel.org/6.4.9-031-x86-srso-Fix-return-thunks-in-generated-code.patch + patches.kernel.org/6.4.9-032-x86-srso-Add-a-forgotten-NOENDBR-annotation.patch + patches.kernel.org/6.4.9-033-x86-srso-Tie-SBPB-bit-setting-to-microcode-patc.patch + patches.kernel.org/6.4.9-034-xen-netback-Fix-buffer-overrun-triggered-by-unu.patch + patches.kernel.org/6.4.9-035-x86-fix-backwards-merge-of-GDS-SRSO-bit.patch + patches.kernel.org/6.4.9-036-Linux-6.4.9.patch ######################################################## # Build fixes that apply to the vanilla kernel too. @@ -1795,6 +1831,7 @@ patches.suse/Add-parameter-to-disable-simple-framebuffer-devices.patch patches.suse/0001-bsc-1204315-Disable-sysfb-before-creating-simple-fra.patch patches.suse/Revert-drm-edid-Fix-csync-detailed-mode-parsing.patch + patches.suse/drm-amd-display-Fix-a-regression-on-Polaris-cards.patch ######################################################## # Storage @@ -1832,6 +1869,7 @@ # Other drivers ######################################################## patches.suse/tpm-tpm_tis-Disable-interrupts-for-TUXEDO-InfinityBo.patch + patches.suse/tpm-tpm_tis-Disable-interrupts-for-Lenovo-Thinkpad-E.patch patches.suse/ASoC-SOF-intel-hda-Clean-up-link-DMA-for-IPC3-during.patch ######################################################## diff --git a/source-timestamp b/source-timestamp index 52a1e740..cae2006c 100644 --- a/source-timestamp +++ b/source-timestamp @@ -1,3 +1,3 @@ -2023-08-07 09:33:27 +0000 -GIT Revision: 294d54140dd0366975631f8da2b40d729c3d62eb +2023-08-09 05:07:55 +0000 +GIT Revision: 5b9ad204d9b588ce9f24cf685a1bb1e46b48ac2b GIT Branch: stable