summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorKyle McMartin <kyle@redhat.com>2011-01-15 01:34:12 -0500
committerKyle McMartin <kyle@redhat.com>2011-01-15 01:34:12 -0500
commitc55a797910a3c6a19fd5b227ea858f3fe7bd8f29 (patch)
treef51d3aa425ddb62a9fa34ec486aa62f29ce46029 /kernel.spec
parentee6c061eb9517d21067cab44eeadec08b91cbd7a (diff)
downloadkernel-c55a797910a3c6a19fd5b227ea858f3fe7bd8f29.tar.gz
kernel-c55a797910a3c6a19fd5b227ea858f3fe7bd8f29.tar.xz
kernel-c55a797910a3c6a19fd5b227ea858f3fe7bd8f29.zip
fix build of xen-gntdev.ko
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec8
1 files changed, 8 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec
index 5ffd3213b..d0fba01e4 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -732,6 +732,8 @@ Patch12401: debug-tty-print-dev-name.patch
Patch12421: fs-call-security_d_instantiate-in-d_obtain_alias.patch
+Patch12422: xen_export-arbitrary_virt_to_machine.patch
+
%endif
BuildRoot: %{_tmppath}/kernel-%{KVERREL}-root
@@ -1344,6 +1346,8 @@ ApplyPatch debug-tty-print-dev-name.patch
# rhbz#662344,600690
ApplyPatch fs-call-security_d_instantiate-in-d_obtain_alias.patch
+ApplyPatch xen_export-arbitrary_virt_to_machine.patch
+
# END OF PATCH APPLICATIONS
%endif
@@ -1956,6 +1960,10 @@ fi
# ||----w |
# || ||
%changelog
+* Fri Jan 14 2011 Kyle McMartin <kmcmartin@redhat.com>
+- xen_export-arbitrary_virt_to_machine.patch: pull patch from upstream
+ to fix build error.
+
* Fri Jan 14 2011 Kyle McMartin <kmcmartin@redhat.com> 2.6.38-0.rc0.git12.1
- Linux 2.6.37-git12
- 0001-use-__devexit-not-__exit-in-n2_unregister_algs-fixes.patch: drop