commit b4c384c6477d3a7ff0b64491ddb76b4cc67ae796

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=2197
This commit is contained in:
Jiri Slaby 2024-07-25 07:10:34 +00:00 committed by Git OBS Bridge
parent 431f45f87c
commit 6dc714a916
38 changed files with 557 additions and 69 deletions

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Thu Jul 25 09:08:41 CEST 2024 - jslaby@suse.cz
- drm/amd/display: Take Synaptics Cascaded Topology into Account
(bsc#1228093 #3495).
- commit a4c3703
-------------------------------------------------------------------
Thu Jul 25 07:07:22 CEST 2024 - jslaby@suse.cz
- Linux 6.10.1 (bsc#1012628).
- thermal: core: Allow thermal zones to tell the core to ignore
them (bsc#1012628).
- io_uring: fix error pbuf checking (bsc#1012628).
- ASoC: cs35l56: Limit Speaker Volume to +12dB maximum
(bsc#1012628).
- ASoC: cs35l56: Use header defines for Speaker Volume control
definition (bsc#1012628).
- tpm: Use auth only after NULL check in
tpm_buf_check_hmac_response() (bsc#1012628).
- cifs: Fix setting of zero_point after DIO write (bsc#1012628).
- cifs: Fix server re-repick on subrequest retry (bsc#1012628).
- cifs: fix noisy message on copy_file_range (bsc#1012628).
- cifs: Fix missing fscache invalidation (bsc#1012628).
- cifs: Fix missing error code set (bsc#1012628).
- ext4: use memtostr_pad() for s_volume_name (bsc#1012628).
- commit a57275a
-------------------------------------------------------------------
Thu Jul 18 09:12:31 CEST 2024 - jslaby@suse.cz

View File

@ -17,7 +17,7 @@
%define srcversion 6.10
%define patchversion 6.10.0
%define patchversion 6.10.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.10.0
Version: 6.10.1
%if 0%{?is_kotd}
Release: <RELEASE>.gcee765e
Release: <RELEASE>.gb4c384c
%else
Release: 0
%endif

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Thu Jul 25 09:08:41 CEST 2024 - jslaby@suse.cz
- drm/amd/display: Take Synaptics Cascaded Topology into Account
(bsc#1228093 #3495).
- commit a4c3703
-------------------------------------------------------------------
Thu Jul 25 07:07:22 CEST 2024 - jslaby@suse.cz
- Linux 6.10.1 (bsc#1012628).
- thermal: core: Allow thermal zones to tell the core to ignore
them (bsc#1012628).
- io_uring: fix error pbuf checking (bsc#1012628).
- ASoC: cs35l56: Limit Speaker Volume to +12dB maximum
(bsc#1012628).
- ASoC: cs35l56: Use header defines for Speaker Volume control
definition (bsc#1012628).
- tpm: Use auth only after NULL check in
tpm_buf_check_hmac_response() (bsc#1012628).
- cifs: Fix setting of zero_point after DIO write (bsc#1012628).
- cifs: Fix server re-repick on subrequest retry (bsc#1012628).
- cifs: fix noisy message on copy_file_range (bsc#1012628).
- cifs: Fix missing fscache invalidation (bsc#1012628).
- cifs: Fix missing error code set (bsc#1012628).
- ext4: use memtostr_pad() for s_volume_name (bsc#1012628).
- commit a57275a
-------------------------------------------------------------------
Thu Jul 18 09:12:31 CEST 2024 - jslaby@suse.cz

View File

@ -17,7 +17,7 @@
%define srcversion 6.10
%define patchversion 6.10.0
%define patchversion 6.10.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.10.0
Version: 6.10.1
%if 0%{?is_kotd}
Release: <RELEASE>.gcee765e
Release: <RELEASE>.gb4c384c
%else
Release: 0
%endif

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Thu Jul 25 09:08:41 CEST 2024 - jslaby@suse.cz
- drm/amd/display: Take Synaptics Cascaded Topology into Account
(bsc#1228093 #3495).
- commit a4c3703
-------------------------------------------------------------------
Thu Jul 25 07:07:22 CEST 2024 - jslaby@suse.cz
- Linux 6.10.1 (bsc#1012628).
- thermal: core: Allow thermal zones to tell the core to ignore
them (bsc#1012628).
- io_uring: fix error pbuf checking (bsc#1012628).
- ASoC: cs35l56: Limit Speaker Volume to +12dB maximum
(bsc#1012628).
- ASoC: cs35l56: Use header defines for Speaker Volume control
definition (bsc#1012628).
- tpm: Use auth only after NULL check in
tpm_buf_check_hmac_response() (bsc#1012628).
- cifs: Fix setting of zero_point after DIO write (bsc#1012628).
- cifs: Fix server re-repick on subrequest retry (bsc#1012628).
- cifs: fix noisy message on copy_file_range (bsc#1012628).
- cifs: Fix missing fscache invalidation (bsc#1012628).
- cifs: Fix missing error code set (bsc#1012628).
- ext4: use memtostr_pad() for s_volume_name (bsc#1012628).
- commit a57275a
-------------------------------------------------------------------
Thu Jul 18 09:12:31 CEST 2024 - jslaby@suse.cz

View File

@ -17,7 +17,7 @@
%define srcversion 6.10
%define patchversion 6.10.0
%define patchversion 6.10.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.10.0
Version: 6.10.1
%if 0%{?is_kotd}
Release: <RELEASE>.gcee765e
Release: <RELEASE>.gb4c384c
%else
Release: 0
%endif

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Thu Jul 25 09:08:41 CEST 2024 - jslaby@suse.cz
- drm/amd/display: Take Synaptics Cascaded Topology into Account
(bsc#1228093 #3495).
- commit a4c3703
-------------------------------------------------------------------
Thu Jul 25 07:07:22 CEST 2024 - jslaby@suse.cz
- Linux 6.10.1 (bsc#1012628).
- thermal: core: Allow thermal zones to tell the core to ignore
them (bsc#1012628).
- io_uring: fix error pbuf checking (bsc#1012628).
- ASoC: cs35l56: Limit Speaker Volume to +12dB maximum
(bsc#1012628).
- ASoC: cs35l56: Use header defines for Speaker Volume control
definition (bsc#1012628).
- tpm: Use auth only after NULL check in
tpm_buf_check_hmac_response() (bsc#1012628).
- cifs: Fix setting of zero_point after DIO write (bsc#1012628).
- cifs: Fix server re-repick on subrequest retry (bsc#1012628).
- cifs: fix noisy message on copy_file_range (bsc#1012628).
- cifs: Fix missing fscache invalidation (bsc#1012628).
- cifs: Fix missing error code set (bsc#1012628).
- ext4: use memtostr_pad() for s_volume_name (bsc#1012628).
- commit a57275a
-------------------------------------------------------------------
Thu Jul 18 09:12:31 CEST 2024 - jslaby@suse.cz

View File

@ -17,7 +17,7 @@
%define srcversion 6.10
%define patchversion 6.10.0
%define patchversion 6.10.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.10.0
Version: 6.10.1
%if 0%{?is_kotd}
Release: <RELEASE>.gcee765e
Release: <RELEASE>.gb4c384c
%else
Release: 0
%endif

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Thu Jul 25 09:08:41 CEST 2024 - jslaby@suse.cz
- drm/amd/display: Take Synaptics Cascaded Topology into Account
(bsc#1228093 #3495).
- commit a4c3703
-------------------------------------------------------------------
Thu Jul 25 07:07:22 CEST 2024 - jslaby@suse.cz
- Linux 6.10.1 (bsc#1012628).
- thermal: core: Allow thermal zones to tell the core to ignore
them (bsc#1012628).
- io_uring: fix error pbuf checking (bsc#1012628).
- ASoC: cs35l56: Limit Speaker Volume to +12dB maximum
(bsc#1012628).
- ASoC: cs35l56: Use header defines for Speaker Volume control
definition (bsc#1012628).
- tpm: Use auth only after NULL check in
tpm_buf_check_hmac_response() (bsc#1012628).
- cifs: Fix setting of zero_point after DIO write (bsc#1012628).
- cifs: Fix server re-repick on subrequest retry (bsc#1012628).
- cifs: fix noisy message on copy_file_range (bsc#1012628).
- cifs: Fix missing fscache invalidation (bsc#1012628).
- cifs: Fix missing error code set (bsc#1012628).
- ext4: use memtostr_pad() for s_volume_name (bsc#1012628).
- commit a57275a
-------------------------------------------------------------------
Thu Jul 18 09:12:31 CEST 2024 - jslaby@suse.cz

View File

@ -18,8 +18,8 @@
%define srcversion 6.10
%define patchversion 6.10.0
%define git_commit cee765ea30a48b8adf2780315068e0a346dadb0c
%define patchversion 6.10.1
%define git_commit b4c384c6477d3a7ff0b64491ddb76b4cc67ae796
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@ -36,9 +36,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: kernel-64kb
Version: 6.10.0
Version: 6.10.1
%if 0%{?is_kotd}
Release: <RELEASE>.gcee765e
Release: <RELEASE>.gb4c384c
%else
Release: 0
%endif

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Thu Jul 25 09:08:41 CEST 2024 - jslaby@suse.cz
- drm/amd/display: Take Synaptics Cascaded Topology into Account
(bsc#1228093 #3495).
- commit a4c3703
-------------------------------------------------------------------
Thu Jul 25 07:07:22 CEST 2024 - jslaby@suse.cz
- Linux 6.10.1 (bsc#1012628).
- thermal: core: Allow thermal zones to tell the core to ignore
them (bsc#1012628).
- io_uring: fix error pbuf checking (bsc#1012628).
- ASoC: cs35l56: Limit Speaker Volume to +12dB maximum
(bsc#1012628).
- ASoC: cs35l56: Use header defines for Speaker Volume control
definition (bsc#1012628).
- tpm: Use auth only after NULL check in
tpm_buf_check_hmac_response() (bsc#1012628).
- cifs: Fix setting of zero_point after DIO write (bsc#1012628).
- cifs: Fix server re-repick on subrequest retry (bsc#1012628).
- cifs: fix noisy message on copy_file_range (bsc#1012628).
- cifs: Fix missing fscache invalidation (bsc#1012628).
- cifs: Fix missing error code set (bsc#1012628).
- ext4: use memtostr_pad() for s_volume_name (bsc#1012628).
- commit a57275a
-------------------------------------------------------------------
Thu Jul 18 09:12:31 CEST 2024 - jslaby@suse.cz

View File

@ -18,8 +18,8 @@
%define srcversion 6.10
%define patchversion 6.10.0
%define git_commit cee765ea30a48b8adf2780315068e0a346dadb0c
%define patchversion 6.10.1
%define git_commit b4c384c6477d3a7ff0b64491ddb76b4cc67ae796
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@ -36,9 +36,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: kernel-debug
Version: 6.10.0
Version: 6.10.1
%if 0%{?is_kotd}
Release: <RELEASE>.gcee765e
Release: <RELEASE>.gb4c384c
%else
Release: 0
%endif

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Thu Jul 25 09:08:41 CEST 2024 - jslaby@suse.cz
- drm/amd/display: Take Synaptics Cascaded Topology into Account
(bsc#1228093 #3495).
- commit a4c3703
-------------------------------------------------------------------
Thu Jul 25 07:07:22 CEST 2024 - jslaby@suse.cz
- Linux 6.10.1 (bsc#1012628).
- thermal: core: Allow thermal zones to tell the core to ignore
them (bsc#1012628).
- io_uring: fix error pbuf checking (bsc#1012628).
- ASoC: cs35l56: Limit Speaker Volume to +12dB maximum
(bsc#1012628).
- ASoC: cs35l56: Use header defines for Speaker Volume control
definition (bsc#1012628).
- tpm: Use auth only after NULL check in
tpm_buf_check_hmac_response() (bsc#1012628).
- cifs: Fix setting of zero_point after DIO write (bsc#1012628).
- cifs: Fix server re-repick on subrequest retry (bsc#1012628).
- cifs: fix noisy message on copy_file_range (bsc#1012628).
- cifs: Fix missing fscache invalidation (bsc#1012628).
- cifs: Fix missing error code set (bsc#1012628).
- ext4: use memtostr_pad() for s_volume_name (bsc#1012628).
- commit a57275a
-------------------------------------------------------------------
Thu Jul 18 09:12:31 CEST 2024 - jslaby@suse.cz

View File

@ -18,8 +18,8 @@
%define srcversion 6.10
%define patchversion 6.10.0
%define git_commit cee765ea30a48b8adf2780315068e0a346dadb0c
%define patchversion 6.10.1
%define git_commit b4c384c6477d3a7ff0b64491ddb76b4cc67ae796
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@ -36,9 +36,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: kernel-default
Version: 6.10.0
Version: 6.10.1
%if 0%{?is_kotd}
Release: <RELEASE>.gcee765e
Release: <RELEASE>.gb4c384c
%else
Release: 0
%endif

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Thu Jul 25 09:08:41 CEST 2024 - jslaby@suse.cz
- drm/amd/display: Take Synaptics Cascaded Topology into Account
(bsc#1228093 #3495).
- commit a4c3703
-------------------------------------------------------------------
Thu Jul 25 07:07:22 CEST 2024 - jslaby@suse.cz
- Linux 6.10.1 (bsc#1012628).
- thermal: core: Allow thermal zones to tell the core to ignore
them (bsc#1012628).
- io_uring: fix error pbuf checking (bsc#1012628).
- ASoC: cs35l56: Limit Speaker Volume to +12dB maximum
(bsc#1012628).
- ASoC: cs35l56: Use header defines for Speaker Volume control
definition (bsc#1012628).
- tpm: Use auth only after NULL check in
tpm_buf_check_hmac_response() (bsc#1012628).
- cifs: Fix setting of zero_point after DIO write (bsc#1012628).
- cifs: Fix server re-repick on subrequest retry (bsc#1012628).
- cifs: fix noisy message on copy_file_range (bsc#1012628).
- cifs: Fix missing fscache invalidation (bsc#1012628).
- cifs: Fix missing error code set (bsc#1012628).
- ext4: use memtostr_pad() for s_volume_name (bsc#1012628).
- commit a57275a
-------------------------------------------------------------------
Thu Jul 18 09:12:31 CEST 2024 - jslaby@suse.cz

View File

@ -17,8 +17,8 @@
%define srcversion 6.10
%define patchversion 6.10.0
%define git_commit cee765ea30a48b8adf2780315068e0a346dadb0c
%define patchversion 6.10.1
%define git_commit b4c384c6477d3a7ff0b64491ddb76b4cc67ae796
%define variant %{nil}
%define build_html 1
%define build_pdf 0
@ -28,9 +28,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: kernel-docs
Version: 6.10.0
Version: 6.10.1
%if 0%{?is_kotd}
Release: <RELEASE>.gcee765e
Release: <RELEASE>.gb4c384c
%else
Release: 0
%endif

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Thu Jul 25 09:08:41 CEST 2024 - jslaby@suse.cz
- drm/amd/display: Take Synaptics Cascaded Topology into Account
(bsc#1228093 #3495).
- commit a4c3703
-------------------------------------------------------------------
Thu Jul 25 07:07:22 CEST 2024 - jslaby@suse.cz
- Linux 6.10.1 (bsc#1012628).
- thermal: core: Allow thermal zones to tell the core to ignore
them (bsc#1012628).
- io_uring: fix error pbuf checking (bsc#1012628).
- ASoC: cs35l56: Limit Speaker Volume to +12dB maximum
(bsc#1012628).
- ASoC: cs35l56: Use header defines for Speaker Volume control
definition (bsc#1012628).
- tpm: Use auth only after NULL check in
tpm_buf_check_hmac_response() (bsc#1012628).
- cifs: Fix setting of zero_point after DIO write (bsc#1012628).
- cifs: Fix server re-repick on subrequest retry (bsc#1012628).
- cifs: fix noisy message on copy_file_range (bsc#1012628).
- cifs: Fix missing fscache invalidation (bsc#1012628).
- cifs: Fix missing error code set (bsc#1012628).
- ext4: use memtostr_pad() for s_volume_name (bsc#1012628).
- commit a57275a
-------------------------------------------------------------------
Thu Jul 18 09:12:31 CEST 2024 - jslaby@suse.cz

View File

@ -18,8 +18,8 @@
%define srcversion 6.10
%define patchversion 6.10.0
%define git_commit cee765ea30a48b8adf2780315068e0a346dadb0c
%define patchversion 6.10.1
%define git_commit b4c384c6477d3a7ff0b64491ddb76b4cc67ae796
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@ -36,9 +36,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: kernel-kvmsmall
Version: 6.10.0
Version: 6.10.1
%if 0%{?is_kotd}
Release: <RELEASE>.gcee765e
Release: <RELEASE>.gb4c384c
%else
Release: 0
%endif

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Thu Jul 25 09:08:41 CEST 2024 - jslaby@suse.cz
- drm/amd/display: Take Synaptics Cascaded Topology into Account
(bsc#1228093 #3495).
- commit a4c3703
-------------------------------------------------------------------
Thu Jul 25 07:07:22 CEST 2024 - jslaby@suse.cz
- Linux 6.10.1 (bsc#1012628).
- thermal: core: Allow thermal zones to tell the core to ignore
them (bsc#1012628).
- io_uring: fix error pbuf checking (bsc#1012628).
- ASoC: cs35l56: Limit Speaker Volume to +12dB maximum
(bsc#1012628).
- ASoC: cs35l56: Use header defines for Speaker Volume control
definition (bsc#1012628).
- tpm: Use auth only after NULL check in
tpm_buf_check_hmac_response() (bsc#1012628).
- cifs: Fix setting of zero_point after DIO write (bsc#1012628).
- cifs: Fix server re-repick on subrequest retry (bsc#1012628).
- cifs: fix noisy message on copy_file_range (bsc#1012628).
- cifs: Fix missing fscache invalidation (bsc#1012628).
- cifs: Fix missing error code set (bsc#1012628).
- ext4: use memtostr_pad() for s_volume_name (bsc#1012628).
- commit a57275a
-------------------------------------------------------------------
Thu Jul 18 09:12:31 CEST 2024 - jslaby@suse.cz

View File

@ -18,8 +18,8 @@
%define srcversion 6.10
%define patchversion 6.10.0
%define git_commit cee765ea30a48b8adf2780315068e0a346dadb0c
%define patchversion 6.10.1
%define git_commit b4c384c6477d3a7ff0b64491ddb76b4cc67ae796
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@ -36,9 +36,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: kernel-lpae
Version: 6.10.0
Version: 6.10.1
%if 0%{?is_kotd}
Release: <RELEASE>.gcee765e
Release: <RELEASE>.gb4c384c
%else
Release: 0
%endif

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Thu Jul 25 09:08:41 CEST 2024 - jslaby@suse.cz
- drm/amd/display: Take Synaptics Cascaded Topology into Account
(bsc#1228093 #3495).
- commit a4c3703
-------------------------------------------------------------------
Thu Jul 25 07:07:22 CEST 2024 - jslaby@suse.cz
- Linux 6.10.1 (bsc#1012628).
- thermal: core: Allow thermal zones to tell the core to ignore
them (bsc#1012628).
- io_uring: fix error pbuf checking (bsc#1012628).
- ASoC: cs35l56: Limit Speaker Volume to +12dB maximum
(bsc#1012628).
- ASoC: cs35l56: Use header defines for Speaker Volume control
definition (bsc#1012628).
- tpm: Use auth only after NULL check in
tpm_buf_check_hmac_response() (bsc#1012628).
- cifs: Fix setting of zero_point after DIO write (bsc#1012628).
- cifs: Fix server re-repick on subrequest retry (bsc#1012628).
- cifs: fix noisy message on copy_file_range (bsc#1012628).
- cifs: Fix missing fscache invalidation (bsc#1012628).
- cifs: Fix missing error code set (bsc#1012628).
- ext4: use memtostr_pad() for s_volume_name (bsc#1012628).
- commit a57275a
-------------------------------------------------------------------
Thu Jul 18 09:12:31 CEST 2024 - jslaby@suse.cz

View File

@ -19,7 +19,7 @@
#!BuildIgnore: post-build-checks
%define patchversion 6.10.0
%define patchversion 6.10.1
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -38,16 +38,16 @@
%endif
%endif
%endif
%global kernel_package kernel%kernel_flavor-srchash-cee765ea30a48b8adf2780315068e0a346dadb0c
%global kernel_package kernel%kernel_flavor-srchash-b4c384c6477d3a7ff0b64491ddb76b4cc67ae796
%endif
%if 0%{?rhel_version}
%global kernel_package kernel
%endif
Name: kernel-obs-build
Version: 6.10.0
Version: 6.10.1
%if 0%{?is_kotd}
Release: <RELEASE>.gcee765e
Release: <RELEASE>.gb4c384c
%else
Release: 0
%endif

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Thu Jul 25 09:08:41 CEST 2024 - jslaby@suse.cz
- drm/amd/display: Take Synaptics Cascaded Topology into Account
(bsc#1228093 #3495).
- commit a4c3703
-------------------------------------------------------------------
Thu Jul 25 07:07:22 CEST 2024 - jslaby@suse.cz
- Linux 6.10.1 (bsc#1012628).
- thermal: core: Allow thermal zones to tell the core to ignore
them (bsc#1012628).
- io_uring: fix error pbuf checking (bsc#1012628).
- ASoC: cs35l56: Limit Speaker Volume to +12dB maximum
(bsc#1012628).
- ASoC: cs35l56: Use header defines for Speaker Volume control
definition (bsc#1012628).
- tpm: Use auth only after NULL check in
tpm_buf_check_hmac_response() (bsc#1012628).
- cifs: Fix setting of zero_point after DIO write (bsc#1012628).
- cifs: Fix server re-repick on subrequest retry (bsc#1012628).
- cifs: fix noisy message on copy_file_range (bsc#1012628).
- cifs: Fix missing fscache invalidation (bsc#1012628).
- cifs: Fix missing error code set (bsc#1012628).
- ext4: use memtostr_pad() for s_volume_name (bsc#1012628).
- commit a57275a
-------------------------------------------------------------------
Thu Jul 18 09:12:31 CEST 2024 - jslaby@suse.cz

View File

@ -17,15 +17,15 @@
# needsrootforbuild
%define patchversion 6.10.0
%define patchversion 6.10.1
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
Name: kernel-obs-qa
Version: 6.10.0
Version: 6.10.1
%if 0%{?is_kotd}
Release: <RELEASE>.gcee765e
Release: <RELEASE>.gb4c384c
%else
Release: 0
%endif

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Thu Jul 25 09:08:41 CEST 2024 - jslaby@suse.cz
- drm/amd/display: Take Synaptics Cascaded Topology into Account
(bsc#1228093 #3495).
- commit a4c3703
-------------------------------------------------------------------
Thu Jul 25 07:07:22 CEST 2024 - jslaby@suse.cz
- Linux 6.10.1 (bsc#1012628).
- thermal: core: Allow thermal zones to tell the core to ignore
them (bsc#1012628).
- io_uring: fix error pbuf checking (bsc#1012628).
- ASoC: cs35l56: Limit Speaker Volume to +12dB maximum
(bsc#1012628).
- ASoC: cs35l56: Use header defines for Speaker Volume control
definition (bsc#1012628).
- tpm: Use auth only after NULL check in
tpm_buf_check_hmac_response() (bsc#1012628).
- cifs: Fix setting of zero_point after DIO write (bsc#1012628).
- cifs: Fix server re-repick on subrequest retry (bsc#1012628).
- cifs: fix noisy message on copy_file_range (bsc#1012628).
- cifs: Fix missing fscache invalidation (bsc#1012628).
- cifs: Fix missing error code set (bsc#1012628).
- ext4: use memtostr_pad() for s_volume_name (bsc#1012628).
- commit a57275a
-------------------------------------------------------------------
Thu Jul 18 09:12:31 CEST 2024 - jslaby@suse.cz

View File

@ -18,8 +18,8 @@
%define srcversion 6.10
%define patchversion 6.10.0
%define git_commit cee765ea30a48b8adf2780315068e0a346dadb0c
%define patchversion 6.10.1
%define git_commit b4c384c6477d3a7ff0b64491ddb76b4cc67ae796
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@ -36,9 +36,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: kernel-pae
Version: 6.10.0
Version: 6.10.1
%if 0%{?is_kotd}
Release: <RELEASE>.gcee765e
Release: <RELEASE>.gb4c384c
%else
Release: 0
%endif

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Thu Jul 25 09:08:41 CEST 2024 - jslaby@suse.cz
- drm/amd/display: Take Synaptics Cascaded Topology into Account
(bsc#1228093 #3495).
- commit a4c3703
-------------------------------------------------------------------
Thu Jul 25 07:07:22 CEST 2024 - jslaby@suse.cz
- Linux 6.10.1 (bsc#1012628).
- thermal: core: Allow thermal zones to tell the core to ignore
them (bsc#1012628).
- io_uring: fix error pbuf checking (bsc#1012628).
- ASoC: cs35l56: Limit Speaker Volume to +12dB maximum
(bsc#1012628).
- ASoC: cs35l56: Use header defines for Speaker Volume control
definition (bsc#1012628).
- tpm: Use auth only after NULL check in
tpm_buf_check_hmac_response() (bsc#1012628).
- cifs: Fix setting of zero_point after DIO write (bsc#1012628).
- cifs: Fix server re-repick on subrequest retry (bsc#1012628).
- cifs: fix noisy message on copy_file_range (bsc#1012628).
- cifs: Fix missing fscache invalidation (bsc#1012628).
- cifs: Fix missing error code set (bsc#1012628).
- ext4: use memtostr_pad() for s_volume_name (bsc#1012628).
- commit a57275a
-------------------------------------------------------------------
Thu Jul 18 09:12:31 CEST 2024 - jslaby@suse.cz

View File

@ -17,8 +17,8 @@
%define srcversion 6.10
%define patchversion 6.10.0
%define git_commit cee765ea30a48b8adf2780315068e0a346dadb0c
%define patchversion 6.10.1
%define git_commit b4c384c6477d3a7ff0b64491ddb76b4cc67ae796
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -26,9 +26,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: kernel-source
Version: 6.10.0
Version: 6.10.1
%if 0%{?is_kotd}
Release: <RELEASE>.gcee765e
Release: <RELEASE>.gb4c384c
%else
Release: 0
%endif

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Thu Jul 25 09:08:41 CEST 2024 - jslaby@suse.cz
- drm/amd/display: Take Synaptics Cascaded Topology into Account
(bsc#1228093 #3495).
- commit a4c3703
-------------------------------------------------------------------
Thu Jul 25 07:07:22 CEST 2024 - jslaby@suse.cz
- Linux 6.10.1 (bsc#1012628).
- thermal: core: Allow thermal zones to tell the core to ignore
them (bsc#1012628).
- io_uring: fix error pbuf checking (bsc#1012628).
- ASoC: cs35l56: Limit Speaker Volume to +12dB maximum
(bsc#1012628).
- ASoC: cs35l56: Use header defines for Speaker Volume control
definition (bsc#1012628).
- tpm: Use auth only after NULL check in
tpm_buf_check_hmac_response() (bsc#1012628).
- cifs: Fix setting of zero_point after DIO write (bsc#1012628).
- cifs: Fix server re-repick on subrequest retry (bsc#1012628).
- cifs: fix noisy message on copy_file_range (bsc#1012628).
- cifs: Fix missing fscache invalidation (bsc#1012628).
- cifs: Fix missing error code set (bsc#1012628).
- ext4: use memtostr_pad() for s_volume_name (bsc#1012628).
- commit a57275a
-------------------------------------------------------------------
Thu Jul 18 09:12:31 CEST 2024 - jslaby@suse.cz

View File

@ -16,16 +16,16 @@
#
%define git_commit cee765ea30a48b8adf2780315068e0a346dadb0c
%define git_commit b4c384c6477d3a7ff0b64491ddb76b4cc67ae796
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
Name: kernel-syms
Version: 6.10.0
Version: 6.10.1
%if %using_buildservice
%if 0%{?is_kotd}
Release: <RELEASE>.gcee765e
Release: <RELEASE>.gb4c384c
%else
Release: 0
%endif

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Thu Jul 25 09:08:41 CEST 2024 - jslaby@suse.cz
- drm/amd/display: Take Synaptics Cascaded Topology into Account
(bsc#1228093 #3495).
- commit a4c3703
-------------------------------------------------------------------
Thu Jul 25 07:07:22 CEST 2024 - jslaby@suse.cz
- Linux 6.10.1 (bsc#1012628).
- thermal: core: Allow thermal zones to tell the core to ignore
them (bsc#1012628).
- io_uring: fix error pbuf checking (bsc#1012628).
- ASoC: cs35l56: Limit Speaker Volume to +12dB maximum
(bsc#1012628).
- ASoC: cs35l56: Use header defines for Speaker Volume control
definition (bsc#1012628).
- tpm: Use auth only after NULL check in
tpm_buf_check_hmac_response() (bsc#1012628).
- cifs: Fix setting of zero_point after DIO write (bsc#1012628).
- cifs: Fix server re-repick on subrequest retry (bsc#1012628).
- cifs: fix noisy message on copy_file_range (bsc#1012628).
- cifs: Fix missing fscache invalidation (bsc#1012628).
- cifs: Fix missing error code set (bsc#1012628).
- ext4: use memtostr_pad() for s_volume_name (bsc#1012628).
- commit a57275a
-------------------------------------------------------------------
Thu Jul 18 09:12:31 CEST 2024 - jslaby@suse.cz

View File

@ -18,8 +18,8 @@
%define srcversion 6.10
%define patchversion 6.10.0
%define git_commit cee765ea30a48b8adf2780315068e0a346dadb0c
%define patchversion 6.10.1
%define git_commit b4c384c6477d3a7ff0b64491ddb76b4cc67ae796
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@ -36,9 +36,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: kernel-vanilla
Version: 6.10.0
Version: 6.10.1
%if 0%{?is_kotd}
Release: <RELEASE>.gcee765e
Release: <RELEASE>.gb4c384c
%else
Release: 0
%endif

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Thu Jul 25 09:08:41 CEST 2024 - jslaby@suse.cz
- drm/amd/display: Take Synaptics Cascaded Topology into Account
(bsc#1228093 #3495).
- commit a4c3703
-------------------------------------------------------------------
Thu Jul 25 07:07:22 CEST 2024 - jslaby@suse.cz
- Linux 6.10.1 (bsc#1012628).
- thermal: core: Allow thermal zones to tell the core to ignore
them (bsc#1012628).
- io_uring: fix error pbuf checking (bsc#1012628).
- ASoC: cs35l56: Limit Speaker Volume to +12dB maximum
(bsc#1012628).
- ASoC: cs35l56: Use header defines for Speaker Volume control
definition (bsc#1012628).
- tpm: Use auth only after NULL check in
tpm_buf_check_hmac_response() (bsc#1012628).
- cifs: Fix setting of zero_point after DIO write (bsc#1012628).
- cifs: Fix server re-repick on subrequest retry (bsc#1012628).
- cifs: fix noisy message on copy_file_range (bsc#1012628).
- cifs: Fix missing fscache invalidation (bsc#1012628).
- cifs: Fix missing error code set (bsc#1012628).
- ext4: use memtostr_pad() for s_volume_name (bsc#1012628).
- commit a57275a
-------------------------------------------------------------------
Thu Jul 18 09:12:31 CEST 2024 - jslaby@suse.cz

View File

@ -18,8 +18,8 @@
%define srcversion 6.10
%define patchversion 6.10.0
%define git_commit cee765ea30a48b8adf2780315068e0a346dadb0c
%define patchversion 6.10.1
%define git_commit b4c384c6477d3a7ff0b64491ddb76b4cc67ae796
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@ -36,9 +36,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: kernel-zfcpdump
Version: 6.10.0
Version: 6.10.1
%if 0%{?is_kotd}
Release: <RELEASE>.gcee765e
Release: <RELEASE>.gb4c384c
%else
Release: 0
%endif

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:151ed83da0c943ef54966dd1f03f6e66713dd0364846d702a5563ed04d935b49
size 37584
oid sha256:b1a6c2bb1ab1bafd6d128b3ab59a80fc81ad673068bbe79ee7acd7fe420475c6
size 37554

View File

@ -27,6 +27,18 @@
# DO NOT MODIFY THEM!
# Send separate patches upstream if you find a problem...
########################################################
patches.kernel.org/6.10.1-001-ext4-use-memtostr_pad-for-s_volume_name.patch
patches.kernel.org/6.10.1-002-cifs-Fix-missing-error-code-set.patch
patches.kernel.org/6.10.1-003-cifs-Fix-missing-fscache-invalidation.patch
patches.kernel.org/6.10.1-004-cifs-fix-noisy-message-on-copy_file_range.patch
patches.kernel.org/6.10.1-005-cifs-Fix-server-re-repick-on-subrequest-retry.patch
patches.kernel.org/6.10.1-006-cifs-Fix-setting-of-zero_point-after-DIO-write.patch
patches.kernel.org/6.10.1-007-tpm-Use-auth-only-after-NULL-check-in-tpm_buf_.patch
patches.kernel.org/6.10.1-008-ASoC-cs35l56-Use-header-defines-for-Speaker-Vo.patch
patches.kernel.org/6.10.1-009-ASoC-cs35l56-Limit-Speaker-Volume-to-12dB-maxi.patch
patches.kernel.org/6.10.1-010-io_uring-fix-error-pbuf-checking.patch
patches.kernel.org/6.10.1-011-thermal-core-Allow-thermal-zones-to-tell-the-c.patch
patches.kernel.org/6.10.1-012-Linux-6.10.1.patch
########################################################
# Build fixes that apply to the vanilla kernel too.
@ -73,6 +85,7 @@
########################################################
patches.suse/firmware-qemu_fw_cfg-Do-not-hard-depend-on-CONFIG_HA.patch
patches.suse/drm-nouveau-disp-Fix-missing-backlight-control-on-Ma.patch
patches.suse/drm-amd-display-Take-Synaptics-Cascaded-Topology-int.patch
########################################################
# kbuild/module infrastructure fixes
@ -175,7 +188,6 @@
patches.suse/drivers-firmware-skip-simpledrm-if-nvidia-drm.modese.patch
patches.suse/Add-parameter-to-disable-simple-framebuffer-devices.patch
patches.suse/fix-amdgpu-freezes.patch
patches.suse/Revert-drm-amd-display-FEC-overhead-should-be-checke.patch
########################################################
# Storage

View File

@ -1,3 +1,3 @@
2024-07-18 07:12:31 +0000
GIT Revision: cee765ea30a48b8adf2780315068e0a346dadb0c
2024-07-25 07:09:44 +0000
GIT Revision: b4c384c6477d3a7ff0b64491ddb76b4cc67ae796
GIT Branch: stable