Linux v3.13-rc2-119-ga45299e
This commit is contained in:
parent
0fdcea1ca4
commit
01383f49c2
@ -1,14 +0,0 @@
|
|||||||
diff --git a/arch/arm/xen/p2m.c b/arch/arm/xen/p2m.c
|
|
||||||
index 23732cd..7772fa8 100644
|
|
||||||
--- a/arch/arm/xen/p2m.c
|
|
||||||
+++ b/arch/arm/xen/p2m.c
|
|
||||||
@@ -27,7 +27,9 @@ struct xen_p2m_entry {
|
|
||||||
|
|
||||||
rwlock_t p2m_lock;
|
|
||||||
struct rb_root phys_to_mach = RB_ROOT;
|
|
||||||
+EXPORT_SYMBOL_GPL(phys_to_mach);
|
|
||||||
static struct rb_root mach_to_phys = RB_ROOT;
|
|
||||||
+EXPORT_SYMBOL_GPL(mach_to_phys);
|
|
||||||
|
|
||||||
static int xen_add_phys_to_mach_entry(struct xen_p2m_entry *new)
|
|
||||||
{
|
|
@ -95,7 +95,7 @@ Summary: The Linux kernel
|
|||||||
# The rc snapshot level
|
# The rc snapshot level
|
||||||
%define rcrev 2
|
%define rcrev 2
|
||||||
# The git snapshot level
|
# The git snapshot level
|
||||||
%define gitrev 1
|
%define gitrev 2
|
||||||
# Set rpm version accordingly
|
# Set rpm version accordingly
|
||||||
%define rpmversion 3.%{upstream_sublevel}.0
|
%define rpmversion 3.%{upstream_sublevel}.0
|
||||||
%endif
|
%endif
|
||||||
@ -684,8 +684,6 @@ Patch21020: arm-tegra-usb-no-reset-linux33.patch
|
|||||||
# http://www.spinics.net/lists/devicetree/msg08276.html
|
# http://www.spinics.net/lists/devicetree/msg08276.html
|
||||||
Patch21030: arm-imx6-utilite.patch
|
Patch21030: arm-imx6-utilite.patch
|
||||||
|
|
||||||
Patch21031: fix-arm-xen-driver-build.patch
|
|
||||||
|
|
||||||
#rhbz 754518
|
#rhbz 754518
|
||||||
Patch21235: scsi-sd_revalidate_disk-prevent-NULL-ptr-deref.patch
|
Patch21235: scsi-sd_revalidate_disk-prevent-NULL-ptr-deref.patch
|
||||||
|
|
||||||
@ -1263,8 +1261,6 @@ ApplyPatch arm-omap-load-tfp410.patch
|
|||||||
ApplyPatch arm-tegra-usb-no-reset-linux33.patch
|
ApplyPatch arm-tegra-usb-no-reset-linux33.patch
|
||||||
ApplyPatch arm-imx6-utilite.patch
|
ApplyPatch arm-imx6-utilite.patch
|
||||||
|
|
||||||
ApplyPatch fix-arm-xen-driver-build.patch
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# bugfixes to drivers and filesystems
|
# bugfixes to drivers and filesystems
|
||||||
#
|
#
|
||||||
@ -2194,6 +2190,9 @@ fi
|
|||||||
# ||----w |
|
# ||----w |
|
||||||
# || ||
|
# || ||
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 02 2013 Josh Boyer <jwboyer@fedoraproject.org> - 3.13.0-0.rc2.git2.1
|
||||||
|
- Linux v3.13-rc2-119-ga45299e
|
||||||
|
|
||||||
* Mon Dec 02 2013 Josh Boyer <jwboyer@fedoraproject.org> - 3.13.0-0.rc2.git1.1
|
* Mon Dec 02 2013 Josh Boyer <jwboyer@fedoraproject.org> - 3.13.0-0.rc2.git1.1
|
||||||
- Linux v3.13-rc2-1-gaf91706
|
- Linux v3.13-rc2-1-gaf91706
|
||||||
- Reenable debugging options.
|
- Reenable debugging options.
|
||||||
|
2
sources
2
sources
@ -1,3 +1,3 @@
|
|||||||
cc6ee608854e0da4b64f6c1ff8b6398c linux-3.12.tar.xz
|
cc6ee608854e0da4b64f6c1ff8b6398c linux-3.12.tar.xz
|
||||||
ed069580489aca6ddafa04d171e5c098 patch-3.13-rc2.xz
|
ed069580489aca6ddafa04d171e5c098 patch-3.13-rc2.xz
|
||||||
9539c0dbc8a01e84ef213eccfadf09c9 patch-3.13-rc2-git1.xz
|
172f0eefcb98516d730413183edc3da0 patch-3.13-rc2-git2.xz
|
||||||
|
Loading…
Reference in New Issue
Block a user