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
|
||||
%define rcrev 2
|
||||
# The git snapshot level
|
||||
%define gitrev 1
|
||||
%define gitrev 2
|
||||
# Set rpm version accordingly
|
||||
%define rpmversion 3.%{upstream_sublevel}.0
|
||||
%endif
|
||||
@ -684,8 +684,6 @@ Patch21020: arm-tegra-usb-no-reset-linux33.patch
|
||||
# http://www.spinics.net/lists/devicetree/msg08276.html
|
||||
Patch21030: arm-imx6-utilite.patch
|
||||
|
||||
Patch21031: fix-arm-xen-driver-build.patch
|
||||
|
||||
#rhbz 754518
|
||||
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-imx6-utilite.patch
|
||||
|
||||
ApplyPatch fix-arm-xen-driver-build.patch
|
||||
|
||||
#
|
||||
# bugfixes to drivers and filesystems
|
||||
#
|
||||
@ -2194,6 +2190,9 @@ fi
|
||||
# ||----w |
|
||||
# || ||
|
||||
%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
|
||||
- Linux v3.13-rc2-1-gaf91706
|
||||
- Reenable debugging options.
|
||||
|
Loading…
Reference in New Issue
Block a user