commit 0c0b0b548ce4faaad4593f443b15222d26fe56f2

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=2161
This commit is contained in:
Jiri Slaby 2024-05-17 12:00:56 +00:00 committed by Git OBS Bridge
parent ba79022a7b
commit dc0977507a
37 changed files with 327 additions and 66 deletions

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri May 17 13:59:45 CEST 2024 - jslaby@suse.cz
- Linux 6.9.1 (bsc#1012628).
- wifi: mt76: mt7915: add missing chanctx ops (bsc#1012628).
- keys: Fix overwrite of key expiration on instantiation
(bsc#1012628).
- dmaengine: idxd: add a write() method for applications to
submit work (bsc#1012628).
- dmaengine: idxd: add a new security check to deal with a
hardware erratum (bsc#1012628).
- VFIO: Add the SPR_DSA and SPR_IAX devices to the denylist
(bsc#1012628).
- commit 0c0b0b5
-------------------------------------------------------------------
Tue May 14 09:26:54 CEST 2024 - jslaby@suse.cz

View File

@ -17,7 +17,7 @@
%define srcversion 6.9
%define patchversion 6.9.0
%define patchversion 6.9.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.9.0
Version: 6.9.1
%if 0%{?is_kotd}
Release: <RELEASE>.g9b061ae
Release: <RELEASE>.g0c0b0b5
%else
Release: 0
%endif

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri May 17 13:59:45 CEST 2024 - jslaby@suse.cz
- Linux 6.9.1 (bsc#1012628).
- wifi: mt76: mt7915: add missing chanctx ops (bsc#1012628).
- keys: Fix overwrite of key expiration on instantiation
(bsc#1012628).
- dmaengine: idxd: add a write() method for applications to
submit work (bsc#1012628).
- dmaengine: idxd: add a new security check to deal with a
hardware erratum (bsc#1012628).
- VFIO: Add the SPR_DSA and SPR_IAX devices to the denylist
(bsc#1012628).
- commit 0c0b0b5
-------------------------------------------------------------------
Tue May 14 09:26:54 CEST 2024 - jslaby@suse.cz

View File

@ -17,7 +17,7 @@
%define srcversion 6.9
%define patchversion 6.9.0
%define patchversion 6.9.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.9.0
Version: 6.9.1
%if 0%{?is_kotd}
Release: <RELEASE>.g9b061ae
Release: <RELEASE>.g0c0b0b5
%else
Release: 0
%endif

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri May 17 13:59:45 CEST 2024 - jslaby@suse.cz
- Linux 6.9.1 (bsc#1012628).
- wifi: mt76: mt7915: add missing chanctx ops (bsc#1012628).
- keys: Fix overwrite of key expiration on instantiation
(bsc#1012628).
- dmaengine: idxd: add a write() method for applications to
submit work (bsc#1012628).
- dmaengine: idxd: add a new security check to deal with a
hardware erratum (bsc#1012628).
- VFIO: Add the SPR_DSA and SPR_IAX devices to the denylist
(bsc#1012628).
- commit 0c0b0b5
-------------------------------------------------------------------
Tue May 14 09:26:54 CEST 2024 - jslaby@suse.cz

View File

@ -17,7 +17,7 @@
%define srcversion 6.9
%define patchversion 6.9.0
%define patchversion 6.9.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.9.0
Version: 6.9.1
%if 0%{?is_kotd}
Release: <RELEASE>.g9b061ae
Release: <RELEASE>.g0c0b0b5
%else
Release: 0
%endif

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri May 17 13:59:45 CEST 2024 - jslaby@suse.cz
- Linux 6.9.1 (bsc#1012628).
- wifi: mt76: mt7915: add missing chanctx ops (bsc#1012628).
- keys: Fix overwrite of key expiration on instantiation
(bsc#1012628).
- dmaengine: idxd: add a write() method for applications to
submit work (bsc#1012628).
- dmaengine: idxd: add a new security check to deal with a
hardware erratum (bsc#1012628).
- VFIO: Add the SPR_DSA and SPR_IAX devices to the denylist
(bsc#1012628).
- commit 0c0b0b5
-------------------------------------------------------------------
Tue May 14 09:26:54 CEST 2024 - jslaby@suse.cz

View File

@ -17,7 +17,7 @@
%define srcversion 6.9
%define patchversion 6.9.0
%define patchversion 6.9.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.9.0
Version: 6.9.1
%if 0%{?is_kotd}
Release: <RELEASE>.g9b061ae
Release: <RELEASE>.g0c0b0b5
%else
Release: 0
%endif

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri May 17 13:59:45 CEST 2024 - jslaby@suse.cz
- Linux 6.9.1 (bsc#1012628).
- wifi: mt76: mt7915: add missing chanctx ops (bsc#1012628).
- keys: Fix overwrite of key expiration on instantiation
(bsc#1012628).
- dmaengine: idxd: add a write() method for applications to
submit work (bsc#1012628).
- dmaengine: idxd: add a new security check to deal with a
hardware erratum (bsc#1012628).
- VFIO: Add the SPR_DSA and SPR_IAX devices to the denylist
(bsc#1012628).
- commit 0c0b0b5
-------------------------------------------------------------------
Tue May 14 09:26:54 CEST 2024 - jslaby@suse.cz

View File

@ -18,8 +18,8 @@
%define srcversion 6.9
%define patchversion 6.9.0
%define git_commit 9b061aed2a4e242031285f53528dda8e4130122a
%define patchversion 6.9.1
%define git_commit 0c0b0b548ce4faaad4593f443b15222d26fe56f2
%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.9.0
Version: 6.9.1
%if 0%{?is_kotd}
Release: <RELEASE>.g9b061ae
Release: <RELEASE>.g0c0b0b5
%else
Release: 0
%endif

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri May 17 13:59:45 CEST 2024 - jslaby@suse.cz
- Linux 6.9.1 (bsc#1012628).
- wifi: mt76: mt7915: add missing chanctx ops (bsc#1012628).
- keys: Fix overwrite of key expiration on instantiation
(bsc#1012628).
- dmaengine: idxd: add a write() method for applications to
submit work (bsc#1012628).
- dmaengine: idxd: add a new security check to deal with a
hardware erratum (bsc#1012628).
- VFIO: Add the SPR_DSA and SPR_IAX devices to the denylist
(bsc#1012628).
- commit 0c0b0b5
-------------------------------------------------------------------
Tue May 14 09:26:54 CEST 2024 - jslaby@suse.cz

View File

@ -18,8 +18,8 @@
%define srcversion 6.9
%define patchversion 6.9.0
%define git_commit 9b061aed2a4e242031285f53528dda8e4130122a
%define patchversion 6.9.1
%define git_commit 0c0b0b548ce4faaad4593f443b15222d26fe56f2
%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.9.0
Version: 6.9.1
%if 0%{?is_kotd}
Release: <RELEASE>.g9b061ae
Release: <RELEASE>.g0c0b0b5
%else
Release: 0
%endif

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri May 17 13:59:45 CEST 2024 - jslaby@suse.cz
- Linux 6.9.1 (bsc#1012628).
- wifi: mt76: mt7915: add missing chanctx ops (bsc#1012628).
- keys: Fix overwrite of key expiration on instantiation
(bsc#1012628).
- dmaengine: idxd: add a write() method for applications to
submit work (bsc#1012628).
- dmaengine: idxd: add a new security check to deal with a
hardware erratum (bsc#1012628).
- VFIO: Add the SPR_DSA and SPR_IAX devices to the denylist
(bsc#1012628).
- commit 0c0b0b5
-------------------------------------------------------------------
Tue May 14 09:26:54 CEST 2024 - jslaby@suse.cz

View File

@ -18,8 +18,8 @@
%define srcversion 6.9
%define patchversion 6.9.0
%define git_commit 9b061aed2a4e242031285f53528dda8e4130122a
%define patchversion 6.9.1
%define git_commit 0c0b0b548ce4faaad4593f443b15222d26fe56f2
%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.9.0
Version: 6.9.1
%if 0%{?is_kotd}
Release: <RELEASE>.g9b061ae
Release: <RELEASE>.g0c0b0b5
%else
Release: 0
%endif

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri May 17 13:59:45 CEST 2024 - jslaby@suse.cz
- Linux 6.9.1 (bsc#1012628).
- wifi: mt76: mt7915: add missing chanctx ops (bsc#1012628).
- keys: Fix overwrite of key expiration on instantiation
(bsc#1012628).
- dmaengine: idxd: add a write() method for applications to
submit work (bsc#1012628).
- dmaengine: idxd: add a new security check to deal with a
hardware erratum (bsc#1012628).
- VFIO: Add the SPR_DSA and SPR_IAX devices to the denylist
(bsc#1012628).
- commit 0c0b0b5
-------------------------------------------------------------------
Tue May 14 09:26:54 CEST 2024 - jslaby@suse.cz

View File

@ -17,8 +17,8 @@
%define srcversion 6.9
%define patchversion 6.9.0
%define git_commit 9b061aed2a4e242031285f53528dda8e4130122a
%define patchversion 6.9.1
%define git_commit 0c0b0b548ce4faaad4593f443b15222d26fe56f2
%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.9.0
Version: 6.9.1
%if 0%{?is_kotd}
Release: <RELEASE>.g9b061ae
Release: <RELEASE>.g0c0b0b5
%else
Release: 0
%endif

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri May 17 13:59:45 CEST 2024 - jslaby@suse.cz
- Linux 6.9.1 (bsc#1012628).
- wifi: mt76: mt7915: add missing chanctx ops (bsc#1012628).
- keys: Fix overwrite of key expiration on instantiation
(bsc#1012628).
- dmaengine: idxd: add a write() method for applications to
submit work (bsc#1012628).
- dmaengine: idxd: add a new security check to deal with a
hardware erratum (bsc#1012628).
- VFIO: Add the SPR_DSA and SPR_IAX devices to the denylist
(bsc#1012628).
- commit 0c0b0b5
-------------------------------------------------------------------
Tue May 14 09:26:54 CEST 2024 - jslaby@suse.cz

View File

@ -18,8 +18,8 @@
%define srcversion 6.9
%define patchversion 6.9.0
%define git_commit 9b061aed2a4e242031285f53528dda8e4130122a
%define patchversion 6.9.1
%define git_commit 0c0b0b548ce4faaad4593f443b15222d26fe56f2
%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.9.0
Version: 6.9.1
%if 0%{?is_kotd}
Release: <RELEASE>.g9b061ae
Release: <RELEASE>.g0c0b0b5
%else
Release: 0
%endif

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri May 17 13:59:45 CEST 2024 - jslaby@suse.cz
- Linux 6.9.1 (bsc#1012628).
- wifi: mt76: mt7915: add missing chanctx ops (bsc#1012628).
- keys: Fix overwrite of key expiration on instantiation
(bsc#1012628).
- dmaengine: idxd: add a write() method for applications to
submit work (bsc#1012628).
- dmaengine: idxd: add a new security check to deal with a
hardware erratum (bsc#1012628).
- VFIO: Add the SPR_DSA and SPR_IAX devices to the denylist
(bsc#1012628).
- commit 0c0b0b5
-------------------------------------------------------------------
Tue May 14 09:26:54 CEST 2024 - jslaby@suse.cz

View File

@ -18,8 +18,8 @@
%define srcversion 6.9
%define patchversion 6.9.0
%define git_commit 9b061aed2a4e242031285f53528dda8e4130122a
%define patchversion 6.9.1
%define git_commit 0c0b0b548ce4faaad4593f443b15222d26fe56f2
%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.9.0
Version: 6.9.1
%if 0%{?is_kotd}
Release: <RELEASE>.g9b061ae
Release: <RELEASE>.g0c0b0b5
%else
Release: 0
%endif

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri May 17 13:59:45 CEST 2024 - jslaby@suse.cz
- Linux 6.9.1 (bsc#1012628).
- wifi: mt76: mt7915: add missing chanctx ops (bsc#1012628).
- keys: Fix overwrite of key expiration on instantiation
(bsc#1012628).
- dmaengine: idxd: add a write() method for applications to
submit work (bsc#1012628).
- dmaengine: idxd: add a new security check to deal with a
hardware erratum (bsc#1012628).
- VFIO: Add the SPR_DSA and SPR_IAX devices to the denylist
(bsc#1012628).
- commit 0c0b0b5
-------------------------------------------------------------------
Tue May 14 09:26:54 CEST 2024 - jslaby@suse.cz

View File

@ -19,7 +19,7 @@
#!BuildIgnore: post-build-checks
%define patchversion 6.9.0
%define patchversion 6.9.1
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -38,16 +38,16 @@
%endif
%endif
%endif
%global kernel_package kernel%kernel_flavor-srchash-9b061aed2a4e242031285f53528dda8e4130122a
%global kernel_package kernel%kernel_flavor-srchash-0c0b0b548ce4faaad4593f443b15222d26fe56f2
%endif
%if 0%{?rhel_version}
%global kernel_package kernel
%endif
Name: kernel-obs-build
Version: 6.9.0
Version: 6.9.1
%if 0%{?is_kotd}
Release: <RELEASE>.g9b061ae
Release: <RELEASE>.g0c0b0b5
%else
Release: 0
%endif

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri May 17 13:59:45 CEST 2024 - jslaby@suse.cz
- Linux 6.9.1 (bsc#1012628).
- wifi: mt76: mt7915: add missing chanctx ops (bsc#1012628).
- keys: Fix overwrite of key expiration on instantiation
(bsc#1012628).
- dmaengine: idxd: add a write() method for applications to
submit work (bsc#1012628).
- dmaengine: idxd: add a new security check to deal with a
hardware erratum (bsc#1012628).
- VFIO: Add the SPR_DSA and SPR_IAX devices to the denylist
(bsc#1012628).
- commit 0c0b0b5
-------------------------------------------------------------------
Tue May 14 09:26:54 CEST 2024 - jslaby@suse.cz

View File

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri May 17 13:59:45 CEST 2024 - jslaby@suse.cz
- Linux 6.9.1 (bsc#1012628).
- wifi: mt76: mt7915: add missing chanctx ops (bsc#1012628).
- keys: Fix overwrite of key expiration on instantiation
(bsc#1012628).
- dmaengine: idxd: add a write() method for applications to
submit work (bsc#1012628).
- dmaengine: idxd: add a new security check to deal with a
hardware erratum (bsc#1012628).
- VFIO: Add the SPR_DSA and SPR_IAX devices to the denylist
(bsc#1012628).
- commit 0c0b0b5
-------------------------------------------------------------------
Tue May 14 09:26:54 CEST 2024 - jslaby@suse.cz

View File

@ -18,8 +18,8 @@
%define srcversion 6.9
%define patchversion 6.9.0
%define git_commit 9b061aed2a4e242031285f53528dda8e4130122a
%define patchversion 6.9.1
%define git_commit 0c0b0b548ce4faaad4593f443b15222d26fe56f2
%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.9.0
Version: 6.9.1
%if 0%{?is_kotd}
Release: <RELEASE>.g9b061ae
Release: <RELEASE>.g0c0b0b5
%else
Release: 0
%endif

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri May 17 13:59:45 CEST 2024 - jslaby@suse.cz
- Linux 6.9.1 (bsc#1012628).
- wifi: mt76: mt7915: add missing chanctx ops (bsc#1012628).
- keys: Fix overwrite of key expiration on instantiation
(bsc#1012628).
- dmaengine: idxd: add a write() method for applications to
submit work (bsc#1012628).
- dmaengine: idxd: add a new security check to deal with a
hardware erratum (bsc#1012628).
- VFIO: Add the SPR_DSA and SPR_IAX devices to the denylist
(bsc#1012628).
- commit 0c0b0b5
-------------------------------------------------------------------
Tue May 14 09:26:54 CEST 2024 - jslaby@suse.cz

View File

@ -17,8 +17,8 @@
%define srcversion 6.9
%define patchversion 6.9.0
%define git_commit 9b061aed2a4e242031285f53528dda8e4130122a
%define patchversion 6.9.1
%define git_commit 0c0b0b548ce4faaad4593f443b15222d26fe56f2
%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.9.0
Version: 6.9.1
%if 0%{?is_kotd}
Release: <RELEASE>.g9b061ae
Release: <RELEASE>.g0c0b0b5
%else
Release: 0
%endif

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri May 17 13:59:45 CEST 2024 - jslaby@suse.cz
- Linux 6.9.1 (bsc#1012628).
- wifi: mt76: mt7915: add missing chanctx ops (bsc#1012628).
- keys: Fix overwrite of key expiration on instantiation
(bsc#1012628).
- dmaengine: idxd: add a write() method for applications to
submit work (bsc#1012628).
- dmaengine: idxd: add a new security check to deal with a
hardware erratum (bsc#1012628).
- VFIO: Add the SPR_DSA and SPR_IAX devices to the denylist
(bsc#1012628).
- commit 0c0b0b5
-------------------------------------------------------------------
Tue May 14 09:26:54 CEST 2024 - jslaby@suse.cz

View File

@ -16,16 +16,16 @@
#
%define git_commit 9b061aed2a4e242031285f53528dda8e4130122a
%define git_commit 0c0b0b548ce4faaad4593f443b15222d26fe56f2
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
Name: kernel-syms
Version: 6.9.0
Version: 6.9.1
%if %using_buildservice
%if 0%{?is_kotd}
Release: <RELEASE>.g9b061ae
Release: <RELEASE>.g0c0b0b5
%else
Release: 0
%endif

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri May 17 13:59:45 CEST 2024 - jslaby@suse.cz
- Linux 6.9.1 (bsc#1012628).
- wifi: mt76: mt7915: add missing chanctx ops (bsc#1012628).
- keys: Fix overwrite of key expiration on instantiation
(bsc#1012628).
- dmaengine: idxd: add a write() method for applications to
submit work (bsc#1012628).
- dmaengine: idxd: add a new security check to deal with a
hardware erratum (bsc#1012628).
- VFIO: Add the SPR_DSA and SPR_IAX devices to the denylist
(bsc#1012628).
- commit 0c0b0b5
-------------------------------------------------------------------
Tue May 14 09:26:54 CEST 2024 - jslaby@suse.cz

View File

@ -18,8 +18,8 @@
%define srcversion 6.9
%define patchversion 6.9.0
%define git_commit 9b061aed2a4e242031285f53528dda8e4130122a
%define patchversion 6.9.1
%define git_commit 0c0b0b548ce4faaad4593f443b15222d26fe56f2
%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.9.0
Version: 6.9.1
%if 0%{?is_kotd}
Release: <RELEASE>.g9b061ae
Release: <RELEASE>.g0c0b0b5
%else
Release: 0
%endif

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri May 17 13:59:45 CEST 2024 - jslaby@suse.cz
- Linux 6.9.1 (bsc#1012628).
- wifi: mt76: mt7915: add missing chanctx ops (bsc#1012628).
- keys: Fix overwrite of key expiration on instantiation
(bsc#1012628).
- dmaengine: idxd: add a write() method for applications to
submit work (bsc#1012628).
- dmaengine: idxd: add a new security check to deal with a
hardware erratum (bsc#1012628).
- VFIO: Add the SPR_DSA and SPR_IAX devices to the denylist
(bsc#1012628).
- commit 0c0b0b5
-------------------------------------------------------------------
Tue May 14 09:26:54 CEST 2024 - jslaby@suse.cz

View File

@ -18,8 +18,8 @@
%define srcversion 6.9
%define patchversion 6.9.0
%define git_commit 9b061aed2a4e242031285f53528dda8e4130122a
%define patchversion 6.9.1
%define git_commit 0c0b0b548ce4faaad4593f443b15222d26fe56f2
%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.9.0
Version: 6.9.1
%if 0%{?is_kotd}
Release: <RELEASE>.g9b061ae
Release: <RELEASE>.g0c0b0b5
%else
Release: 0
%endif

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

Binary file not shown.

View File

@ -27,6 +27,12 @@
# DO NOT MODIFY THEM!
# Send separate patches upstream if you find a problem...
########################################################
patches.kernel.org/6.9.1-001-VFIO-Add-the-SPR_DSA-and-SPR_IAX-devices-to-the.patch
patches.kernel.org/6.9.1-002-dmaengine-idxd-add-a-new-security-check-to-deal.patch
patches.kernel.org/6.9.1-003-dmaengine-idxd-add-a-write-method-for-applicati.patch
patches.kernel.org/6.9.1-004-keys-Fix-overwrite-of-key-expiration-on-instant.patch
patches.kernel.org/6.9.1-005-wifi-mt76-mt7915-add-missing-chanctx-ops.patch
patches.kernel.org/6.9.1-006-Linux-6.9.1.patch
########################################################
# Build fixes that apply to the vanilla kernel too.

View File

@ -1,3 +1,3 @@
2024-05-14 07:29:19 +0000
GIT Revision: 9b061aed2a4e242031285f53528dda8e4130122a
2024-05-17 11:59:46 +0000
GIT Revision: 0c0b0b548ce4faaad4593f443b15222d26fe56f2
GIT Branch: stable