commit f378da4f6f330428257b6bbea04c9c2d7661feb6
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=348
This commit is contained in:
parent
e9c06b28ad
commit
210b6a4120
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c8e24e1f70f8dfa51c18d3872dec5577ac510b96d1733c4d9634e4d5a6120110
|
||||
size 303834
|
||||
oid sha256:03f4ac2a39f2c3be2745586dd2294f17b13e5df971def30c912393586ec0b99c
|
||||
size 303812
|
||||
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 30 08:59:03 CET 2015 - tiwai@suse.de
|
||||
|
||||
- vm: make stack guard page errors return VM_FAULT_SIGSEGV rather
|
||||
than SIGBUS.
|
||||
- vm: add VM_FAULT_SIGSEGV handling support.
|
||||
- commit fe77e87
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 30 08:44:42 CET 2015 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.18.5.
|
||||
- Refresh patches.xen/xen3-auto-xen-kconfig.diff.
|
||||
- Refresh patches.xen/xen3-patch-3.15.
|
||||
- Update config files.
|
||||
- commit f378da4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 18:19:54 CET 2015 - jslaby@suse.cz
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.18
|
||||
%define patchversion 3.18.4
|
||||
%define patchversion 3.18.5
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -59,9 +59,9 @@ Name: kernel-debug
|
||||
Summary: A Debug Version of the Kernel
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.18.4
|
||||
Version: 3.18.5
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gabfc700
|
||||
Release: <RELEASE>.gf378da4
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 30 08:59:03 CET 2015 - tiwai@suse.de
|
||||
|
||||
- vm: make stack guard page errors return VM_FAULT_SIGSEGV rather
|
||||
than SIGBUS.
|
||||
- vm: add VM_FAULT_SIGSEGV handling support.
|
||||
- commit fe77e87
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 30 08:44:42 CET 2015 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.18.5.
|
||||
- Refresh patches.xen/xen3-auto-xen-kconfig.diff.
|
||||
- Refresh patches.xen/xen3-patch-3.15.
|
||||
- Update config files.
|
||||
- commit f378da4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 18:19:54 CET 2015 - jslaby@suse.cz
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.18
|
||||
%define patchversion 3.18.4
|
||||
%define patchversion 3.18.5
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -59,9 +59,9 @@ Name: kernel-default
|
||||
Summary: The Standard Kernel
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.18.4
|
||||
Version: 3.18.5
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gabfc700
|
||||
Release: <RELEASE>.gf378da4
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 30 08:59:03 CET 2015 - tiwai@suse.de
|
||||
|
||||
- vm: make stack guard page errors return VM_FAULT_SIGSEGV rather
|
||||
than SIGBUS.
|
||||
- vm: add VM_FAULT_SIGSEGV handling support.
|
||||
- commit fe77e87
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 30 08:44:42 CET 2015 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.18.5.
|
||||
- Refresh patches.xen/xen3-auto-xen-kconfig.diff.
|
||||
- Refresh patches.xen/xen3-patch-3.15.
|
||||
- Update config files.
|
||||
- commit f378da4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 18:19:54 CET 2015 - jslaby@suse.cz
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.18
|
||||
%define patchversion 3.18.4
|
||||
%define patchversion 3.18.5
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -59,9 +59,9 @@ Name: kernel-desktop
|
||||
Summary: Kernel optimized for the desktop
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.18.4
|
||||
Version: 3.18.5
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gabfc700
|
||||
Release: <RELEASE>.gf378da4
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 30 08:59:03 CET 2015 - tiwai@suse.de
|
||||
|
||||
- vm: make stack guard page errors return VM_FAULT_SIGSEGV rather
|
||||
than SIGBUS.
|
||||
- vm: add VM_FAULT_SIGSEGV handling support.
|
||||
- commit fe77e87
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 30 08:44:42 CET 2015 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.18.5.
|
||||
- Refresh patches.xen/xen3-auto-xen-kconfig.diff.
|
||||
- Refresh patches.xen/xen3-patch-3.15.
|
||||
- Update config files.
|
||||
- commit f378da4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 18:19:54 CET 2015 - jslaby@suse.cz
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%define patchversion 3.18.4
|
||||
%define patchversion 3.18.5
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -27,9 +27,9 @@ Name: kernel-docs
|
||||
Summary: Kernel Documentation (man pages)
|
||||
License: GPL-2.0
|
||||
Group: Documentation/Man
|
||||
Version: 3.18.4
|
||||
Version: 3.18.5
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gabfc700
|
||||
Release: <RELEASE>.gf378da4
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 30 08:59:03 CET 2015 - tiwai@suse.de
|
||||
|
||||
- vm: make stack guard page errors return VM_FAULT_SIGSEGV rather
|
||||
than SIGBUS.
|
||||
- vm: add VM_FAULT_SIGSEGV handling support.
|
||||
- commit fe77e87
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 30 08:44:42 CET 2015 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.18.5.
|
||||
- Refresh patches.xen/xen3-auto-xen-kconfig.diff.
|
||||
- Refresh patches.xen/xen3-patch-3.15.
|
||||
- Update config files.
|
||||
- commit f378da4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 18:19:54 CET 2015 - jslaby@suse.cz
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.18
|
||||
%define patchversion 3.18.4
|
||||
%define patchversion 3.18.5
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -59,9 +59,9 @@ Name: kernel-ec2
|
||||
Summary: The Amazon EC2 Xen Kernel
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.18.4
|
||||
Version: 3.18.5
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gabfc700
|
||||
Release: <RELEASE>.gf378da4
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 30 08:59:03 CET 2015 - tiwai@suse.de
|
||||
|
||||
- vm: make stack guard page errors return VM_FAULT_SIGSEGV rather
|
||||
than SIGBUS.
|
||||
- vm: add VM_FAULT_SIGSEGV handling support.
|
||||
- commit fe77e87
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 30 08:44:42 CET 2015 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.18.5.
|
||||
- Refresh patches.xen/xen3-auto-xen-kconfig.diff.
|
||||
- Refresh patches.xen/xen3-patch-3.15.
|
||||
- Update config files.
|
||||
- commit f378da4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 18:19:54 CET 2015 - jslaby@suse.cz
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.18
|
||||
%define patchversion 3.18.4
|
||||
%define patchversion 3.18.5
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -59,9 +59,9 @@ Name: kernel-lpae
|
||||
Summary: Kernel for LPAE enabled systems
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.18.4
|
||||
Version: 3.18.5
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gabfc700
|
||||
Release: <RELEASE>.gf378da4
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 30 08:59:03 CET 2015 - tiwai@suse.de
|
||||
|
||||
- vm: make stack guard page errors return VM_FAULT_SIGSEGV rather
|
||||
than SIGBUS.
|
||||
- vm: add VM_FAULT_SIGSEGV handling support.
|
||||
- commit fe77e87
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 30 08:44:42 CET 2015 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.18.5.
|
||||
- Refresh patches.xen/xen3-auto-xen-kconfig.diff.
|
||||
- Refresh patches.xen/xen3-patch-3.15.
|
||||
- Update config files.
|
||||
- commit f378da4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 18:19:54 CET 2015 - jslaby@suse.cz
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#!BuildIgnore: post-build-checks
|
||||
|
||||
%define patchversion 3.18.4
|
||||
%define patchversion 3.18.5
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -45,9 +45,9 @@ BuildRequires: dracut
|
||||
Summary: package kernel and initrd for OBS VM builds
|
||||
License: GPL-2.0
|
||||
Group: SLES
|
||||
Version: 3.18.4
|
||||
Version: 3.18.5
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gabfc700
|
||||
Release: <RELEASE>.gf378da4
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 30 08:59:03 CET 2015 - tiwai@suse.de
|
||||
|
||||
- vm: make stack guard page errors return VM_FAULT_SIGSEGV rather
|
||||
than SIGBUS.
|
||||
- vm: add VM_FAULT_SIGSEGV handling support.
|
||||
- commit fe77e87
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 30 08:44:42 CET 2015 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.18.5.
|
||||
- Refresh patches.xen/xen3-auto-xen-kconfig.diff.
|
||||
- Refresh patches.xen/xen3-patch-3.15.
|
||||
- Update config files.
|
||||
- commit f378da4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 18:19:54 CET 2015 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
# needsrootforbuild
|
||||
|
||||
|
||||
%define patchversion 3.18.4
|
||||
%define patchversion 3.18.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
|
||||
Group: SLES
|
||||
Version: 3.18.4
|
||||
Version: 3.18.5
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gabfc700
|
||||
Release: <RELEASE>.gf378da4
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 30 08:59:03 CET 2015 - tiwai@suse.de
|
||||
|
||||
- vm: make stack guard page errors return VM_FAULT_SIGSEGV rather
|
||||
than SIGBUS.
|
||||
- vm: add VM_FAULT_SIGSEGV handling support.
|
||||
- commit fe77e87
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 30 08:44:42 CET 2015 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.18.5.
|
||||
- Refresh patches.xen/xen3-auto-xen-kconfig.diff.
|
||||
- Refresh patches.xen/xen3-patch-3.15.
|
||||
- Update config files.
|
||||
- commit f378da4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 18:19:54 CET 2015 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
# needsrootforbuild
|
||||
|
||||
|
||||
%define patchversion 3.18.4
|
||||
%define patchversion 3.18.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
|
||||
Group: SLES
|
||||
Version: 3.18.4
|
||||
Version: 3.18.5
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gabfc700
|
||||
Release: <RELEASE>.gf378da4
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 30 08:59:03 CET 2015 - tiwai@suse.de
|
||||
|
||||
- vm: make stack guard page errors return VM_FAULT_SIGSEGV rather
|
||||
than SIGBUS.
|
||||
- vm: add VM_FAULT_SIGSEGV handling support.
|
||||
- commit fe77e87
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 30 08:44:42 CET 2015 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.18.5.
|
||||
- Refresh patches.xen/xen3-auto-xen-kconfig.diff.
|
||||
- Refresh patches.xen/xen3-patch-3.15.
|
||||
- Update config files.
|
||||
- commit f378da4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 18:19:54 CET 2015 - jslaby@suse.cz
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.18
|
||||
%define patchversion 3.18.4
|
||||
%define patchversion 3.18.5
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -59,9 +59,9 @@ Name: kernel-pae
|
||||
Summary: Kernel with PAE Support
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.18.4
|
||||
Version: 3.18.5
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gabfc700
|
||||
Release: <RELEASE>.gf378da4
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 30 08:59:03 CET 2015 - tiwai@suse.de
|
||||
|
||||
- vm: make stack guard page errors return VM_FAULT_SIGSEGV rather
|
||||
than SIGBUS.
|
||||
- vm: add VM_FAULT_SIGSEGV handling support.
|
||||
- commit fe77e87
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 30 08:44:42 CET 2015 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.18.5.
|
||||
- Refresh patches.xen/xen3-auto-xen-kconfig.diff.
|
||||
- Refresh patches.xen/xen3-patch-3.15.
|
||||
- Update config files.
|
||||
- commit f378da4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 18:19:54 CET 2015 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 3.18
|
||||
%define patchversion 3.18.4
|
||||
%define patchversion 3.18.5
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -30,9 +30,9 @@ Name: kernel-source
|
||||
Summary: The Linux Kernel Sources
|
||||
License: GPL-2.0
|
||||
Group: Development/Sources
|
||||
Version: 3.18.4
|
||||
Version: 3.18.5
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gabfc700
|
||||
Release: <RELEASE>.gf378da4
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 30 08:59:03 CET 2015 - tiwai@suse.de
|
||||
|
||||
- vm: make stack guard page errors return VM_FAULT_SIGSEGV rather
|
||||
than SIGBUS.
|
||||
- vm: add VM_FAULT_SIGSEGV handling support.
|
||||
- commit fe77e87
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 30 08:44:42 CET 2015 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.18.5.
|
||||
- Refresh patches.xen/xen3-auto-xen-kconfig.diff.
|
||||
- Refresh patches.xen/xen3-patch-3.15.
|
||||
- Update config files.
|
||||
- commit f378da4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 18:19:54 CET 2015 - jslaby@suse.cz
|
||||
|
||||
|
@ -24,10 +24,10 @@ Name: kernel-syms
|
||||
Summary: Kernel Symbol Versions (modversions)
|
||||
License: GPL-2.0
|
||||
Group: Development/Sources
|
||||
Version: 3.18.4
|
||||
Version: 3.18.5
|
||||
%if %using_buildservice
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gabfc700
|
||||
Release: <RELEASE>.gf378da4
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 30 08:59:03 CET 2015 - tiwai@suse.de
|
||||
|
||||
- vm: make stack guard page errors return VM_FAULT_SIGSEGV rather
|
||||
than SIGBUS.
|
||||
- vm: add VM_FAULT_SIGSEGV handling support.
|
||||
- commit fe77e87
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 30 08:44:42 CET 2015 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.18.5.
|
||||
- Refresh patches.xen/xen3-auto-xen-kconfig.diff.
|
||||
- Refresh patches.xen/xen3-patch-3.15.
|
||||
- Update config files.
|
||||
- commit f378da4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 18:19:54 CET 2015 - jslaby@suse.cz
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.18
|
||||
%define patchversion 3.18.4
|
||||
%define patchversion 3.18.5
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -59,9 +59,9 @@ Name: kernel-vanilla
|
||||
Summary: The Standard Kernel - without any SUSE patches
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.18.4
|
||||
Version: 3.18.5
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gabfc700
|
||||
Release: <RELEASE>.gf378da4
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 30 08:59:03 CET 2015 - tiwai@suse.de
|
||||
|
||||
- vm: make stack guard page errors return VM_FAULT_SIGSEGV rather
|
||||
than SIGBUS.
|
||||
- vm: add VM_FAULT_SIGSEGV handling support.
|
||||
- commit fe77e87
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 30 08:44:42 CET 2015 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.18.5.
|
||||
- Refresh patches.xen/xen3-auto-xen-kconfig.diff.
|
||||
- Refresh patches.xen/xen3-patch-3.15.
|
||||
- Update config files.
|
||||
- commit f378da4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 18:19:54 CET 2015 - jslaby@suse.cz
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.18
|
||||
%define patchversion 3.18.4
|
||||
%define patchversion 3.18.5
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -59,9 +59,9 @@ Name: kernel-xen
|
||||
Summary: The Xen Kernel
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.18.4
|
||||
Version: 3.18.5
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gabfc700
|
||||
Release: <RELEASE>.gf378da4
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d49e8a19cc77c1aed4256e188e00bb4b05c630403e56c51eb31400a7b5d78db5
|
||||
size 12579
|
||||
oid sha256:6f41630a0212b55fa6a10eba1eb88b9e62aad17c8c4cf78460aec45f5307894a
|
||||
size 15869
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6617c9df4cfeccf72bd0393f63c6fac7f4c28e4c31cd913e7d75ed13c735fb4c
|
||||
size 151486
|
||||
oid sha256:4c2db73f0561b3a053251319a0f3d16ac06dd12e6769300afdf020856828a648
|
||||
size 181134
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5f40ad3080dd3b6952bbb2c84b3d452e11bbba7df19bd9dff71152629a1fceaa
|
||||
size 2143716
|
||||
oid sha256:29f0830351916d10396ee6783c58b81896665efbe8ae136696ed8aa67fb74ac5
|
||||
size 2146592
|
||||
|
@ -31,6 +31,7 @@
|
||||
patches.kernel.org/patch-3.18.1-2
|
||||
patches.kernel.org/patch-3.18.2-3
|
||||
patches.kernel.org/patch-3.18.3-4
|
||||
patches.kernel.org/patch-3.18.4-5
|
||||
|
||||
########################################################
|
||||
# Build fixes that apply to the vanilla kernel too.
|
||||
@ -187,6 +188,8 @@
|
||||
########################################################
|
||||
patches.suse/readahead-request-tunables.patch
|
||||
patches.fixes/mm-Fix-assertion-mapping-nrpages-0-in-end_writeback.patch
|
||||
patches.fixes/vm-add-VM_FAULT_SIGSEGV-handling-support
|
||||
patches.fixes/vm-make-stack-guard-page-errors-return-VM_FAULT_SIGS
|
||||
|
||||
########################################################
|
||||
# IPC patches
|
||||
@ -581,6 +584,7 @@
|
||||
patches.xen/xen3-patch-3.16
|
||||
patches.xen/xen3-patch-3.17
|
||||
patches.xen/xen3-patch-3.18
|
||||
patches.xen/xen3-patch-3.18.4-5
|
||||
|
||||
# ports of other patches
|
||||
patches.xen/xen3-stack-unwind
|
||||
|
@ -1,3 +1,3 @@
|
||||
2015-01-28 09:45:58 +0100
|
||||
GIT Revision: abfc7003fff4828048b0f317e52e6235add4b0b4
|
||||
2015-01-30 09:43:22 +0100
|
||||
GIT Revision: f378da4f6f330428257b6bbea04c9c2d7661feb6
|
||||
GIT Branch: stable
|
||||
|
Loading…
Reference in New Issue
Block a user