commit 157e5eaae4a701958c3688edbf56334d55181a9a

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=1783
This commit is contained in:
Kernel Bugs 2022-08-30 08:17:09 +00:00 committed by Git OBS Bridge
parent 2f55544a0a
commit 0731485369
38 changed files with 684 additions and 86 deletions

View File

@ -1,3 +1,38 @@
-------------------------------------------------------------------
Mon Aug 29 16:40:53 CEST 2022 - tiwai@suse.de
- Revert "block: freeze the queue earlier in del_gendisk"
(bsc#1202534 bsc#1202589).
- commit 157e5ea
-------------------------------------------------------------------
Mon Aug 29 13:38:41 CEST 2022 - jslaby@suse.cz
- Delete
patches.suse/Revert-Revert-tcp-change-pingpong-threshold-to-3.patch.
The test was disabled in python-eventlet. The code is correct, unlike
the test.
- commit 22072b3
-------------------------------------------------------------------
Mon Aug 29 12:14:44 CEST 2022 - jslaby@suse.cz
- kbuild: dummy-tools: avoid tmpdir leak in dummy gcc
(bsc#1012628).
- Linux 5.19.5 (bsc#1012628).
- Refresh
patches.kernel.org/5.19.4-144-kbuild-dummy-tools-avoid-tmpdir-leak-in-dummy-.patch.
- commit 8b6f0a1
-------------------------------------------------------------------
Mon Aug 29 08:16:21 CEST 2022 - jslaby@suse.cz
- Refresh
patches.kernel.org/5.19.4-144-kbuild-dummy-tools-avoid-tmpdir-leak-in-dummy-.patch.
Reenable the patch after fixing it (missing plugin-version.h in the
patch).
- commit 2ea108c
-------------------------------------------------------------------
Sat Aug 27 09:41:56 CEST 2022 - jslaby@suse.cz

View File

@ -17,7 +17,7 @@
%define srcversion 5.19
%define patchversion 5.19.4
%define patchversion 5.19.5
%define variant %{nil}
%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})
Name: dtb-aarch64
Version: 5.19.4
Version: 5.19.5
%if 0%{?is_kotd}
Release: <RELEASE>.g15b473a
Release: <RELEASE>.g157e5ea
%else
Release: 0
%endif

View File

@ -1,3 +1,38 @@
-------------------------------------------------------------------
Mon Aug 29 16:40:53 CEST 2022 - tiwai@suse.de
- Revert "block: freeze the queue earlier in del_gendisk"
(bsc#1202534 bsc#1202589).
- commit 157e5ea
-------------------------------------------------------------------
Mon Aug 29 13:38:41 CEST 2022 - jslaby@suse.cz
- Delete
patches.suse/Revert-Revert-tcp-change-pingpong-threshold-to-3.patch.
The test was disabled in python-eventlet. The code is correct, unlike
the test.
- commit 22072b3
-------------------------------------------------------------------
Mon Aug 29 12:14:44 CEST 2022 - jslaby@suse.cz
- kbuild: dummy-tools: avoid tmpdir leak in dummy gcc
(bsc#1012628).
- Linux 5.19.5 (bsc#1012628).
- Refresh
patches.kernel.org/5.19.4-144-kbuild-dummy-tools-avoid-tmpdir-leak-in-dummy-.patch.
- commit 8b6f0a1
-------------------------------------------------------------------
Mon Aug 29 08:16:21 CEST 2022 - jslaby@suse.cz
- Refresh
patches.kernel.org/5.19.4-144-kbuild-dummy-tools-avoid-tmpdir-leak-in-dummy-.patch.
Reenable the patch after fixing it (missing plugin-version.h in the
patch).
- commit 2ea108c
-------------------------------------------------------------------
Sat Aug 27 09:41:56 CEST 2022 - jslaby@suse.cz

View File

@ -17,7 +17,7 @@
%define srcversion 5.19
%define patchversion 5.19.4
%define patchversion 5.19.5
%define variant %{nil}
%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})
Name: dtb-armv6l
Version: 5.19.4
Version: 5.19.5
%if 0%{?is_kotd}
Release: <RELEASE>.g15b473a
Release: <RELEASE>.g157e5ea
%else
Release: 0
%endif

View File

@ -1,3 +1,38 @@
-------------------------------------------------------------------
Mon Aug 29 16:40:53 CEST 2022 - tiwai@suse.de
- Revert "block: freeze the queue earlier in del_gendisk"
(bsc#1202534 bsc#1202589).
- commit 157e5ea
-------------------------------------------------------------------
Mon Aug 29 13:38:41 CEST 2022 - jslaby@suse.cz
- Delete
patches.suse/Revert-Revert-tcp-change-pingpong-threshold-to-3.patch.
The test was disabled in python-eventlet. The code is correct, unlike
the test.
- commit 22072b3
-------------------------------------------------------------------
Mon Aug 29 12:14:44 CEST 2022 - jslaby@suse.cz
- kbuild: dummy-tools: avoid tmpdir leak in dummy gcc
(bsc#1012628).
- Linux 5.19.5 (bsc#1012628).
- Refresh
patches.kernel.org/5.19.4-144-kbuild-dummy-tools-avoid-tmpdir-leak-in-dummy-.patch.
- commit 8b6f0a1
-------------------------------------------------------------------
Mon Aug 29 08:16:21 CEST 2022 - jslaby@suse.cz
- Refresh
patches.kernel.org/5.19.4-144-kbuild-dummy-tools-avoid-tmpdir-leak-in-dummy-.patch.
Reenable the patch after fixing it (missing plugin-version.h in the
patch).
- commit 2ea108c
-------------------------------------------------------------------
Sat Aug 27 09:41:56 CEST 2022 - jslaby@suse.cz

View File

@ -17,7 +17,7 @@
%define srcversion 5.19
%define patchversion 5.19.4
%define patchversion 5.19.5
%define variant %{nil}
%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})
Name: dtb-armv7l
Version: 5.19.4
Version: 5.19.5
%if 0%{?is_kotd}
Release: <RELEASE>.g15b473a
Release: <RELEASE>.g157e5ea
%else
Release: 0
%endif

View File

@ -1,3 +1,38 @@
-------------------------------------------------------------------
Mon Aug 29 16:40:53 CEST 2022 - tiwai@suse.de
- Revert "block: freeze the queue earlier in del_gendisk"
(bsc#1202534 bsc#1202589).
- commit 157e5ea
-------------------------------------------------------------------
Mon Aug 29 13:38:41 CEST 2022 - jslaby@suse.cz
- Delete
patches.suse/Revert-Revert-tcp-change-pingpong-threshold-to-3.patch.
The test was disabled in python-eventlet. The code is correct, unlike
the test.
- commit 22072b3
-------------------------------------------------------------------
Mon Aug 29 12:14:44 CEST 2022 - jslaby@suse.cz
- kbuild: dummy-tools: avoid tmpdir leak in dummy gcc
(bsc#1012628).
- Linux 5.19.5 (bsc#1012628).
- Refresh
patches.kernel.org/5.19.4-144-kbuild-dummy-tools-avoid-tmpdir-leak-in-dummy-.patch.
- commit 8b6f0a1
-------------------------------------------------------------------
Mon Aug 29 08:16:21 CEST 2022 - jslaby@suse.cz
- Refresh
patches.kernel.org/5.19.4-144-kbuild-dummy-tools-avoid-tmpdir-leak-in-dummy-.patch.
Reenable the patch after fixing it (missing plugin-version.h in the
patch).
- commit 2ea108c
-------------------------------------------------------------------
Sat Aug 27 09:41:56 CEST 2022 - jslaby@suse.cz

View File

@ -17,7 +17,7 @@
%define srcversion 5.19
%define patchversion 5.19.4
%define patchversion 5.19.5
%define variant %{nil}
%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})
Name: dtb-riscv64
Version: 5.19.4
Version: 5.19.5
%if 0%{?is_kotd}
Release: <RELEASE>.g15b473a
Release: <RELEASE>.g157e5ea
%else
Release: 0
%endif

View File

@ -1,3 +1,38 @@
-------------------------------------------------------------------
Mon Aug 29 16:40:53 CEST 2022 - tiwai@suse.de
- Revert "block: freeze the queue earlier in del_gendisk"
(bsc#1202534 bsc#1202589).
- commit 157e5ea
-------------------------------------------------------------------
Mon Aug 29 13:38:41 CEST 2022 - jslaby@suse.cz
- Delete
patches.suse/Revert-Revert-tcp-change-pingpong-threshold-to-3.patch.
The test was disabled in python-eventlet. The code is correct, unlike
the test.
- commit 22072b3
-------------------------------------------------------------------
Mon Aug 29 12:14:44 CEST 2022 - jslaby@suse.cz
- kbuild: dummy-tools: avoid tmpdir leak in dummy gcc
(bsc#1012628).
- Linux 5.19.5 (bsc#1012628).
- Refresh
patches.kernel.org/5.19.4-144-kbuild-dummy-tools-avoid-tmpdir-leak-in-dummy-.patch.
- commit 8b6f0a1
-------------------------------------------------------------------
Mon Aug 29 08:16:21 CEST 2022 - jslaby@suse.cz
- Refresh
patches.kernel.org/5.19.4-144-kbuild-dummy-tools-avoid-tmpdir-leak-in-dummy-.patch.
Reenable the patch after fixing it (missing plugin-version.h in the
patch).
- commit 2ea108c
-------------------------------------------------------------------
Sat Aug 27 09:41:56 CEST 2022 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
%define srcversion 5.19
%define patchversion 5.19.4
%define patchversion 5.19.5
%define variant %{nil}
%define vanilla_only 0
%define compress_modules zstd
@ -110,9 +110,9 @@ Name: kernel-64kb
Summary: Kernel with 64kb PAGE_SIZE
License: GPL-2.0-only
Group: System/Kernel
Version: 5.19.4
Version: 5.19.5
%if 0%{?is_kotd}
Release: <RELEASE>.g15b473a
Release: <RELEASE>.g157e5ea
%else
Release: 0
%endif
@ -239,10 +239,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-15b473af60d33025e3bdb5d0008f6974d014b30f
Provides: kernel-srchash-15b473af60d33025e3bdb5d0008f6974d014b30f
Provides: kernel-%build_flavor-base-srchash-157e5eaae4a701958c3688edbf56334d55181a9a
Provides: kernel-srchash-157e5eaae4a701958c3688edbf56334d55181a9a
# END COMMON DEPS
Provides: %name-srchash-15b473af60d33025e3bdb5d0008f6974d014b30f
Provides: %name-srchash-157e5eaae4a701958c3688edbf56334d55181a9a
%obsolete_rebuilds %name
Source0: https://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
Source3: kernel-source.rpmlintrc

View File

@ -1,3 +1,38 @@
-------------------------------------------------------------------
Mon Aug 29 16:40:53 CEST 2022 - tiwai@suse.de
- Revert "block: freeze the queue earlier in del_gendisk"
(bsc#1202534 bsc#1202589).
- commit 157e5ea
-------------------------------------------------------------------
Mon Aug 29 13:38:41 CEST 2022 - jslaby@suse.cz
- Delete
patches.suse/Revert-Revert-tcp-change-pingpong-threshold-to-3.patch.
The test was disabled in python-eventlet. The code is correct, unlike
the test.
- commit 22072b3
-------------------------------------------------------------------
Mon Aug 29 12:14:44 CEST 2022 - jslaby@suse.cz
- kbuild: dummy-tools: avoid tmpdir leak in dummy gcc
(bsc#1012628).
- Linux 5.19.5 (bsc#1012628).
- Refresh
patches.kernel.org/5.19.4-144-kbuild-dummy-tools-avoid-tmpdir-leak-in-dummy-.patch.
- commit 8b6f0a1
-------------------------------------------------------------------
Mon Aug 29 08:16:21 CEST 2022 - jslaby@suse.cz
- Refresh
patches.kernel.org/5.19.4-144-kbuild-dummy-tools-avoid-tmpdir-leak-in-dummy-.patch.
Reenable the patch after fixing it (missing plugin-version.h in the
patch).
- commit 2ea108c
-------------------------------------------------------------------
Sat Aug 27 09:41:56 CEST 2022 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
%define srcversion 5.19
%define patchversion 5.19.4
%define patchversion 5.19.5
%define variant %{nil}
%define vanilla_only 0
%define compress_modules zstd
@ -110,9 +110,9 @@ Name: kernel-debug
Summary: A Debug Version of the Kernel
License: GPL-2.0-only
Group: System/Kernel
Version: 5.19.4
Version: 5.19.5
%if 0%{?is_kotd}
Release: <RELEASE>.g15b473a
Release: <RELEASE>.g157e5ea
%else
Release: 0
%endif
@ -239,10 +239,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-15b473af60d33025e3bdb5d0008f6974d014b30f
Provides: kernel-srchash-15b473af60d33025e3bdb5d0008f6974d014b30f
Provides: kernel-%build_flavor-base-srchash-157e5eaae4a701958c3688edbf56334d55181a9a
Provides: kernel-srchash-157e5eaae4a701958c3688edbf56334d55181a9a
# END COMMON DEPS
Provides: %name-srchash-15b473af60d33025e3bdb5d0008f6974d014b30f
Provides: %name-srchash-157e5eaae4a701958c3688edbf56334d55181a9a
%ifarch ppc64
Provides: kernel-kdump = 2.6.28
Obsoletes: kernel-kdump <= 2.6.28

View File

@ -1,3 +1,38 @@
-------------------------------------------------------------------
Mon Aug 29 16:40:53 CEST 2022 - tiwai@suse.de
- Revert "block: freeze the queue earlier in del_gendisk"
(bsc#1202534 bsc#1202589).
- commit 157e5ea
-------------------------------------------------------------------
Mon Aug 29 13:38:41 CEST 2022 - jslaby@suse.cz
- Delete
patches.suse/Revert-Revert-tcp-change-pingpong-threshold-to-3.patch.
The test was disabled in python-eventlet. The code is correct, unlike
the test.
- commit 22072b3
-------------------------------------------------------------------
Mon Aug 29 12:14:44 CEST 2022 - jslaby@suse.cz
- kbuild: dummy-tools: avoid tmpdir leak in dummy gcc
(bsc#1012628).
- Linux 5.19.5 (bsc#1012628).
- Refresh
patches.kernel.org/5.19.4-144-kbuild-dummy-tools-avoid-tmpdir-leak-in-dummy-.patch.
- commit 8b6f0a1
-------------------------------------------------------------------
Mon Aug 29 08:16:21 CEST 2022 - jslaby@suse.cz
- Refresh
patches.kernel.org/5.19.4-144-kbuild-dummy-tools-avoid-tmpdir-leak-in-dummy-.patch.
Reenable the patch after fixing it (missing plugin-version.h in the
patch).
- commit 2ea108c
-------------------------------------------------------------------
Sat Aug 27 09:41:56 CEST 2022 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
%define srcversion 5.19
%define patchversion 5.19.4
%define patchversion 5.19.5
%define variant %{nil}
%define vanilla_only 0
%define compress_modules zstd
@ -110,9 +110,9 @@ Name: kernel-default
Summary: The Standard Kernel
License: GPL-2.0-only
Group: System/Kernel
Version: 5.19.4
Version: 5.19.5
%if 0%{?is_kotd}
Release: <RELEASE>.g15b473a
Release: <RELEASE>.g157e5ea
%else
Release: 0
%endif
@ -239,10 +239,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-15b473af60d33025e3bdb5d0008f6974d014b30f
Provides: kernel-srchash-15b473af60d33025e3bdb5d0008f6974d014b30f
Provides: kernel-%build_flavor-base-srchash-157e5eaae4a701958c3688edbf56334d55181a9a
Provides: kernel-srchash-157e5eaae4a701958c3688edbf56334d55181a9a
# END COMMON DEPS
Provides: %name-srchash-15b473af60d33025e3bdb5d0008f6974d014b30f
Provides: %name-srchash-157e5eaae4a701958c3688edbf56334d55181a9a
%ifarch %ix86
Provides: kernel-smp = 2.6.17
Obsoletes: kernel-smp <= 2.6.17

View File

@ -1,3 +1,38 @@
-------------------------------------------------------------------
Mon Aug 29 16:40:53 CEST 2022 - tiwai@suse.de
- Revert "block: freeze the queue earlier in del_gendisk"
(bsc#1202534 bsc#1202589).
- commit 157e5ea
-------------------------------------------------------------------
Mon Aug 29 13:38:41 CEST 2022 - jslaby@suse.cz
- Delete
patches.suse/Revert-Revert-tcp-change-pingpong-threshold-to-3.patch.
The test was disabled in python-eventlet. The code is correct, unlike
the test.
- commit 22072b3
-------------------------------------------------------------------
Mon Aug 29 12:14:44 CEST 2022 - jslaby@suse.cz
- kbuild: dummy-tools: avoid tmpdir leak in dummy gcc
(bsc#1012628).
- Linux 5.19.5 (bsc#1012628).
- Refresh
patches.kernel.org/5.19.4-144-kbuild-dummy-tools-avoid-tmpdir-leak-in-dummy-.patch.
- commit 8b6f0a1
-------------------------------------------------------------------
Mon Aug 29 08:16:21 CEST 2022 - jslaby@suse.cz
- Refresh
patches.kernel.org/5.19.4-144-kbuild-dummy-tools-avoid-tmpdir-leak-in-dummy-.patch.
Reenable the patch after fixing it (missing plugin-version.h in the
patch).
- commit 2ea108c
-------------------------------------------------------------------
Sat Aug 27 09:41:56 CEST 2022 - jslaby@suse.cz

View File

@ -17,7 +17,7 @@
%define srcversion 5.19
%define patchversion 5.19.4
%define patchversion 5.19.5
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -31,9 +31,9 @@ Name: kernel-docs
Summary: Kernel Documentation
License: GPL-2.0-only
Group: Documentation/Man
Version: 5.19.4
Version: 5.19.5
%if 0%{?is_kotd}
Release: <RELEASE>.g15b473a
Release: <RELEASE>.g157e5ea
%else
Release: 0
%endif
@ -67,7 +67,7 @@ BuildRequires: texlive-zapfding
%endif
URL: https://www.kernel.org/
Provides: %name = %version-%source_rel
Provides: %name-srchash-15b473af60d33025e3bdb5d0008f6974d014b30f
Provides: %name-srchash-157e5eaae4a701958c3688edbf56334d55181a9a
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: https://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz

View File

@ -1,3 +1,38 @@
-------------------------------------------------------------------
Mon Aug 29 16:40:53 CEST 2022 - tiwai@suse.de
- Revert "block: freeze the queue earlier in del_gendisk"
(bsc#1202534 bsc#1202589).
- commit 157e5ea
-------------------------------------------------------------------
Mon Aug 29 13:38:41 CEST 2022 - jslaby@suse.cz
- Delete
patches.suse/Revert-Revert-tcp-change-pingpong-threshold-to-3.patch.
The test was disabled in python-eventlet. The code is correct, unlike
the test.
- commit 22072b3
-------------------------------------------------------------------
Mon Aug 29 12:14:44 CEST 2022 - jslaby@suse.cz
- kbuild: dummy-tools: avoid tmpdir leak in dummy gcc
(bsc#1012628).
- Linux 5.19.5 (bsc#1012628).
- Refresh
patches.kernel.org/5.19.4-144-kbuild-dummy-tools-avoid-tmpdir-leak-in-dummy-.patch.
- commit 8b6f0a1
-------------------------------------------------------------------
Mon Aug 29 08:16:21 CEST 2022 - jslaby@suse.cz
- Refresh
patches.kernel.org/5.19.4-144-kbuild-dummy-tools-avoid-tmpdir-leak-in-dummy-.patch.
Reenable the patch after fixing it (missing plugin-version.h in the
patch).
- commit 2ea108c
-------------------------------------------------------------------
Sat Aug 27 09:41:56 CEST 2022 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
%define srcversion 5.19
%define patchversion 5.19.4
%define patchversion 5.19.5
%define variant %{nil}
%define vanilla_only 0
%define compress_modules zstd
@ -110,9 +110,9 @@ Name: kernel-kvmsmall
Summary: The Small Developer Kernel for KVM
License: GPL-2.0-only
Group: System/Kernel
Version: 5.19.4
Version: 5.19.5
%if 0%{?is_kotd}
Release: <RELEASE>.g15b473a
Release: <RELEASE>.g157e5ea
%else
Release: 0
%endif
@ -239,10 +239,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-15b473af60d33025e3bdb5d0008f6974d014b30f
Provides: kernel-srchash-15b473af60d33025e3bdb5d0008f6974d014b30f
Provides: kernel-%build_flavor-base-srchash-157e5eaae4a701958c3688edbf56334d55181a9a
Provides: kernel-srchash-157e5eaae4a701958c3688edbf56334d55181a9a
# END COMMON DEPS
Provides: %name-srchash-15b473af60d33025e3bdb5d0008f6974d014b30f
Provides: %name-srchash-157e5eaae4a701958c3688edbf56334d55181a9a
%obsolete_rebuilds %name
Source0: https://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
Source3: kernel-source.rpmlintrc

View File

@ -1,3 +1,38 @@
-------------------------------------------------------------------
Mon Aug 29 16:40:53 CEST 2022 - tiwai@suse.de
- Revert "block: freeze the queue earlier in del_gendisk"
(bsc#1202534 bsc#1202589).
- commit 157e5ea
-------------------------------------------------------------------
Mon Aug 29 13:38:41 CEST 2022 - jslaby@suse.cz
- Delete
patches.suse/Revert-Revert-tcp-change-pingpong-threshold-to-3.patch.
The test was disabled in python-eventlet. The code is correct, unlike
the test.
- commit 22072b3
-------------------------------------------------------------------
Mon Aug 29 12:14:44 CEST 2022 - jslaby@suse.cz
- kbuild: dummy-tools: avoid tmpdir leak in dummy gcc
(bsc#1012628).
- Linux 5.19.5 (bsc#1012628).
- Refresh
patches.kernel.org/5.19.4-144-kbuild-dummy-tools-avoid-tmpdir-leak-in-dummy-.patch.
- commit 8b6f0a1
-------------------------------------------------------------------
Mon Aug 29 08:16:21 CEST 2022 - jslaby@suse.cz
- Refresh
patches.kernel.org/5.19.4-144-kbuild-dummy-tools-avoid-tmpdir-leak-in-dummy-.patch.
Reenable the patch after fixing it (missing plugin-version.h in the
patch).
- commit 2ea108c
-------------------------------------------------------------------
Sat Aug 27 09:41:56 CEST 2022 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
%define srcversion 5.19
%define patchversion 5.19.4
%define patchversion 5.19.5
%define variant %{nil}
%define vanilla_only 0
%define compress_modules zstd
@ -110,9 +110,9 @@ Name: kernel-lpae
Summary: Kernel for LPAE enabled systems
License: GPL-2.0-only
Group: System/Kernel
Version: 5.19.4
Version: 5.19.5
%if 0%{?is_kotd}
Release: <RELEASE>.g15b473a
Release: <RELEASE>.g157e5ea
%else
Release: 0
%endif
@ -239,10 +239,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-15b473af60d33025e3bdb5d0008f6974d014b30f
Provides: kernel-srchash-15b473af60d33025e3bdb5d0008f6974d014b30f
Provides: kernel-%build_flavor-base-srchash-157e5eaae4a701958c3688edbf56334d55181a9a
Provides: kernel-srchash-157e5eaae4a701958c3688edbf56334d55181a9a
# END COMMON DEPS
Provides: %name-srchash-15b473af60d33025e3bdb5d0008f6974d014b30f
Provides: %name-srchash-157e5eaae4a701958c3688edbf56334d55181a9a
%obsolete_rebuilds %name
Source0: https://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
Source3: kernel-source.rpmlintrc

View File

@ -1,3 +1,38 @@
-------------------------------------------------------------------
Mon Aug 29 16:40:53 CEST 2022 - tiwai@suse.de
- Revert "block: freeze the queue earlier in del_gendisk"
(bsc#1202534 bsc#1202589).
- commit 157e5ea
-------------------------------------------------------------------
Mon Aug 29 13:38:41 CEST 2022 - jslaby@suse.cz
- Delete
patches.suse/Revert-Revert-tcp-change-pingpong-threshold-to-3.patch.
The test was disabled in python-eventlet. The code is correct, unlike
the test.
- commit 22072b3
-------------------------------------------------------------------
Mon Aug 29 12:14:44 CEST 2022 - jslaby@suse.cz
- kbuild: dummy-tools: avoid tmpdir leak in dummy gcc
(bsc#1012628).
- Linux 5.19.5 (bsc#1012628).
- Refresh
patches.kernel.org/5.19.4-144-kbuild-dummy-tools-avoid-tmpdir-leak-in-dummy-.patch.
- commit 8b6f0a1
-------------------------------------------------------------------
Mon Aug 29 08:16:21 CEST 2022 - jslaby@suse.cz
- Refresh
patches.kernel.org/5.19.4-144-kbuild-dummy-tools-avoid-tmpdir-leak-in-dummy-.patch.
Reenable the patch after fixing it (missing plugin-version.h in the
patch).
- commit 2ea108c
-------------------------------------------------------------------
Sat Aug 27 09:41:56 CEST 2022 - jslaby@suse.cz

View File

@ -19,7 +19,7 @@
#!BuildIgnore: post-build-checks
%define patchversion 5.19.4
%define patchversion 5.19.5
%define variant %{nil}
%define vanilla_only 0
@ -45,7 +45,7 @@ BuildRequires: util-linux
%endif
%endif
%endif
BuildRequires: kernel%kernel_flavor-srchash-15b473af60d33025e3bdb5d0008f6974d014b30f
BuildRequires: kernel%kernel_flavor-srchash-157e5eaae4a701958c3688edbf56334d55181a9a
%if 0%{?rhel_version}
BuildRequires: kernel
@ -64,9 +64,9 @@ BuildRequires: dracut
Summary: package kernel and initrd for OBS VM builds
License: GPL-2.0-only
Group: SLES
Version: 5.19.4
Version: 5.19.5
%if 0%{?is_kotd}
Release: <RELEASE>.g15b473a
Release: <RELEASE>.g157e5ea
%else
Release: 0
%endif

View File

@ -1,3 +1,38 @@
-------------------------------------------------------------------
Mon Aug 29 16:40:53 CEST 2022 - tiwai@suse.de
- Revert "block: freeze the queue earlier in del_gendisk"
(bsc#1202534 bsc#1202589).
- commit 157e5ea
-------------------------------------------------------------------
Mon Aug 29 13:38:41 CEST 2022 - jslaby@suse.cz
- Delete
patches.suse/Revert-Revert-tcp-change-pingpong-threshold-to-3.patch.
The test was disabled in python-eventlet. The code is correct, unlike
the test.
- commit 22072b3
-------------------------------------------------------------------
Mon Aug 29 12:14:44 CEST 2022 - jslaby@suse.cz
- kbuild: dummy-tools: avoid tmpdir leak in dummy gcc
(bsc#1012628).
- Linux 5.19.5 (bsc#1012628).
- Refresh
patches.kernel.org/5.19.4-144-kbuild-dummy-tools-avoid-tmpdir-leak-in-dummy-.patch.
- commit 8b6f0a1
-------------------------------------------------------------------
Mon Aug 29 08:16:21 CEST 2022 - jslaby@suse.cz
- Refresh
patches.kernel.org/5.19.4-144-kbuild-dummy-tools-avoid-tmpdir-leak-in-dummy-.patch.
Reenable the patch after fixing it (missing plugin-version.h in the
patch).
- commit 2ea108c
-------------------------------------------------------------------
Sat Aug 27 09:41:56 CEST 2022 - jslaby@suse.cz

View File

@ -17,7 +17,7 @@
# needsrootforbuild
%define patchversion 5.19.4
%define patchversion 5.19.5
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -36,9 +36,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: Basic QA tests for the kernel
License: GPL-2.0-only
Group: SLES
Version: 5.19.4
Version: 5.19.5
%if 0%{?is_kotd}
Release: <RELEASE>.g15b473a
Release: <RELEASE>.g157e5ea
%else
Release: 0
%endif

View File

@ -1,3 +1,38 @@
-------------------------------------------------------------------
Mon Aug 29 16:40:53 CEST 2022 - tiwai@suse.de
- Revert "block: freeze the queue earlier in del_gendisk"
(bsc#1202534 bsc#1202589).
- commit 157e5ea
-------------------------------------------------------------------
Mon Aug 29 13:38:41 CEST 2022 - jslaby@suse.cz
- Delete
patches.suse/Revert-Revert-tcp-change-pingpong-threshold-to-3.patch.
The test was disabled in python-eventlet. The code is correct, unlike
the test.
- commit 22072b3
-------------------------------------------------------------------
Mon Aug 29 12:14:44 CEST 2022 - jslaby@suse.cz
- kbuild: dummy-tools: avoid tmpdir leak in dummy gcc
(bsc#1012628).
- Linux 5.19.5 (bsc#1012628).
- Refresh
patches.kernel.org/5.19.4-144-kbuild-dummy-tools-avoid-tmpdir-leak-in-dummy-.patch.
- commit 8b6f0a1
-------------------------------------------------------------------
Mon Aug 29 08:16:21 CEST 2022 - jslaby@suse.cz
- Refresh
patches.kernel.org/5.19.4-144-kbuild-dummy-tools-avoid-tmpdir-leak-in-dummy-.patch.
Reenable the patch after fixing it (missing plugin-version.h in the
patch).
- commit 2ea108c
-------------------------------------------------------------------
Sat Aug 27 09:41:56 CEST 2022 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
%define srcversion 5.19
%define patchversion 5.19.4
%define patchversion 5.19.5
%define variant %{nil}
%define vanilla_only 0
%define compress_modules zstd
@ -110,9 +110,9 @@ Name: kernel-pae
Summary: Kernel with PAE Support
License: GPL-2.0-only
Group: System/Kernel
Version: 5.19.4
Version: 5.19.5
%if 0%{?is_kotd}
Release: <RELEASE>.g15b473a
Release: <RELEASE>.g157e5ea
%else
Release: 0
%endif
@ -239,10 +239,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-15b473af60d33025e3bdb5d0008f6974d014b30f
Provides: kernel-srchash-15b473af60d33025e3bdb5d0008f6974d014b30f
Provides: kernel-%build_flavor-base-srchash-157e5eaae4a701958c3688edbf56334d55181a9a
Provides: kernel-srchash-157e5eaae4a701958c3688edbf56334d55181a9a
# END COMMON DEPS
Provides: %name-srchash-15b473af60d33025e3bdb5d0008f6974d014b30f
Provides: %name-srchash-157e5eaae4a701958c3688edbf56334d55181a9a
%ifarch %ix86
Provides: kernel-bigsmp = 2.6.17
Obsoletes: kernel-bigsmp <= 2.6.17

View File

@ -1,3 +1,38 @@
-------------------------------------------------------------------
Mon Aug 29 16:40:53 CEST 2022 - tiwai@suse.de
- Revert "block: freeze the queue earlier in del_gendisk"
(bsc#1202534 bsc#1202589).
- commit 157e5ea
-------------------------------------------------------------------
Mon Aug 29 13:38:41 CEST 2022 - jslaby@suse.cz
- Delete
patches.suse/Revert-Revert-tcp-change-pingpong-threshold-to-3.patch.
The test was disabled in python-eventlet. The code is correct, unlike
the test.
- commit 22072b3
-------------------------------------------------------------------
Mon Aug 29 12:14:44 CEST 2022 - jslaby@suse.cz
- kbuild: dummy-tools: avoid tmpdir leak in dummy gcc
(bsc#1012628).
- Linux 5.19.5 (bsc#1012628).
- Refresh
patches.kernel.org/5.19.4-144-kbuild-dummy-tools-avoid-tmpdir-leak-in-dummy-.patch.
- commit 8b6f0a1
-------------------------------------------------------------------
Mon Aug 29 08:16:21 CEST 2022 - jslaby@suse.cz
- Refresh
patches.kernel.org/5.19.4-144-kbuild-dummy-tools-avoid-tmpdir-leak-in-dummy-.patch.
Reenable the patch after fixing it (missing plugin-version.h in the
patch).
- commit 2ea108c
-------------------------------------------------------------------
Sat Aug 27 09:41:56 CEST 2022 - jslaby@suse.cz

View File

@ -17,7 +17,7 @@
%define srcversion 5.19
%define patchversion 5.19.4
%define patchversion 5.19.5
%define variant %{nil}
%define vanilla_only 0
@ -31,9 +31,9 @@
%endif
Name: kernel-source
Version: 5.19.4
Version: 5.19.5
%if 0%{?is_kotd}
Release: <RELEASE>.g15b473a
Release: <RELEASE>.g157e5ea
%else
Release: 0
%endif
@ -50,7 +50,7 @@ BuildRequires: fdupes
BuildRequires: sed
Requires(post): coreutils sed
Provides: %name = %version-%source_rel
Provides: %name-srchash-15b473af60d33025e3bdb5d0008f6974d014b30f
Provides: %name-srchash-157e5eaae4a701958c3688edbf56334d55181a9a
Provides: linux
Provides: multiversion(kernel)
Source0: https://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz

View File

@ -1,3 +1,38 @@
-------------------------------------------------------------------
Mon Aug 29 16:40:53 CEST 2022 - tiwai@suse.de
- Revert "block: freeze the queue earlier in del_gendisk"
(bsc#1202534 bsc#1202589).
- commit 157e5ea
-------------------------------------------------------------------
Mon Aug 29 13:38:41 CEST 2022 - jslaby@suse.cz
- Delete
patches.suse/Revert-Revert-tcp-change-pingpong-threshold-to-3.patch.
The test was disabled in python-eventlet. The code is correct, unlike
the test.
- commit 22072b3
-------------------------------------------------------------------
Mon Aug 29 12:14:44 CEST 2022 - jslaby@suse.cz
- kbuild: dummy-tools: avoid tmpdir leak in dummy gcc
(bsc#1012628).
- Linux 5.19.5 (bsc#1012628).
- Refresh
patches.kernel.org/5.19.4-144-kbuild-dummy-tools-avoid-tmpdir-leak-in-dummy-.patch.
- commit 8b6f0a1
-------------------------------------------------------------------
Mon Aug 29 08:16:21 CEST 2022 - jslaby@suse.cz
- Refresh
patches.kernel.org/5.19.4-144-kbuild-dummy-tools-avoid-tmpdir-leak-in-dummy-.patch.
Reenable the patch after fixing it (missing plugin-version.h in the
patch).
- commit 2ea108c
-------------------------------------------------------------------
Sat Aug 27 09:41:56 CEST 2022 - jslaby@suse.cz

View File

@ -24,10 +24,10 @@ Name: kernel-syms
Summary: Kernel Symbol Versions (modversions)
License: GPL-2.0-only
Group: Development/Sources
Version: 5.19.4
Version: 5.19.5
%if %using_buildservice
%if 0%{?is_kotd}
Release: <RELEASE>.g15b473a
Release: <RELEASE>.g157e5ea
%else
Release: 0
%endif
@ -52,7 +52,7 @@ Requires: kernel-pae-devel = %version-%source_rel
%endif
Requires: pesign-obs-integration
Provides: %name = %version-%source_rel
Provides: %name-srchash-15b473af60d33025e3bdb5d0008f6974d014b30f
Provides: %name-srchash-157e5eaae4a701958c3688edbf56334d55181a9a
Provides: multiversion(kernel)
Source: README.KSYMS
Requires: kernel-devel%variant = %version-%source_rel

View File

@ -1,3 +1,38 @@
-------------------------------------------------------------------
Mon Aug 29 16:40:53 CEST 2022 - tiwai@suse.de
- Revert "block: freeze the queue earlier in del_gendisk"
(bsc#1202534 bsc#1202589).
- commit 157e5ea
-------------------------------------------------------------------
Mon Aug 29 13:38:41 CEST 2022 - jslaby@suse.cz
- Delete
patches.suse/Revert-Revert-tcp-change-pingpong-threshold-to-3.patch.
The test was disabled in python-eventlet. The code is correct, unlike
the test.
- commit 22072b3
-------------------------------------------------------------------
Mon Aug 29 12:14:44 CEST 2022 - jslaby@suse.cz
- kbuild: dummy-tools: avoid tmpdir leak in dummy gcc
(bsc#1012628).
- Linux 5.19.5 (bsc#1012628).
- Refresh
patches.kernel.org/5.19.4-144-kbuild-dummy-tools-avoid-tmpdir-leak-in-dummy-.patch.
- commit 8b6f0a1
-------------------------------------------------------------------
Mon Aug 29 08:16:21 CEST 2022 - jslaby@suse.cz
- Refresh
patches.kernel.org/5.19.4-144-kbuild-dummy-tools-avoid-tmpdir-leak-in-dummy-.patch.
Reenable the patch after fixing it (missing plugin-version.h in the
patch).
- commit 2ea108c
-------------------------------------------------------------------
Sat Aug 27 09:41:56 CEST 2022 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
%define srcversion 5.19
%define patchversion 5.19.4
%define patchversion 5.19.5
%define variant %{nil}
%define vanilla_only 0
%define compress_modules zstd
@ -110,9 +110,9 @@ Name: kernel-vanilla
Summary: The Standard Kernel - without any SUSE patches
License: GPL-2.0-only
Group: System/Kernel
Version: 5.19.4
Version: 5.19.5
%if 0%{?is_kotd}
Release: <RELEASE>.g15b473a
Release: <RELEASE>.g157e5ea
%else
Release: 0
%endif
@ -239,10 +239,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-15b473af60d33025e3bdb5d0008f6974d014b30f
Provides: kernel-srchash-15b473af60d33025e3bdb5d0008f6974d014b30f
Provides: kernel-%build_flavor-base-srchash-157e5eaae4a701958c3688edbf56334d55181a9a
Provides: kernel-srchash-157e5eaae4a701958c3688edbf56334d55181a9a
# END COMMON DEPS
Provides: %name-srchash-15b473af60d33025e3bdb5d0008f6974d014b30f
Provides: %name-srchash-157e5eaae4a701958c3688edbf56334d55181a9a
%obsolete_rebuilds %name
Source0: https://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
Source3: kernel-source.rpmlintrc

View File

@ -1,3 +1,38 @@
-------------------------------------------------------------------
Mon Aug 29 16:40:53 CEST 2022 - tiwai@suse.de
- Revert "block: freeze the queue earlier in del_gendisk"
(bsc#1202534 bsc#1202589).
- commit 157e5ea
-------------------------------------------------------------------
Mon Aug 29 13:38:41 CEST 2022 - jslaby@suse.cz
- Delete
patches.suse/Revert-Revert-tcp-change-pingpong-threshold-to-3.patch.
The test was disabled in python-eventlet. The code is correct, unlike
the test.
- commit 22072b3
-------------------------------------------------------------------
Mon Aug 29 12:14:44 CEST 2022 - jslaby@suse.cz
- kbuild: dummy-tools: avoid tmpdir leak in dummy gcc
(bsc#1012628).
- Linux 5.19.5 (bsc#1012628).
- Refresh
patches.kernel.org/5.19.4-144-kbuild-dummy-tools-avoid-tmpdir-leak-in-dummy-.patch.
- commit 8b6f0a1
-------------------------------------------------------------------
Mon Aug 29 08:16:21 CEST 2022 - jslaby@suse.cz
- Refresh
patches.kernel.org/5.19.4-144-kbuild-dummy-tools-avoid-tmpdir-leak-in-dummy-.patch.
Reenable the patch after fixing it (missing plugin-version.h in the
patch).
- commit 2ea108c
-------------------------------------------------------------------
Sat Aug 27 09:41:56 CEST 2022 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
%define srcversion 5.19
%define patchversion 5.19.4
%define patchversion 5.19.5
%define variant %{nil}
%define vanilla_only 0
%define compress_modules zstd
@ -110,9 +110,9 @@ Name: kernel-zfcpdump
Summary: The IBM System Z zfcpdump Kernel
License: GPL-2.0-only
Group: System/Kernel
Version: 5.19.4
Version: 5.19.5
%if 0%{?is_kotd}
Release: <RELEASE>.g15b473a
Release: <RELEASE>.g157e5ea
%else
Release: 0
%endif
@ -239,10 +239,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-15b473af60d33025e3bdb5d0008f6974d014b30f
Provides: kernel-srchash-15b473af60d33025e3bdb5d0008f6974d014b30f
Provides: kernel-%build_flavor-base-srchash-157e5eaae4a701958c3688edbf56334d55181a9a
Provides: kernel-srchash-157e5eaae4a701958c3688edbf56334d55181a9a
# END COMMON DEPS
Provides: %name-srchash-15b473af60d33025e3bdb5d0008f6974d014b30f
Provides: %name-srchash-157e5eaae4a701958c3688edbf56334d55181a9a
%obsolete_rebuilds %name
Source0: https://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
Source3: kernel-source.rpmlintrc

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2a66cfa980edca13bf3946bb6c624c1fa2737ad599efc918ba5732a97693ac11
size 1253843
oid sha256:66bcf53534339aaf120612fc9d79748f1c321538ddcf1afbecc35f4eded01733
size 1253662

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5454fae3ba6966a0f1e0faadc5d5a67cadf7d5f1102b490d2fe52da8e220a2ac
size 54164
oid sha256:4c9963b30ad9e4d807e463f1091ba3f1e69b5f9878173650137cd6f525345f36
size 52876

View File

@ -1359,7 +1359,7 @@
patches.kernel.org/5.19.4-141-vdpa_sim-use-max_iotlb_entries-as-a-limit-in-v.patch
patches.kernel.org/5.19.4-142-vdpa_sim_blk-set-number-of-address-spaces-and-.patch
patches.kernel.org/5.19.4-143-tools-testing-cxl-Fix-cxl_hdm_decode_init-call.patch
+bad patches.kernel.org/5.19.4-144-kbuild-dummy-tools-avoid-tmpdir-leak-in-dummy-.patch
patches.kernel.org/5.19.4-144-kbuild-dummy-tools-avoid-tmpdir-leak-in-dummy-.patch
patches.kernel.org/5.19.4-145-tools-build-Switch-to-new-openssl-API-for-test.patch
patches.kernel.org/5.19.4-146-NTB-ntb_tool-uninitialized-heap-data-in-tool_f.patch
patches.kernel.org/5.19.4-147-nfp-ethtool-fix-the-display-error-of-ethtool-m.patch
@ -1579,6 +1579,8 @@
patches.kernel.org/5.19.4-361-scsi-ufs-ufs-mediatek-Fix-build-error-and-type.patch
patches.kernel.org/5.19.4-362-Revert-ALSA-hda-Fix-page-fault-in-snd_hda_code.patch
patches.kernel.org/5.19.4-363-Linux-5.19.4.patch
patches.kernel.org/5.19.5-001-kbuild-dummy-tools-avoid-tmpdir-leak-in-dummy-.patch
patches.kernel.org/5.19.5-002-Linux-5.19.5.patch
########################################################
# Build fixes that apply to the vanilla kernel too.
@ -1636,7 +1638,6 @@
# to get into mainline any time soon (or ever) belong
# to area specific sections below.
########################################################
patches.suse/Revert-Revert-tcp-change-pingpong-threshold-to-3.patch
patches.suse/Revert-zram-remove-double-compression-logic.patch
patches.suse/mm-gup-fix-FOLL_FORCE-COW-security-issue-and-remove-.patch
@ -1705,6 +1706,8 @@
patches.suse/dm-table-switch-to-readonly
patches.suse/dm-mpath-no-partitions-feature
patches.suse/Revert-block-freeze-the-queue-earlier-in-del_gendisk.patch
########################################################
# Networking core
########################################################

View File

@ -1,3 +1,3 @@
2022-08-27 09:13:43 +0000
GIT Revision: 15b473af60d33025e3bdb5d0008f6974d014b30f
2022-08-29 14:42:35 +0000
GIT Revision: 157e5eaae4a701958c3688edbf56334d55181a9a
GIT Branch: stable