commit 93ba681d6a1f2cfe050212362e5d275da19ca8d9

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=1063
This commit is contained in:
Jiri Slaby 2019-04-30 06:01:13 +00:00 committed by Git OBS Bridge
parent 5657671781
commit 6ac7a488c0
35 changed files with 386 additions and 48 deletions

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Tue Apr 30 07:14:58 CEST 2019 - jslaby@suse.cz
- KVM: x86: Whitelist port 0x7e for pre-incrementing %rip
(bnc#1132694).
- Delete patches.suse/kvm-Workaround-OUT-0x7E.patch.
Update per upstream.
- commit 93ba681
-------------------------------------------------------------------
Mon Apr 29 13:05:50 CEST 2019 - jslaby@suse.cz
- memcg: make it work on sparse non-0-node systems (bnc#1133616).
- commit c0ba22a
-------------------------------------------------------------------
Mon Apr 29 08:52:32 CEST 2019 - jslaby@suse.cz
- Workaround Qemu "OUT 0x7E" handling in KVM (bnc#1132694).
- commit e8fc1e9
-------------------------------------------------------------------
Sat Apr 27 20:39:53 CEST 2019 - jslaby@suse.cz

View File

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

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Tue Apr 30 07:14:58 CEST 2019 - jslaby@suse.cz
- KVM: x86: Whitelist port 0x7e for pre-incrementing %rip
(bnc#1132694).
- Delete patches.suse/kvm-Workaround-OUT-0x7E.patch.
Update per upstream.
- commit 93ba681
-------------------------------------------------------------------
Mon Apr 29 13:05:50 CEST 2019 - jslaby@suse.cz
- memcg: make it work on sparse non-0-node systems (bnc#1133616).
- commit c0ba22a
-------------------------------------------------------------------
Mon Apr 29 08:52:32 CEST 2019 - jslaby@suse.cz
- Workaround Qemu "OUT 0x7E" handling in KVM (bnc#1132694).
- commit e8fc1e9
-------------------------------------------------------------------
Sat Apr 27 20:39:53 CEST 2019 - jslaby@suse.cz

View File

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

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Tue Apr 30 07:14:58 CEST 2019 - jslaby@suse.cz
- KVM: x86: Whitelist port 0x7e for pre-incrementing %rip
(bnc#1132694).
- Delete patches.suse/kvm-Workaround-OUT-0x7E.patch.
Update per upstream.
- commit 93ba681
-------------------------------------------------------------------
Mon Apr 29 13:05:50 CEST 2019 - jslaby@suse.cz
- memcg: make it work on sparse non-0-node systems (bnc#1133616).
- commit c0ba22a
-------------------------------------------------------------------
Mon Apr 29 08:52:32 CEST 2019 - jslaby@suse.cz
- Workaround Qemu "OUT 0x7E" handling in KVM (bnc#1132694).
- commit e8fc1e9
-------------------------------------------------------------------
Sat Apr 27 20:39:53 CEST 2019 - jslaby@suse.cz

View File

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

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Tue Apr 30 07:14:58 CEST 2019 - jslaby@suse.cz
- KVM: x86: Whitelist port 0x7e for pre-incrementing %rip
(bnc#1132694).
- Delete patches.suse/kvm-Workaround-OUT-0x7E.patch.
Update per upstream.
- commit 93ba681
-------------------------------------------------------------------
Mon Apr 29 13:05:50 CEST 2019 - jslaby@suse.cz
- memcg: make it work on sparse non-0-node systems (bnc#1133616).
- commit c0ba22a
-------------------------------------------------------------------
Mon Apr 29 08:52:32 CEST 2019 - jslaby@suse.cz
- Workaround Qemu "OUT 0x7E" handling in KVM (bnc#1132694).
- commit e8fc1e9
-------------------------------------------------------------------
Sat Apr 27 20:39:53 CEST 2019 - jslaby@suse.cz

View File

@ -64,7 +64,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 5.0.10
%if 0%{?is_kotd}
Release: <RELEASE>.g048e1d2
Release: <RELEASE>.g93ba681
%else
Release: 0
%endif
@ -169,10 +169,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-048e1d279e4d522573b14fa5405b2800b5f4a191
Provides: kernel-srchash-048e1d279e4d522573b14fa5405b2800b5f4a191
Provides: kernel-%build_flavor-base-srchash-93ba681d6a1f2cfe050212362e5d275da19ca8d9
Provides: kernel-srchash-93ba681d6a1f2cfe050212362e5d275da19ca8d9
# END COMMON DEPS
Provides: %name-srchash-048e1d279e4d522573b14fa5405b2800b5f4a191
Provides: %name-srchash-93ba681d6a1f2cfe050212362e5d275da19ca8d9
%obsolete_rebuilds %name
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
Source2: source-post.sh

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Tue Apr 30 07:14:58 CEST 2019 - jslaby@suse.cz
- KVM: x86: Whitelist port 0x7e for pre-incrementing %rip
(bnc#1132694).
- Delete patches.suse/kvm-Workaround-OUT-0x7E.patch.
Update per upstream.
- commit 93ba681
-------------------------------------------------------------------
Mon Apr 29 13:05:50 CEST 2019 - jslaby@suse.cz
- memcg: make it work on sparse non-0-node systems (bnc#1133616).
- commit c0ba22a
-------------------------------------------------------------------
Mon Apr 29 08:52:32 CEST 2019 - jslaby@suse.cz
- Workaround Qemu "OUT 0x7E" handling in KVM (bnc#1132694).
- commit e8fc1e9
-------------------------------------------------------------------
Sat Apr 27 20:39:53 CEST 2019 - jslaby@suse.cz

View File

@ -64,7 +64,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 5.0.10
%if 0%{?is_kotd}
Release: <RELEASE>.g048e1d2
Release: <RELEASE>.g93ba681
%else
Release: 0
%endif
@ -169,10 +169,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-048e1d279e4d522573b14fa5405b2800b5f4a191
Provides: kernel-srchash-048e1d279e4d522573b14fa5405b2800b5f4a191
Provides: kernel-%build_flavor-base-srchash-93ba681d6a1f2cfe050212362e5d275da19ca8d9
Provides: kernel-srchash-93ba681d6a1f2cfe050212362e5d275da19ca8d9
# END COMMON DEPS
Provides: %name-srchash-048e1d279e4d522573b14fa5405b2800b5f4a191
Provides: %name-srchash-93ba681d6a1f2cfe050212362e5d275da19ca8d9
%ifarch ppc64
Provides: kernel-kdump = 2.6.28
Obsoletes: kernel-kdump <= 2.6.28

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Tue Apr 30 07:14:58 CEST 2019 - jslaby@suse.cz
- KVM: x86: Whitelist port 0x7e for pre-incrementing %rip
(bnc#1132694).
- Delete patches.suse/kvm-Workaround-OUT-0x7E.patch.
Update per upstream.
- commit 93ba681
-------------------------------------------------------------------
Mon Apr 29 13:05:50 CEST 2019 - jslaby@suse.cz
- memcg: make it work on sparse non-0-node systems (bnc#1133616).
- commit c0ba22a
-------------------------------------------------------------------
Mon Apr 29 08:52:32 CEST 2019 - jslaby@suse.cz
- Workaround Qemu "OUT 0x7E" handling in KVM (bnc#1132694).
- commit e8fc1e9
-------------------------------------------------------------------
Sat Apr 27 20:39:53 CEST 2019 - jslaby@suse.cz

View File

@ -64,7 +64,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 5.0.10
%if 0%{?is_kotd}
Release: <RELEASE>.g048e1d2
Release: <RELEASE>.g93ba681
%else
Release: 0
%endif
@ -169,10 +169,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-048e1d279e4d522573b14fa5405b2800b5f4a191
Provides: kernel-srchash-048e1d279e4d522573b14fa5405b2800b5f4a191
Provides: kernel-%build_flavor-base-srchash-93ba681d6a1f2cfe050212362e5d275da19ca8d9
Provides: kernel-srchash-93ba681d6a1f2cfe050212362e5d275da19ca8d9
# END COMMON DEPS
Provides: %name-srchash-048e1d279e4d522573b14fa5405b2800b5f4a191
Provides: %name-srchash-93ba681d6a1f2cfe050212362e5d275da19ca8d9
%ifarch %ix86
Provides: kernel-smp = 2.6.17
Obsoletes: kernel-smp <= 2.6.17

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Tue Apr 30 07:14:58 CEST 2019 - jslaby@suse.cz
- KVM: x86: Whitelist port 0x7e for pre-incrementing %rip
(bnc#1132694).
- Delete patches.suse/kvm-Workaround-OUT-0x7E.patch.
Update per upstream.
- commit 93ba681
-------------------------------------------------------------------
Mon Apr 29 13:05:50 CEST 2019 - jslaby@suse.cz
- memcg: make it work on sparse non-0-node systems (bnc#1133616).
- commit c0ba22a
-------------------------------------------------------------------
Mon Apr 29 08:52:32 CEST 2019 - jslaby@suse.cz
- Workaround Qemu "OUT 0x7E" handling in KVM (bnc#1132694).
- commit e8fc1e9
-------------------------------------------------------------------
Sat Apr 27 20:39:53 CEST 2019 - jslaby@suse.cz

View File

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

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Tue Apr 30 07:14:58 CEST 2019 - jslaby@suse.cz
- KVM: x86: Whitelist port 0x7e for pre-incrementing %rip
(bnc#1132694).
- Delete patches.suse/kvm-Workaround-OUT-0x7E.patch.
Update per upstream.
- commit 93ba681
-------------------------------------------------------------------
Mon Apr 29 13:05:50 CEST 2019 - jslaby@suse.cz
- memcg: make it work on sparse non-0-node systems (bnc#1133616).
- commit c0ba22a
-------------------------------------------------------------------
Mon Apr 29 08:52:32 CEST 2019 - jslaby@suse.cz
- Workaround Qemu "OUT 0x7E" handling in KVM (bnc#1132694).
- commit e8fc1e9
-------------------------------------------------------------------
Sat Apr 27 20:39:53 CEST 2019 - jslaby@suse.cz

View File

@ -64,7 +64,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 5.0.10
%if 0%{?is_kotd}
Release: <RELEASE>.g048e1d2
Release: <RELEASE>.g93ba681
%else
Release: 0
%endif
@ -169,10 +169,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-048e1d279e4d522573b14fa5405b2800b5f4a191
Provides: kernel-srchash-048e1d279e4d522573b14fa5405b2800b5f4a191
Provides: kernel-%build_flavor-base-srchash-93ba681d6a1f2cfe050212362e5d275da19ca8d9
Provides: kernel-srchash-93ba681d6a1f2cfe050212362e5d275da19ca8d9
# END COMMON DEPS
Provides: %name-srchash-048e1d279e4d522573b14fa5405b2800b5f4a191
Provides: %name-srchash-93ba681d6a1f2cfe050212362e5d275da19ca8d9
%obsolete_rebuilds %name
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
Source2: source-post.sh

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Tue Apr 30 07:14:58 CEST 2019 - jslaby@suse.cz
- KVM: x86: Whitelist port 0x7e for pre-incrementing %rip
(bnc#1132694).
- Delete patches.suse/kvm-Workaround-OUT-0x7E.patch.
Update per upstream.
- commit 93ba681
-------------------------------------------------------------------
Mon Apr 29 13:05:50 CEST 2019 - jslaby@suse.cz
- memcg: make it work on sparse non-0-node systems (bnc#1133616).
- commit c0ba22a
-------------------------------------------------------------------
Mon Apr 29 08:52:32 CEST 2019 - jslaby@suse.cz
- Workaround Qemu "OUT 0x7E" handling in KVM (bnc#1132694).
- commit e8fc1e9
-------------------------------------------------------------------
Sat Apr 27 20:39:53 CEST 2019 - jslaby@suse.cz

View File

@ -64,7 +64,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 5.0.10
%if 0%{?is_kotd}
Release: <RELEASE>.g048e1d2
Release: <RELEASE>.g93ba681
%else
Release: 0
%endif
@ -169,10 +169,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-048e1d279e4d522573b14fa5405b2800b5f4a191
Provides: kernel-srchash-048e1d279e4d522573b14fa5405b2800b5f4a191
Provides: kernel-%build_flavor-base-srchash-93ba681d6a1f2cfe050212362e5d275da19ca8d9
Provides: kernel-srchash-93ba681d6a1f2cfe050212362e5d275da19ca8d9
# END COMMON DEPS
Provides: %name-srchash-048e1d279e4d522573b14fa5405b2800b5f4a191
Provides: %name-srchash-93ba681d6a1f2cfe050212362e5d275da19ca8d9
%obsolete_rebuilds %name
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
Source2: source-post.sh

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Tue Apr 30 07:14:58 CEST 2019 - jslaby@suse.cz
- KVM: x86: Whitelist port 0x7e for pre-incrementing %rip
(bnc#1132694).
- Delete patches.suse/kvm-Workaround-OUT-0x7E.patch.
Update per upstream.
- commit 93ba681
-------------------------------------------------------------------
Mon Apr 29 13:05:50 CEST 2019 - jslaby@suse.cz
- memcg: make it work on sparse non-0-node systems (bnc#1133616).
- commit c0ba22a
-------------------------------------------------------------------
Mon Apr 29 08:52:32 CEST 2019 - jslaby@suse.cz
- Workaround Qemu "OUT 0x7E" handling in KVM (bnc#1132694).
- commit e8fc1e9
-------------------------------------------------------------------
Sat Apr 27 20:39:53 CEST 2019 - jslaby@suse.cz

View File

@ -45,7 +45,7 @@ BuildRequires: util-linux
%endif
%endif
%endif
BuildRequires: kernel%kernel_flavor-srchash-048e1d279e4d522573b14fa5405b2800b5f4a191
BuildRequires: kernel%kernel_flavor-srchash-93ba681d6a1f2cfe050212362e5d275da19ca8d9
%if 0%{?rhel_version}
BuildRequires: kernel
@ -66,7 +66,7 @@ License: GPL-2.0
Group: SLES
Version: 5.0.10
%if 0%{?is_kotd}
Release: <RELEASE>.g048e1d2
Release: <RELEASE>.g93ba681
%else
Release: 0
%endif

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Tue Apr 30 07:14:58 CEST 2019 - jslaby@suse.cz
- KVM: x86: Whitelist port 0x7e for pre-incrementing %rip
(bnc#1132694).
- Delete patches.suse/kvm-Workaround-OUT-0x7E.patch.
Update per upstream.
- commit 93ba681
-------------------------------------------------------------------
Mon Apr 29 13:05:50 CEST 2019 - jslaby@suse.cz
- memcg: make it work on sparse non-0-node systems (bnc#1133616).
- commit c0ba22a
-------------------------------------------------------------------
Mon Apr 29 08:52:32 CEST 2019 - jslaby@suse.cz
- Workaround Qemu "OUT 0x7E" handling in KVM (bnc#1132694).
- commit e8fc1e9
-------------------------------------------------------------------
Sat Apr 27 20:39:53 CEST 2019 - jslaby@suse.cz

View File

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

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Tue Apr 30 07:14:58 CEST 2019 - jslaby@suse.cz
- KVM: x86: Whitelist port 0x7e for pre-incrementing %rip
(bnc#1132694).
- Delete patches.suse/kvm-Workaround-OUT-0x7E.patch.
Update per upstream.
- commit 93ba681
-------------------------------------------------------------------
Mon Apr 29 13:05:50 CEST 2019 - jslaby@suse.cz
- memcg: make it work on sparse non-0-node systems (bnc#1133616).
- commit c0ba22a
-------------------------------------------------------------------
Mon Apr 29 08:52:32 CEST 2019 - jslaby@suse.cz
- Workaround Qemu "OUT 0x7E" handling in KVM (bnc#1132694).
- commit e8fc1e9
-------------------------------------------------------------------
Sat Apr 27 20:39:53 CEST 2019 - jslaby@suse.cz

View File

@ -64,7 +64,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 5.0.10
%if 0%{?is_kotd}
Release: <RELEASE>.g048e1d2
Release: <RELEASE>.g93ba681
%else
Release: 0
%endif
@ -169,10 +169,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-048e1d279e4d522573b14fa5405b2800b5f4a191
Provides: kernel-srchash-048e1d279e4d522573b14fa5405b2800b5f4a191
Provides: kernel-%build_flavor-base-srchash-93ba681d6a1f2cfe050212362e5d275da19ca8d9
Provides: kernel-srchash-93ba681d6a1f2cfe050212362e5d275da19ca8d9
# END COMMON DEPS
Provides: %name-srchash-048e1d279e4d522573b14fa5405b2800b5f4a191
Provides: %name-srchash-93ba681d6a1f2cfe050212362e5d275da19ca8d9
%ifarch %ix86
Provides: kernel-bigsmp = 2.6.17
Obsoletes: kernel-bigsmp <= 2.6.17

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Tue Apr 30 07:14:58 CEST 2019 - jslaby@suse.cz
- KVM: x86: Whitelist port 0x7e for pre-incrementing %rip
(bnc#1132694).
- Delete patches.suse/kvm-Workaround-OUT-0x7E.patch.
Update per upstream.
- commit 93ba681
-------------------------------------------------------------------
Mon Apr 29 13:05:50 CEST 2019 - jslaby@suse.cz
- memcg: make it work on sparse non-0-node systems (bnc#1133616).
- commit c0ba22a
-------------------------------------------------------------------
Mon Apr 29 08:52:32 CEST 2019 - jslaby@suse.cz
- Workaround Qemu "OUT 0x7E" handling in KVM (bnc#1132694).
- commit e8fc1e9
-------------------------------------------------------------------
Sat Apr 27 20:39:53 CEST 2019 - jslaby@suse.cz

View File

@ -32,7 +32,7 @@ License: GPL-2.0
Group: Development/Sources
Version: 5.0.10
%if 0%{?is_kotd}
Release: <RELEASE>.g048e1d2
Release: <RELEASE>.g93ba681
%else
Release: 0
%endif
@ -43,7 +43,7 @@ BuildRequires: fdupes
BuildRequires: sed
Requires(post): coreutils sed
Provides: %name = %version-%source_rel
Provides: %name-srchash-048e1d279e4d522573b14fa5405b2800b5f4a191
Provides: %name-srchash-93ba681d6a1f2cfe050212362e5d275da19ca8d9
Provides: linux
Provides: multiversion(kernel)
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Tue Apr 30 07:14:58 CEST 2019 - jslaby@suse.cz
- KVM: x86: Whitelist port 0x7e for pre-incrementing %rip
(bnc#1132694).
- Delete patches.suse/kvm-Workaround-OUT-0x7E.patch.
Update per upstream.
- commit 93ba681
-------------------------------------------------------------------
Mon Apr 29 13:05:50 CEST 2019 - jslaby@suse.cz
- memcg: make it work on sparse non-0-node systems (bnc#1133616).
- commit c0ba22a
-------------------------------------------------------------------
Mon Apr 29 08:52:32 CEST 2019 - jslaby@suse.cz
- Workaround Qemu "OUT 0x7E" handling in KVM (bnc#1132694).
- commit e8fc1e9
-------------------------------------------------------------------
Sat Apr 27 20:39:53 CEST 2019 - jslaby@suse.cz

View File

@ -27,7 +27,7 @@ Group: Development/Sources
Version: 5.0.10
%if %using_buildservice
%if 0%{?is_kotd}
Release: <RELEASE>.g048e1d2
Release: <RELEASE>.g93ba681
%else
Release: 0
%endif
@ -55,7 +55,7 @@ Requires: kernel-zfcpdump-devel = %version-%source_rel
%endif
Requires: pesign-obs-integration
Provides: %name = %version-%source_rel
Provides: %name-srchash-048e1d279e4d522573b14fa5405b2800b5f4a191
Provides: %name-srchash-93ba681d6a1f2cfe050212362e5d275da19ca8d9
Provides: multiversion(kernel)
Source: README.KSYMS
Requires: kernel-devel%variant = %version-%source_rel

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Tue Apr 30 07:14:58 CEST 2019 - jslaby@suse.cz
- KVM: x86: Whitelist port 0x7e for pre-incrementing %rip
(bnc#1132694).
- Delete patches.suse/kvm-Workaround-OUT-0x7E.patch.
Update per upstream.
- commit 93ba681
-------------------------------------------------------------------
Mon Apr 29 13:05:50 CEST 2019 - jslaby@suse.cz
- memcg: make it work on sparse non-0-node systems (bnc#1133616).
- commit c0ba22a
-------------------------------------------------------------------
Mon Apr 29 08:52:32 CEST 2019 - jslaby@suse.cz
- Workaround Qemu "OUT 0x7E" handling in KVM (bnc#1132694).
- commit e8fc1e9
-------------------------------------------------------------------
Sat Apr 27 20:39:53 CEST 2019 - jslaby@suse.cz

View File

@ -64,7 +64,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 5.0.10
%if 0%{?is_kotd}
Release: <RELEASE>.g048e1d2
Release: <RELEASE>.g93ba681
%else
Release: 0
%endif
@ -169,10 +169,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-048e1d279e4d522573b14fa5405b2800b5f4a191
Provides: kernel-srchash-048e1d279e4d522573b14fa5405b2800b5f4a191
Provides: kernel-%build_flavor-base-srchash-93ba681d6a1f2cfe050212362e5d275da19ca8d9
Provides: kernel-srchash-93ba681d6a1f2cfe050212362e5d275da19ca8d9
# END COMMON DEPS
Provides: %name-srchash-048e1d279e4d522573b14fa5405b2800b5f4a191
Provides: %name-srchash-93ba681d6a1f2cfe050212362e5d275da19ca8d9
%obsolete_rebuilds %name
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
Source2: source-post.sh

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Tue Apr 30 07:14:58 CEST 2019 - jslaby@suse.cz
- KVM: x86: Whitelist port 0x7e for pre-incrementing %rip
(bnc#1132694).
- Delete patches.suse/kvm-Workaround-OUT-0x7E.patch.
Update per upstream.
- commit 93ba681
-------------------------------------------------------------------
Mon Apr 29 13:05:50 CEST 2019 - jslaby@suse.cz
- memcg: make it work on sparse non-0-node systems (bnc#1133616).
- commit c0ba22a
-------------------------------------------------------------------
Mon Apr 29 08:52:32 CEST 2019 - jslaby@suse.cz
- Workaround Qemu "OUT 0x7E" handling in KVM (bnc#1132694).
- commit e8fc1e9
-------------------------------------------------------------------
Sat Apr 27 20:39:53 CEST 2019 - jslaby@suse.cz

View File

@ -64,7 +64,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 5.0.10
%if 0%{?is_kotd}
Release: <RELEASE>.g048e1d2
Release: <RELEASE>.g93ba681
%else
Release: 0
%endif
@ -169,10 +169,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-048e1d279e4d522573b14fa5405b2800b5f4a191
Provides: kernel-srchash-048e1d279e4d522573b14fa5405b2800b5f4a191
Provides: kernel-%build_flavor-base-srchash-93ba681d6a1f2cfe050212362e5d275da19ca8d9
Provides: kernel-srchash-93ba681d6a1f2cfe050212362e5d275da19ca8d9
# END COMMON DEPS
Provides: %name-srchash-048e1d279e4d522573b14fa5405b2800b5f4a191
Provides: %name-srchash-93ba681d6a1f2cfe050212362e5d275da19ca8d9
%obsolete_rebuilds %name
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
Source2: source-post.sh

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a79670ea24e8c8da981cd7e22cab61fc395168ff4f91e9333bcc55a28183cb38
size 57784
oid sha256:6b6c0d500ff26341e86f6a160f52c0fa935a76a32bea5248d499f847375819fa
size 59850

View File

@ -1212,6 +1212,7 @@
# Scheduler / Core
########################################################
patches.suse/setuid-dumpable-wrongdir
patches.suse/memcg-make-it-work-on-sparse-non-0-node-systems.patch
########################################################
# Architecture-specific patches. These used to be all
@ -1560,6 +1561,7 @@
########################################################
patches.suse/vfio-type1-limit-dma-mappings-per-container
patches.suse/KVM-x86-Whitelist-port-0x7e-for-pre-incrementing-rip.patch
########################################################
# documentation

View File

@ -1,3 +1,3 @@
2019-04-27 18:39:53 +0000
GIT Revision: 048e1d279e4d522573b14fa5405b2800b5f4a191
2019-04-30 05:14:58 +0000
GIT Revision: 93ba681d6a1f2cfe050212362e5d275da19ca8d9
GIT Branch: stable