commit 39882633a860af2c1bc444e6d834426fe6fa16c3

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=519
This commit is contained in:
Michal Marek 2016-06-07 06:05:00 +00:00 committed by Git OBS Bridge
parent c794175892
commit ddb62df289
23 changed files with 271 additions and 15 deletions

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Mon Jun 6 21:08:16 CEST 2016 - ohering@suse.de
- x86/pat: Document the PAT initialization sequence (bnc#982991,
bnc#974257, bnc#982991).
- x86/xen, pat: Remove PAT table init code from Xen (bnc#982991,
bnc#974257, bnc#982991).
- x86/mtrr: Fix PAT init handling when MTRR is disabled
(bnc#982991, bnc#974257, bnc#982991).
- x86/mtrr: Fix Xorg crashes in Qemu sessions (bnc#982991,
bnc#974257, bnc#982991).
- x86/mm/pat: Replace cpu_has_pat with boot_cpu_has() (bnc#982991,
bnc#974257, bnc#982991).
- x86/mm/pat: Add pat_disable() interface (bnc#982991, bnc#974257,
bnc#982991).
- x86/mm/pat: Add support of non-default PAT MSR setting
(bnc#982991, bnc#974257, bnc#982991).
- commit 3988263
-------------------------------------------------------------------
Mon Jun 6 20:58:54 CEST 2016 - ohering@suse.de
- Delete patches.suse/xen-pv-devmem_is_allowed.patch (bnc#982991)
- commit 23cb422
-------------------------------------------------------------------
Sat Jun 4 09:38:15 CEST 2016 - jslaby@suse.cz

View File

@ -63,7 +63,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 4.6.1
%if 0%{?is_kotd}
Release: <RELEASE>.g2720edf
Release: <RELEASE>.g3988263
%else
Release: 0
%endif

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Mon Jun 6 21:08:16 CEST 2016 - ohering@suse.de
- x86/pat: Document the PAT initialization sequence (bnc#982991,
bnc#974257, bnc#982991).
- x86/xen, pat: Remove PAT table init code from Xen (bnc#982991,
bnc#974257, bnc#982991).
- x86/mtrr: Fix PAT init handling when MTRR is disabled
(bnc#982991, bnc#974257, bnc#982991).
- x86/mtrr: Fix Xorg crashes in Qemu sessions (bnc#982991,
bnc#974257, bnc#982991).
- x86/mm/pat: Replace cpu_has_pat with boot_cpu_has() (bnc#982991,
bnc#974257, bnc#982991).
- x86/mm/pat: Add pat_disable() interface (bnc#982991, bnc#974257,
bnc#982991).
- x86/mm/pat: Add support of non-default PAT MSR setting
(bnc#982991, bnc#974257, bnc#982991).
- commit 3988263
-------------------------------------------------------------------
Mon Jun 6 20:58:54 CEST 2016 - ohering@suse.de
- Delete patches.suse/xen-pv-devmem_is_allowed.patch (bnc#982991)
- commit 23cb422
-------------------------------------------------------------------
Sat Jun 4 09:38:15 CEST 2016 - jslaby@suse.cz

View File

@ -63,7 +63,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 4.6.1
%if 0%{?is_kotd}
Release: <RELEASE>.g2720edf
Release: <RELEASE>.g3988263
%else
Release: 0
%endif

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Mon Jun 6 21:08:16 CEST 2016 - ohering@suse.de
- x86/pat: Document the PAT initialization sequence (bnc#982991,
bnc#974257, bnc#982991).
- x86/xen, pat: Remove PAT table init code from Xen (bnc#982991,
bnc#974257, bnc#982991).
- x86/mtrr: Fix PAT init handling when MTRR is disabled
(bnc#982991, bnc#974257, bnc#982991).
- x86/mtrr: Fix Xorg crashes in Qemu sessions (bnc#982991,
bnc#974257, bnc#982991).
- x86/mm/pat: Replace cpu_has_pat with boot_cpu_has() (bnc#982991,
bnc#974257, bnc#982991).
- x86/mm/pat: Add pat_disable() interface (bnc#982991, bnc#974257,
bnc#982991).
- x86/mm/pat: Add support of non-default PAT MSR setting
(bnc#982991, bnc#974257, bnc#982991).
- commit 3988263
-------------------------------------------------------------------
Mon Jun 6 20:58:54 CEST 2016 - ohering@suse.de
- Delete patches.suse/xen-pv-devmem_is_allowed.patch (bnc#982991)
- commit 23cb422
-------------------------------------------------------------------
Sat Jun 4 09:38:15 CEST 2016 - jslaby@suse.cz

View File

@ -29,7 +29,7 @@ License: GPL-2.0
Group: Documentation/Man
Version: 4.6.1
%if 0%{?is_kotd}
Release: <RELEASE>.g2720edf
Release: <RELEASE>.g3988263
%else
Release: 0
%endif

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Mon Jun 6 21:08:16 CEST 2016 - ohering@suse.de
- x86/pat: Document the PAT initialization sequence (bnc#982991,
bnc#974257, bnc#982991).
- x86/xen, pat: Remove PAT table init code from Xen (bnc#982991,
bnc#974257, bnc#982991).
- x86/mtrr: Fix PAT init handling when MTRR is disabled
(bnc#982991, bnc#974257, bnc#982991).
- x86/mtrr: Fix Xorg crashes in Qemu sessions (bnc#982991,
bnc#974257, bnc#982991).
- x86/mm/pat: Replace cpu_has_pat with boot_cpu_has() (bnc#982991,
bnc#974257, bnc#982991).
- x86/mm/pat: Add pat_disable() interface (bnc#982991, bnc#974257,
bnc#982991).
- x86/mm/pat: Add support of non-default PAT MSR setting
(bnc#982991, bnc#974257, bnc#982991).
- commit 3988263
-------------------------------------------------------------------
Mon Jun 6 20:58:54 CEST 2016 - ohering@suse.de
- Delete patches.suse/xen-pv-devmem_is_allowed.patch (bnc#982991)
- commit 23cb422
-------------------------------------------------------------------
Sat Jun 4 09:38:15 CEST 2016 - jslaby@suse.cz

View File

@ -63,7 +63,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 4.6.1
%if 0%{?is_kotd}
Release: <RELEASE>.g2720edf
Release: <RELEASE>.g3988263
%else
Release: 0
%endif

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Mon Jun 6 21:08:16 CEST 2016 - ohering@suse.de
- x86/pat: Document the PAT initialization sequence (bnc#982991,
bnc#974257, bnc#982991).
- x86/xen, pat: Remove PAT table init code from Xen (bnc#982991,
bnc#974257, bnc#982991).
- x86/mtrr: Fix PAT init handling when MTRR is disabled
(bnc#982991, bnc#974257, bnc#982991).
- x86/mtrr: Fix Xorg crashes in Qemu sessions (bnc#982991,
bnc#974257, bnc#982991).
- x86/mm/pat: Replace cpu_has_pat with boot_cpu_has() (bnc#982991,
bnc#974257, bnc#982991).
- x86/mm/pat: Add pat_disable() interface (bnc#982991, bnc#974257,
bnc#982991).
- x86/mm/pat: Add support of non-default PAT MSR setting
(bnc#982991, bnc#974257, bnc#982991).
- commit 3988263
-------------------------------------------------------------------
Mon Jun 6 20:58:54 CEST 2016 - ohering@suse.de
- Delete patches.suse/xen-pv-devmem_is_allowed.patch (bnc#982991)
- commit 23cb422
-------------------------------------------------------------------
Sat Jun 4 09:38:15 CEST 2016 - jslaby@suse.cz

View File

@ -53,7 +53,7 @@ License: GPL-2.0
Group: SLES
Version: 4.6.1
%if 0%{?is_kotd}
Release: <RELEASE>.g2720edf
Release: <RELEASE>.g3988263
%else
Release: 0
%endif

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Mon Jun 6 21:08:16 CEST 2016 - ohering@suse.de
- x86/pat: Document the PAT initialization sequence (bnc#982991,
bnc#974257, bnc#982991).
- x86/xen, pat: Remove PAT table init code from Xen (bnc#982991,
bnc#974257, bnc#982991).
- x86/mtrr: Fix PAT init handling when MTRR is disabled
(bnc#982991, bnc#974257, bnc#982991).
- x86/mtrr: Fix Xorg crashes in Qemu sessions (bnc#982991,
bnc#974257, bnc#982991).
- x86/mm/pat: Replace cpu_has_pat with boot_cpu_has() (bnc#982991,
bnc#974257, bnc#982991).
- x86/mm/pat: Add pat_disable() interface (bnc#982991, bnc#974257,
bnc#982991).
- x86/mm/pat: Add support of non-default PAT MSR setting
(bnc#982991, bnc#974257, bnc#982991).
- commit 3988263
-------------------------------------------------------------------
Mon Jun 6 20:58:54 CEST 2016 - ohering@suse.de
- Delete patches.suse/xen-pv-devmem_is_allowed.patch (bnc#982991)
- commit 23cb422
-------------------------------------------------------------------
Sat Jun 4 09:38:15 CEST 2016 - jslaby@suse.cz

View File

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

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Mon Jun 6 21:08:16 CEST 2016 - ohering@suse.de
- x86/pat: Document the PAT initialization sequence (bnc#982991,
bnc#974257, bnc#982991).
- x86/xen, pat: Remove PAT table init code from Xen (bnc#982991,
bnc#974257, bnc#982991).
- x86/mtrr: Fix PAT init handling when MTRR is disabled
(bnc#982991, bnc#974257, bnc#982991).
- x86/mtrr: Fix Xorg crashes in Qemu sessions (bnc#982991,
bnc#974257, bnc#982991).
- x86/mm/pat: Replace cpu_has_pat with boot_cpu_has() (bnc#982991,
bnc#974257, bnc#982991).
- x86/mm/pat: Add pat_disable() interface (bnc#982991, bnc#974257,
bnc#982991).
- x86/mm/pat: Add support of non-default PAT MSR setting
(bnc#982991, bnc#974257, bnc#982991).
- commit 3988263
-------------------------------------------------------------------
Mon Jun 6 20:58:54 CEST 2016 - ohering@suse.de
- Delete patches.suse/xen-pv-devmem_is_allowed.patch (bnc#982991)
- commit 23cb422
-------------------------------------------------------------------
Sat Jun 4 09:38:15 CEST 2016 - jslaby@suse.cz

View File

@ -63,7 +63,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 4.6.1
%if 0%{?is_kotd}
Release: <RELEASE>.g2720edf
Release: <RELEASE>.g3988263
%else
Release: 0
%endif

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Mon Jun 6 21:08:16 CEST 2016 - ohering@suse.de
- x86/pat: Document the PAT initialization sequence (bnc#982991,
bnc#974257, bnc#982991).
- x86/xen, pat: Remove PAT table init code from Xen (bnc#982991,
bnc#974257, bnc#982991).
- x86/mtrr: Fix PAT init handling when MTRR is disabled
(bnc#982991, bnc#974257, bnc#982991).
- x86/mtrr: Fix Xorg crashes in Qemu sessions (bnc#982991,
bnc#974257, bnc#982991).
- x86/mm/pat: Replace cpu_has_pat with boot_cpu_has() (bnc#982991,
bnc#974257, bnc#982991).
- x86/mm/pat: Add pat_disable() interface (bnc#982991, bnc#974257,
bnc#982991).
- x86/mm/pat: Add support of non-default PAT MSR setting
(bnc#982991, bnc#974257, bnc#982991).
- commit 3988263
-------------------------------------------------------------------
Mon Jun 6 20:58:54 CEST 2016 - ohering@suse.de
- Delete patches.suse/xen-pv-devmem_is_allowed.patch (bnc#982991)
- commit 23cb422
-------------------------------------------------------------------
Sat Jun 4 09:38:15 CEST 2016 - jslaby@suse.cz

View File

@ -32,7 +32,7 @@ License: GPL-2.0
Group: Development/Sources
Version: 4.6.1
%if 0%{?is_kotd}
Release: <RELEASE>.g2720edf
Release: <RELEASE>.g3988263
%else
Release: 0
%endif

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Mon Jun 6 21:08:16 CEST 2016 - ohering@suse.de
- x86/pat: Document the PAT initialization sequence (bnc#982991,
bnc#974257, bnc#982991).
- x86/xen, pat: Remove PAT table init code from Xen (bnc#982991,
bnc#974257, bnc#982991).
- x86/mtrr: Fix PAT init handling when MTRR is disabled
(bnc#982991, bnc#974257, bnc#982991).
- x86/mtrr: Fix Xorg crashes in Qemu sessions (bnc#982991,
bnc#974257, bnc#982991).
- x86/mm/pat: Replace cpu_has_pat with boot_cpu_has() (bnc#982991,
bnc#974257, bnc#982991).
- x86/mm/pat: Add pat_disable() interface (bnc#982991, bnc#974257,
bnc#982991).
- x86/mm/pat: Add support of non-default PAT MSR setting
(bnc#982991, bnc#974257, bnc#982991).
- commit 3988263
-------------------------------------------------------------------
Mon Jun 6 20:58:54 CEST 2016 - ohering@suse.de
- Delete patches.suse/xen-pv-devmem_is_allowed.patch (bnc#982991)
- commit 23cb422
-------------------------------------------------------------------
Sat Jun 4 09:38:15 CEST 2016 - jslaby@suse.cz

View File

@ -27,7 +27,7 @@ Group: Development/Sources
Version: 4.6.1
%if %using_buildservice
%if 0%{?is_kotd}
Release: <RELEASE>.g2720edf
Release: <RELEASE>.g3988263
%else
Release: 0
%endif

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Mon Jun 6 21:08:16 CEST 2016 - ohering@suse.de
- x86/pat: Document the PAT initialization sequence (bnc#982991,
bnc#974257, bnc#982991).
- x86/xen, pat: Remove PAT table init code from Xen (bnc#982991,
bnc#974257, bnc#982991).
- x86/mtrr: Fix PAT init handling when MTRR is disabled
(bnc#982991, bnc#974257, bnc#982991).
- x86/mtrr: Fix Xorg crashes in Qemu sessions (bnc#982991,
bnc#974257, bnc#982991).
- x86/mm/pat: Replace cpu_has_pat with boot_cpu_has() (bnc#982991,
bnc#974257, bnc#982991).
- x86/mm/pat: Add pat_disable() interface (bnc#982991, bnc#974257,
bnc#982991).
- x86/mm/pat: Add support of non-default PAT MSR setting
(bnc#982991, bnc#974257, bnc#982991).
- commit 3988263
-------------------------------------------------------------------
Mon Jun 6 20:58:54 CEST 2016 - ohering@suse.de
- Delete patches.suse/xen-pv-devmem_is_allowed.patch (bnc#982991)
- commit 23cb422
-------------------------------------------------------------------
Sat Jun 4 09:38:15 CEST 2016 - jslaby@suse.cz

View File

@ -63,7 +63,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 4.6.1
%if 0%{?is_kotd}
Release: <RELEASE>.g2720edf
Release: <RELEASE>.g3988263
%else
Release: 0
%endif

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a1f8b39f49abcde361ce61faa736c23e017b8992158661c3769db66148f67a89
size 53578
oid sha256:d963b35132f29fe1abc9822d43d08f6fa5859a2af3709179e2006fa4381a6e2c
size 59843

View File

@ -89,6 +89,13 @@
########################################################
# i386
########################################################
patches.suse/pat-0001-x86-mm-pat-Add-support-of-non-default-PAT-MSR-settin.patch
patches.suse/pat-0002-x86-mm-pat-Add-pat_disable-interface.patch
patches.suse/pat-0003-x86-mm-pat-Replace-cpu_has_pat-with-boot_cpu_has.patch
patches.suse/pat-0004-x86-mtrr-Fix-Xorg-crashes-in-Qemu-sessions.patch
patches.suse/pat-0005-x86-mtrr-Fix-PAT-init-handling-when-MTRR-is-disabled.patch
patches.suse/pat-0006-x86-xen-pat-Remove-PAT-table-init-code-from-Xen.patch
patches.suse/pat-0007-x86-pat-Document-the-PAT-initialization-sequence.patch
# amd64 | x86-64 | x86_64
@ -193,7 +200,6 @@
########################################################
patches.suse/connector-read-mostly
patches.suse/kbd-ignore-gfx.patch
patches.suse/xen-pv-devmem_is_allowed.patch
########################################################
#

View File

@ -1,3 +1,3 @@
2016-06-04 09:38:20 +0200
GIT Revision: 2720edf36f9dc8b1a9bad68da9a2a8c02aeae12c
2016-06-06 21:08:35 +0200
GIT Revision: 39882633a860af2c1bc444e6d834426fe6fa16c3
GIT Branch: stable