commit c225901394cef9494b43bb56806ad8b8d2f29088

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=1261
This commit is contained in:
Michal Suchanek 2020-02-26 08:07:15 +00:00 committed by Git OBS Bridge
parent 8cc1cac048
commit 9029605dfc
36 changed files with 423 additions and 50 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:743f169dc5023035af8df3d94f23d730764e9671a7c98263fed1f0e82d7ae1b2 oid sha256:4dabf64d9d2dabaf26d9c21fa00686a6fb1b03bc0126ba2186fbe0d4ac8925f6
size 244518 size 244435

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Feb 25 11:27:18 CET 2020 - jroedel@suse.de
- KVM: nVMX: Check IO instruction VM-exit conditions
(CVE-2020-2732 bsc#1163971).
- KVM: nVMX: Refactor IO bitmap checks into helper function
(CVE-2020-2732 bsc#1163971).
- KVM: nVMX: Don't emulate instructions in guest mode
(CVE-2020-2732 bsc#1163971).
- commit c225901
-------------------------------------------------------------------
Mon Feb 24 13:39:50 CET 2020 - msuchanek@suse.de
- Enable CONFIG_BLK_DEV_SR_VENDOR (boo#1164632).
- commit 517bced
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Feb 24 10:02:29 CET 2020 - jslaby@suse.cz Mon Feb 24 10:02:29 CET 2020 - jslaby@suse.cz
@ -9383,6 +9400,12 @@ Wed Sep 25 11:53:05 CEST 2019 - fvogt@suse.com
- Previously that was only enabled on armv6/armv7 - Previously that was only enabled on armv6/armv7
- commit 4940602 - commit 4940602
-------------------------------------------------------------------
Tue Sep 24 15:57:36 CEST 2019 - hare@suse.de
- Compile nvme.ko as module (bsc#1150846, bsc#1150850, bsc#1161889)
- commit 3e12ff1
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 21 15:21:27 CEST 2019 - jslaby@suse.cz Sat Sep 21 15:21:27 CEST 2019 - jslaby@suse.cz

View File

@ -31,7 +31,7 @@
Name: dtb-aarch64 Name: dtb-aarch64
Version: 5.5.6 Version: 5.5.6
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.g4a830b1 Release: <RELEASE>.gc225901
%else %else
Release: 0 Release: 0
%endif %endif

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Feb 25 11:27:18 CET 2020 - jroedel@suse.de
- KVM: nVMX: Check IO instruction VM-exit conditions
(CVE-2020-2732 bsc#1163971).
- KVM: nVMX: Refactor IO bitmap checks into helper function
(CVE-2020-2732 bsc#1163971).
- KVM: nVMX: Don't emulate instructions in guest mode
(CVE-2020-2732 bsc#1163971).
- commit c225901
-------------------------------------------------------------------
Mon Feb 24 13:39:50 CET 2020 - msuchanek@suse.de
- Enable CONFIG_BLK_DEV_SR_VENDOR (boo#1164632).
- commit 517bced
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Feb 24 10:02:29 CET 2020 - jslaby@suse.cz Mon Feb 24 10:02:29 CET 2020 - jslaby@suse.cz
@ -9383,6 +9400,12 @@ Wed Sep 25 11:53:05 CEST 2019 - fvogt@suse.com
- Previously that was only enabled on armv6/armv7 - Previously that was only enabled on armv6/armv7
- commit 4940602 - commit 4940602
-------------------------------------------------------------------
Tue Sep 24 15:57:36 CEST 2019 - hare@suse.de
- Compile nvme.ko as module (bsc#1150846, bsc#1150850, bsc#1161889)
- commit 3e12ff1
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 21 15:21:27 CEST 2019 - jslaby@suse.cz Sat Sep 21 15:21:27 CEST 2019 - jslaby@suse.cz

View File

@ -31,7 +31,7 @@
Name: dtb-armv6l Name: dtb-armv6l
Version: 5.5.6 Version: 5.5.6
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.g4a830b1 Release: <RELEASE>.gc225901
%else %else
Release: 0 Release: 0
%endif %endif

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Feb 25 11:27:18 CET 2020 - jroedel@suse.de
- KVM: nVMX: Check IO instruction VM-exit conditions
(CVE-2020-2732 bsc#1163971).
- KVM: nVMX: Refactor IO bitmap checks into helper function
(CVE-2020-2732 bsc#1163971).
- KVM: nVMX: Don't emulate instructions in guest mode
(CVE-2020-2732 bsc#1163971).
- commit c225901
-------------------------------------------------------------------
Mon Feb 24 13:39:50 CET 2020 - msuchanek@suse.de
- Enable CONFIG_BLK_DEV_SR_VENDOR (boo#1164632).
- commit 517bced
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Feb 24 10:02:29 CET 2020 - jslaby@suse.cz Mon Feb 24 10:02:29 CET 2020 - jslaby@suse.cz
@ -9383,6 +9400,12 @@ Wed Sep 25 11:53:05 CEST 2019 - fvogt@suse.com
- Previously that was only enabled on armv6/armv7 - Previously that was only enabled on armv6/armv7
- commit 4940602 - commit 4940602
-------------------------------------------------------------------
Tue Sep 24 15:57:36 CEST 2019 - hare@suse.de
- Compile nvme.ko as module (bsc#1150846, bsc#1150850, bsc#1161889)
- commit 3e12ff1
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 21 15:21:27 CEST 2019 - jslaby@suse.cz Sat Sep 21 15:21:27 CEST 2019 - jslaby@suse.cz

View File

@ -31,7 +31,7 @@
Name: dtb-armv7l Name: dtb-armv7l
Version: 5.5.6 Version: 5.5.6
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.g4a830b1 Release: <RELEASE>.gc225901
%else %else
Release: 0 Release: 0
%endif %endif

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Feb 25 11:27:18 CET 2020 - jroedel@suse.de
- KVM: nVMX: Check IO instruction VM-exit conditions
(CVE-2020-2732 bsc#1163971).
- KVM: nVMX: Refactor IO bitmap checks into helper function
(CVE-2020-2732 bsc#1163971).
- KVM: nVMX: Don't emulate instructions in guest mode
(CVE-2020-2732 bsc#1163971).
- commit c225901
-------------------------------------------------------------------
Mon Feb 24 13:39:50 CET 2020 - msuchanek@suse.de
- Enable CONFIG_BLK_DEV_SR_VENDOR (boo#1164632).
- commit 517bced
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Feb 24 10:02:29 CET 2020 - jslaby@suse.cz Mon Feb 24 10:02:29 CET 2020 - jslaby@suse.cz
@ -9383,6 +9400,12 @@ Wed Sep 25 11:53:05 CEST 2019 - fvogt@suse.com
- Previously that was only enabled on armv6/armv7 - Previously that was only enabled on armv6/armv7
- commit 4940602 - commit 4940602
-------------------------------------------------------------------
Tue Sep 24 15:57:36 CEST 2019 - hare@suse.de
- Compile nvme.ko as module (bsc#1150846, bsc#1150850, bsc#1161889)
- commit 3e12ff1
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 21 15:21:27 CEST 2019 - jslaby@suse.cz Sat Sep 21 15:21:27 CEST 2019 - jslaby@suse.cz

View File

@ -67,7 +67,7 @@ License: GPL-2.0
Group: System/Kernel Group: System/Kernel
Version: 5.5.6 Version: 5.5.6
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.g4a830b1 Release: <RELEASE>.gc225901
%else %else
Release: 0 Release: 0
%endif %endif
@ -174,10 +174,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-4a830b16604db6d70acd1ba41c4d0b0fe1b8acca Provides: kernel-%build_flavor-base-srchash-c225901394cef9494b43bb56806ad8b8d2f29088
Provides: kernel-srchash-4a830b16604db6d70acd1ba41c4d0b0fe1b8acca Provides: kernel-srchash-c225901394cef9494b43bb56806ad8b8d2f29088
# END COMMON DEPS # END COMMON DEPS
Provides: %name-srchash-4a830b16604db6d70acd1ba41c4d0b0fe1b8acca Provides: %name-srchash-c225901394cef9494b43bb56806ad8b8d2f29088
%obsolete_rebuilds %name %obsolete_rebuilds %name
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
Source2: source-post.sh Source2: source-post.sh

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Feb 25 11:27:18 CET 2020 - jroedel@suse.de
- KVM: nVMX: Check IO instruction VM-exit conditions
(CVE-2020-2732 bsc#1163971).
- KVM: nVMX: Refactor IO bitmap checks into helper function
(CVE-2020-2732 bsc#1163971).
- KVM: nVMX: Don't emulate instructions in guest mode
(CVE-2020-2732 bsc#1163971).
- commit c225901
-------------------------------------------------------------------
Mon Feb 24 13:39:50 CET 2020 - msuchanek@suse.de
- Enable CONFIG_BLK_DEV_SR_VENDOR (boo#1164632).
- commit 517bced
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Feb 24 10:02:29 CET 2020 - jslaby@suse.cz Mon Feb 24 10:02:29 CET 2020 - jslaby@suse.cz
@ -9383,6 +9400,12 @@ Wed Sep 25 11:53:05 CEST 2019 - fvogt@suse.com
- Previously that was only enabled on armv6/armv7 - Previously that was only enabled on armv6/armv7
- commit 4940602 - commit 4940602
-------------------------------------------------------------------
Tue Sep 24 15:57:36 CEST 2019 - hare@suse.de
- Compile nvme.ko as module (bsc#1150846, bsc#1150850, bsc#1161889)
- commit 3e12ff1
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 21 15:21:27 CEST 2019 - jslaby@suse.cz Sat Sep 21 15:21:27 CEST 2019 - jslaby@suse.cz

View File

@ -67,7 +67,7 @@ License: GPL-2.0
Group: System/Kernel Group: System/Kernel
Version: 5.5.6 Version: 5.5.6
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.g4a830b1 Release: <RELEASE>.gc225901
%else %else
Release: 0 Release: 0
%endif %endif
@ -174,10 +174,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-4a830b16604db6d70acd1ba41c4d0b0fe1b8acca Provides: kernel-%build_flavor-base-srchash-c225901394cef9494b43bb56806ad8b8d2f29088
Provides: kernel-srchash-4a830b16604db6d70acd1ba41c4d0b0fe1b8acca Provides: kernel-srchash-c225901394cef9494b43bb56806ad8b8d2f29088
# END COMMON DEPS # END COMMON DEPS
Provides: %name-srchash-4a830b16604db6d70acd1ba41c4d0b0fe1b8acca Provides: %name-srchash-c225901394cef9494b43bb56806ad8b8d2f29088
%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,20 @@
-------------------------------------------------------------------
Tue Feb 25 11:27:18 CET 2020 - jroedel@suse.de
- KVM: nVMX: Check IO instruction VM-exit conditions
(CVE-2020-2732 bsc#1163971).
- KVM: nVMX: Refactor IO bitmap checks into helper function
(CVE-2020-2732 bsc#1163971).
- KVM: nVMX: Don't emulate instructions in guest mode
(CVE-2020-2732 bsc#1163971).
- commit c225901
-------------------------------------------------------------------
Mon Feb 24 13:39:50 CET 2020 - msuchanek@suse.de
- Enable CONFIG_BLK_DEV_SR_VENDOR (boo#1164632).
- commit 517bced
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Feb 24 10:02:29 CET 2020 - jslaby@suse.cz Mon Feb 24 10:02:29 CET 2020 - jslaby@suse.cz
@ -9383,6 +9400,12 @@ Wed Sep 25 11:53:05 CEST 2019 - fvogt@suse.com
- Previously that was only enabled on armv6/armv7 - Previously that was only enabled on armv6/armv7
- commit 4940602 - commit 4940602
-------------------------------------------------------------------
Tue Sep 24 15:57:36 CEST 2019 - hare@suse.de
- Compile nvme.ko as module (bsc#1150846, bsc#1150850, bsc#1161889)
- commit 3e12ff1
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 21 15:21:27 CEST 2019 - jslaby@suse.cz Sat Sep 21 15:21:27 CEST 2019 - jslaby@suse.cz

View File

@ -67,7 +67,7 @@ License: GPL-2.0
Group: System/Kernel Group: System/Kernel
Version: 5.5.6 Version: 5.5.6
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.g4a830b1 Release: <RELEASE>.gc225901
%else %else
Release: 0 Release: 0
%endif %endif
@ -174,10 +174,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-4a830b16604db6d70acd1ba41c4d0b0fe1b8acca Provides: kernel-%build_flavor-base-srchash-c225901394cef9494b43bb56806ad8b8d2f29088
Provides: kernel-srchash-4a830b16604db6d70acd1ba41c4d0b0fe1b8acca Provides: kernel-srchash-c225901394cef9494b43bb56806ad8b8d2f29088
# END COMMON DEPS # END COMMON DEPS
Provides: %name-srchash-4a830b16604db6d70acd1ba41c4d0b0fe1b8acca Provides: %name-srchash-c225901394cef9494b43bb56806ad8b8d2f29088
%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,20 @@
-------------------------------------------------------------------
Tue Feb 25 11:27:18 CET 2020 - jroedel@suse.de
- KVM: nVMX: Check IO instruction VM-exit conditions
(CVE-2020-2732 bsc#1163971).
- KVM: nVMX: Refactor IO bitmap checks into helper function
(CVE-2020-2732 bsc#1163971).
- KVM: nVMX: Don't emulate instructions in guest mode
(CVE-2020-2732 bsc#1163971).
- commit c225901
-------------------------------------------------------------------
Mon Feb 24 13:39:50 CET 2020 - msuchanek@suse.de
- Enable CONFIG_BLK_DEV_SR_VENDOR (boo#1164632).
- commit 517bced
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Feb 24 10:02:29 CET 2020 - jslaby@suse.cz Mon Feb 24 10:02:29 CET 2020 - jslaby@suse.cz
@ -9383,6 +9400,12 @@ Wed Sep 25 11:53:05 CEST 2019 - fvogt@suse.com
- Previously that was only enabled on armv6/armv7 - Previously that was only enabled on armv6/armv7
- commit 4940602 - commit 4940602
-------------------------------------------------------------------
Tue Sep 24 15:57:36 CEST 2019 - hare@suse.de
- Compile nvme.ko as module (bsc#1150846, bsc#1150850, bsc#1161889)
- commit 3e12ff1
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 21 15:21:27 CEST 2019 - jslaby@suse.cz Sat Sep 21 15:21:27 CEST 2019 - jslaby@suse.cz

View File

@ -33,7 +33,7 @@ License: GPL-2.0
Group: Documentation/Man Group: Documentation/Man
Version: 5.5.6 Version: 5.5.6
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.g4a830b1 Release: <RELEASE>.gc225901
%else %else
Release: 0 Release: 0
%endif %endif
@ -63,7 +63,7 @@ BuildRequires: texlive-zapfding
%endif %endif
Url: http://www.kernel.org/ Url: http://www.kernel.org/
Provides: %name = %version-%source_rel Provides: %name = %version-%source_rel
Provides: %name-srchash-4a830b16604db6d70acd1ba41c4d0b0fe1b8acca Provides: %name-srchash-c225901394cef9494b43bb56806ad8b8d2f29088
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Feb 25 11:27:18 CET 2020 - jroedel@suse.de
- KVM: nVMX: Check IO instruction VM-exit conditions
(CVE-2020-2732 bsc#1163971).
- KVM: nVMX: Refactor IO bitmap checks into helper function
(CVE-2020-2732 bsc#1163971).
- KVM: nVMX: Don't emulate instructions in guest mode
(CVE-2020-2732 bsc#1163971).
- commit c225901
-------------------------------------------------------------------
Mon Feb 24 13:39:50 CET 2020 - msuchanek@suse.de
- Enable CONFIG_BLK_DEV_SR_VENDOR (boo#1164632).
- commit 517bced
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Feb 24 10:02:29 CET 2020 - jslaby@suse.cz Mon Feb 24 10:02:29 CET 2020 - jslaby@suse.cz
@ -9383,6 +9400,12 @@ Wed Sep 25 11:53:05 CEST 2019 - fvogt@suse.com
- Previously that was only enabled on armv6/armv7 - Previously that was only enabled on armv6/armv7
- commit 4940602 - commit 4940602
-------------------------------------------------------------------
Tue Sep 24 15:57:36 CEST 2019 - hare@suse.de
- Compile nvme.ko as module (bsc#1150846, bsc#1150850, bsc#1161889)
- commit 3e12ff1
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 21 15:21:27 CEST 2019 - jslaby@suse.cz Sat Sep 21 15:21:27 CEST 2019 - jslaby@suse.cz

View File

@ -67,7 +67,7 @@ License: GPL-2.0
Group: System/Kernel Group: System/Kernel
Version: 5.5.6 Version: 5.5.6
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.g4a830b1 Release: <RELEASE>.gc225901
%else %else
Release: 0 Release: 0
%endif %endif
@ -174,10 +174,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-4a830b16604db6d70acd1ba41c4d0b0fe1b8acca Provides: kernel-%build_flavor-base-srchash-c225901394cef9494b43bb56806ad8b8d2f29088
Provides: kernel-srchash-4a830b16604db6d70acd1ba41c4d0b0fe1b8acca Provides: kernel-srchash-c225901394cef9494b43bb56806ad8b8d2f29088
# END COMMON DEPS # END COMMON DEPS
Provides: %name-srchash-4a830b16604db6d70acd1ba41c4d0b0fe1b8acca Provides: %name-srchash-c225901394cef9494b43bb56806ad8b8d2f29088
%obsolete_rebuilds %name %obsolete_rebuilds %name
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
Source2: source-post.sh Source2: source-post.sh

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Feb 25 11:27:18 CET 2020 - jroedel@suse.de
- KVM: nVMX: Check IO instruction VM-exit conditions
(CVE-2020-2732 bsc#1163971).
- KVM: nVMX: Refactor IO bitmap checks into helper function
(CVE-2020-2732 bsc#1163971).
- KVM: nVMX: Don't emulate instructions in guest mode
(CVE-2020-2732 bsc#1163971).
- commit c225901
-------------------------------------------------------------------
Mon Feb 24 13:39:50 CET 2020 - msuchanek@suse.de
- Enable CONFIG_BLK_DEV_SR_VENDOR (boo#1164632).
- commit 517bced
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Feb 24 10:02:29 CET 2020 - jslaby@suse.cz Mon Feb 24 10:02:29 CET 2020 - jslaby@suse.cz
@ -9383,6 +9400,12 @@ Wed Sep 25 11:53:05 CEST 2019 - fvogt@suse.com
- Previously that was only enabled on armv6/armv7 - Previously that was only enabled on armv6/armv7
- commit 4940602 - commit 4940602
-------------------------------------------------------------------
Tue Sep 24 15:57:36 CEST 2019 - hare@suse.de
- Compile nvme.ko as module (bsc#1150846, bsc#1150850, bsc#1161889)
- commit 3e12ff1
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 21 15:21:27 CEST 2019 - jslaby@suse.cz Sat Sep 21 15:21:27 CEST 2019 - jslaby@suse.cz

View File

@ -67,7 +67,7 @@ License: GPL-2.0
Group: System/Kernel Group: System/Kernel
Version: 5.5.6 Version: 5.5.6
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.g4a830b1 Release: <RELEASE>.gc225901
%else %else
Release: 0 Release: 0
%endif %endif
@ -174,10 +174,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-4a830b16604db6d70acd1ba41c4d0b0fe1b8acca Provides: kernel-%build_flavor-base-srchash-c225901394cef9494b43bb56806ad8b8d2f29088
Provides: kernel-srchash-4a830b16604db6d70acd1ba41c4d0b0fe1b8acca Provides: kernel-srchash-c225901394cef9494b43bb56806ad8b8d2f29088
# END COMMON DEPS # END COMMON DEPS
Provides: %name-srchash-4a830b16604db6d70acd1ba41c4d0b0fe1b8acca Provides: %name-srchash-c225901394cef9494b43bb56806ad8b8d2f29088
%obsolete_rebuilds %name %obsolete_rebuilds %name
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
Source2: source-post.sh Source2: source-post.sh

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Feb 25 11:27:18 CET 2020 - jroedel@suse.de
- KVM: nVMX: Check IO instruction VM-exit conditions
(CVE-2020-2732 bsc#1163971).
- KVM: nVMX: Refactor IO bitmap checks into helper function
(CVE-2020-2732 bsc#1163971).
- KVM: nVMX: Don't emulate instructions in guest mode
(CVE-2020-2732 bsc#1163971).
- commit c225901
-------------------------------------------------------------------
Mon Feb 24 13:39:50 CET 2020 - msuchanek@suse.de
- Enable CONFIG_BLK_DEV_SR_VENDOR (boo#1164632).
- commit 517bced
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Feb 24 10:02:29 CET 2020 - jslaby@suse.cz Mon Feb 24 10:02:29 CET 2020 - jslaby@suse.cz
@ -9383,6 +9400,12 @@ Wed Sep 25 11:53:05 CEST 2019 - fvogt@suse.com
- Previously that was only enabled on armv6/armv7 - Previously that was only enabled on armv6/armv7
- commit 4940602 - commit 4940602
-------------------------------------------------------------------
Tue Sep 24 15:57:36 CEST 2019 - hare@suse.de
- Compile nvme.ko as module (bsc#1150846, bsc#1150850, bsc#1161889)
- commit 3e12ff1
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 21 15:21:27 CEST 2019 - jslaby@suse.cz Sat Sep 21 15:21:27 CEST 2019 - jslaby@suse.cz

View File

@ -45,7 +45,7 @@ BuildRequires: util-linux
%endif %endif
%endif %endif
%endif %endif
BuildRequires: kernel%kernel_flavor-srchash-4a830b16604db6d70acd1ba41c4d0b0fe1b8acca BuildRequires: kernel%kernel_flavor-srchash-c225901394cef9494b43bb56806ad8b8d2f29088
%if 0%{?rhel_version} %if 0%{?rhel_version}
BuildRequires: kernel BuildRequires: kernel
@ -66,7 +66,7 @@ License: GPL-2.0
Group: SLES Group: SLES
Version: 5.5.6 Version: 5.5.6
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.g4a830b1 Release: <RELEASE>.gc225901
%else %else
Release: 0 Release: 0
%endif %endif

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Feb 25 11:27:18 CET 2020 - jroedel@suse.de
- KVM: nVMX: Check IO instruction VM-exit conditions
(CVE-2020-2732 bsc#1163971).
- KVM: nVMX: Refactor IO bitmap checks into helper function
(CVE-2020-2732 bsc#1163971).
- KVM: nVMX: Don't emulate instructions in guest mode
(CVE-2020-2732 bsc#1163971).
- commit c225901
-------------------------------------------------------------------
Mon Feb 24 13:39:50 CET 2020 - msuchanek@suse.de
- Enable CONFIG_BLK_DEV_SR_VENDOR (boo#1164632).
- commit 517bced
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Feb 24 10:02:29 CET 2020 - jslaby@suse.cz Mon Feb 24 10:02:29 CET 2020 - jslaby@suse.cz
@ -9383,6 +9400,12 @@ Wed Sep 25 11:53:05 CEST 2019 - fvogt@suse.com
- Previously that was only enabled on armv6/armv7 - Previously that was only enabled on armv6/armv7
- commit 4940602 - commit 4940602
-------------------------------------------------------------------
Tue Sep 24 15:57:36 CEST 2019 - hare@suse.de
- Compile nvme.ko as module (bsc#1150846, bsc#1150850, bsc#1161889)
- commit 3e12ff1
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 21 15:21:27 CEST 2019 - jslaby@suse.cz Sat Sep 21 15:21:27 CEST 2019 - jslaby@suse.cz

View File

@ -38,7 +38,7 @@ License: GPL-2.0
Group: SLES Group: SLES
Version: 5.5.6 Version: 5.5.6
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.g4a830b1 Release: <RELEASE>.gc225901
%else %else
Release: 0 Release: 0
%endif %endif

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Feb 25 11:27:18 CET 2020 - jroedel@suse.de
- KVM: nVMX: Check IO instruction VM-exit conditions
(CVE-2020-2732 bsc#1163971).
- KVM: nVMX: Refactor IO bitmap checks into helper function
(CVE-2020-2732 bsc#1163971).
- KVM: nVMX: Don't emulate instructions in guest mode
(CVE-2020-2732 bsc#1163971).
- commit c225901
-------------------------------------------------------------------
Mon Feb 24 13:39:50 CET 2020 - msuchanek@suse.de
- Enable CONFIG_BLK_DEV_SR_VENDOR (boo#1164632).
- commit 517bced
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Feb 24 10:02:29 CET 2020 - jslaby@suse.cz Mon Feb 24 10:02:29 CET 2020 - jslaby@suse.cz
@ -9383,6 +9400,12 @@ Wed Sep 25 11:53:05 CEST 2019 - fvogt@suse.com
- Previously that was only enabled on armv6/armv7 - Previously that was only enabled on armv6/armv7
- commit 4940602 - commit 4940602
-------------------------------------------------------------------
Tue Sep 24 15:57:36 CEST 2019 - hare@suse.de
- Compile nvme.ko as module (bsc#1150846, bsc#1150850, bsc#1161889)
- commit 3e12ff1
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 21 15:21:27 CEST 2019 - jslaby@suse.cz Sat Sep 21 15:21:27 CEST 2019 - jslaby@suse.cz

View File

@ -67,7 +67,7 @@ License: GPL-2.0
Group: System/Kernel Group: System/Kernel
Version: 5.5.6 Version: 5.5.6
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.g4a830b1 Release: <RELEASE>.gc225901
%else %else
Release: 0 Release: 0
%endif %endif
@ -174,10 +174,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-4a830b16604db6d70acd1ba41c4d0b0fe1b8acca Provides: kernel-%build_flavor-base-srchash-c225901394cef9494b43bb56806ad8b8d2f29088
Provides: kernel-srchash-4a830b16604db6d70acd1ba41c4d0b0fe1b8acca Provides: kernel-srchash-c225901394cef9494b43bb56806ad8b8d2f29088
# END COMMON DEPS # END COMMON DEPS
Provides: %name-srchash-4a830b16604db6d70acd1ba41c4d0b0fe1b8acca Provides: %name-srchash-c225901394cef9494b43bb56806ad8b8d2f29088
%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,20 @@
-------------------------------------------------------------------
Tue Feb 25 11:27:18 CET 2020 - jroedel@suse.de
- KVM: nVMX: Check IO instruction VM-exit conditions
(CVE-2020-2732 bsc#1163971).
- KVM: nVMX: Refactor IO bitmap checks into helper function
(CVE-2020-2732 bsc#1163971).
- KVM: nVMX: Don't emulate instructions in guest mode
(CVE-2020-2732 bsc#1163971).
- commit c225901
-------------------------------------------------------------------
Mon Feb 24 13:39:50 CET 2020 - msuchanek@suse.de
- Enable CONFIG_BLK_DEV_SR_VENDOR (boo#1164632).
- commit 517bced
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Feb 24 10:02:29 CET 2020 - jslaby@suse.cz Mon Feb 24 10:02:29 CET 2020 - jslaby@suse.cz
@ -9383,6 +9400,12 @@ Wed Sep 25 11:53:05 CEST 2019 - fvogt@suse.com
- Previously that was only enabled on armv6/armv7 - Previously that was only enabled on armv6/armv7
- commit 4940602 - commit 4940602
-------------------------------------------------------------------
Tue Sep 24 15:57:36 CEST 2019 - hare@suse.de
- Compile nvme.ko as module (bsc#1150846, bsc#1150850, bsc#1161889)
- commit 3e12ff1
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 21 15:21:27 CEST 2019 - jslaby@suse.cz Sat Sep 21 15:21:27 CEST 2019 - jslaby@suse.cz

View File

@ -32,7 +32,7 @@ License: GPL-2.0
Group: Development/Sources Group: Development/Sources
Version: 5.5.6 Version: 5.5.6
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.g4a830b1 Release: <RELEASE>.gc225901
%else %else
Release: 0 Release: 0
%endif %endif
@ -43,7 +43,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-4a830b16604db6d70acd1ba41c4d0b0fe1b8acca Provides: %name-srchash-c225901394cef9494b43bb56806ad8b8d2f29088
Provides: linux Provides: linux
Provides: multiversion(kernel) Provides: multiversion(kernel)
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Feb 25 11:27:18 CET 2020 - jroedel@suse.de
- KVM: nVMX: Check IO instruction VM-exit conditions
(CVE-2020-2732 bsc#1163971).
- KVM: nVMX: Refactor IO bitmap checks into helper function
(CVE-2020-2732 bsc#1163971).
- KVM: nVMX: Don't emulate instructions in guest mode
(CVE-2020-2732 bsc#1163971).
- commit c225901
-------------------------------------------------------------------
Mon Feb 24 13:39:50 CET 2020 - msuchanek@suse.de
- Enable CONFIG_BLK_DEV_SR_VENDOR (boo#1164632).
- commit 517bced
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Feb 24 10:02:29 CET 2020 - jslaby@suse.cz Mon Feb 24 10:02:29 CET 2020 - jslaby@suse.cz
@ -9383,6 +9400,12 @@ Wed Sep 25 11:53:05 CEST 2019 - fvogt@suse.com
- Previously that was only enabled on armv6/armv7 - Previously that was only enabled on armv6/armv7
- commit 4940602 - commit 4940602
-------------------------------------------------------------------
Tue Sep 24 15:57:36 CEST 2019 - hare@suse.de
- Compile nvme.ko as module (bsc#1150846, bsc#1150850, bsc#1161889)
- commit 3e12ff1
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 21 15:21:27 CEST 2019 - jslaby@suse.cz Sat Sep 21 15:21:27 CEST 2019 - jslaby@suse.cz

View File

@ -27,7 +27,7 @@ Group: Development/Sources
Version: 5.5.6 Version: 5.5.6
%if %using_buildservice %if %using_buildservice
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.g4a830b1 Release: <RELEASE>.gc225901
%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-4a830b16604db6d70acd1ba41c4d0b0fe1b8acca Provides: %name-srchash-c225901394cef9494b43bb56806ad8b8d2f29088
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,20 @@
-------------------------------------------------------------------
Tue Feb 25 11:27:18 CET 2020 - jroedel@suse.de
- KVM: nVMX: Check IO instruction VM-exit conditions
(CVE-2020-2732 bsc#1163971).
- KVM: nVMX: Refactor IO bitmap checks into helper function
(CVE-2020-2732 bsc#1163971).
- KVM: nVMX: Don't emulate instructions in guest mode
(CVE-2020-2732 bsc#1163971).
- commit c225901
-------------------------------------------------------------------
Mon Feb 24 13:39:50 CET 2020 - msuchanek@suse.de
- Enable CONFIG_BLK_DEV_SR_VENDOR (boo#1164632).
- commit 517bced
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Feb 24 10:02:29 CET 2020 - jslaby@suse.cz Mon Feb 24 10:02:29 CET 2020 - jslaby@suse.cz
@ -9383,6 +9400,12 @@ Wed Sep 25 11:53:05 CEST 2019 - fvogt@suse.com
- Previously that was only enabled on armv6/armv7 - Previously that was only enabled on armv6/armv7
- commit 4940602 - commit 4940602
-------------------------------------------------------------------
Tue Sep 24 15:57:36 CEST 2019 - hare@suse.de
- Compile nvme.ko as module (bsc#1150846, bsc#1150850, bsc#1161889)
- commit 3e12ff1
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 21 15:21:27 CEST 2019 - jslaby@suse.cz Sat Sep 21 15:21:27 CEST 2019 - jslaby@suse.cz

View File

@ -67,7 +67,7 @@ License: GPL-2.0
Group: System/Kernel Group: System/Kernel
Version: 5.5.6 Version: 5.5.6
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.g4a830b1 Release: <RELEASE>.gc225901
%else %else
Release: 0 Release: 0
%endif %endif
@ -174,10 +174,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-4a830b16604db6d70acd1ba41c4d0b0fe1b8acca Provides: kernel-%build_flavor-base-srchash-c225901394cef9494b43bb56806ad8b8d2f29088
Provides: kernel-srchash-4a830b16604db6d70acd1ba41c4d0b0fe1b8acca Provides: kernel-srchash-c225901394cef9494b43bb56806ad8b8d2f29088
# END COMMON DEPS # END COMMON DEPS
Provides: %name-srchash-4a830b16604db6d70acd1ba41c4d0b0fe1b8acca Provides: %name-srchash-c225901394cef9494b43bb56806ad8b8d2f29088
%obsolete_rebuilds %name %obsolete_rebuilds %name
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
Source2: source-post.sh Source2: source-post.sh

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Feb 25 11:27:18 CET 2020 - jroedel@suse.de
- KVM: nVMX: Check IO instruction VM-exit conditions
(CVE-2020-2732 bsc#1163971).
- KVM: nVMX: Refactor IO bitmap checks into helper function
(CVE-2020-2732 bsc#1163971).
- KVM: nVMX: Don't emulate instructions in guest mode
(CVE-2020-2732 bsc#1163971).
- commit c225901
-------------------------------------------------------------------
Mon Feb 24 13:39:50 CET 2020 - msuchanek@suse.de
- Enable CONFIG_BLK_DEV_SR_VENDOR (boo#1164632).
- commit 517bced
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Feb 24 10:02:29 CET 2020 - jslaby@suse.cz Mon Feb 24 10:02:29 CET 2020 - jslaby@suse.cz
@ -9383,6 +9400,12 @@ Wed Sep 25 11:53:05 CEST 2019 - fvogt@suse.com
- Previously that was only enabled on armv6/armv7 - Previously that was only enabled on armv6/armv7
- commit 4940602 - commit 4940602
-------------------------------------------------------------------
Tue Sep 24 15:57:36 CEST 2019 - hare@suse.de
- Compile nvme.ko as module (bsc#1150846, bsc#1150850, bsc#1161889)
- commit 3e12ff1
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 21 15:21:27 CEST 2019 - jslaby@suse.cz Sat Sep 21 15:21:27 CEST 2019 - jslaby@suse.cz

View File

@ -67,7 +67,7 @@ License: GPL-2.0
Group: System/Kernel Group: System/Kernel
Version: 5.5.6 Version: 5.5.6
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.g4a830b1 Release: <RELEASE>.gc225901
%else %else
Release: 0 Release: 0
%endif %endif
@ -174,10 +174,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-4a830b16604db6d70acd1ba41c4d0b0fe1b8acca Provides: kernel-%build_flavor-base-srchash-c225901394cef9494b43bb56806ad8b8d2f29088
Provides: kernel-srchash-4a830b16604db6d70acd1ba41c4d0b0fe1b8acca Provides: kernel-srchash-c225901394cef9494b43bb56806ad8b8d2f29088
# END COMMON DEPS # END COMMON DEPS
Provides: %name-srchash-4a830b16604db6d70acd1ba41c4d0b0fe1b8acca Provides: %name-srchash-c225901394cef9494b43bb56806ad8b8d2f29088
%obsolete_rebuilds %name %obsolete_rebuilds %name
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
Source2: source-post.sh Source2: source-post.sh

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:2c386bd0c45af2cfbaa800dbf8dbae278db46b63799a3d9af38bfa6250030a12 oid sha256:bf8a3aac940744209d7117b6388a68be367ea8f14bc32617ba18a1bf3a49e37f
size 71138 size 73010

View File

@ -1198,6 +1198,11 @@
patches.suse/0001-usb-Add-Xen-pvUSB-protocol-description.patch patches.suse/0001-usb-Add-Xen-pvUSB-protocol-description.patch
patches.suse/0002-usb-Introduce-Xen-pvUSB-frontend-xen-hcd.patch patches.suse/0002-usb-Introduce-Xen-pvUSB-frontend-xen-hcd.patch
# bsc#1163971, CVE-2020-2732
patches.suse/kvm-nvmx-don-t-emulate-instructions-in-guest-mode
patches.suse/kvm-nvmx-refactor-io-bitmap-checks-into-helper-function
patches.suse/kvm-nvmx-check-io-instruction-vm-exit-conditions
######################################################## ########################################################
# Other core patches # Other core patches
######################################################## ########################################################

View File

@ -1,3 +1,3 @@
2020-02-24 09:02:31 +0000 2020-02-25 10:27:21 +0000
GIT Revision: 4a830b16604db6d70acd1ba41c4d0b0fe1b8acca GIT Revision: c225901394cef9494b43bb56806ad8b8d2f29088
GIT Branch: stable GIT Branch: stable