commit 0140109009d7f816a99aa221c1f6ad6a546296a5
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=1781
This commit is contained in:
parent
0d1694721c
commit
fd7bd564cd
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 21 15:36:10 CEST 2022 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 5.19.3 (bsc#1012628).
|
||||||
|
- arm64: kexec_file: use more system keyrings to verify kernel
|
||||||
|
image signature (bsc#1012628).
|
||||||
|
- kexec, KEYS: make the code in bzImage64_verify_sig generic
|
||||||
|
(bsc#1012628).
|
||||||
|
- btrfs: raid56: don't trust any cached sector in
|
||||||
|
__raid56_parity_recover() (bsc#1012628).
|
||||||
|
- btrfs: only write the sectors in the vertical stripe which
|
||||||
|
has data stripes (bsc#1012628).
|
||||||
|
- net_sched: cls_route: disallow handle of 0 (bsc#1012628).
|
||||||
|
- tee: add overflow check in register_shm_helper() (bsc#1012628).
|
||||||
|
- Revert "mm: kfence: apply kmemleak_ignore_phys on early
|
||||||
|
allocated pool" (bsc#1012628).
|
||||||
|
- commit 0140109
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 19 16:33:40 CEST 2022 - tiwai@suse.de
|
Fri Aug 19 16:33:40 CEST 2022 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 5.19
|
%define srcversion 5.19
|
||||||
%define patchversion 5.19.2
|
%define patchversion 5.19.3
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
@ -29,9 +29,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})
|
%(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
|
Name: dtb-aarch64
|
||||||
Version: 5.19.2
|
Version: 5.19.3
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g46d0607
|
Release: <RELEASE>.g0140109
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 21 15:36:10 CEST 2022 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 5.19.3 (bsc#1012628).
|
||||||
|
- arm64: kexec_file: use more system keyrings to verify kernel
|
||||||
|
image signature (bsc#1012628).
|
||||||
|
- kexec, KEYS: make the code in bzImage64_verify_sig generic
|
||||||
|
(bsc#1012628).
|
||||||
|
- btrfs: raid56: don't trust any cached sector in
|
||||||
|
__raid56_parity_recover() (bsc#1012628).
|
||||||
|
- btrfs: only write the sectors in the vertical stripe which
|
||||||
|
has data stripes (bsc#1012628).
|
||||||
|
- net_sched: cls_route: disallow handle of 0 (bsc#1012628).
|
||||||
|
- tee: add overflow check in register_shm_helper() (bsc#1012628).
|
||||||
|
- Revert "mm: kfence: apply kmemleak_ignore_phys on early
|
||||||
|
allocated pool" (bsc#1012628).
|
||||||
|
- commit 0140109
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 19 16:33:40 CEST 2022 - tiwai@suse.de
|
Fri Aug 19 16:33:40 CEST 2022 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 5.19
|
%define srcversion 5.19
|
||||||
%define patchversion 5.19.2
|
%define patchversion 5.19.3
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
@ -29,9 +29,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})
|
%(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
|
Name: dtb-armv6l
|
||||||
Version: 5.19.2
|
Version: 5.19.3
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g46d0607
|
Release: <RELEASE>.g0140109
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 21 15:36:10 CEST 2022 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 5.19.3 (bsc#1012628).
|
||||||
|
- arm64: kexec_file: use more system keyrings to verify kernel
|
||||||
|
image signature (bsc#1012628).
|
||||||
|
- kexec, KEYS: make the code in bzImage64_verify_sig generic
|
||||||
|
(bsc#1012628).
|
||||||
|
- btrfs: raid56: don't trust any cached sector in
|
||||||
|
__raid56_parity_recover() (bsc#1012628).
|
||||||
|
- btrfs: only write the sectors in the vertical stripe which
|
||||||
|
has data stripes (bsc#1012628).
|
||||||
|
- net_sched: cls_route: disallow handle of 0 (bsc#1012628).
|
||||||
|
- tee: add overflow check in register_shm_helper() (bsc#1012628).
|
||||||
|
- Revert "mm: kfence: apply kmemleak_ignore_phys on early
|
||||||
|
allocated pool" (bsc#1012628).
|
||||||
|
- commit 0140109
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 19 16:33:40 CEST 2022 - tiwai@suse.de
|
Fri Aug 19 16:33:40 CEST 2022 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 5.19
|
%define srcversion 5.19
|
||||||
%define patchversion 5.19.2
|
%define patchversion 5.19.3
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
@ -29,9 +29,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})
|
%(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
|
Name: dtb-armv7l
|
||||||
Version: 5.19.2
|
Version: 5.19.3
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g46d0607
|
Release: <RELEASE>.g0140109
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 21 15:36:10 CEST 2022 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 5.19.3 (bsc#1012628).
|
||||||
|
- arm64: kexec_file: use more system keyrings to verify kernel
|
||||||
|
image signature (bsc#1012628).
|
||||||
|
- kexec, KEYS: make the code in bzImage64_verify_sig generic
|
||||||
|
(bsc#1012628).
|
||||||
|
- btrfs: raid56: don't trust any cached sector in
|
||||||
|
__raid56_parity_recover() (bsc#1012628).
|
||||||
|
- btrfs: only write the sectors in the vertical stripe which
|
||||||
|
has data stripes (bsc#1012628).
|
||||||
|
- net_sched: cls_route: disallow handle of 0 (bsc#1012628).
|
||||||
|
- tee: add overflow check in register_shm_helper() (bsc#1012628).
|
||||||
|
- Revert "mm: kfence: apply kmemleak_ignore_phys on early
|
||||||
|
allocated pool" (bsc#1012628).
|
||||||
|
- commit 0140109
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 19 16:33:40 CEST 2022 - tiwai@suse.de
|
Fri Aug 19 16:33:40 CEST 2022 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 5.19
|
%define srcversion 5.19
|
||||||
%define patchversion 5.19.2
|
%define patchversion 5.19.3
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
@ -29,9 +29,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})
|
%(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
|
Name: dtb-riscv64
|
||||||
Version: 5.19.2
|
Version: 5.19.3
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g46d0607
|
Release: <RELEASE>.g0140109
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 21 15:36:10 CEST 2022 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 5.19.3 (bsc#1012628).
|
||||||
|
- arm64: kexec_file: use more system keyrings to verify kernel
|
||||||
|
image signature (bsc#1012628).
|
||||||
|
- kexec, KEYS: make the code in bzImage64_verify_sig generic
|
||||||
|
(bsc#1012628).
|
||||||
|
- btrfs: raid56: don't trust any cached sector in
|
||||||
|
__raid56_parity_recover() (bsc#1012628).
|
||||||
|
- btrfs: only write the sectors in the vertical stripe which
|
||||||
|
has data stripes (bsc#1012628).
|
||||||
|
- net_sched: cls_route: disallow handle of 0 (bsc#1012628).
|
||||||
|
- tee: add overflow check in register_shm_helper() (bsc#1012628).
|
||||||
|
- Revert "mm: kfence: apply kmemleak_ignore_phys on early
|
||||||
|
allocated pool" (bsc#1012628).
|
||||||
|
- commit 0140109
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 19 16:33:40 CEST 2022 - tiwai@suse.de
|
Fri Aug 19 16:33:40 CEST 2022 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 5.19
|
%define srcversion 5.19
|
||||||
%define patchversion 5.19.2
|
%define patchversion 5.19.3
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
%define compress_modules zstd
|
%define compress_modules zstd
|
||||||
@ -110,9 +110,9 @@ Name: kernel-64kb
|
|||||||
Summary: Kernel with 64kb PAGE_SIZE
|
Summary: Kernel with 64kb PAGE_SIZE
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 5.19.2
|
Version: 5.19.3
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g46d0607
|
Release: <RELEASE>.g0140109
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -239,10 +239,10 @@ Conflicts: hyper-v < 4
|
|||||||
Conflicts: libc.so.6()(64bit)
|
Conflicts: libc.so.6()(64bit)
|
||||||
%endif
|
%endif
|
||||||
Provides: kernel = %version-%source_rel
|
Provides: kernel = %version-%source_rel
|
||||||
Provides: kernel-%build_flavor-base-srchash-46d06075c5d17ce0285e75fea692e6ca28a1eb48
|
Provides: kernel-%build_flavor-base-srchash-0140109009d7f816a99aa221c1f6ad6a546296a5
|
||||||
Provides: kernel-srchash-46d06075c5d17ce0285e75fea692e6ca28a1eb48
|
Provides: kernel-srchash-0140109009d7f816a99aa221c1f6ad6a546296a5
|
||||||
# END COMMON DEPS
|
# END COMMON DEPS
|
||||||
Provides: %name-srchash-46d06075c5d17ce0285e75fea692e6ca28a1eb48
|
Provides: %name-srchash-0140109009d7f816a99aa221c1f6ad6a546296a5
|
||||||
%obsolete_rebuilds %name
|
%obsolete_rebuilds %name
|
||||||
Source0: https://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
Source0: https://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||||
Source3: kernel-source.rpmlintrc
|
Source3: kernel-source.rpmlintrc
|
||||||
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 21 15:36:10 CEST 2022 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 5.19.3 (bsc#1012628).
|
||||||
|
- arm64: kexec_file: use more system keyrings to verify kernel
|
||||||
|
image signature (bsc#1012628).
|
||||||
|
- kexec, KEYS: make the code in bzImage64_verify_sig generic
|
||||||
|
(bsc#1012628).
|
||||||
|
- btrfs: raid56: don't trust any cached sector in
|
||||||
|
__raid56_parity_recover() (bsc#1012628).
|
||||||
|
- btrfs: only write the sectors in the vertical stripe which
|
||||||
|
has data stripes (bsc#1012628).
|
||||||
|
- net_sched: cls_route: disallow handle of 0 (bsc#1012628).
|
||||||
|
- tee: add overflow check in register_shm_helper() (bsc#1012628).
|
||||||
|
- Revert "mm: kfence: apply kmemleak_ignore_phys on early
|
||||||
|
allocated pool" (bsc#1012628).
|
||||||
|
- commit 0140109
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 19 16:33:40 CEST 2022 - tiwai@suse.de
|
Fri Aug 19 16:33:40 CEST 2022 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 5.19
|
%define srcversion 5.19
|
||||||
%define patchversion 5.19.2
|
%define patchversion 5.19.3
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
%define compress_modules zstd
|
%define compress_modules zstd
|
||||||
@ -110,9 +110,9 @@ Name: kernel-debug
|
|||||||
Summary: A Debug Version of the Kernel
|
Summary: A Debug Version of the Kernel
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 5.19.2
|
Version: 5.19.3
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g46d0607
|
Release: <RELEASE>.g0140109
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -239,10 +239,10 @@ Conflicts: hyper-v < 4
|
|||||||
Conflicts: libc.so.6()(64bit)
|
Conflicts: libc.so.6()(64bit)
|
||||||
%endif
|
%endif
|
||||||
Provides: kernel = %version-%source_rel
|
Provides: kernel = %version-%source_rel
|
||||||
Provides: kernel-%build_flavor-base-srchash-46d06075c5d17ce0285e75fea692e6ca28a1eb48
|
Provides: kernel-%build_flavor-base-srchash-0140109009d7f816a99aa221c1f6ad6a546296a5
|
||||||
Provides: kernel-srchash-46d06075c5d17ce0285e75fea692e6ca28a1eb48
|
Provides: kernel-srchash-0140109009d7f816a99aa221c1f6ad6a546296a5
|
||||||
# END COMMON DEPS
|
# END COMMON DEPS
|
||||||
Provides: %name-srchash-46d06075c5d17ce0285e75fea692e6ca28a1eb48
|
Provides: %name-srchash-0140109009d7f816a99aa221c1f6ad6a546296a5
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
Provides: kernel-kdump = 2.6.28
|
Provides: kernel-kdump = 2.6.28
|
||||||
Obsoletes: kernel-kdump <= 2.6.28
|
Obsoletes: kernel-kdump <= 2.6.28
|
||||||
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 21 15:36:10 CEST 2022 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 5.19.3 (bsc#1012628).
|
||||||
|
- arm64: kexec_file: use more system keyrings to verify kernel
|
||||||
|
image signature (bsc#1012628).
|
||||||
|
- kexec, KEYS: make the code in bzImage64_verify_sig generic
|
||||||
|
(bsc#1012628).
|
||||||
|
- btrfs: raid56: don't trust any cached sector in
|
||||||
|
__raid56_parity_recover() (bsc#1012628).
|
||||||
|
- btrfs: only write the sectors in the vertical stripe which
|
||||||
|
has data stripes (bsc#1012628).
|
||||||
|
- net_sched: cls_route: disallow handle of 0 (bsc#1012628).
|
||||||
|
- tee: add overflow check in register_shm_helper() (bsc#1012628).
|
||||||
|
- Revert "mm: kfence: apply kmemleak_ignore_phys on early
|
||||||
|
allocated pool" (bsc#1012628).
|
||||||
|
- commit 0140109
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 19 16:33:40 CEST 2022 - tiwai@suse.de
|
Fri Aug 19 16:33:40 CEST 2022 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 5.19
|
%define srcversion 5.19
|
||||||
%define patchversion 5.19.2
|
%define patchversion 5.19.3
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
%define compress_modules zstd
|
%define compress_modules zstd
|
||||||
@ -110,9 +110,9 @@ Name: kernel-default
|
|||||||
Summary: The Standard Kernel
|
Summary: The Standard Kernel
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 5.19.2
|
Version: 5.19.3
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g46d0607
|
Release: <RELEASE>.g0140109
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -239,10 +239,10 @@ Conflicts: hyper-v < 4
|
|||||||
Conflicts: libc.so.6()(64bit)
|
Conflicts: libc.so.6()(64bit)
|
||||||
%endif
|
%endif
|
||||||
Provides: kernel = %version-%source_rel
|
Provides: kernel = %version-%source_rel
|
||||||
Provides: kernel-%build_flavor-base-srchash-46d06075c5d17ce0285e75fea692e6ca28a1eb48
|
Provides: kernel-%build_flavor-base-srchash-0140109009d7f816a99aa221c1f6ad6a546296a5
|
||||||
Provides: kernel-srchash-46d06075c5d17ce0285e75fea692e6ca28a1eb48
|
Provides: kernel-srchash-0140109009d7f816a99aa221c1f6ad6a546296a5
|
||||||
# END COMMON DEPS
|
# END COMMON DEPS
|
||||||
Provides: %name-srchash-46d06075c5d17ce0285e75fea692e6ca28a1eb48
|
Provides: %name-srchash-0140109009d7f816a99aa221c1f6ad6a546296a5
|
||||||
%ifarch %ix86
|
%ifarch %ix86
|
||||||
Provides: kernel-smp = 2.6.17
|
Provides: kernel-smp = 2.6.17
|
||||||
Obsoletes: kernel-smp <= 2.6.17
|
Obsoletes: kernel-smp <= 2.6.17
|
||||||
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 21 15:36:10 CEST 2022 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 5.19.3 (bsc#1012628).
|
||||||
|
- arm64: kexec_file: use more system keyrings to verify kernel
|
||||||
|
image signature (bsc#1012628).
|
||||||
|
- kexec, KEYS: make the code in bzImage64_verify_sig generic
|
||||||
|
(bsc#1012628).
|
||||||
|
- btrfs: raid56: don't trust any cached sector in
|
||||||
|
__raid56_parity_recover() (bsc#1012628).
|
||||||
|
- btrfs: only write the sectors in the vertical stripe which
|
||||||
|
has data stripes (bsc#1012628).
|
||||||
|
- net_sched: cls_route: disallow handle of 0 (bsc#1012628).
|
||||||
|
- tee: add overflow check in register_shm_helper() (bsc#1012628).
|
||||||
|
- Revert "mm: kfence: apply kmemleak_ignore_phys on early
|
||||||
|
allocated pool" (bsc#1012628).
|
||||||
|
- commit 0140109
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 19 16:33:40 CEST 2022 - tiwai@suse.de
|
Fri Aug 19 16:33:40 CEST 2022 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 5.19
|
%define srcversion 5.19
|
||||||
%define patchversion 5.19.2
|
%define patchversion 5.19.3
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
@ -31,9 +31,9 @@ Name: kernel-docs
|
|||||||
Summary: Kernel Documentation
|
Summary: Kernel Documentation
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
Group: Documentation/Man
|
Group: Documentation/Man
|
||||||
Version: 5.19.2
|
Version: 5.19.3
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g46d0607
|
Release: <RELEASE>.g0140109
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -67,7 +67,7 @@ BuildRequires: texlive-zapfding
|
|||||||
%endif
|
%endif
|
||||||
URL: https://www.kernel.org/
|
URL: https://www.kernel.org/
|
||||||
Provides: %name = %version-%source_rel
|
Provides: %name = %version-%source_rel
|
||||||
Provides: %name-srchash-46d06075c5d17ce0285e75fea692e6ca28a1eb48
|
Provides: %name-srchash-0140109009d7f816a99aa221c1f6ad6a546296a5
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: https://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
Source0: https://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||||
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 21 15:36:10 CEST 2022 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 5.19.3 (bsc#1012628).
|
||||||
|
- arm64: kexec_file: use more system keyrings to verify kernel
|
||||||
|
image signature (bsc#1012628).
|
||||||
|
- kexec, KEYS: make the code in bzImage64_verify_sig generic
|
||||||
|
(bsc#1012628).
|
||||||
|
- btrfs: raid56: don't trust any cached sector in
|
||||||
|
__raid56_parity_recover() (bsc#1012628).
|
||||||
|
- btrfs: only write the sectors in the vertical stripe which
|
||||||
|
has data stripes (bsc#1012628).
|
||||||
|
- net_sched: cls_route: disallow handle of 0 (bsc#1012628).
|
||||||
|
- tee: add overflow check in register_shm_helper() (bsc#1012628).
|
||||||
|
- Revert "mm: kfence: apply kmemleak_ignore_phys on early
|
||||||
|
allocated pool" (bsc#1012628).
|
||||||
|
- commit 0140109
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 19 16:33:40 CEST 2022 - tiwai@suse.de
|
Fri Aug 19 16:33:40 CEST 2022 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 5.19
|
%define srcversion 5.19
|
||||||
%define patchversion 5.19.2
|
%define patchversion 5.19.3
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
%define compress_modules zstd
|
%define compress_modules zstd
|
||||||
@ -110,9 +110,9 @@ Name: kernel-kvmsmall
|
|||||||
Summary: The Small Developer Kernel for KVM
|
Summary: The Small Developer Kernel for KVM
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 5.19.2
|
Version: 5.19.3
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g46d0607
|
Release: <RELEASE>.g0140109
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -239,10 +239,10 @@ Conflicts: hyper-v < 4
|
|||||||
Conflicts: libc.so.6()(64bit)
|
Conflicts: libc.so.6()(64bit)
|
||||||
%endif
|
%endif
|
||||||
Provides: kernel = %version-%source_rel
|
Provides: kernel = %version-%source_rel
|
||||||
Provides: kernel-%build_flavor-base-srchash-46d06075c5d17ce0285e75fea692e6ca28a1eb48
|
Provides: kernel-%build_flavor-base-srchash-0140109009d7f816a99aa221c1f6ad6a546296a5
|
||||||
Provides: kernel-srchash-46d06075c5d17ce0285e75fea692e6ca28a1eb48
|
Provides: kernel-srchash-0140109009d7f816a99aa221c1f6ad6a546296a5
|
||||||
# END COMMON DEPS
|
# END COMMON DEPS
|
||||||
Provides: %name-srchash-46d06075c5d17ce0285e75fea692e6ca28a1eb48
|
Provides: %name-srchash-0140109009d7f816a99aa221c1f6ad6a546296a5
|
||||||
%obsolete_rebuilds %name
|
%obsolete_rebuilds %name
|
||||||
Source0: https://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
Source0: https://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||||
Source3: kernel-source.rpmlintrc
|
Source3: kernel-source.rpmlintrc
|
||||||
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 21 15:36:10 CEST 2022 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 5.19.3 (bsc#1012628).
|
||||||
|
- arm64: kexec_file: use more system keyrings to verify kernel
|
||||||
|
image signature (bsc#1012628).
|
||||||
|
- kexec, KEYS: make the code in bzImage64_verify_sig generic
|
||||||
|
(bsc#1012628).
|
||||||
|
- btrfs: raid56: don't trust any cached sector in
|
||||||
|
__raid56_parity_recover() (bsc#1012628).
|
||||||
|
- btrfs: only write the sectors in the vertical stripe which
|
||||||
|
has data stripes (bsc#1012628).
|
||||||
|
- net_sched: cls_route: disallow handle of 0 (bsc#1012628).
|
||||||
|
- tee: add overflow check in register_shm_helper() (bsc#1012628).
|
||||||
|
- Revert "mm: kfence: apply kmemleak_ignore_phys on early
|
||||||
|
allocated pool" (bsc#1012628).
|
||||||
|
- commit 0140109
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 19 16:33:40 CEST 2022 - tiwai@suse.de
|
Fri Aug 19 16:33:40 CEST 2022 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 5.19
|
%define srcversion 5.19
|
||||||
%define patchversion 5.19.2
|
%define patchversion 5.19.3
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
%define compress_modules zstd
|
%define compress_modules zstd
|
||||||
@ -110,9 +110,9 @@ Name: kernel-lpae
|
|||||||
Summary: Kernel for LPAE enabled systems
|
Summary: Kernel for LPAE enabled systems
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 5.19.2
|
Version: 5.19.3
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g46d0607
|
Release: <RELEASE>.g0140109
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -239,10 +239,10 @@ Conflicts: hyper-v < 4
|
|||||||
Conflicts: libc.so.6()(64bit)
|
Conflicts: libc.so.6()(64bit)
|
||||||
%endif
|
%endif
|
||||||
Provides: kernel = %version-%source_rel
|
Provides: kernel = %version-%source_rel
|
||||||
Provides: kernel-%build_flavor-base-srchash-46d06075c5d17ce0285e75fea692e6ca28a1eb48
|
Provides: kernel-%build_flavor-base-srchash-0140109009d7f816a99aa221c1f6ad6a546296a5
|
||||||
Provides: kernel-srchash-46d06075c5d17ce0285e75fea692e6ca28a1eb48
|
Provides: kernel-srchash-0140109009d7f816a99aa221c1f6ad6a546296a5
|
||||||
# END COMMON DEPS
|
# END COMMON DEPS
|
||||||
Provides: %name-srchash-46d06075c5d17ce0285e75fea692e6ca28a1eb48
|
Provides: %name-srchash-0140109009d7f816a99aa221c1f6ad6a546296a5
|
||||||
%obsolete_rebuilds %name
|
%obsolete_rebuilds %name
|
||||||
Source0: https://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
Source0: https://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||||
Source3: kernel-source.rpmlintrc
|
Source3: kernel-source.rpmlintrc
|
||||||
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 21 15:36:10 CEST 2022 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 5.19.3 (bsc#1012628).
|
||||||
|
- arm64: kexec_file: use more system keyrings to verify kernel
|
||||||
|
image signature (bsc#1012628).
|
||||||
|
- kexec, KEYS: make the code in bzImage64_verify_sig generic
|
||||||
|
(bsc#1012628).
|
||||||
|
- btrfs: raid56: don't trust any cached sector in
|
||||||
|
__raid56_parity_recover() (bsc#1012628).
|
||||||
|
- btrfs: only write the sectors in the vertical stripe which
|
||||||
|
has data stripes (bsc#1012628).
|
||||||
|
- net_sched: cls_route: disallow handle of 0 (bsc#1012628).
|
||||||
|
- tee: add overflow check in register_shm_helper() (bsc#1012628).
|
||||||
|
- Revert "mm: kfence: apply kmemleak_ignore_phys on early
|
||||||
|
allocated pool" (bsc#1012628).
|
||||||
|
- commit 0140109
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 19 16:33:40 CEST 2022 - tiwai@suse.de
|
Fri Aug 19 16:33:40 CEST 2022 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
#!BuildIgnore: post-build-checks
|
#!BuildIgnore: post-build-checks
|
||||||
|
|
||||||
%define patchversion 5.19.2
|
%define patchversion 5.19.3
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -45,7 +45,7 @@ BuildRequires: util-linux
|
|||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: kernel%kernel_flavor-srchash-46d06075c5d17ce0285e75fea692e6ca28a1eb48
|
BuildRequires: kernel%kernel_flavor-srchash-0140109009d7f816a99aa221c1f6ad6a546296a5
|
||||||
|
|
||||||
%if 0%{?rhel_version}
|
%if 0%{?rhel_version}
|
||||||
BuildRequires: kernel
|
BuildRequires: kernel
|
||||||
@ -64,9 +64,9 @@ BuildRequires: dracut
|
|||||||
Summary: package kernel and initrd for OBS VM builds
|
Summary: package kernel and initrd for OBS VM builds
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
Group: SLES
|
Group: SLES
|
||||||
Version: 5.19.2
|
Version: 5.19.3
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g46d0607
|
Release: <RELEASE>.g0140109
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 21 15:36:10 CEST 2022 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 5.19.3 (bsc#1012628).
|
||||||
|
- arm64: kexec_file: use more system keyrings to verify kernel
|
||||||
|
image signature (bsc#1012628).
|
||||||
|
- kexec, KEYS: make the code in bzImage64_verify_sig generic
|
||||||
|
(bsc#1012628).
|
||||||
|
- btrfs: raid56: don't trust any cached sector in
|
||||||
|
__raid56_parity_recover() (bsc#1012628).
|
||||||
|
- btrfs: only write the sectors in the vertical stripe which
|
||||||
|
has data stripes (bsc#1012628).
|
||||||
|
- net_sched: cls_route: disallow handle of 0 (bsc#1012628).
|
||||||
|
- tee: add overflow check in register_shm_helper() (bsc#1012628).
|
||||||
|
- Revert "mm: kfence: apply kmemleak_ignore_phys on early
|
||||||
|
allocated pool" (bsc#1012628).
|
||||||
|
- commit 0140109
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 19 16:33:40 CEST 2022 - tiwai@suse.de
|
Fri Aug 19 16:33:40 CEST 2022 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
# needsrootforbuild
|
# needsrootforbuild
|
||||||
|
|
||||||
|
|
||||||
%define patchversion 5.19.2
|
%define patchversion 5.19.3
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
@ -36,9 +36,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
Summary: Basic QA tests for the kernel
|
Summary: Basic QA tests for the kernel
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
Group: SLES
|
Group: SLES
|
||||||
Version: 5.19.2
|
Version: 5.19.3
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g46d0607
|
Release: <RELEASE>.g0140109
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 21 15:36:10 CEST 2022 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 5.19.3 (bsc#1012628).
|
||||||
|
- arm64: kexec_file: use more system keyrings to verify kernel
|
||||||
|
image signature (bsc#1012628).
|
||||||
|
- kexec, KEYS: make the code in bzImage64_verify_sig generic
|
||||||
|
(bsc#1012628).
|
||||||
|
- btrfs: raid56: don't trust any cached sector in
|
||||||
|
__raid56_parity_recover() (bsc#1012628).
|
||||||
|
- btrfs: only write the sectors in the vertical stripe which
|
||||||
|
has data stripes (bsc#1012628).
|
||||||
|
- net_sched: cls_route: disallow handle of 0 (bsc#1012628).
|
||||||
|
- tee: add overflow check in register_shm_helper() (bsc#1012628).
|
||||||
|
- Revert "mm: kfence: apply kmemleak_ignore_phys on early
|
||||||
|
allocated pool" (bsc#1012628).
|
||||||
|
- commit 0140109
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 19 16:33:40 CEST 2022 - tiwai@suse.de
|
Fri Aug 19 16:33:40 CEST 2022 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 5.19
|
%define srcversion 5.19
|
||||||
%define patchversion 5.19.2
|
%define patchversion 5.19.3
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
%define compress_modules zstd
|
%define compress_modules zstd
|
||||||
@ -110,9 +110,9 @@ Name: kernel-pae
|
|||||||
Summary: Kernel with PAE Support
|
Summary: Kernel with PAE Support
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 5.19.2
|
Version: 5.19.3
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g46d0607
|
Release: <RELEASE>.g0140109
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -239,10 +239,10 @@ Conflicts: hyper-v < 4
|
|||||||
Conflicts: libc.so.6()(64bit)
|
Conflicts: libc.so.6()(64bit)
|
||||||
%endif
|
%endif
|
||||||
Provides: kernel = %version-%source_rel
|
Provides: kernel = %version-%source_rel
|
||||||
Provides: kernel-%build_flavor-base-srchash-46d06075c5d17ce0285e75fea692e6ca28a1eb48
|
Provides: kernel-%build_flavor-base-srchash-0140109009d7f816a99aa221c1f6ad6a546296a5
|
||||||
Provides: kernel-srchash-46d06075c5d17ce0285e75fea692e6ca28a1eb48
|
Provides: kernel-srchash-0140109009d7f816a99aa221c1f6ad6a546296a5
|
||||||
# END COMMON DEPS
|
# END COMMON DEPS
|
||||||
Provides: %name-srchash-46d06075c5d17ce0285e75fea692e6ca28a1eb48
|
Provides: %name-srchash-0140109009d7f816a99aa221c1f6ad6a546296a5
|
||||||
%ifarch %ix86
|
%ifarch %ix86
|
||||||
Provides: kernel-bigsmp = 2.6.17
|
Provides: kernel-bigsmp = 2.6.17
|
||||||
Obsoletes: kernel-bigsmp <= 2.6.17
|
Obsoletes: kernel-bigsmp <= 2.6.17
|
||||||
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 21 15:36:10 CEST 2022 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 5.19.3 (bsc#1012628).
|
||||||
|
- arm64: kexec_file: use more system keyrings to verify kernel
|
||||||
|
image signature (bsc#1012628).
|
||||||
|
- kexec, KEYS: make the code in bzImage64_verify_sig generic
|
||||||
|
(bsc#1012628).
|
||||||
|
- btrfs: raid56: don't trust any cached sector in
|
||||||
|
__raid56_parity_recover() (bsc#1012628).
|
||||||
|
- btrfs: only write the sectors in the vertical stripe which
|
||||||
|
has data stripes (bsc#1012628).
|
||||||
|
- net_sched: cls_route: disallow handle of 0 (bsc#1012628).
|
||||||
|
- tee: add overflow check in register_shm_helper() (bsc#1012628).
|
||||||
|
- Revert "mm: kfence: apply kmemleak_ignore_phys on early
|
||||||
|
allocated pool" (bsc#1012628).
|
||||||
|
- commit 0140109
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 19 16:33:40 CEST 2022 - tiwai@suse.de
|
Fri Aug 19 16:33:40 CEST 2022 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 5.19
|
%define srcversion 5.19
|
||||||
%define patchversion 5.19.2
|
%define patchversion 5.19.3
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -31,9 +31,9 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: kernel-source
|
Name: kernel-source
|
||||||
Version: 5.19.2
|
Version: 5.19.3
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g46d0607
|
Release: <RELEASE>.g0140109
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -50,7 +50,7 @@ BuildRequires: fdupes
|
|||||||
BuildRequires: sed
|
BuildRequires: sed
|
||||||
Requires(post): coreutils sed
|
Requires(post): coreutils sed
|
||||||
Provides: %name = %version-%source_rel
|
Provides: %name = %version-%source_rel
|
||||||
Provides: %name-srchash-46d06075c5d17ce0285e75fea692e6ca28a1eb48
|
Provides: %name-srchash-0140109009d7f816a99aa221c1f6ad6a546296a5
|
||||||
Provides: linux
|
Provides: linux
|
||||||
Provides: multiversion(kernel)
|
Provides: multiversion(kernel)
|
||||||
Source0: https://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
Source0: https://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||||
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 21 15:36:10 CEST 2022 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 5.19.3 (bsc#1012628).
|
||||||
|
- arm64: kexec_file: use more system keyrings to verify kernel
|
||||||
|
image signature (bsc#1012628).
|
||||||
|
- kexec, KEYS: make the code in bzImage64_verify_sig generic
|
||||||
|
(bsc#1012628).
|
||||||
|
- btrfs: raid56: don't trust any cached sector in
|
||||||
|
__raid56_parity_recover() (bsc#1012628).
|
||||||
|
- btrfs: only write the sectors in the vertical stripe which
|
||||||
|
has data stripes (bsc#1012628).
|
||||||
|
- net_sched: cls_route: disallow handle of 0 (bsc#1012628).
|
||||||
|
- tee: add overflow check in register_shm_helper() (bsc#1012628).
|
||||||
|
- Revert "mm: kfence: apply kmemleak_ignore_phys on early
|
||||||
|
allocated pool" (bsc#1012628).
|
||||||
|
- commit 0140109
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 19 16:33:40 CEST 2022 - tiwai@suse.de
|
Fri Aug 19 16:33:40 CEST 2022 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -24,10 +24,10 @@ Name: kernel-syms
|
|||||||
Summary: Kernel Symbol Versions (modversions)
|
Summary: Kernel Symbol Versions (modversions)
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
Group: Development/Sources
|
Group: Development/Sources
|
||||||
Version: 5.19.2
|
Version: 5.19.3
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g46d0607
|
Release: <RELEASE>.g0140109
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -52,7 +52,7 @@ Requires: kernel-pae-devel = %version-%source_rel
|
|||||||
%endif
|
%endif
|
||||||
Requires: pesign-obs-integration
|
Requires: pesign-obs-integration
|
||||||
Provides: %name = %version-%source_rel
|
Provides: %name = %version-%source_rel
|
||||||
Provides: %name-srchash-46d06075c5d17ce0285e75fea692e6ca28a1eb48
|
Provides: %name-srchash-0140109009d7f816a99aa221c1f6ad6a546296a5
|
||||||
Provides: multiversion(kernel)
|
Provides: multiversion(kernel)
|
||||||
Source: README.KSYMS
|
Source: README.KSYMS
|
||||||
Requires: kernel-devel%variant = %version-%source_rel
|
Requires: kernel-devel%variant = %version-%source_rel
|
||||||
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 21 15:36:10 CEST 2022 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 5.19.3 (bsc#1012628).
|
||||||
|
- arm64: kexec_file: use more system keyrings to verify kernel
|
||||||
|
image signature (bsc#1012628).
|
||||||
|
- kexec, KEYS: make the code in bzImage64_verify_sig generic
|
||||||
|
(bsc#1012628).
|
||||||
|
- btrfs: raid56: don't trust any cached sector in
|
||||||
|
__raid56_parity_recover() (bsc#1012628).
|
||||||
|
- btrfs: only write the sectors in the vertical stripe which
|
||||||
|
has data stripes (bsc#1012628).
|
||||||
|
- net_sched: cls_route: disallow handle of 0 (bsc#1012628).
|
||||||
|
- tee: add overflow check in register_shm_helper() (bsc#1012628).
|
||||||
|
- Revert "mm: kfence: apply kmemleak_ignore_phys on early
|
||||||
|
allocated pool" (bsc#1012628).
|
||||||
|
- commit 0140109
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 19 16:33:40 CEST 2022 - tiwai@suse.de
|
Fri Aug 19 16:33:40 CEST 2022 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 5.19
|
%define srcversion 5.19
|
||||||
%define patchversion 5.19.2
|
%define patchversion 5.19.3
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
%define compress_modules zstd
|
%define compress_modules zstd
|
||||||
@ -110,9 +110,9 @@ Name: kernel-vanilla
|
|||||||
Summary: The Standard Kernel - without any SUSE patches
|
Summary: The Standard Kernel - without any SUSE patches
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 5.19.2
|
Version: 5.19.3
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g46d0607
|
Release: <RELEASE>.g0140109
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -239,10 +239,10 @@ Conflicts: hyper-v < 4
|
|||||||
Conflicts: libc.so.6()(64bit)
|
Conflicts: libc.so.6()(64bit)
|
||||||
%endif
|
%endif
|
||||||
Provides: kernel = %version-%source_rel
|
Provides: kernel = %version-%source_rel
|
||||||
Provides: kernel-%build_flavor-base-srchash-46d06075c5d17ce0285e75fea692e6ca28a1eb48
|
Provides: kernel-%build_flavor-base-srchash-0140109009d7f816a99aa221c1f6ad6a546296a5
|
||||||
Provides: kernel-srchash-46d06075c5d17ce0285e75fea692e6ca28a1eb48
|
Provides: kernel-srchash-0140109009d7f816a99aa221c1f6ad6a546296a5
|
||||||
# END COMMON DEPS
|
# END COMMON DEPS
|
||||||
Provides: %name-srchash-46d06075c5d17ce0285e75fea692e6ca28a1eb48
|
Provides: %name-srchash-0140109009d7f816a99aa221c1f6ad6a546296a5
|
||||||
%obsolete_rebuilds %name
|
%obsolete_rebuilds %name
|
||||||
Source0: https://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
Source0: https://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||||
Source3: kernel-source.rpmlintrc
|
Source3: kernel-source.rpmlintrc
|
||||||
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 21 15:36:10 CEST 2022 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 5.19.3 (bsc#1012628).
|
||||||
|
- arm64: kexec_file: use more system keyrings to verify kernel
|
||||||
|
image signature (bsc#1012628).
|
||||||
|
- kexec, KEYS: make the code in bzImage64_verify_sig generic
|
||||||
|
(bsc#1012628).
|
||||||
|
- btrfs: raid56: don't trust any cached sector in
|
||||||
|
__raid56_parity_recover() (bsc#1012628).
|
||||||
|
- btrfs: only write the sectors in the vertical stripe which
|
||||||
|
has data stripes (bsc#1012628).
|
||||||
|
- net_sched: cls_route: disallow handle of 0 (bsc#1012628).
|
||||||
|
- tee: add overflow check in register_shm_helper() (bsc#1012628).
|
||||||
|
- Revert "mm: kfence: apply kmemleak_ignore_phys on early
|
||||||
|
allocated pool" (bsc#1012628).
|
||||||
|
- commit 0140109
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 19 16:33:40 CEST 2022 - tiwai@suse.de
|
Fri Aug 19 16:33:40 CEST 2022 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 5.19
|
%define srcversion 5.19
|
||||||
%define patchversion 5.19.2
|
%define patchversion 5.19.3
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
%define compress_modules zstd
|
%define compress_modules zstd
|
||||||
@ -110,9 +110,9 @@ Name: kernel-zfcpdump
|
|||||||
Summary: The IBM System Z zfcpdump Kernel
|
Summary: The IBM System Z zfcpdump Kernel
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 5.19.2
|
Version: 5.19.3
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g46d0607
|
Release: <RELEASE>.g0140109
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -239,10 +239,10 @@ Conflicts: hyper-v < 4
|
|||||||
Conflicts: libc.so.6()(64bit)
|
Conflicts: libc.so.6()(64bit)
|
||||||
%endif
|
%endif
|
||||||
Provides: kernel = %version-%source_rel
|
Provides: kernel = %version-%source_rel
|
||||||
Provides: kernel-%build_flavor-base-srchash-46d06075c5d17ce0285e75fea692e6ca28a1eb48
|
Provides: kernel-%build_flavor-base-srchash-0140109009d7f816a99aa221c1f6ad6a546296a5
|
||||||
Provides: kernel-srchash-46d06075c5d17ce0285e75fea692e6ca28a1eb48
|
Provides: kernel-srchash-0140109009d7f816a99aa221c1f6ad6a546296a5
|
||||||
# END COMMON DEPS
|
# END COMMON DEPS
|
||||||
Provides: %name-srchash-46d06075c5d17ce0285e75fea692e6ca28a1eb48
|
Provides: %name-srchash-0140109009d7f816a99aa221c1f6ad6a546296a5
|
||||||
%obsolete_rebuilds %name
|
%obsolete_rebuilds %name
|
||||||
Source0: https://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
Source0: https://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||||
Source3: kernel-source.rpmlintrc
|
Source3: kernel-source.rpmlintrc
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:7424afdbce56425371ad9f5c1a9fc972d9a42b14d7c5b37a79e24c14b99aefd5
|
oid sha256:8f3ba09245dbf5002082a69e38e4eaaa0bbeded2a79b20659e9a26b2afb2937c
|
||||||
size 976466
|
size 985150
|
||||||
|
@ -1208,6 +1208,14 @@
|
|||||||
patches.kernel.org/5.19.2-1157-geneve-Use-ip_tunnel_key-flow-flags-in-route-.patch
|
patches.kernel.org/5.19.2-1157-geneve-Use-ip_tunnel_key-flow-flags-in-route-.patch
|
||||||
patches.kernel.org/5.19.2-1158-vxlan-Use-ip_tunnel_key-flow-flags-in-route-l.patch
|
patches.kernel.org/5.19.2-1158-vxlan-Use-ip_tunnel_key-flow-flags-in-route-l.patch
|
||||||
patches.kernel.org/5.19.2-1159-Linux-5.19.2.patch
|
patches.kernel.org/5.19.2-1159-Linux-5.19.2.patch
|
||||||
|
patches.kernel.org/5.19.3-001-Revert-mm-kfence-apply-kmemleak_ignore_phys-on.patch
|
||||||
|
patches.kernel.org/5.19.3-002-tee-add-overflow-check-in-register_shm_helper.patch
|
||||||
|
patches.kernel.org/5.19.3-003-net_sched-cls_route-disallow-handle-of-0.patch
|
||||||
|
patches.kernel.org/5.19.3-004-btrfs-only-write-the-sectors-in-the-vertical-s.patch
|
||||||
|
patches.kernel.org/5.19.3-005-btrfs-raid56-don-t-trust-any-cached-sector-in-.patch
|
||||||
|
patches.kernel.org/5.19.3-006-kexec-KEYS-make-the-code-in-bzImage64_verify_s.patch
|
||||||
|
patches.kernel.org/5.19.3-007-arm64-kexec_file-use-more-system-keyrings-to-v.patch
|
||||||
|
patches.kernel.org/5.19.3-008-Linux-5.19.3.patch
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# Build fixes that apply to the vanilla kernel too.
|
# Build fixes that apply to the vanilla kernel too.
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
2022-08-19 16:21:38 +0000
|
2022-08-21 13:36:13 +0000
|
||||||
GIT Revision: 46d06075c5d17ce0285e75fea692e6ca28a1eb48
|
GIT Revision: 0140109009d7f816a99aa221c1f6ad6a546296a5
|
||||||
GIT Branch: stable
|
GIT Branch: stable
|
||||||
|
Loading…
Reference in New Issue
Block a user