commit 531894c1f05a2abb90842105618cbe7d7126dd6c

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=1740
This commit is contained in:
Kernel Bugs 2022-06-27 08:14:21 +00:00 committed by Git OBS Bridge
parent 469920a8da
commit 0d328b8325
38 changed files with 420 additions and 88 deletions

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sun Jun 26 14:12:48 CEST 2022 - jslaby@suse.cz
- Linux 5.18.7 (bsc#1012628).
- s390/mm: use non-quiescing sske for KVM switch to keyed guest
(bsc#1012628).
- zonefs: fix zonefs_iomap_begin() for reads (bsc#1012628).
- fsnotify: introduce mark type iterator (bsc#1012628).
- fsnotify: consistent behavior for parent not watching children
(bsc#1012628).
- bpf: Fix calling global functions from BPF_PROG_TYPE_EXT
programs (bsc#1012628).
- selftests/bpf: Add selftest for calling global functions from
freplace (bsc#1012628).
- dt-bindings: nvmem: sfp: Add clock properties (bsc#1012628).
- io_uring: use original request task for inflight tracking
(bsc#1012628).
- commit 531894c
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jun 23 07:19:51 CEST 2022 - jslaby@suse.cz Thu Jun 23 07:19:51 CEST 2022 - jslaby@suse.cz

View File

@ -17,7 +17,7 @@
%define srcversion 5.18 %define srcversion 5.18
%define patchversion 5.18.6 %define patchversion 5.18.7
%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.18.6 Version: 5.18.7
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.g5aa0763 Release: <RELEASE>.g531894c
%else %else
Release: 0 Release: 0
%endif %endif

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sun Jun 26 14:12:48 CEST 2022 - jslaby@suse.cz
- Linux 5.18.7 (bsc#1012628).
- s390/mm: use non-quiescing sske for KVM switch to keyed guest
(bsc#1012628).
- zonefs: fix zonefs_iomap_begin() for reads (bsc#1012628).
- fsnotify: introduce mark type iterator (bsc#1012628).
- fsnotify: consistent behavior for parent not watching children
(bsc#1012628).
- bpf: Fix calling global functions from BPF_PROG_TYPE_EXT
programs (bsc#1012628).
- selftests/bpf: Add selftest for calling global functions from
freplace (bsc#1012628).
- dt-bindings: nvmem: sfp: Add clock properties (bsc#1012628).
- io_uring: use original request task for inflight tracking
(bsc#1012628).
- commit 531894c
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jun 23 07:19:51 CEST 2022 - jslaby@suse.cz Thu Jun 23 07:19:51 CEST 2022 - jslaby@suse.cz

View File

@ -17,7 +17,7 @@
%define srcversion 5.18 %define srcversion 5.18
%define patchversion 5.18.6 %define patchversion 5.18.7
%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.18.6 Version: 5.18.7
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.g5aa0763 Release: <RELEASE>.g531894c
%else %else
Release: 0 Release: 0
%endif %endif

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sun Jun 26 14:12:48 CEST 2022 - jslaby@suse.cz
- Linux 5.18.7 (bsc#1012628).
- s390/mm: use non-quiescing sske for KVM switch to keyed guest
(bsc#1012628).
- zonefs: fix zonefs_iomap_begin() for reads (bsc#1012628).
- fsnotify: introduce mark type iterator (bsc#1012628).
- fsnotify: consistent behavior for parent not watching children
(bsc#1012628).
- bpf: Fix calling global functions from BPF_PROG_TYPE_EXT
programs (bsc#1012628).
- selftests/bpf: Add selftest for calling global functions from
freplace (bsc#1012628).
- dt-bindings: nvmem: sfp: Add clock properties (bsc#1012628).
- io_uring: use original request task for inflight tracking
(bsc#1012628).
- commit 531894c
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jun 23 07:19:51 CEST 2022 - jslaby@suse.cz Thu Jun 23 07:19:51 CEST 2022 - jslaby@suse.cz

View File

@ -17,7 +17,7 @@
%define srcversion 5.18 %define srcversion 5.18
%define patchversion 5.18.6 %define patchversion 5.18.7
%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.18.6 Version: 5.18.7
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.g5aa0763 Release: <RELEASE>.g531894c
%else %else
Release: 0 Release: 0
%endif %endif

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sun Jun 26 14:12:48 CEST 2022 - jslaby@suse.cz
- Linux 5.18.7 (bsc#1012628).
- s390/mm: use non-quiescing sske for KVM switch to keyed guest
(bsc#1012628).
- zonefs: fix zonefs_iomap_begin() for reads (bsc#1012628).
- fsnotify: introduce mark type iterator (bsc#1012628).
- fsnotify: consistent behavior for parent not watching children
(bsc#1012628).
- bpf: Fix calling global functions from BPF_PROG_TYPE_EXT
programs (bsc#1012628).
- selftests/bpf: Add selftest for calling global functions from
freplace (bsc#1012628).
- dt-bindings: nvmem: sfp: Add clock properties (bsc#1012628).
- io_uring: use original request task for inflight tracking
(bsc#1012628).
- commit 531894c
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jun 23 07:19:51 CEST 2022 - jslaby@suse.cz Thu Jun 23 07:19:51 CEST 2022 - jslaby@suse.cz

View File

@ -17,7 +17,7 @@
%define srcversion 5.18 %define srcversion 5.18
%define patchversion 5.18.6 %define patchversion 5.18.7
%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.18.6 Version: 5.18.7
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.g5aa0763 Release: <RELEASE>.g531894c
%else %else
Release: 0 Release: 0
%endif %endif

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sun Jun 26 14:12:48 CEST 2022 - jslaby@suse.cz
- Linux 5.18.7 (bsc#1012628).
- s390/mm: use non-quiescing sske for KVM switch to keyed guest
(bsc#1012628).
- zonefs: fix zonefs_iomap_begin() for reads (bsc#1012628).
- fsnotify: introduce mark type iterator (bsc#1012628).
- fsnotify: consistent behavior for parent not watching children
(bsc#1012628).
- bpf: Fix calling global functions from BPF_PROG_TYPE_EXT
programs (bsc#1012628).
- selftests/bpf: Add selftest for calling global functions from
freplace (bsc#1012628).
- dt-bindings: nvmem: sfp: Add clock properties (bsc#1012628).
- io_uring: use original request task for inflight tracking
(bsc#1012628).
- commit 531894c
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jun 23 07:19:51 CEST 2022 - jslaby@suse.cz Thu Jun 23 07:19:51 CEST 2022 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
%define srcversion 5.18 %define srcversion 5.18
%define patchversion 5.18.6 %define patchversion 5.18.7
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
%define compress_modules zstd %define compress_modules zstd
@ -107,9 +107,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.18.6 Version: 5.18.7
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.g5aa0763 Release: <RELEASE>.g531894c
%else %else
Release: 0 Release: 0
%endif %endif
@ -234,10 +234,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-5aa0763ab4a847fd47695452ea91641a21b210e7 Provides: kernel-%build_flavor-base-srchash-531894c1f05a2abb90842105618cbe7d7126dd6c
Provides: kernel-srchash-5aa0763ab4a847fd47695452ea91641a21b210e7 Provides: kernel-srchash-531894c1f05a2abb90842105618cbe7d7126dd6c
# END COMMON DEPS # END COMMON DEPS
Provides: %name-srchash-5aa0763ab4a847fd47695452ea91641a21b210e7 Provides: %name-srchash-531894c1f05a2abb90842105618cbe7d7126dd6c
%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

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sun Jun 26 14:12:48 CEST 2022 - jslaby@suse.cz
- Linux 5.18.7 (bsc#1012628).
- s390/mm: use non-quiescing sske for KVM switch to keyed guest
(bsc#1012628).
- zonefs: fix zonefs_iomap_begin() for reads (bsc#1012628).
- fsnotify: introduce mark type iterator (bsc#1012628).
- fsnotify: consistent behavior for parent not watching children
(bsc#1012628).
- bpf: Fix calling global functions from BPF_PROG_TYPE_EXT
programs (bsc#1012628).
- selftests/bpf: Add selftest for calling global functions from
freplace (bsc#1012628).
- dt-bindings: nvmem: sfp: Add clock properties (bsc#1012628).
- io_uring: use original request task for inflight tracking
(bsc#1012628).
- commit 531894c
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jun 23 07:19:51 CEST 2022 - jslaby@suse.cz Thu Jun 23 07:19:51 CEST 2022 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
%define srcversion 5.18 %define srcversion 5.18
%define patchversion 5.18.6 %define patchversion 5.18.7
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
%define compress_modules zstd %define compress_modules zstd
@ -107,9 +107,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.18.6 Version: 5.18.7
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.g5aa0763 Release: <RELEASE>.g531894c
%else %else
Release: 0 Release: 0
%endif %endif
@ -234,10 +234,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-5aa0763ab4a847fd47695452ea91641a21b210e7 Provides: kernel-%build_flavor-base-srchash-531894c1f05a2abb90842105618cbe7d7126dd6c
Provides: kernel-srchash-5aa0763ab4a847fd47695452ea91641a21b210e7 Provides: kernel-srchash-531894c1f05a2abb90842105618cbe7d7126dd6c
# END COMMON DEPS # END COMMON DEPS
Provides: %name-srchash-5aa0763ab4a847fd47695452ea91641a21b210e7 Provides: %name-srchash-531894c1f05a2abb90842105618cbe7d7126dd6c
%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

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sun Jun 26 14:12:48 CEST 2022 - jslaby@suse.cz
- Linux 5.18.7 (bsc#1012628).
- s390/mm: use non-quiescing sske for KVM switch to keyed guest
(bsc#1012628).
- zonefs: fix zonefs_iomap_begin() for reads (bsc#1012628).
- fsnotify: introduce mark type iterator (bsc#1012628).
- fsnotify: consistent behavior for parent not watching children
(bsc#1012628).
- bpf: Fix calling global functions from BPF_PROG_TYPE_EXT
programs (bsc#1012628).
- selftests/bpf: Add selftest for calling global functions from
freplace (bsc#1012628).
- dt-bindings: nvmem: sfp: Add clock properties (bsc#1012628).
- io_uring: use original request task for inflight tracking
(bsc#1012628).
- commit 531894c
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jun 23 07:19:51 CEST 2022 - jslaby@suse.cz Thu Jun 23 07:19:51 CEST 2022 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
%define srcversion 5.18 %define srcversion 5.18
%define patchversion 5.18.6 %define patchversion 5.18.7
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
%define compress_modules zstd %define compress_modules zstd
@ -107,9 +107,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.18.6 Version: 5.18.7
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.g5aa0763 Release: <RELEASE>.g531894c
%else %else
Release: 0 Release: 0
%endif %endif
@ -234,10 +234,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-5aa0763ab4a847fd47695452ea91641a21b210e7 Provides: kernel-%build_flavor-base-srchash-531894c1f05a2abb90842105618cbe7d7126dd6c
Provides: kernel-srchash-5aa0763ab4a847fd47695452ea91641a21b210e7 Provides: kernel-srchash-531894c1f05a2abb90842105618cbe7d7126dd6c
# END COMMON DEPS # END COMMON DEPS
Provides: %name-srchash-5aa0763ab4a847fd47695452ea91641a21b210e7 Provides: %name-srchash-531894c1f05a2abb90842105618cbe7d7126dd6c
%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

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sun Jun 26 14:12:48 CEST 2022 - jslaby@suse.cz
- Linux 5.18.7 (bsc#1012628).
- s390/mm: use non-quiescing sske for KVM switch to keyed guest
(bsc#1012628).
- zonefs: fix zonefs_iomap_begin() for reads (bsc#1012628).
- fsnotify: introduce mark type iterator (bsc#1012628).
- fsnotify: consistent behavior for parent not watching children
(bsc#1012628).
- bpf: Fix calling global functions from BPF_PROG_TYPE_EXT
programs (bsc#1012628).
- selftests/bpf: Add selftest for calling global functions from
freplace (bsc#1012628).
- dt-bindings: nvmem: sfp: Add clock properties (bsc#1012628).
- io_uring: use original request task for inflight tracking
(bsc#1012628).
- commit 531894c
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jun 23 07:19:51 CEST 2022 - jslaby@suse.cz Thu Jun 23 07:19:51 CEST 2022 - jslaby@suse.cz

View File

@ -17,7 +17,7 @@
%define srcversion 5.18 %define srcversion 5.18
%define patchversion 5.18.6 %define patchversion 5.18.7
%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.18.6 Version: 5.18.7
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.g5aa0763 Release: <RELEASE>.g531894c
%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-5aa0763ab4a847fd47695452ea91641a21b210e7 Provides: %name-srchash-531894c1f05a2abb90842105618cbe7d7126dd6c
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

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sun Jun 26 14:12:48 CEST 2022 - jslaby@suse.cz
- Linux 5.18.7 (bsc#1012628).
- s390/mm: use non-quiescing sske for KVM switch to keyed guest
(bsc#1012628).
- zonefs: fix zonefs_iomap_begin() for reads (bsc#1012628).
- fsnotify: introduce mark type iterator (bsc#1012628).
- fsnotify: consistent behavior for parent not watching children
(bsc#1012628).
- bpf: Fix calling global functions from BPF_PROG_TYPE_EXT
programs (bsc#1012628).
- selftests/bpf: Add selftest for calling global functions from
freplace (bsc#1012628).
- dt-bindings: nvmem: sfp: Add clock properties (bsc#1012628).
- io_uring: use original request task for inflight tracking
(bsc#1012628).
- commit 531894c
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jun 23 07:19:51 CEST 2022 - jslaby@suse.cz Thu Jun 23 07:19:51 CEST 2022 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
%define srcversion 5.18 %define srcversion 5.18
%define patchversion 5.18.6 %define patchversion 5.18.7
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
%define compress_modules zstd %define compress_modules zstd
@ -107,9 +107,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.18.6 Version: 5.18.7
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.g5aa0763 Release: <RELEASE>.g531894c
%else %else
Release: 0 Release: 0
%endif %endif
@ -234,10 +234,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-5aa0763ab4a847fd47695452ea91641a21b210e7 Provides: kernel-%build_flavor-base-srchash-531894c1f05a2abb90842105618cbe7d7126dd6c
Provides: kernel-srchash-5aa0763ab4a847fd47695452ea91641a21b210e7 Provides: kernel-srchash-531894c1f05a2abb90842105618cbe7d7126dd6c
# END COMMON DEPS # END COMMON DEPS
Provides: %name-srchash-5aa0763ab4a847fd47695452ea91641a21b210e7 Provides: %name-srchash-531894c1f05a2abb90842105618cbe7d7126dd6c
%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

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sun Jun 26 14:12:48 CEST 2022 - jslaby@suse.cz
- Linux 5.18.7 (bsc#1012628).
- s390/mm: use non-quiescing sske for KVM switch to keyed guest
(bsc#1012628).
- zonefs: fix zonefs_iomap_begin() for reads (bsc#1012628).
- fsnotify: introduce mark type iterator (bsc#1012628).
- fsnotify: consistent behavior for parent not watching children
(bsc#1012628).
- bpf: Fix calling global functions from BPF_PROG_TYPE_EXT
programs (bsc#1012628).
- selftests/bpf: Add selftest for calling global functions from
freplace (bsc#1012628).
- dt-bindings: nvmem: sfp: Add clock properties (bsc#1012628).
- io_uring: use original request task for inflight tracking
(bsc#1012628).
- commit 531894c
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jun 23 07:19:51 CEST 2022 - jslaby@suse.cz Thu Jun 23 07:19:51 CEST 2022 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
%define srcversion 5.18 %define srcversion 5.18
%define patchversion 5.18.6 %define patchversion 5.18.7
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
%define compress_modules zstd %define compress_modules zstd
@ -107,9 +107,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.18.6 Version: 5.18.7
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.g5aa0763 Release: <RELEASE>.g531894c
%else %else
Release: 0 Release: 0
%endif %endif
@ -234,10 +234,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-5aa0763ab4a847fd47695452ea91641a21b210e7 Provides: kernel-%build_flavor-base-srchash-531894c1f05a2abb90842105618cbe7d7126dd6c
Provides: kernel-srchash-5aa0763ab4a847fd47695452ea91641a21b210e7 Provides: kernel-srchash-531894c1f05a2abb90842105618cbe7d7126dd6c
# END COMMON DEPS # END COMMON DEPS
Provides: %name-srchash-5aa0763ab4a847fd47695452ea91641a21b210e7 Provides: %name-srchash-531894c1f05a2abb90842105618cbe7d7126dd6c
%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

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sun Jun 26 14:12:48 CEST 2022 - jslaby@suse.cz
- Linux 5.18.7 (bsc#1012628).
- s390/mm: use non-quiescing sske for KVM switch to keyed guest
(bsc#1012628).
- zonefs: fix zonefs_iomap_begin() for reads (bsc#1012628).
- fsnotify: introduce mark type iterator (bsc#1012628).
- fsnotify: consistent behavior for parent not watching children
(bsc#1012628).
- bpf: Fix calling global functions from BPF_PROG_TYPE_EXT
programs (bsc#1012628).
- selftests/bpf: Add selftest for calling global functions from
freplace (bsc#1012628).
- dt-bindings: nvmem: sfp: Add clock properties (bsc#1012628).
- io_uring: use original request task for inflight tracking
(bsc#1012628).
- commit 531894c
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jun 23 07:19:51 CEST 2022 - jslaby@suse.cz Thu Jun 23 07:19:51 CEST 2022 - jslaby@suse.cz

View File

@ -19,7 +19,7 @@
#!BuildIgnore: post-build-checks #!BuildIgnore: post-build-checks
%define patchversion 5.18.6 %define patchversion 5.18.7
%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-5aa0763ab4a847fd47695452ea91641a21b210e7 BuildRequires: kernel%kernel_flavor-srchash-531894c1f05a2abb90842105618cbe7d7126dd6c
%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.18.6 Version: 5.18.7
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.g5aa0763 Release: <RELEASE>.g531894c
%else %else
Release: 0 Release: 0
%endif %endif

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sun Jun 26 14:12:48 CEST 2022 - jslaby@suse.cz
- Linux 5.18.7 (bsc#1012628).
- s390/mm: use non-quiescing sske for KVM switch to keyed guest
(bsc#1012628).
- zonefs: fix zonefs_iomap_begin() for reads (bsc#1012628).
- fsnotify: introduce mark type iterator (bsc#1012628).
- fsnotify: consistent behavior for parent not watching children
(bsc#1012628).
- bpf: Fix calling global functions from BPF_PROG_TYPE_EXT
programs (bsc#1012628).
- selftests/bpf: Add selftest for calling global functions from
freplace (bsc#1012628).
- dt-bindings: nvmem: sfp: Add clock properties (bsc#1012628).
- io_uring: use original request task for inflight tracking
(bsc#1012628).
- commit 531894c
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jun 23 07:19:51 CEST 2022 - jslaby@suse.cz Thu Jun 23 07:19:51 CEST 2022 - jslaby@suse.cz

View File

@ -17,7 +17,7 @@
# needsrootforbuild # needsrootforbuild
%define patchversion 5.18.6 %define patchversion 5.18.7
%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.18.6 Version: 5.18.7
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.g5aa0763 Release: <RELEASE>.g531894c
%else %else
Release: 0 Release: 0
%endif %endif

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sun Jun 26 14:12:48 CEST 2022 - jslaby@suse.cz
- Linux 5.18.7 (bsc#1012628).
- s390/mm: use non-quiescing sske for KVM switch to keyed guest
(bsc#1012628).
- zonefs: fix zonefs_iomap_begin() for reads (bsc#1012628).
- fsnotify: introduce mark type iterator (bsc#1012628).
- fsnotify: consistent behavior for parent not watching children
(bsc#1012628).
- bpf: Fix calling global functions from BPF_PROG_TYPE_EXT
programs (bsc#1012628).
- selftests/bpf: Add selftest for calling global functions from
freplace (bsc#1012628).
- dt-bindings: nvmem: sfp: Add clock properties (bsc#1012628).
- io_uring: use original request task for inflight tracking
(bsc#1012628).
- commit 531894c
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jun 23 07:19:51 CEST 2022 - jslaby@suse.cz Thu Jun 23 07:19:51 CEST 2022 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
%define srcversion 5.18 %define srcversion 5.18
%define patchversion 5.18.6 %define patchversion 5.18.7
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
%define compress_modules zstd %define compress_modules zstd
@ -107,9 +107,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.18.6 Version: 5.18.7
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.g5aa0763 Release: <RELEASE>.g531894c
%else %else
Release: 0 Release: 0
%endif %endif
@ -234,10 +234,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-5aa0763ab4a847fd47695452ea91641a21b210e7 Provides: kernel-%build_flavor-base-srchash-531894c1f05a2abb90842105618cbe7d7126dd6c
Provides: kernel-srchash-5aa0763ab4a847fd47695452ea91641a21b210e7 Provides: kernel-srchash-531894c1f05a2abb90842105618cbe7d7126dd6c
# END COMMON DEPS # END COMMON DEPS
Provides: %name-srchash-5aa0763ab4a847fd47695452ea91641a21b210e7 Provides: %name-srchash-531894c1f05a2abb90842105618cbe7d7126dd6c
%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

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sun Jun 26 14:12:48 CEST 2022 - jslaby@suse.cz
- Linux 5.18.7 (bsc#1012628).
- s390/mm: use non-quiescing sske for KVM switch to keyed guest
(bsc#1012628).
- zonefs: fix zonefs_iomap_begin() for reads (bsc#1012628).
- fsnotify: introduce mark type iterator (bsc#1012628).
- fsnotify: consistent behavior for parent not watching children
(bsc#1012628).
- bpf: Fix calling global functions from BPF_PROG_TYPE_EXT
programs (bsc#1012628).
- selftests/bpf: Add selftest for calling global functions from
freplace (bsc#1012628).
- dt-bindings: nvmem: sfp: Add clock properties (bsc#1012628).
- io_uring: use original request task for inflight tracking
(bsc#1012628).
- commit 531894c
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jun 23 07:19:51 CEST 2022 - jslaby@suse.cz Thu Jun 23 07:19:51 CEST 2022 - jslaby@suse.cz

View File

@ -17,7 +17,7 @@
%define srcversion 5.18 %define srcversion 5.18
%define patchversion 5.18.6 %define patchversion 5.18.7
%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.18.6 Version: 5.18.7
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.g5aa0763 Release: <RELEASE>.g531894c
%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-5aa0763ab4a847fd47695452ea91641a21b210e7 Provides: %name-srchash-531894c1f05a2abb90842105618cbe7d7126dd6c
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

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sun Jun 26 14:12:48 CEST 2022 - jslaby@suse.cz
- Linux 5.18.7 (bsc#1012628).
- s390/mm: use non-quiescing sske for KVM switch to keyed guest
(bsc#1012628).
- zonefs: fix zonefs_iomap_begin() for reads (bsc#1012628).
- fsnotify: introduce mark type iterator (bsc#1012628).
- fsnotify: consistent behavior for parent not watching children
(bsc#1012628).
- bpf: Fix calling global functions from BPF_PROG_TYPE_EXT
programs (bsc#1012628).
- selftests/bpf: Add selftest for calling global functions from
freplace (bsc#1012628).
- dt-bindings: nvmem: sfp: Add clock properties (bsc#1012628).
- io_uring: use original request task for inflight tracking
(bsc#1012628).
- commit 531894c
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jun 23 07:19:51 CEST 2022 - jslaby@suse.cz Thu Jun 23 07:19:51 CEST 2022 - jslaby@suse.cz

View File

@ -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.18.6 Version: 5.18.7
%if %using_buildservice %if %using_buildservice
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.g5aa0763 Release: <RELEASE>.g531894c
%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-5aa0763ab4a847fd47695452ea91641a21b210e7 Provides: %name-srchash-531894c1f05a2abb90842105618cbe7d7126dd6c
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

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sun Jun 26 14:12:48 CEST 2022 - jslaby@suse.cz
- Linux 5.18.7 (bsc#1012628).
- s390/mm: use non-quiescing sske for KVM switch to keyed guest
(bsc#1012628).
- zonefs: fix zonefs_iomap_begin() for reads (bsc#1012628).
- fsnotify: introduce mark type iterator (bsc#1012628).
- fsnotify: consistent behavior for parent not watching children
(bsc#1012628).
- bpf: Fix calling global functions from BPF_PROG_TYPE_EXT
programs (bsc#1012628).
- selftests/bpf: Add selftest for calling global functions from
freplace (bsc#1012628).
- dt-bindings: nvmem: sfp: Add clock properties (bsc#1012628).
- io_uring: use original request task for inflight tracking
(bsc#1012628).
- commit 531894c
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jun 23 07:19:51 CEST 2022 - jslaby@suse.cz Thu Jun 23 07:19:51 CEST 2022 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
%define srcversion 5.18 %define srcversion 5.18
%define patchversion 5.18.6 %define patchversion 5.18.7
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
%define compress_modules zstd %define compress_modules zstd
@ -107,9 +107,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.18.6 Version: 5.18.7
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.g5aa0763 Release: <RELEASE>.g531894c
%else %else
Release: 0 Release: 0
%endif %endif
@ -234,10 +234,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-5aa0763ab4a847fd47695452ea91641a21b210e7 Provides: kernel-%build_flavor-base-srchash-531894c1f05a2abb90842105618cbe7d7126dd6c
Provides: kernel-srchash-5aa0763ab4a847fd47695452ea91641a21b210e7 Provides: kernel-srchash-531894c1f05a2abb90842105618cbe7d7126dd6c
# END COMMON DEPS # END COMMON DEPS
Provides: %name-srchash-5aa0763ab4a847fd47695452ea91641a21b210e7 Provides: %name-srchash-531894c1f05a2abb90842105618cbe7d7126dd6c
%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

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sun Jun 26 14:12:48 CEST 2022 - jslaby@suse.cz
- Linux 5.18.7 (bsc#1012628).
- s390/mm: use non-quiescing sske for KVM switch to keyed guest
(bsc#1012628).
- zonefs: fix zonefs_iomap_begin() for reads (bsc#1012628).
- fsnotify: introduce mark type iterator (bsc#1012628).
- fsnotify: consistent behavior for parent not watching children
(bsc#1012628).
- bpf: Fix calling global functions from BPF_PROG_TYPE_EXT
programs (bsc#1012628).
- selftests/bpf: Add selftest for calling global functions from
freplace (bsc#1012628).
- dt-bindings: nvmem: sfp: Add clock properties (bsc#1012628).
- io_uring: use original request task for inflight tracking
(bsc#1012628).
- commit 531894c
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jun 23 07:19:51 CEST 2022 - jslaby@suse.cz Thu Jun 23 07:19:51 CEST 2022 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
%define srcversion 5.18 %define srcversion 5.18
%define patchversion 5.18.6 %define patchversion 5.18.7
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
%define compress_modules zstd %define compress_modules zstd
@ -107,9 +107,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.18.6 Version: 5.18.7
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.g5aa0763 Release: <RELEASE>.g531894c
%else %else
Release: 0 Release: 0
%endif %endif
@ -234,10 +234,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-5aa0763ab4a847fd47695452ea91641a21b210e7 Provides: kernel-%build_flavor-base-srchash-531894c1f05a2abb90842105618cbe7d7126dd6c
Provides: kernel-srchash-5aa0763ab4a847fd47695452ea91641a21b210e7 Provides: kernel-srchash-531894c1f05a2abb90842105618cbe7d7126dd6c
# END COMMON DEPS # END COMMON DEPS
Provides: %name-srchash-5aa0763ab4a847fd47695452ea91641a21b210e7 Provides: %name-srchash-531894c1f05a2abb90842105618cbe7d7126dd6c
%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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:cc36042c0ecdfb56bd324a5a8f7bec644d2b8442ef30821e02f30d308adafab0 oid sha256:b9a2deaf8f47745690cfe3f42bea63344f62ddce3622b1cf4a4350279bd67b4c
size 1141897 size 1152526

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:2132287406403562cf25bdb11c6ebd73bb049d5646b34fef7b0fe0f118083555 oid sha256:dd8901db2261f6b2b59d3631f1dc1d85daf4f409d368cb0a7c4385ef12ac7960
size 38946 size 36163

View File

@ -1521,6 +1521,19 @@
patches.kernel.org/5.18.6-140-dm-fix-bio_set-allocation.patch patches.kernel.org/5.18.6-140-dm-fix-bio_set-allocation.patch
patches.kernel.org/5.18.6-141-clk-imx8mp-fix-usb_root_clk-parent.patch patches.kernel.org/5.18.6-141-clk-imx8mp-fix-usb_root_clk-parent.patch
patches.kernel.org/5.18.6-142-Linux-5.18.6.patch patches.kernel.org/5.18.6-142-Linux-5.18.6.patch
patches.kernel.org/5.18.7-001-s390-mm-use-non-quiescing-sske-for-KVM-switch-.patch
patches.kernel.org/5.18.7-002-zonefs-fix-zonefs_iomap_begin-for-reads.patch
patches.kernel.org/5.18.7-003-wifi-rtlwifi-remove-always-true-condition-poin.patch
patches.kernel.org/5.18.7-004-eth-sun-cassini-remove-dead-code.patch
patches.kernel.org/5.18.7-005-net-wwan-iosm-remove-pointless-null-check.patch
patches.kernel.org/5.18.7-006-x86-boot-Wrap-literal-addresses-in-absolute_po.patch
patches.kernel.org/5.18.7-007-fsnotify-introduce-mark-type-iterator.patch
patches.kernel.org/5.18.7-008-fsnotify-consistent-behavior-for-parent-not-wa.patch
patches.kernel.org/5.18.7-009-bpf-Fix-calling-global-functions-from-BPF_PROG.patch
patches.kernel.org/5.18.7-010-selftests-bpf-Add-selftest-for-calling-global-.patch
patches.kernel.org/5.18.7-011-dt-bindings-nvmem-sfp-Add-clock-properties.patch
patches.kernel.org/5.18.7-012-io_uring-use-original-request-task-for-infligh.patch
patches.kernel.org/5.18.7-013-Linux-5.18.7.patch
######################################################## ########################################################
# Build fixes that apply to the vanilla kernel too. # Build fixes that apply to the vanilla kernel too.
@ -1549,10 +1562,6 @@
######################################################## ########################################################
# sorted patches # sorted patches
######################################################## ########################################################
patches.suse/x86-boot-Wrap-literal-addresses-in-absolute_pointer.patch
patches.suse/eth-sun-cassini-remove-dead-code.patch
patches.suse/net-wwan-iosm-remove-pointless-null-check.patch
patches.suse/wifi-rtlwifi-remove-always-true-condition-pointed-ou.patch
patches.suse/simplefb-Enable-boot-time-VESA-graphic-mode-selectio.patch patches.suse/simplefb-Enable-boot-time-VESA-graphic-mode-selectio.patch
######################################################## ########################################################

View File

@ -1,3 +1,3 @@
2022-06-23 05:46:18 +0000 2022-06-26 12:12:48 +0000
GIT Revision: 5aa0763ab4a847fd47695452ea91641a21b210e7 GIT Revision: 531894c1f05a2abb90842105618cbe7d7126dd6c
GIT Branch: stable GIT Branch: stable