commit c181e325a4942bc24bd809babbde2e559adf0b18

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=2010
This commit is contained in:
Kernel Bugs 2023-09-05 08:13:26 +00:00 committed by Git OBS Bridge
parent 4ca11c960e
commit 5a82680563
39 changed files with 708 additions and 106 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:af60ace6f70689059a01579ab4e07f5423e28f33cc02efb7e6d741f5b4c6e6ad
size 298385
oid sha256:f30580e9c46c0c663d39e71b096fcf77f43d0a8056682e726b9c1a6f3588b11c
size 298138

View File

@ -1,3 +1,38 @@
-------------------------------------------------------------------
Mon Sep 4 08:36:45 CEST 2023 - jslaby@suse.cz
- Linux 6.5.1 (bsc#1012628).
- ACPI: thermal: Drop nocrt parameter (bsc#1012628).
- module: Expose module_init_layout_section() (bsc#1012628).
- arm64: module: Use module_init_layout_section() to spot init
sections (bsc#1012628).
- ARM: module: Use module_init_layout_section() to spot init
sections (bsc#1012628).
- module/decompress: use vmalloc() for zstd decompression
workspace (bsc#1012628).
- lockdep: fix static memory detection even more (bsc#1012628).
- kallsyms: Fix kallsyms_selftest failure (bsc#1012628).
- commit d232ff6
-------------------------------------------------------------------
Thu Aug 31 11:34:10 CEST 2023 - tiwai@suse.de
- firmware: qemu_fw_cfg: Do not hard depend on
CONFIG_HAS_IOPORT_MAP (bsc#1214773).
- Update config files: enable CONFIG_FW_CFG_SYSFS for armv7hl
- commit b5edcad
-------------------------------------------------------------------
Thu Aug 31 09:30:04 CEST 2023 - mkubecek@suse.cz
- series.conf: cleanup
- update upstream reference and move into sorted section
- patches.suse/pinctrl-amd-Don-t-show-Invalid-config-param-errors.patch
- update upstream references and resort
- patches.suse/wifi-rtw89-Fix-loading-of-compressed-firmware.patch
- patches.suse/wifi-rtw88-usb-kill-and-free-rx-urbs-on-probe-failure.patch
- commit de97d09
-------------------------------------------------------------------
Wed Aug 30 10:43:48 CEST 2023 - jslaby@suse.cz

View File

@ -17,7 +17,7 @@
%define srcversion 6.5
%define patchversion 6.5.0
%define patchversion 6.5.1
%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.5.0
Version: 6.5.1
%if 0%{?is_kotd}
Release: <RELEASE>.g0955fc7
Release: <RELEASE>.gc181e32
%else
Release: 0
%endif

View File

@ -1,3 +1,38 @@
-------------------------------------------------------------------
Mon Sep 4 08:36:45 CEST 2023 - jslaby@suse.cz
- Linux 6.5.1 (bsc#1012628).
- ACPI: thermal: Drop nocrt parameter (bsc#1012628).
- module: Expose module_init_layout_section() (bsc#1012628).
- arm64: module: Use module_init_layout_section() to spot init
sections (bsc#1012628).
- ARM: module: Use module_init_layout_section() to spot init
sections (bsc#1012628).
- module/decompress: use vmalloc() for zstd decompression
workspace (bsc#1012628).
- lockdep: fix static memory detection even more (bsc#1012628).
- kallsyms: Fix kallsyms_selftest failure (bsc#1012628).
- commit d232ff6
-------------------------------------------------------------------
Thu Aug 31 11:34:10 CEST 2023 - tiwai@suse.de
- firmware: qemu_fw_cfg: Do not hard depend on
CONFIG_HAS_IOPORT_MAP (bsc#1214773).
- Update config files: enable CONFIG_FW_CFG_SYSFS for armv7hl
- commit b5edcad
-------------------------------------------------------------------
Thu Aug 31 09:30:04 CEST 2023 - mkubecek@suse.cz
- series.conf: cleanup
- update upstream reference and move into sorted section
- patches.suse/pinctrl-amd-Don-t-show-Invalid-config-param-errors.patch
- update upstream references and resort
- patches.suse/wifi-rtw89-Fix-loading-of-compressed-firmware.patch
- patches.suse/wifi-rtw88-usb-kill-and-free-rx-urbs-on-probe-failure.patch
- commit de97d09
-------------------------------------------------------------------
Wed Aug 30 10:43:48 CEST 2023 - jslaby@suse.cz

View File

@ -17,7 +17,7 @@
%define srcversion 6.5
%define patchversion 6.5.0
%define patchversion 6.5.1
%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.5.0
Version: 6.5.1
%if 0%{?is_kotd}
Release: <RELEASE>.g0955fc7
Release: <RELEASE>.gc181e32
%else
Release: 0
%endif

View File

@ -1,3 +1,38 @@
-------------------------------------------------------------------
Mon Sep 4 08:36:45 CEST 2023 - jslaby@suse.cz
- Linux 6.5.1 (bsc#1012628).
- ACPI: thermal: Drop nocrt parameter (bsc#1012628).
- module: Expose module_init_layout_section() (bsc#1012628).
- arm64: module: Use module_init_layout_section() to spot init
sections (bsc#1012628).
- ARM: module: Use module_init_layout_section() to spot init
sections (bsc#1012628).
- module/decompress: use vmalloc() for zstd decompression
workspace (bsc#1012628).
- lockdep: fix static memory detection even more (bsc#1012628).
- kallsyms: Fix kallsyms_selftest failure (bsc#1012628).
- commit d232ff6
-------------------------------------------------------------------
Thu Aug 31 11:34:10 CEST 2023 - tiwai@suse.de
- firmware: qemu_fw_cfg: Do not hard depend on
CONFIG_HAS_IOPORT_MAP (bsc#1214773).
- Update config files: enable CONFIG_FW_CFG_SYSFS for armv7hl
- commit b5edcad
-------------------------------------------------------------------
Thu Aug 31 09:30:04 CEST 2023 - mkubecek@suse.cz
- series.conf: cleanup
- update upstream reference and move into sorted section
- patches.suse/pinctrl-amd-Don-t-show-Invalid-config-param-errors.patch
- update upstream references and resort
- patches.suse/wifi-rtw89-Fix-loading-of-compressed-firmware.patch
- patches.suse/wifi-rtw88-usb-kill-and-free-rx-urbs-on-probe-failure.patch
- commit de97d09
-------------------------------------------------------------------
Wed Aug 30 10:43:48 CEST 2023 - jslaby@suse.cz

View File

@ -17,7 +17,7 @@
%define srcversion 6.5
%define patchversion 6.5.0
%define patchversion 6.5.1
%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.5.0
Version: 6.5.1
%if 0%{?is_kotd}
Release: <RELEASE>.g0955fc7
Release: <RELEASE>.gc181e32
%else
Release: 0
%endif

View File

@ -1,3 +1,38 @@
-------------------------------------------------------------------
Mon Sep 4 08:36:45 CEST 2023 - jslaby@suse.cz
- Linux 6.5.1 (bsc#1012628).
- ACPI: thermal: Drop nocrt parameter (bsc#1012628).
- module: Expose module_init_layout_section() (bsc#1012628).
- arm64: module: Use module_init_layout_section() to spot init
sections (bsc#1012628).
- ARM: module: Use module_init_layout_section() to spot init
sections (bsc#1012628).
- module/decompress: use vmalloc() for zstd decompression
workspace (bsc#1012628).
- lockdep: fix static memory detection even more (bsc#1012628).
- kallsyms: Fix kallsyms_selftest failure (bsc#1012628).
- commit d232ff6
-------------------------------------------------------------------
Thu Aug 31 11:34:10 CEST 2023 - tiwai@suse.de
- firmware: qemu_fw_cfg: Do not hard depend on
CONFIG_HAS_IOPORT_MAP (bsc#1214773).
- Update config files: enable CONFIG_FW_CFG_SYSFS for armv7hl
- commit b5edcad
-------------------------------------------------------------------
Thu Aug 31 09:30:04 CEST 2023 - mkubecek@suse.cz
- series.conf: cleanup
- update upstream reference and move into sorted section
- patches.suse/pinctrl-amd-Don-t-show-Invalid-config-param-errors.patch
- update upstream references and resort
- patches.suse/wifi-rtw89-Fix-loading-of-compressed-firmware.patch
- patches.suse/wifi-rtw88-usb-kill-and-free-rx-urbs-on-probe-failure.patch
- commit de97d09
-------------------------------------------------------------------
Wed Aug 30 10:43:48 CEST 2023 - jslaby@suse.cz

View File

@ -17,7 +17,7 @@
%define srcversion 6.5
%define patchversion 6.5.0
%define patchversion 6.5.1
%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.5.0
Version: 6.5.1
%if 0%{?is_kotd}
Release: <RELEASE>.g0955fc7
Release: <RELEASE>.gc181e32
%else
Release: 0
%endif

View File

@ -1,3 +1,38 @@
-------------------------------------------------------------------
Mon Sep 4 08:36:45 CEST 2023 - jslaby@suse.cz
- Linux 6.5.1 (bsc#1012628).
- ACPI: thermal: Drop nocrt parameter (bsc#1012628).
- module: Expose module_init_layout_section() (bsc#1012628).
- arm64: module: Use module_init_layout_section() to spot init
sections (bsc#1012628).
- ARM: module: Use module_init_layout_section() to spot init
sections (bsc#1012628).
- module/decompress: use vmalloc() for zstd decompression
workspace (bsc#1012628).
- lockdep: fix static memory detection even more (bsc#1012628).
- kallsyms: Fix kallsyms_selftest failure (bsc#1012628).
- commit d232ff6
-------------------------------------------------------------------
Thu Aug 31 11:34:10 CEST 2023 - tiwai@suse.de
- firmware: qemu_fw_cfg: Do not hard depend on
CONFIG_HAS_IOPORT_MAP (bsc#1214773).
- Update config files: enable CONFIG_FW_CFG_SYSFS for armv7hl
- commit b5edcad
-------------------------------------------------------------------
Thu Aug 31 09:30:04 CEST 2023 - mkubecek@suse.cz
- series.conf: cleanup
- update upstream reference and move into sorted section
- patches.suse/pinctrl-amd-Don-t-show-Invalid-config-param-errors.patch
- update upstream references and resort
- patches.suse/wifi-rtw89-Fix-loading-of-compressed-firmware.patch
- patches.suse/wifi-rtw88-usb-kill-and-free-rx-urbs-on-probe-failure.patch
- commit de97d09
-------------------------------------------------------------------
Wed Aug 30 10:43:48 CEST 2023 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
%define srcversion 6.5
%define patchversion 6.5.0
%define patchversion 6.5.1
%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.5.0
Version: 6.5.1
%if 0%{?is_kotd}
Release: <RELEASE>.g0955fc7
Release: <RELEASE>.gc181e32
%else
Release: 0
%endif
@ -237,10 +237,10 @@ Obsoletes: microcode_ctl < 1.18
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-0955fc7006c076198062e63e5848e69920dff929
Provides: kernel-srchash-0955fc7006c076198062e63e5848e69920dff929
Provides: kernel-%build_flavor-base-srchash-c181e325a4942bc24bd809babbde2e559adf0b18
Provides: kernel-srchash-c181e325a4942bc24bd809babbde2e559adf0b18
# END COMMON DEPS
Provides: %name-srchash-0955fc7006c076198062e63e5848e69920dff929
Provides: %name-srchash-c181e325a4942bc24bd809babbde2e559adf0b18
%obsolete_rebuilds %name
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
Source3: kernel-source.rpmlintrc
@ -1302,8 +1302,8 @@ Obsoletes: microcode_ctl < 1.18
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-0955fc7006c076198062e63e5848e69920dff929
Provides: kernel-srchash-0955fc7006c076198062e63e5848e69920dff929
Provides: kernel-%build_flavor-base-srchash-c181e325a4942bc24bd809babbde2e559adf0b18
Provides: kernel-srchash-c181e325a4942bc24bd809babbde2e559adf0b18
%obsolete_rebuilds %name-base
%ifarch %ix86

View File

@ -1,3 +1,38 @@
-------------------------------------------------------------------
Mon Sep 4 08:36:45 CEST 2023 - jslaby@suse.cz
- Linux 6.5.1 (bsc#1012628).
- ACPI: thermal: Drop nocrt parameter (bsc#1012628).
- module: Expose module_init_layout_section() (bsc#1012628).
- arm64: module: Use module_init_layout_section() to spot init
sections (bsc#1012628).
- ARM: module: Use module_init_layout_section() to spot init
sections (bsc#1012628).
- module/decompress: use vmalloc() for zstd decompression
workspace (bsc#1012628).
- lockdep: fix static memory detection even more (bsc#1012628).
- kallsyms: Fix kallsyms_selftest failure (bsc#1012628).
- commit d232ff6
-------------------------------------------------------------------
Thu Aug 31 11:34:10 CEST 2023 - tiwai@suse.de
- firmware: qemu_fw_cfg: Do not hard depend on
CONFIG_HAS_IOPORT_MAP (bsc#1214773).
- Update config files: enable CONFIG_FW_CFG_SYSFS for armv7hl
- commit b5edcad
-------------------------------------------------------------------
Thu Aug 31 09:30:04 CEST 2023 - mkubecek@suse.cz
- series.conf: cleanup
- update upstream reference and move into sorted section
- patches.suse/pinctrl-amd-Don-t-show-Invalid-config-param-errors.patch
- update upstream references and resort
- patches.suse/wifi-rtw89-Fix-loading-of-compressed-firmware.patch
- patches.suse/wifi-rtw88-usb-kill-and-free-rx-urbs-on-probe-failure.patch
- commit de97d09
-------------------------------------------------------------------
Wed Aug 30 10:43:48 CEST 2023 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
%define srcversion 6.5
%define patchversion 6.5.0
%define patchversion 6.5.1
%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.5.0
Version: 6.5.1
%if 0%{?is_kotd}
Release: <RELEASE>.g0955fc7
Release: <RELEASE>.gc181e32
%else
Release: 0
%endif
@ -237,10 +237,10 @@ Obsoletes: microcode_ctl < 1.18
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-0955fc7006c076198062e63e5848e69920dff929
Provides: kernel-srchash-0955fc7006c076198062e63e5848e69920dff929
Provides: kernel-%build_flavor-base-srchash-c181e325a4942bc24bd809babbde2e559adf0b18
Provides: kernel-srchash-c181e325a4942bc24bd809babbde2e559adf0b18
# END COMMON DEPS
Provides: %name-srchash-0955fc7006c076198062e63e5848e69920dff929
Provides: %name-srchash-c181e325a4942bc24bd809babbde2e559adf0b18
%obsolete_rebuilds %name
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
Source3: kernel-source.rpmlintrc
@ -1300,8 +1300,8 @@ Obsoletes: microcode_ctl < 1.18
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-0955fc7006c076198062e63e5848e69920dff929
Provides: kernel-srchash-0955fc7006c076198062e63e5848e69920dff929
Provides: kernel-%build_flavor-base-srchash-c181e325a4942bc24bd809babbde2e559adf0b18
Provides: kernel-srchash-c181e325a4942bc24bd809babbde2e559adf0b18
%obsolete_rebuilds %name-base
%ifarch %ix86

View File

@ -1,3 +1,38 @@
-------------------------------------------------------------------
Mon Sep 4 08:36:45 CEST 2023 - jslaby@suse.cz
- Linux 6.5.1 (bsc#1012628).
- ACPI: thermal: Drop nocrt parameter (bsc#1012628).
- module: Expose module_init_layout_section() (bsc#1012628).
- arm64: module: Use module_init_layout_section() to spot init
sections (bsc#1012628).
- ARM: module: Use module_init_layout_section() to spot init
sections (bsc#1012628).
- module/decompress: use vmalloc() for zstd decompression
workspace (bsc#1012628).
- lockdep: fix static memory detection even more (bsc#1012628).
- kallsyms: Fix kallsyms_selftest failure (bsc#1012628).
- commit d232ff6
-------------------------------------------------------------------
Thu Aug 31 11:34:10 CEST 2023 - tiwai@suse.de
- firmware: qemu_fw_cfg: Do not hard depend on
CONFIG_HAS_IOPORT_MAP (bsc#1214773).
- Update config files: enable CONFIG_FW_CFG_SYSFS for armv7hl
- commit b5edcad
-------------------------------------------------------------------
Thu Aug 31 09:30:04 CEST 2023 - mkubecek@suse.cz
- series.conf: cleanup
- update upstream reference and move into sorted section
- patches.suse/pinctrl-amd-Don-t-show-Invalid-config-param-errors.patch
- update upstream references and resort
- patches.suse/wifi-rtw89-Fix-loading-of-compressed-firmware.patch
- patches.suse/wifi-rtw88-usb-kill-and-free-rx-urbs-on-probe-failure.patch
- commit de97d09
-------------------------------------------------------------------
Wed Aug 30 10:43:48 CEST 2023 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
%define srcversion 6.5
%define patchversion 6.5.0
%define patchversion 6.5.1
%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.5.0
Version: 6.5.1
%if 0%{?is_kotd}
Release: <RELEASE>.g0955fc7
Release: <RELEASE>.gc181e32
%else
Release: 0
%endif
@ -237,10 +237,10 @@ Obsoletes: microcode_ctl < 1.18
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-0955fc7006c076198062e63e5848e69920dff929
Provides: kernel-srchash-0955fc7006c076198062e63e5848e69920dff929
Provides: kernel-%build_flavor-base-srchash-c181e325a4942bc24bd809babbde2e559adf0b18
Provides: kernel-srchash-c181e325a4942bc24bd809babbde2e559adf0b18
# END COMMON DEPS
Provides: %name-srchash-0955fc7006c076198062e63e5848e69920dff929
Provides: %name-srchash-c181e325a4942bc24bd809babbde2e559adf0b18
%ifarch %ix86
Provides: kernel-trace = 3.13
Obsoletes: kernel-trace <= 3.13
@ -1339,8 +1339,8 @@ Obsoletes: microcode_ctl < 1.18
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-0955fc7006c076198062e63e5848e69920dff929
Provides: kernel-srchash-0955fc7006c076198062e63e5848e69920dff929
Provides: kernel-%build_flavor-base-srchash-c181e325a4942bc24bd809babbde2e559adf0b18
Provides: kernel-srchash-c181e325a4942bc24bd809babbde2e559adf0b18
%ifarch %ix86
Provides: kernel-trace-base = 3.13

View File

@ -1,3 +1,38 @@
-------------------------------------------------------------------
Mon Sep 4 08:36:45 CEST 2023 - jslaby@suse.cz
- Linux 6.5.1 (bsc#1012628).
- ACPI: thermal: Drop nocrt parameter (bsc#1012628).
- module: Expose module_init_layout_section() (bsc#1012628).
- arm64: module: Use module_init_layout_section() to spot init
sections (bsc#1012628).
- ARM: module: Use module_init_layout_section() to spot init
sections (bsc#1012628).
- module/decompress: use vmalloc() for zstd decompression
workspace (bsc#1012628).
- lockdep: fix static memory detection even more (bsc#1012628).
- kallsyms: Fix kallsyms_selftest failure (bsc#1012628).
- commit d232ff6
-------------------------------------------------------------------
Thu Aug 31 11:34:10 CEST 2023 - tiwai@suse.de
- firmware: qemu_fw_cfg: Do not hard depend on
CONFIG_HAS_IOPORT_MAP (bsc#1214773).
- Update config files: enable CONFIG_FW_CFG_SYSFS for armv7hl
- commit b5edcad
-------------------------------------------------------------------
Thu Aug 31 09:30:04 CEST 2023 - mkubecek@suse.cz
- series.conf: cleanup
- update upstream reference and move into sorted section
- patches.suse/pinctrl-amd-Don-t-show-Invalid-config-param-errors.patch
- update upstream references and resort
- patches.suse/wifi-rtw89-Fix-loading-of-compressed-firmware.patch
- patches.suse/wifi-rtw88-usb-kill-and-free-rx-urbs-on-probe-failure.patch
- commit de97d09
-------------------------------------------------------------------
Wed Aug 30 10:43:48 CEST 2023 - jslaby@suse.cz

View File

@ -17,7 +17,7 @@
%define srcversion 6.5
%define patchversion 6.5.0
%define patchversion 6.5.1
%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.5.0
Version: 6.5.1
%if 0%{?is_kotd}
Release: <RELEASE>.g0955fc7
Release: <RELEASE>.gc181e32
%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-0955fc7006c076198062e63e5848e69920dff929
Provides: %name-srchash-c181e325a4942bc24bd809babbde2e559adf0b18
BuildArch: noarch
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
Source3: kernel-source.rpmlintrc

View File

@ -1,3 +1,38 @@
-------------------------------------------------------------------
Mon Sep 4 08:36:45 CEST 2023 - jslaby@suse.cz
- Linux 6.5.1 (bsc#1012628).
- ACPI: thermal: Drop nocrt parameter (bsc#1012628).
- module: Expose module_init_layout_section() (bsc#1012628).
- arm64: module: Use module_init_layout_section() to spot init
sections (bsc#1012628).
- ARM: module: Use module_init_layout_section() to spot init
sections (bsc#1012628).
- module/decompress: use vmalloc() for zstd decompression
workspace (bsc#1012628).
- lockdep: fix static memory detection even more (bsc#1012628).
- kallsyms: Fix kallsyms_selftest failure (bsc#1012628).
- commit d232ff6
-------------------------------------------------------------------
Thu Aug 31 11:34:10 CEST 2023 - tiwai@suse.de
- firmware: qemu_fw_cfg: Do not hard depend on
CONFIG_HAS_IOPORT_MAP (bsc#1214773).
- Update config files: enable CONFIG_FW_CFG_SYSFS for armv7hl
- commit b5edcad
-------------------------------------------------------------------
Thu Aug 31 09:30:04 CEST 2023 - mkubecek@suse.cz
- series.conf: cleanup
- update upstream reference and move into sorted section
- patches.suse/pinctrl-amd-Don-t-show-Invalid-config-param-errors.patch
- update upstream references and resort
- patches.suse/wifi-rtw89-Fix-loading-of-compressed-firmware.patch
- patches.suse/wifi-rtw88-usb-kill-and-free-rx-urbs-on-probe-failure.patch
- commit de97d09
-------------------------------------------------------------------
Wed Aug 30 10:43:48 CEST 2023 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
%define srcversion 6.5
%define patchversion 6.5.0
%define patchversion 6.5.1
%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.5.0
Version: 6.5.1
%if 0%{?is_kotd}
Release: <RELEASE>.g0955fc7
Release: <RELEASE>.gc181e32
%else
Release: 0
%endif
@ -237,10 +237,10 @@ Obsoletes: microcode_ctl < 1.18
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-0955fc7006c076198062e63e5848e69920dff929
Provides: kernel-srchash-0955fc7006c076198062e63e5848e69920dff929
Provides: kernel-%build_flavor-base-srchash-c181e325a4942bc24bd809babbde2e559adf0b18
Provides: kernel-srchash-c181e325a4942bc24bd809babbde2e559adf0b18
# END COMMON DEPS
Provides: %name-srchash-0955fc7006c076198062e63e5848e69920dff929
Provides: %name-srchash-c181e325a4942bc24bd809babbde2e559adf0b18
%obsolete_rebuilds %name
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
Source3: kernel-source.rpmlintrc
@ -1306,8 +1306,8 @@ Obsoletes: microcode_ctl < 1.18
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-0955fc7006c076198062e63e5848e69920dff929
Provides: kernel-srchash-0955fc7006c076198062e63e5848e69920dff929
Provides: kernel-%build_flavor-base-srchash-c181e325a4942bc24bd809babbde2e559adf0b18
Provides: kernel-srchash-c181e325a4942bc24bd809babbde2e559adf0b18
%obsolete_rebuilds %name-base
%ifarch %ix86

View File

@ -1,3 +1,38 @@
-------------------------------------------------------------------
Mon Sep 4 08:36:45 CEST 2023 - jslaby@suse.cz
- Linux 6.5.1 (bsc#1012628).
- ACPI: thermal: Drop nocrt parameter (bsc#1012628).
- module: Expose module_init_layout_section() (bsc#1012628).
- arm64: module: Use module_init_layout_section() to spot init
sections (bsc#1012628).
- ARM: module: Use module_init_layout_section() to spot init
sections (bsc#1012628).
- module/decompress: use vmalloc() for zstd decompression
workspace (bsc#1012628).
- lockdep: fix static memory detection even more (bsc#1012628).
- kallsyms: Fix kallsyms_selftest failure (bsc#1012628).
- commit d232ff6
-------------------------------------------------------------------
Thu Aug 31 11:34:10 CEST 2023 - tiwai@suse.de
- firmware: qemu_fw_cfg: Do not hard depend on
CONFIG_HAS_IOPORT_MAP (bsc#1214773).
- Update config files: enable CONFIG_FW_CFG_SYSFS for armv7hl
- commit b5edcad
-------------------------------------------------------------------
Thu Aug 31 09:30:04 CEST 2023 - mkubecek@suse.cz
- series.conf: cleanup
- update upstream reference and move into sorted section
- patches.suse/pinctrl-amd-Don-t-show-Invalid-config-param-errors.patch
- update upstream references and resort
- patches.suse/wifi-rtw89-Fix-loading-of-compressed-firmware.patch
- patches.suse/wifi-rtw88-usb-kill-and-free-rx-urbs-on-probe-failure.patch
- commit de97d09
-------------------------------------------------------------------
Wed Aug 30 10:43:48 CEST 2023 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
%define srcversion 6.5
%define patchversion 6.5.0
%define patchversion 6.5.1
%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.5.0
Version: 6.5.1
%if 0%{?is_kotd}
Release: <RELEASE>.g0955fc7
Release: <RELEASE>.gc181e32
%else
Release: 0
%endif
@ -237,10 +237,10 @@ Obsoletes: microcode_ctl < 1.18
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-0955fc7006c076198062e63e5848e69920dff929
Provides: kernel-srchash-0955fc7006c076198062e63e5848e69920dff929
Provides: kernel-%build_flavor-base-srchash-c181e325a4942bc24bd809babbde2e559adf0b18
Provides: kernel-srchash-c181e325a4942bc24bd809babbde2e559adf0b18
# END COMMON DEPS
Provides: %name-srchash-0955fc7006c076198062e63e5848e69920dff929
Provides: %name-srchash-c181e325a4942bc24bd809babbde2e559adf0b18
%obsolete_rebuilds %name
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
Source3: kernel-source.rpmlintrc
@ -1300,8 +1300,8 @@ Obsoletes: microcode_ctl < 1.18
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-0955fc7006c076198062e63e5848e69920dff929
Provides: kernel-srchash-0955fc7006c076198062e63e5848e69920dff929
Provides: kernel-%build_flavor-base-srchash-c181e325a4942bc24bd809babbde2e559adf0b18
Provides: kernel-srchash-c181e325a4942bc24bd809babbde2e559adf0b18
%obsolete_rebuilds %name-base
%ifarch %ix86

View File

@ -1,3 +1,38 @@
-------------------------------------------------------------------
Mon Sep 4 08:36:45 CEST 2023 - jslaby@suse.cz
- Linux 6.5.1 (bsc#1012628).
- ACPI: thermal: Drop nocrt parameter (bsc#1012628).
- module: Expose module_init_layout_section() (bsc#1012628).
- arm64: module: Use module_init_layout_section() to spot init
sections (bsc#1012628).
- ARM: module: Use module_init_layout_section() to spot init
sections (bsc#1012628).
- module/decompress: use vmalloc() for zstd decompression
workspace (bsc#1012628).
- lockdep: fix static memory detection even more (bsc#1012628).
- kallsyms: Fix kallsyms_selftest failure (bsc#1012628).
- commit d232ff6
-------------------------------------------------------------------
Thu Aug 31 11:34:10 CEST 2023 - tiwai@suse.de
- firmware: qemu_fw_cfg: Do not hard depend on
CONFIG_HAS_IOPORT_MAP (bsc#1214773).
- Update config files: enable CONFIG_FW_CFG_SYSFS for armv7hl
- commit b5edcad
-------------------------------------------------------------------
Thu Aug 31 09:30:04 CEST 2023 - mkubecek@suse.cz
- series.conf: cleanup
- update upstream reference and move into sorted section
- patches.suse/pinctrl-amd-Don-t-show-Invalid-config-param-errors.patch
- update upstream references and resort
- patches.suse/wifi-rtw89-Fix-loading-of-compressed-firmware.patch
- patches.suse/wifi-rtw88-usb-kill-and-free-rx-urbs-on-probe-failure.patch
- commit de97d09
-------------------------------------------------------------------
Wed Aug 30 10:43:48 CEST 2023 - jslaby@suse.cz

View File

@ -19,7 +19,7 @@
#!BuildIgnore: post-build-checks
%define patchversion 6.5.0
%define patchversion 6.5.1
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -44,7 +44,7 @@ BuildRequires: util-linux
%endif
%endif
%endif
BuildRequires: kernel%kernel_flavor-srchash-0955fc7006c076198062e63e5848e69920dff929
BuildRequires: kernel%kernel_flavor-srchash-c181e325a4942bc24bd809babbde2e559adf0b18
%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.5.0
Version: 6.5.1
%if 0%{?is_kotd}
Release: <RELEASE>.g0955fc7
Release: <RELEASE>.gc181e32
%else
Release: 0
%endif

View File

@ -1,3 +1,38 @@
-------------------------------------------------------------------
Mon Sep 4 08:36:45 CEST 2023 - jslaby@suse.cz
- Linux 6.5.1 (bsc#1012628).
- ACPI: thermal: Drop nocrt parameter (bsc#1012628).
- module: Expose module_init_layout_section() (bsc#1012628).
- arm64: module: Use module_init_layout_section() to spot init
sections (bsc#1012628).
- ARM: module: Use module_init_layout_section() to spot init
sections (bsc#1012628).
- module/decompress: use vmalloc() for zstd decompression
workspace (bsc#1012628).
- lockdep: fix static memory detection even more (bsc#1012628).
- kallsyms: Fix kallsyms_selftest failure (bsc#1012628).
- commit d232ff6
-------------------------------------------------------------------
Thu Aug 31 11:34:10 CEST 2023 - tiwai@suse.de
- firmware: qemu_fw_cfg: Do not hard depend on
CONFIG_HAS_IOPORT_MAP (bsc#1214773).
- Update config files: enable CONFIG_FW_CFG_SYSFS for armv7hl
- commit b5edcad
-------------------------------------------------------------------
Thu Aug 31 09:30:04 CEST 2023 - mkubecek@suse.cz
- series.conf: cleanup
- update upstream reference and move into sorted section
- patches.suse/pinctrl-amd-Don-t-show-Invalid-config-param-errors.patch
- update upstream references and resort
- patches.suse/wifi-rtw89-Fix-loading-of-compressed-firmware.patch
- patches.suse/wifi-rtw88-usb-kill-and-free-rx-urbs-on-probe-failure.patch
- commit de97d09
-------------------------------------------------------------------
Wed Aug 30 10:43:48 CEST 2023 - jslaby@suse.cz

View File

@ -17,7 +17,7 @@
# needsrootforbuild
%define patchversion 6.5.0
%define patchversion 6.5.1
%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.5.0
Version: 6.5.1
%if 0%{?is_kotd}
Release: <RELEASE>.g0955fc7
Release: <RELEASE>.gc181e32
%else
Release: 0
%endif

View File

@ -1,3 +1,38 @@
-------------------------------------------------------------------
Mon Sep 4 08:36:45 CEST 2023 - jslaby@suse.cz
- Linux 6.5.1 (bsc#1012628).
- ACPI: thermal: Drop nocrt parameter (bsc#1012628).
- module: Expose module_init_layout_section() (bsc#1012628).
- arm64: module: Use module_init_layout_section() to spot init
sections (bsc#1012628).
- ARM: module: Use module_init_layout_section() to spot init
sections (bsc#1012628).
- module/decompress: use vmalloc() for zstd decompression
workspace (bsc#1012628).
- lockdep: fix static memory detection even more (bsc#1012628).
- kallsyms: Fix kallsyms_selftest failure (bsc#1012628).
- commit d232ff6
-------------------------------------------------------------------
Thu Aug 31 11:34:10 CEST 2023 - tiwai@suse.de
- firmware: qemu_fw_cfg: Do not hard depend on
CONFIG_HAS_IOPORT_MAP (bsc#1214773).
- Update config files: enable CONFIG_FW_CFG_SYSFS for armv7hl
- commit b5edcad
-------------------------------------------------------------------
Thu Aug 31 09:30:04 CEST 2023 - mkubecek@suse.cz
- series.conf: cleanup
- update upstream reference and move into sorted section
- patches.suse/pinctrl-amd-Don-t-show-Invalid-config-param-errors.patch
- update upstream references and resort
- patches.suse/wifi-rtw89-Fix-loading-of-compressed-firmware.patch
- patches.suse/wifi-rtw88-usb-kill-and-free-rx-urbs-on-probe-failure.patch
- commit de97d09
-------------------------------------------------------------------
Wed Aug 30 10:43:48 CEST 2023 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
%define srcversion 6.5
%define patchversion 6.5.0
%define patchversion 6.5.1
%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.5.0
Version: 6.5.1
%if 0%{?is_kotd}
Release: <RELEASE>.g0955fc7
Release: <RELEASE>.gc181e32
%else
Release: 0
%endif
@ -237,10 +237,10 @@ Obsoletes: microcode_ctl < 1.18
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-0955fc7006c076198062e63e5848e69920dff929
Provides: kernel-srchash-0955fc7006c076198062e63e5848e69920dff929
Provides: kernel-%build_flavor-base-srchash-c181e325a4942bc24bd809babbde2e559adf0b18
Provides: kernel-srchash-c181e325a4942bc24bd809babbde2e559adf0b18
# END COMMON DEPS
Provides: %name-srchash-0955fc7006c076198062e63e5848e69920dff929
Provides: %name-srchash-c181e325a4942bc24bd809babbde2e559adf0b18
%ifarch %ix86
Provides: kernel-desktop = 4.3
Obsoletes: kernel-desktop <= 4.3
@ -1322,8 +1322,8 @@ Obsoletes: microcode_ctl < 1.18
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-0955fc7006c076198062e63e5848e69920dff929
Provides: kernel-srchash-0955fc7006c076198062e63e5848e69920dff929
Provides: kernel-%build_flavor-base-srchash-c181e325a4942bc24bd809babbde2e559adf0b18
Provides: kernel-srchash-c181e325a4942bc24bd809babbde2e559adf0b18
%ifarch %ix86
Provides: kernel-desktop-base = 4.3

View File

@ -1,3 +1,38 @@
-------------------------------------------------------------------
Mon Sep 4 08:36:45 CEST 2023 - jslaby@suse.cz
- Linux 6.5.1 (bsc#1012628).
- ACPI: thermal: Drop nocrt parameter (bsc#1012628).
- module: Expose module_init_layout_section() (bsc#1012628).
- arm64: module: Use module_init_layout_section() to spot init
sections (bsc#1012628).
- ARM: module: Use module_init_layout_section() to spot init
sections (bsc#1012628).
- module/decompress: use vmalloc() for zstd decompression
workspace (bsc#1012628).
- lockdep: fix static memory detection even more (bsc#1012628).
- kallsyms: Fix kallsyms_selftest failure (bsc#1012628).
- commit d232ff6
-------------------------------------------------------------------
Thu Aug 31 11:34:10 CEST 2023 - tiwai@suse.de
- firmware: qemu_fw_cfg: Do not hard depend on
CONFIG_HAS_IOPORT_MAP (bsc#1214773).
- Update config files: enable CONFIG_FW_CFG_SYSFS for armv7hl
- commit b5edcad
-------------------------------------------------------------------
Thu Aug 31 09:30:04 CEST 2023 - mkubecek@suse.cz
- series.conf: cleanup
- update upstream reference and move into sorted section
- patches.suse/pinctrl-amd-Don-t-show-Invalid-config-param-errors.patch
- update upstream references and resort
- patches.suse/wifi-rtw89-Fix-loading-of-compressed-firmware.patch
- patches.suse/wifi-rtw88-usb-kill-and-free-rx-urbs-on-probe-failure.patch
- commit de97d09
-------------------------------------------------------------------
Wed Aug 30 10:43:48 CEST 2023 - jslaby@suse.cz

View File

@ -17,7 +17,7 @@
%define srcversion 6.5
%define patchversion 6.5.0
%define patchversion 6.5.1
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -30,9 +30,9 @@
%endif
Name: kernel-source
Version: 6.5.0
Version: 6.5.1
%if 0%{?is_kotd}
Release: <RELEASE>.g0955fc7
Release: <RELEASE>.gc181e32
%else
Release: 0
%endif
@ -49,7 +49,7 @@ BuildRequires: fdupes
BuildRequires: sed
Requires(post): coreutils sed
Provides: %name = %version-%source_rel
Provides: %name-srchash-0955fc7006c076198062e63e5848e69920dff929
Provides: %name-srchash-c181e325a4942bc24bd809babbde2e559adf0b18
Provides: linux
Provides: multiversion(kernel)
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz

View File

@ -1,3 +1,38 @@
-------------------------------------------------------------------
Mon Sep 4 08:36:45 CEST 2023 - jslaby@suse.cz
- Linux 6.5.1 (bsc#1012628).
- ACPI: thermal: Drop nocrt parameter (bsc#1012628).
- module: Expose module_init_layout_section() (bsc#1012628).
- arm64: module: Use module_init_layout_section() to spot init
sections (bsc#1012628).
- ARM: module: Use module_init_layout_section() to spot init
sections (bsc#1012628).
- module/decompress: use vmalloc() for zstd decompression
workspace (bsc#1012628).
- lockdep: fix static memory detection even more (bsc#1012628).
- kallsyms: Fix kallsyms_selftest failure (bsc#1012628).
- commit d232ff6
-------------------------------------------------------------------
Thu Aug 31 11:34:10 CEST 2023 - tiwai@suse.de
- firmware: qemu_fw_cfg: Do not hard depend on
CONFIG_HAS_IOPORT_MAP (bsc#1214773).
- Update config files: enable CONFIG_FW_CFG_SYSFS for armv7hl
- commit b5edcad
-------------------------------------------------------------------
Thu Aug 31 09:30:04 CEST 2023 - mkubecek@suse.cz
- series.conf: cleanup
- update upstream reference and move into sorted section
- patches.suse/pinctrl-amd-Don-t-show-Invalid-config-param-errors.patch
- update upstream references and resort
- patches.suse/wifi-rtw89-Fix-loading-of-compressed-firmware.patch
- patches.suse/wifi-rtw88-usb-kill-and-free-rx-urbs-on-probe-failure.patch
- commit de97d09
-------------------------------------------------------------------
Wed Aug 30 10:43:48 CEST 2023 - jslaby@suse.cz

View File

@ -24,10 +24,10 @@ Name: kernel-syms
Summary: Kernel Symbol Versions (modversions)
License: GPL-2.0-only
Group: Development/Sources
Version: 6.5.0
Version: 6.5.1
%if %using_buildservice
%if 0%{?is_kotd}
Release: <RELEASE>.g0955fc7
Release: <RELEASE>.gc181e32
%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-0955fc7006c076198062e63e5848e69920dff929
Provides: %name-srchash-c181e325a4942bc24bd809babbde2e559adf0b18
Provides: multiversion(kernel)
Source: README.KSYMS
Requires: kernel-devel%variant = %version-%source_rel

View File

@ -1,3 +1,38 @@
-------------------------------------------------------------------
Mon Sep 4 08:36:45 CEST 2023 - jslaby@suse.cz
- Linux 6.5.1 (bsc#1012628).
- ACPI: thermal: Drop nocrt parameter (bsc#1012628).
- module: Expose module_init_layout_section() (bsc#1012628).
- arm64: module: Use module_init_layout_section() to spot init
sections (bsc#1012628).
- ARM: module: Use module_init_layout_section() to spot init
sections (bsc#1012628).
- module/decompress: use vmalloc() for zstd decompression
workspace (bsc#1012628).
- lockdep: fix static memory detection even more (bsc#1012628).
- kallsyms: Fix kallsyms_selftest failure (bsc#1012628).
- commit d232ff6
-------------------------------------------------------------------
Thu Aug 31 11:34:10 CEST 2023 - tiwai@suse.de
- firmware: qemu_fw_cfg: Do not hard depend on
CONFIG_HAS_IOPORT_MAP (bsc#1214773).
- Update config files: enable CONFIG_FW_CFG_SYSFS for armv7hl
- commit b5edcad
-------------------------------------------------------------------
Thu Aug 31 09:30:04 CEST 2023 - mkubecek@suse.cz
- series.conf: cleanup
- update upstream reference and move into sorted section
- patches.suse/pinctrl-amd-Don-t-show-Invalid-config-param-errors.patch
- update upstream references and resort
- patches.suse/wifi-rtw89-Fix-loading-of-compressed-firmware.patch
- patches.suse/wifi-rtw88-usb-kill-and-free-rx-urbs-on-probe-failure.patch
- commit de97d09
-------------------------------------------------------------------
Wed Aug 30 10:43:48 CEST 2023 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
%define srcversion 6.5
%define patchversion 6.5.0
%define patchversion 6.5.1
%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.5.0
Version: 6.5.1
%if 0%{?is_kotd}
Release: <RELEASE>.g0955fc7
Release: <RELEASE>.gc181e32
%else
Release: 0
%endif
@ -237,10 +237,10 @@ Obsoletes: microcode_ctl < 1.18
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-0955fc7006c076198062e63e5848e69920dff929
Provides: kernel-srchash-0955fc7006c076198062e63e5848e69920dff929
Provides: kernel-%build_flavor-base-srchash-c181e325a4942bc24bd809babbde2e559adf0b18
Provides: kernel-srchash-c181e325a4942bc24bd809babbde2e559adf0b18
# END COMMON DEPS
Provides: %name-srchash-0955fc7006c076198062e63e5848e69920dff929
Provides: %name-srchash-c181e325a4942bc24bd809babbde2e559adf0b18
%obsolete_rebuilds %name
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
Source3: kernel-source.rpmlintrc
@ -1299,8 +1299,8 @@ Obsoletes: microcode_ctl < 1.18
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-0955fc7006c076198062e63e5848e69920dff929
Provides: kernel-srchash-0955fc7006c076198062e63e5848e69920dff929
Provides: kernel-%build_flavor-base-srchash-c181e325a4942bc24bd809babbde2e559adf0b18
Provides: kernel-srchash-c181e325a4942bc24bd809babbde2e559adf0b18
%obsolete_rebuilds %name-base
%ifarch %ix86

View File

@ -1,3 +1,38 @@
-------------------------------------------------------------------
Mon Sep 4 08:36:45 CEST 2023 - jslaby@suse.cz
- Linux 6.5.1 (bsc#1012628).
- ACPI: thermal: Drop nocrt parameter (bsc#1012628).
- module: Expose module_init_layout_section() (bsc#1012628).
- arm64: module: Use module_init_layout_section() to spot init
sections (bsc#1012628).
- ARM: module: Use module_init_layout_section() to spot init
sections (bsc#1012628).
- module/decompress: use vmalloc() for zstd decompression
workspace (bsc#1012628).
- lockdep: fix static memory detection even more (bsc#1012628).
- kallsyms: Fix kallsyms_selftest failure (bsc#1012628).
- commit d232ff6
-------------------------------------------------------------------
Thu Aug 31 11:34:10 CEST 2023 - tiwai@suse.de
- firmware: qemu_fw_cfg: Do not hard depend on
CONFIG_HAS_IOPORT_MAP (bsc#1214773).
- Update config files: enable CONFIG_FW_CFG_SYSFS for armv7hl
- commit b5edcad
-------------------------------------------------------------------
Thu Aug 31 09:30:04 CEST 2023 - mkubecek@suse.cz
- series.conf: cleanup
- update upstream reference and move into sorted section
- patches.suse/pinctrl-amd-Don-t-show-Invalid-config-param-errors.patch
- update upstream references and resort
- patches.suse/wifi-rtw89-Fix-loading-of-compressed-firmware.patch
- patches.suse/wifi-rtw88-usb-kill-and-free-rx-urbs-on-probe-failure.patch
- commit de97d09
-------------------------------------------------------------------
Wed Aug 30 10:43:48 CEST 2023 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
%define srcversion 6.5
%define patchversion 6.5.0
%define patchversion 6.5.1
%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.5.0
Version: 6.5.1
%if 0%{?is_kotd}
Release: <RELEASE>.g0955fc7
Release: <RELEASE>.gc181e32
%else
Release: 0
%endif
@ -237,10 +237,10 @@ Obsoletes: microcode_ctl < 1.18
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-0955fc7006c076198062e63e5848e69920dff929
Provides: kernel-srchash-0955fc7006c076198062e63e5848e69920dff929
Provides: kernel-%build_flavor-base-srchash-c181e325a4942bc24bd809babbde2e559adf0b18
Provides: kernel-srchash-c181e325a4942bc24bd809babbde2e559adf0b18
# END COMMON DEPS
Provides: %name-srchash-0955fc7006c076198062e63e5848e69920dff929
Provides: %name-srchash-c181e325a4942bc24bd809babbde2e559adf0b18
%obsolete_rebuilds %name
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
Source3: kernel-source.rpmlintrc
@ -1302,8 +1302,8 @@ Obsoletes: microcode_ctl < 1.18
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-0955fc7006c076198062e63e5848e69920dff929
Provides: kernel-srchash-0955fc7006c076198062e63e5848e69920dff929
Provides: kernel-%build_flavor-base-srchash-c181e325a4942bc24bd809babbde2e559adf0b18
Provides: kernel-srchash-c181e325a4942bc24bd809babbde2e559adf0b18
%obsolete_rebuilds %name-base
%ifarch %ix86

BIN
patches.kernel.org.tar.bz2 (Stored with Git LFS)

Binary file not shown.

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cfd1dfb17981ff73460c8c34a41d45adc26f96d256f73f3e4d743bbccd19b8e2
size 49030
oid sha256:e6cc348aa8ff33141f9a48eb79b6589d4eb2939ea01ea45faf3fc06e810a870a
size 47515

View File

@ -27,6 +27,15 @@
# DO NOT MODIFY THEM!
# Send separate patches upstream if you find a problem...
########################################################
patches.kernel.org/6.5.1-001-ACPI-thermal-Drop-nocrt-parameter.patch
patches.kernel.org/6.5.1-002-module-Expose-module_init_layout_section.patch
patches.kernel.org/6.5.1-003-arm64-module-Use-module_init_layout_section-to-.patch
patches.kernel.org/6.5.1-004-ARM-module-Use-module_init_layout_section-to-sp.patch
patches.kernel.org/6.5.1-005-module-decompress-use-vmalloc-for-zstd-decompre.patch
patches.kernel.org/6.5.1-006-ipv6-remove-hard-coded-limitation-on-ipv6_pinfo.patch
patches.kernel.org/6.5.1-007-lockdep-fix-static-memory-detection-even-more.patch
patches.kernel.org/6.5.1-008-kallsyms-Fix-kallsyms_selftest-failure.patch
patches.kernel.org/6.5.1-009-Linux-6.5.1.patch
########################################################
# Build fixes that apply to the vanilla kernel too.
@ -56,11 +65,9 @@
########################################################
# sorted patches
########################################################
patches.suse/ipv6-remove-hard-coded-limitation-on-ipv6_pinfo.patch
# netdev/net-next main
patches.suse/wifi-rtw89-Fix-loading-of-compressed-firmware.patch
patches.suse/wifi-rtw88-usb-kill-and-free-rx-urbs-on-probe-failure.patch
patches.suse/pinctrl-amd-Don-t-show-Invalid-config-param-errors.patch
########################################################
# end of sorted patches
########################################################
@ -78,8 +85,8 @@
# to area specific sections below.
########################################################
patches.suse/ACPI-video-Add-backlight-native-DMI-quirk-for-Lenovo.patch
patches.suse/pinctrl-amd-Don-t-show-Invalid-config-param-errors.patch
patches.suse/Revert-101bd907b424-misc-rtsx-judge-ASPM-Mode-to-set.patch
patches.suse/firmware-qemu_fw_cfg-Do-not-hard-depend-on-CONFIG_HA.patch
########################################################
# kbuild/module infrastructure fixes

View File

@ -1,3 +1,3 @@
2023-08-31 05:48:06 +0000
GIT Revision: 0955fc7006c076198062e63e5848e69920dff929
2023-09-04 06:37:02 +0000
GIT Revision: c181e325a4942bc24bd809babbde2e559adf0b18
GIT Branch: stable