Christian Gonzalez
2010-Nov-16 20:11 UTC
[Xen-users] Unable to boot patched 2.6.34.6 kernel (bzImage not being generated)
Hi, I''m trying to run Xen 4.0.1 on top of Slackware 13.1 32bits. I managed to install grub on it, managed to install Xen but I''m not able to boot with a xenified 2.6.34.6 kernel for Dom0. With Xen enable (CONFIG_X86_XEN=y), bzImage is not created, vmlinuz created not able to boot. If I disable Xen, everything is fine. This is the vmlinuz generated with Xen enable: root@slacktest1:/usr/src/linux-2.6.34.6# file arch/x86/boot/vmlinuz arch/x86/boot/vmlinuz: gzip compressed data, from Unix, last modified: Tue Nov 16 12:48:20 2010, max compression root@slacktest1:/usr/src/linux-2.6.34.6# find . -name arch/x86/boot/bzImage root@slacktest1:/usr/src/linux-2.6.34.6# I''m not able to boot from this patched kernel, even with an initrd image. Just FYI, this is a bzImage that actually works: root@slacktest1:/usr/src/linux# file arch/x86/boot/bzImage arch/x86/boot/bzImage: Linux kernel x86 boot executable bzImage, version 2.6.33.4-smp (root@slacktest1) , RO-rootFS, swap_dev 0x2, Normal VGA root@slacktest1:/usr/src/linux# find . -name bzImage ./arch/i386/boot/bzImage ./arch/x86/boot/bzImage root@slacktest1:/usr/src/linux# This is menu.lst Xen related: # Linux bootable partition config begins title Linux-Xen on (/dev/sda1) root (hd0,0) kernel /xen.gz module /vmlinuz-2.6.34.6-xen-20101116a ro root=/dev/rootvg/root rd_LVM_LV=rootvg/root vga=788 module /initrd8.img # Linux bootable partition config ends Even if I try to boot from xenified kernel without /xen.gz module, this is the grub error I got: Error 13: Invalid or unsupported executable format root (hd0,0) kernel /vmlinuz-2.6.34.6-xen-20101116a ro root=/dev/rootvg/root rd_LVM_LV=rootvg/root vga=788 initrd /initrd8.img I also noticed that if I enable Xen, Kernel compression mode (-> General setup) I have only one choice, Gzip. With Xen disabled, these are my choices: Gzip Bzip2 LZMA LZO Not sure if this is related or not. Patches are from Andrew''s ( http://code.google.com/p/gentoo-xen-kernel/downloads/list) Kernel 2.6.34.6 is vanilla. Any light on this will be highly appreciated. Thanks and regards. Chris _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Mike Viau
2010-Nov-16 21:40 UTC
RE: [Xen-users] Unable to boot patched 2.6.34.6 kernel (bzImage not being generated)
> On Tue, 16 Nov 2010 17:11:58 -0300 <zulsolar@gmail.com> wrote: > > Hi, > > I''m trying to run Xen 4.0.1 on top of Slackware 13.1 32bits. I managed > to install grub on it, managed to install Xen but I''m not able to boot > with a xenified 2.6.34.6 kernel for Dom0. > > > With Xen enable (CONFIG_X86_XEN=y), bzImage is not created, vmlinuz > created not able to boot. If I disable Xen, everything is fine. > > This is the vmlinuz generated with Xen enable: > > root@slacktest1:/usr/src/linux-2.6.34.6# file arch/x86/boot/vmlinuz > arch/x86/boot/vmlinuz: gzip compressed data, from Unix, last modified: > Tue Nov 16 12:48:20 2010, max compression > root@slacktest1:/usr/src/linux-2.6.34.6# find . -name arch/x86/boot/bzImage > root@slacktest1:/usr/src/linux-2.6.34.6# > > I''m not able to boot from this patched kernel, even with an initrd image. > > > Just FYI, this is a bzImage that actually works: > > > root@slacktest1:/usr/src/linux# file arch/x86/boot/bzImage > arch/x86/boot/bzImage: Linux kernel x86 boot executable bzImage, > version 2.6.33.4-smp (root@slacktest1) , RO-rootFS, swap_dev 0x2, > Normal VGA > root@slacktest1:/usr/src/linux# find . -name bzImage > ./arch/i386/boot/bzImage > ./arch/x86/boot/bzImage > root@slacktest1:/usr/src/linux# > > > This is menu.lst Xen related: > > # Linux bootable partition config begins > title Linux-Xen on (/dev/sda1) > root (hd0,0) > kernel /xen.gz > module /vmlinuz-2.6.34.6-xen-20101116a ro root=/dev/rootvg/root > rd_LVM_LV=rootvg/root vga=788 > module /initrd8.img > # Linux bootable partition config ends > > > Even if I try to boot from xenified kernel without /xen.gz module, this > is the grub error I got: > > Error 13: Invalid or unsupported executable formatThis is normal, After the kernel has been xenified, it is been my experience that the kernel can not be booted natively and MUST be boot on top of the Xen hypervisor..> > root (hd0,0) > kernel /vmlinuz-2.6.34.6-xen-20101116a ro root=/dev/rootvg/root > rd_LVM_LV=rootvg/root vga=788 > initrd /initrd8.img > > > I also noticed that if I enable Xen, Kernel compression mode (-> > General setup) I have only one choice, Gzip. With Xen disabled, these > are my choices: > Gzip > Bzip2 > LZMA > LZO >I am pretty sure that after applying the gentoo-xen-kernel patches, these multiple of options are crippled. Did all the patches apply successfully as well (no failed hunks)?> Not sure if this is related or not. > > Patches are from Andrew''s > (http://code.google.com/p/gentoo-xen-kernel/downloads/list) Kernel > 2.6.34.6 is vanilla. > > Any light on this will be highly appreciated.Wish I could have been of more help to you. -M _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Christian Gonzalez
2010-Nov-16 23:04 UTC
Re: [Xen-users] Unable to boot patched 2.6.34.6 kernel (bzImage not being generated)
On Tue, Nov 16, 2010 at 6:40 PM, Mike Viau <viaum@sheridanc.on.ca> wrote:> > > On Tue, 16 Nov 2010 17:11:58 -0300 <zulsolar@gmail.com> wrote: > > > > Hi, > > > > I''m trying to run Xen 4.0.1 on top of Slackware 13.1 32bits. I managed > > to install grub on it, managed to install Xen but I''m not able to boot > > with a xenified 2.6.34.6 kernel for Dom0. > > > > > > With Xen enable (CONFIG_X86_XEN=y), bzImage is not created, vmlinuz > > created not able to boot. If I disable Xen, everything is fine. > > > > This is the vmlinuz generated with Xen enable: > > > > root@slacktest1:/usr/src/linux-2.6.34.6# file arch/x86/boot/vmlinuz > > arch/x86/boot/vmlinuz: gzip compressed data, from Unix, last modified: > > Tue Nov 16 12:48:20 2010, max compression > > root@slacktest1:/usr/src/linux-2.6.34.6# find . -name > arch/x86/boot/bzImage > > root@slacktest1:/usr/src/linux-2.6.34.6# > > > > I''m not able to boot from this patched kernel, even with an initrd image. > > > > > > Just FYI, this is a bzImage that actually works: > > > > > > root@slacktest1:/usr/src/linux# file arch/x86/boot/bzImage > > arch/x86/boot/bzImage: Linux kernel x86 boot executable bzImage, > > version 2.6.33.4-smp (root@slacktest1) , RO-rootFS, swap_dev 0x2, > > Normal VGA > > root@slacktest1:/usr/src/linux# find . -name bzImage > > ./arch/i386/boot/bzImage > > ./arch/x86/boot/bzImage > > root@slacktest1:/usr/src/linux# > > > > > > This is menu.lst Xen related: > > > > # Linux bootable partition config begins > > title Linux-Xen on (/dev/sda1) > > root (hd0,0) > > kernel /xen.gz > > module /vmlinuz-2.6.34.6-xen-20101116a ro root=/dev/rootvg/root > > rd_LVM_LV=rootvg/root vga=788 > > module /initrd8.img > > # Linux bootable partition config ends > > > > > > Even if I try to boot from xenified kernel without /xen.gz module, this > > is the grub error I got: > > > > Error 13: Invalid or unsupported executable format > > This is normal, After the kernel has been xenified, it is been my > experience that the kernel can not be booted natively and MUST be boot on > top of the Xen hypervisor.. > > > > > root (hd0,0) > > kernel /vmlinuz-2.6.34.6-xen-20101116a ro root=/dev/rootvg/root > > rd_LVM_LV=rootvg/root vga=788 > > initrd /initrd8.img > > > > > > I also noticed that if I enable Xen, Kernel compression mode (-> > > General setup) I have only one choice, Gzip. With Xen disabled, these > > are my choices: > > Gzip > > Bzip2 > > LZMA > > LZO > > > > I am pretty sure that after applying the gentoo-xen-kernel patches, these > multiple of options are crippled. Did all the patches apply successfully as > well (no failed hunks)?Mike, I think that patches were applied successfully. Output is long but seems that everything went fine. root@slacktest1:/usr/src/xen-patches# cd ../linux-2.6.34.6 root@slacktest1:/usr/src/linux-2.6.34.6# for k in ../xen-patches/* ; do echo Patch $k: ; patch -p1 < $k ; done Patch ../xen-patches/60000_add-console-use-vt.patch1: patching file drivers/char/tty_io.c Hunk #3 succeeded at 3147 (offset -15 lines). patching file include/linux/console.h Patch ../xen-patches/60001_linux-2.6.19-rc1-kexec-move_segment_code-i386.patch1: patching file arch/x86/kernel/machine_kexec_32.c patching file arch/x86/kernel/relocate_kernel_32.S Patch ../xen-patches/60002_linux-2.6.19-rc1-kexec-move_segment_code-x86_64.patch1: patching file arch/x86/kernel/machine_kexec_64.c patching file arch/x86/kernel/relocate_kernel_64.S Patch ../xen-patches/60003_ipv6-no-autoconf.patch1: patching file net/ipv6/addrconf.c Hunk #1 succeeded at 2834 (offset 2 lines). Patch ../xen-patches/60004_pci-guestdev.patch1: patching file Documentation/kernel-parameters.txt Hunk #1 succeeded at 831 (offset -7 lines). Hunk #2 succeeded at 2202 (offset -5 lines). patching file drivers/acpi/pci_root.c patching file drivers/acpi/scan.c patching file drivers/pci/Kconfig patching file drivers/pci/Makefile patching file drivers/pci/guestdev.c patching file drivers/pci/iomulti.c patching file drivers/pci/iomulti.h patching file drivers/pci/pci.c patching file drivers/pci/pci.h patching file include/linux/acpi.h patching file include/linux/pci.h Patch ../xen-patches/60005_pci-reserve.patch1: patching file Documentation/kernel-parameters.txt Hunk #1 succeeded at 2024 (offset -12 lines). patching file drivers/pci/Kconfig patching file drivers/pci/Makefile patching file drivers/pci/pci.h patching file drivers/pci/reserve.c patching file drivers/pci/setup-bus.c Patch ../xen-patches/60006_xen3-auto-xen-arch.patch1: patching file arch/x86/kernel/acpi/processor_extcntl_xen.c patching file arch/x86/kernel/acpi/sleep_32-xen.c patching file arch/x86/kernel/apic/apic-xen.c patching file arch/x86/kernel/cpu/common-xen.c patching file arch/x86/kernel/cpu/mcheck/mce_dom0.c patching file arch/x86/kernel/cpu/mtrr/main-xen.c patching file arch/x86/kernel/entry_32-xen.S patching file arch/x86/kernel/fixup.c patching file arch/x86/kernel/head_32-xen.S patching file arch/x86/kernel/io_apic_32-xen.c patching file arch/x86/kernel/ioport_32-xen.c patching file arch/x86/kernel/ldt_32-xen.c patching file arch/x86/kernel/microcode-xen.c patching file arch/x86/kernel/mpparse_32-xen.c patching file arch/x86/kernel/pci-dma-xen.c patching file arch/x86/kernel/process_32-xen.c patching file arch/x86/kernel/quirks-xen.c patching file arch/x86/kernel/setup_32-xen.c patching file arch/x86/kernel/smp_32-xen.c patching file arch/x86/kernel/time-xen.c patching file arch/x86/kernel/traps_32-xen.c patching file arch/x86/mach-xen/Makefile patching file arch/x86/mach-xen/setup.c patching file arch/x86/lib/scrub.c patching file arch/x86/mm/fault_32-xen.c patching file arch/x86/mm/highmem_32-xen.c patching file arch/x86/mm/hypervisor.c patching file arch/x86/mm/init_32-xen.c patching file arch/x86/mm/ioremap_32-xen.c patching file arch/x86/mm/pgtable_32-xen.c patching file arch/x86/oprofile/xenoprof.c patching file arch/x86/pci/irq-xen.c patching file arch/x86/pci/pcifront.c patching file arch/x86/ia32/ia32entry-xen.S patching file arch/x86/kernel/acpi/sleep_64-xen.c patching file arch/x86/kernel/e820_64-xen.c patching file arch/x86/kernel/early_printk-xen.c patching file arch/x86/kernel/entry_64-xen.S patching file arch/x86/kernel/head_64-xen.S patching file arch/x86/kernel/head64-xen.c patching file arch/x86/kernel/io_apic_64-xen.c patching file arch/x86/kernel/ioport_64-xen.c patching file arch/x86/kernel/ldt_64-xen.c patching file arch/x86/kernel/mpparse_64-xen.c patching file arch/x86/kernel/process_64-xen.c patching file arch/x86/kernel/setup_64-xen.c patching file arch/x86/kernel/setup64-xen.c patching file arch/x86/kernel/smp_64-xen.c patching file arch/x86/kernel/traps_64-xen.c patching file arch/x86/kernel/vsyscall_64-xen.c patching file arch/x86/kernel/xen_entry_64.S patching file arch/x86/mm/fault_64-xen.c patching file arch/x86/mm/init_64-xen.c patching file arch/x86/mm/pageattr_64-xen.c patching file drivers/pci/msi-xen.c patching file arch/x86/include/mach-xen/asm/agp.h patching file arch/x86/include/mach-xen/asm/desc_32.h patching file arch/x86/include/mach-xen/asm/fixmap_32.h patching file arch/x86/include/mach-xen/asm/gnttab_dma.h patching file arch/x86/include/mach-xen/asm/highmem.h patching file arch/x86/include/mach-xen/asm/hypercall_32.h patching file arch/x86/include/mach-xen/asm/hypervisor.h patching file arch/x86/include/mach-xen/asm/irqflags_32.h patching file arch/x86/include/mach-xen/asm/maddr_32.h patching file arch/x86/include/mach-xen/asm/mmu_context_32.h patching file arch/x86/include/mach-xen/asm/pgalloc_32.h patching file arch/x86/include/mach-xen/asm/pgtable-3level-defs.h patching file arch/x86/include/mach-xen/asm/pgtable-3level.h patching file arch/x86/include/mach-xen/asm/pgtable_32.h patching file arch/x86/include/mach-xen/asm/processor_32.h patching file arch/x86/include/mach-xen/asm/smp_32.h patching file arch/x86/include/mach-xen/asm/synch_bitops.h patching file arch/x86/include/mach-xen/asm/system_32.h patching file arch/x86/include/mach-xen/asm/tlbflush_32.h patching file arch/x86/include/mach-xen/asm/vga.h patching file arch/x86/include/mach-xen/asm/xenoprof.h patching file arch/x86/include/mach-xen/irq_vectors.h patching file arch/x86/include/mach-xen/asm/mach_traps.h patching file arch/x86/include/mach-xen/asm/desc_64.h patching file arch/x86/include/mach-xen/asm/fixmap_64.h patching file arch/x86/include/mach-xen/asm/hypercall_64.h patching file arch/x86/include/mach-xen/asm/irqflags_64.h patching file arch/x86/include/mach-xen/asm/maddr_64.h patching file arch/x86/include/mach-xen/asm/mmu_context_64.h patching file arch/x86/include/mach-xen/asm/pgalloc_64.h patching file arch/x86/include/mach-xen/asm/pgtable_64.h patching file arch/x86/include/mach-xen/asm/processor_64.h patching file arch/x86/include/mach-xen/asm/smp_64.h patching file arch/x86/include/mach-xen/asm/system_64.h patching file arch/x86/include/mach-xen/asm/tlbflush_64.h patching file arch/x86/include/mach-xen/asm/xor_64.h patching file arch/x86/include/mach-xen/setup_arch_post.h patching file arch/x86/include/mach-xen/setup_arch_pre.h patching file include/xen/balloon.h patching file include/xen/blkif.h patching file include/xen/compat_ioctl.h patching file include/xen/cpu_hotplug.h patching file include/xen/driver_util.h patching file include/xen/firmware.h patching file include/xen/gnttab.h patching file include/xen/hvm.h patching file include/xen/hypercall.h patching file include/xen/hypervisor_sysfs.h patching file include/xen/pcifront.h patching file include/xen/public/evtchn.h patching file include/xen/public/gntdev.h patching file include/xen/public/privcmd.h patching file include/xen/public/xenbus.h patching file include/xen/xen_proc.h patching file include/xen/xencons.h patching file include/xen/xenoprof.h patching file lib/swiotlb-xen.c patching file mm/tmem-xen.c patching file scripts/Makefile.xen.awk Patch ../xen-patches/60007_xen3-auto-xen-drivers.patch1: patching file drivers/xen/balloon/Makefile patching file drivers/xen/balloon/balloon.c patching file drivers/xen/balloon/common.h patching file drivers/xen/balloon/sysfs.c patching file drivers/xen/blkback/Makefile patching file drivers/xen/blkback/blkback.c patching file drivers/xen/blkback/blkback-pagemap.c patching file drivers/xen/blkback/blkback-pagemap.h patching file drivers/xen/blkback/common.h patching file drivers/xen/blkback/interface.c patching file drivers/xen/blkback/vbd.c patching file drivers/xen/blkback/xenbus.c patching file drivers/xen/blkfront/Makefile patching file drivers/xen/blkfront/blkfront.c patching file drivers/xen/blkfront/block.h patching file drivers/xen/blkfront/vbd.c patching file drivers/xen/blktap/Makefile patching file drivers/xen/blktap/blktap.c patching file drivers/xen/blktap/common.h patching file drivers/xen/blktap/interface.c patching file drivers/xen/blktap/xenbus.c patching file drivers/xen/blktap2/Makefile patching file drivers/xen/blktap2/blktap.h patching file drivers/xen/blktap2/control.c patching file drivers/xen/blktap2/device.c patching file drivers/xen/blktap2/request.c patching file drivers/xen/blktap2/ring.c patching file drivers/xen/blktap2/sysfs.c patching file drivers/xen/blktap2/wait_queue.c patching file drivers/xen/char/Makefile patching file drivers/xen/char/mem.c patching file drivers/xen/console/Makefile patching file drivers/xen/console/console.c patching file drivers/xen/console/xencons_ring.c patching file drivers/xen/core/Makefile patching file drivers/xen/core/cpu_hotplug.c patching file drivers/xen/core/evtchn.c patching file drivers/xen/core/firmware.c patching file drivers/xen/core/gnttab.c patching file drivers/xen/core/hypervisor_sysfs.c patching file drivers/xen/core/machine_kexec.c patching file drivers/xen/core/machine_reboot.c patching file drivers/xen/core/pci.c patching file drivers/xen/core/reboot.c patching file drivers/xen/core/smpboot.c patching file drivers/xen/core/xen_proc.c patching file drivers/xen/core/xen_sysfs.c patching file drivers/xen/fbfront/Makefile patching file drivers/xen/fbfront/xenfb.c patching file drivers/xen/fbfront/xenkbd.c patching file drivers/xen/gntdev/Makefile patching file drivers/xen/gntdev/gntdev.c patching file drivers/xen/netback/Makefile patching file drivers/xen/netback/accel.c patching file drivers/xen/netback/common.h patching file drivers/xen/netback/interface.c patching file drivers/xen/netback/loopback.c patching file drivers/xen/netback/netback.c patching file drivers/xen/netback/xenbus.c patching file drivers/xen/netfront/Makefile patching file drivers/xen/netfront/accel.c patching file drivers/xen/netfront/netfront.c patching file drivers/xen/netfront/netfront.h patching file drivers/xen/pciback/Makefile patching file drivers/xen/pciback/conf_space.c patching file drivers/xen/pciback/conf_space.h patching file drivers/xen/pciback/conf_space_capability.c patching file drivers/xen/pciback/conf_space_capability.h patching file drivers/xen/pciback/conf_space_capability_msi.c patching file drivers/xen/pciback/conf_space_capability_pm.c patching file drivers/xen/pciback/conf_space_capability_vpd.c patching file drivers/xen/pciback/conf_space_header.c patching file drivers/xen/pciback/conf_space_quirks.c patching file drivers/xen/pciback/conf_space_quirks.h patching file drivers/xen/pciback/controller.c patching file drivers/xen/pciback/passthrough.c patching file drivers/xen/pciback/pci_stub.c patching file drivers/xen/pciback/pciback.h patching file drivers/xen/pciback/pciback_ops.c patching file drivers/xen/pciback/slot.c patching file drivers/xen/pciback/vpci.c patching file drivers/xen/pciback/xenbus.c patching file drivers/xen/pcifront/Makefile patching file drivers/xen/pcifront/pci.c patching file drivers/xen/pcifront/pci_op.c patching file drivers/xen/pcifront/pcifront.h patching file drivers/xen/pcifront/xenbus.c patching file drivers/xen/privcmd/Makefile patching file drivers/xen/privcmd/compat_privcmd.c patching file drivers/xen/privcmd/privcmd.c patching file drivers/xen/scsiback/Makefile patching file drivers/xen/scsiback/common.h patching file drivers/xen/scsiback/emulate.c patching file drivers/xen/scsiback/interface.c patching file drivers/xen/scsiback/scsiback.c patching file drivers/xen/scsiback/translate.c patching file drivers/xen/scsiback/xenbus.c patching file drivers/xen/scsifront/Makefile patching file drivers/xen/scsifront/common.h patching file drivers/xen/scsifront/scsifront.c patching file drivers/xen/scsifront/xenbus.c patching file drivers/xen/sfc_netback/Makefile patching file drivers/xen/sfc_netback/accel.c patching file drivers/xen/sfc_netback/accel.h patching file drivers/xen/sfc_netback/accel_debugfs.c patching file drivers/xen/sfc_netback/accel_fwd.c patching file drivers/xen/sfc_netback/accel_msg.c patching file drivers/xen/sfc_netback/accel_solarflare.c patching file drivers/xen/sfc_netback/accel_solarflare.h patching file drivers/xen/sfc_netback/accel_xenbus.c patching file drivers/xen/sfc_netback/ci/compat.h patching file drivers/xen/sfc_netback/ci/compat/gcc.h patching file drivers/xen/sfc_netback/ci/compat/gcc_x86.h patching file drivers/xen/sfc_netback/ci/compat/primitive.h patching file drivers/xen/sfc_netback/ci/compat/sysdep.h patching file drivers/xen/sfc_netback/ci/compat/utils.h patching file drivers/xen/sfc_netback/ci/compat/x86.h patching file drivers/xen/sfc_netback/ci/compat/x86_64.h patching file drivers/xen/sfc_netback/ci/tools/config.h patching file drivers/xen/sfc_netback/ci/tools/debug.h patching file drivers/xen/sfc_netback/ci/tools/log.h patching file drivers/xen/sfc_netback/ci/tools/platform/gcc_x86.h patching file drivers/xen/sfc_netback/ci/tools/platform/linux_kernel.h patching file drivers/xen/sfc_netback/ci/tools/sysdep.h patching file drivers/xen/sfc_netfront/Makefile patching file drivers/xen/sfc_netfront/accel.h patching file drivers/xen/sfc_netfront/accel_bufs.c patching file drivers/xen/sfc_netfront/accel_bufs.h patching file drivers/xen/sfc_netfront/accel_debugfs.c patching file drivers/xen/sfc_netfront/accel_msg.c patching file drivers/xen/sfc_netfront/accel_netfront.c patching file drivers/xen/sfc_netfront/accel_ssr.c patching file drivers/xen/sfc_netfront/accel_ssr.h patching file drivers/xen/sfc_netfront/accel_tso.c patching file drivers/xen/sfc_netfront/accel_tso.h patching file drivers/xen/sfc_netfront/accel_vi.c patching file drivers/xen/sfc_netfront/accel_xenbus.c patching file drivers/xen/sfc_netfront/ef_vi_falcon.h patching file drivers/xen/sfc_netfront/ef_vi_falcon_core.h patching file drivers/xen/sfc_netfront/ef_vi_falcon_desc.h patching file drivers/xen/sfc_netfront/ef_vi_falcon_event.h patching file drivers/xen/sfc_netfront/ef_vi_internal.h patching file drivers/xen/sfc_netfront/etherfabric/ef_vi.h patching file drivers/xen/sfc_netfront/falcon_event.c patching file drivers/xen/sfc_netfront/falcon_vi.c patching file drivers/xen/sfc_netfront/pt_tx.c patching file drivers/xen/sfc_netfront/sysdep.h patching file drivers/xen/sfc_netfront/vi_init.c patching file drivers/xen/sfc_netutil/Makefile patching file drivers/xen/sfc_netutil/accel_cuckoo_hash.c patching file drivers/xen/sfc_netutil/accel_cuckoo_hash.h patching file drivers/xen/sfc_netutil/accel_msg_iface.c patching file drivers/xen/sfc_netutil/accel_msg_iface.h patching file drivers/xen/sfc_netutil/accel_shared_fifo.h patching file drivers/xen/sfc_netutil/accel_util.c patching file drivers/xen/sfc_netutil/accel_util.h patching file drivers/xen/tpmback/Makefile patching file drivers/xen/tpmback/common.h patching file drivers/xen/tpmback/interface.c patching file drivers/xen/tpmback/tpmback.c patching file drivers/xen/tpmback/xenbus.c patching file drivers/xen/usbback/Makefile patching file drivers/xen/usbback/interface.c patching file drivers/xen/usbback/usbback.c patching file drivers/xen/usbback/usbback.h patching file drivers/xen/usbback/usbstub.c patching file drivers/xen/usbback/xenbus.c patching file drivers/xen/usbfront/Makefile patching file drivers/xen/usbfront/usbfront-dbg.c patching file drivers/xen/usbfront/usbfront-hcd.c patching file drivers/xen/usbfront/usbfront-hub.c patching file drivers/xen/usbfront/usbfront-q.c patching file drivers/xen/usbfront/usbfront.h patching file drivers/xen/usbfront/xenbus.c patching file drivers/xen/util.c patching file drivers/xen/xenbus/xenbus_backend_client.c patching file drivers/xen/xenbus/xenbus_dev.c patching file drivers/xen/xenbus/xenbus_probe_backend.c patching file drivers/xen/xenoprof/xenoprofile.c Patch ../xen-patches/60008_xen3-auto-include-xen-interface.patch1: patching file include/xen/interface/COPYING patching file include/xen/interface/arch-x86/cpuid.h patching file include/xen/interface/arch-x86/hvm/save.h patching file include/xen/interface/arch-x86/xen-mca.h patching file include/xen/interface/arch-x86/xen-x86_32.h patching file include/xen/interface/arch-x86/xen-x86_64.h patching file include/xen/interface/arch-x86/xen.h patching file include/xen/interface/arch-x86_32.h patching file include/xen/interface/arch-x86_64.h patching file include/xen/interface/dom0_ops.h patching file include/xen/interface/domctl.h patching file include/xen/interface/hvm/e820.h patching file include/xen/interface/hvm/hvm_info_table.h patching file include/xen/interface/hvm/hvm_op.h patching file include/xen/interface/hvm/ioreq.h patching file include/xen/interface/hvm/params.h patching file include/xen/interface/hvm/save.h patching file include/xen/interface/io/fsif.h patching file include/xen/interface/io/pciif.h patching file include/xen/interface/io/tpmif.h patching file include/xen/interface/io/usbif.h patching file include/xen/interface/io/vscsiif.h patching file include/xen/interface/kexec.h patching file include/xen/interface/mem_event.h patching file include/xen/interface/nmi.h patching file include/xen/interface/platform.h patching file include/xen/interface/sysctl.h patching file include/xen/interface/tmem.h patching file include/xen/interface/trace.h patching file include/xen/interface/xen-compat.h patching file include/xen/interface/xenoprof.h patching file include/xen/interface/xsm/acm.h patching file include/xen/interface/xsm/acm_ops.h patching file include/xen/interface/xsm/flask_op.h Patch ../xen-patches/60009_xen3-auto-xen-kconfig.patch1: patching file arch/x86/Kconfig Hunk #5 succeeded at 652 (offset -52 lines). Hunk #7 succeeded at 713 (offset -52 lines). Hunk #9 succeeded at 829 (offset -52 lines). Hunk #11 succeeded at 897 (offset -52 lines). Hunk #13 succeeded at 915 (offset -60 lines). Hunk #15 succeeded at 998 (offset -60 lines). Hunk #17 succeeded at 1206 (offset -60 lines). Hunk #19 succeeded at 1396 (offset -60 lines). Hunk #21 succeeded at 1510 (offset -60 lines). Hunk #22 succeeded at 1618 (offset -12 lines). Hunk #23 succeeded at 1588 (offset -60 lines). Hunk #24 succeeded at 1757 (offset -12 lines). Hunk #25 succeeded at 1779 (offset -60 lines). Hunk #26 succeeded at 1846 (offset -12 lines). Hunk #27 succeeded at 1959 (offset -60 lines). Hunk #28 succeeded at 2019 (offset -12 lines). Hunk #29 succeeded at 1985 (offset -60 lines). Hunk #30 succeeded at 2056 (offset -12 lines). Hunk #31 succeeded at 2086 (offset -60 lines). Hunk #32 succeeded at 2162 (offset -12 lines). Hunk #33 succeeded at 2219 (offset -60 lines). patching file arch/x86/Kconfig.cpu patching file arch/x86/Kconfig.debug patching file drivers/acpi/Kconfig Hunk #1 succeeded at 307 (offset -13 lines). patching file drivers/char/Kconfig patching file drivers/char/tpm/Kconfig patching file drivers/cpufreq/Kconfig patching file drivers/serial/Kconfig patching file drivers/xen/Kconfig patching file fs/Kconfig Hunk #1 succeeded at 137 (offset -23 lines). patching file kernel/Kconfig.preempt Hunk #1 succeeded at 35 (offset -1 lines). Patch ../xen-patches/60010_xen3-auto-common.patch1: patching file drivers/Makefile Hunk #1 succeeded at 41 (offset 7 lines). patching file drivers/acpi/Makefile patching file drivers/acpi/acpica/hwsleep.c patching file drivers/acpi/processor_driver.c Hunk #4 succeeded at 589 with fuzz 2 (offset -5 lines). Hunk #6 succeeded at 702 (offset -5 lines). Hunk #8 succeeded at 786 (offset -5 lines). Hunk #10 succeeded at 839 (offset -5 lines). patching file drivers/acpi/processor_extcntl.c patching file drivers/acpi/processor_idle.c patching file drivers/acpi/processor_perflib.c patching file drivers/acpi/sleep.c patching file drivers/char/agp/intel-agp.c patching file drivers/char/mem.c Hunk #5 succeeded at 754 (offset -103 lines). patching file drivers/char/tpm/Makefile patching file drivers/char/tpm/tpm.h patching file drivers/char/tpm/tpm_vtpm.c patching file drivers/char/tpm/tpm_vtpm.h patching file drivers/char/tpm/tpm_xen.c patching file drivers/edac/edac_mc.c patching file drivers/firmware/dell_rbu.c patching file drivers/ide/ide-lib.c patching file drivers/oprofile/buffer_sync.c patching file drivers/oprofile/cpu_buffer.c patching file drivers/oprofile/cpu_buffer.h patching file drivers/oprofile/event_buffer.h patching file drivers/oprofile/oprof.c patching file drivers/oprofile/oprof.h patching file drivers/oprofile/oprofile_files.c patching file fs/aio.c Hunk #1 succeeded at 41 (offset -2 lines). Hunk #3 succeeded at 1016 (offset -2 lines). Hunk #5 succeeded at 1236 (offset -2 lines). Hunk #7 succeeded at 1326 (offset -2 lines). patching file fs/compat_ioctl.c Hunk #2 succeeded at 1524 (offset -1 lines). patching file include/acpi/processor.h Hunk #4 succeeded at 324 (offset -2 lines). Hunk #6 succeeded at 394 (offset -2 lines). patching file include/asm-generic/pgtable.h patching file include/linux/aio.h patching file include/linux/highmem.h patching file include/linux/interrupt.h patching file include/linux/kexec.h patching file include/linux/mm.h Hunk #3 succeeded at 207 (offset -3 lines). patching file include/linux/oprofile.h patching file include/linux/page-flags.h Hunk #1 succeeded at 108 (offset -1 lines). Hunk #2 succeeded at 335 (offset -7 lines). Hunk #3 succeeded at 432 (offset -7 lines). Hunk #4 succeeded at 449 (offset -7 lines). patching file include/linux/pci.h patching file include/linux/skbuff.h Hunk #2 succeeded at 376 with fuzz 2 (offset -3 lines). patching file include/linux/vermagic.h patching file kernel/irq/spurious.c Hunk #1 succeeded at 225 (offset -8 lines). patching file kernel/kexec.c Hunk #1 succeeded at 354 (offset -6 lines). Hunk #3 succeeded at 474 (offset -6 lines). Hunk #5 succeeded at 555 (offset -6 lines). Hunk #7 succeeded at 636 (offset -6 lines). Hunk #9 succeeded at 733 (offset -6 lines). Hunk #11 succeeded at 776 (offset -6 lines). Hunk #13 succeeded at 864 (offset -6 lines). Hunk #15 succeeded at 936 (offset -6 lines). patching file kernel/sysctl.c Hunk #1 succeeded at 760 (offset -16 lines). patching file mm/memory.c patching file mm/mmap.c Hunk #1 succeeded at 1897 (offset -47 lines). Hunk #2 succeeded at 1966 with fuzz 1 (offset 1 line). Hunk #3 succeeded at 2259 (offset -45 lines). patching file mm/mprotect.c patching file mm/page_alloc.c Hunk #1 succeeded at 606 (offset -3 lines). patching file net/core/dev.c Hunk #2 succeeded at 2007 (offset -4 lines). Hunk #4 succeeded at 2582 (offset -41 lines). patching file net/core/skbuff.c Hunk #1 succeeded at 584 (offset -61 lines). patching file net/ipv4/netfilter/nf_nat_proto_tcp.c patching file net/ipv4/netfilter/nf_nat_proto_udp.c patching file net/ipv4/xfrm4_output.c patching file scripts/Makefile.build patching file scripts/Makefile.lib Patch ../xen-patches/60011_xen3-auto-arch-x86.patch1: patching file arch/x86/Makefile Hunk #1 succeeded at 109 (offset -2 lines). Hunk #2 succeeded at 150 (offset -3 lines). Hunk #3 succeeded at 186 (offset -2 lines). patching file arch/x86/boot/Makefile patching file arch/x86/kernel/Makefile patching file arch/x86/kernel/acpi/Makefile patching file arch/x86/kernel/cpu/mcheck/Makefile Hunk #1 succeeded at 3 with fuzz 2 (offset -1 lines). patching file arch/x86/kernel/cpu/mcheck/mce.c Hunk #1 succeeded at 1138 (offset -11 lines). Hunk #3 succeeded at 1320 (offset -11 lines). Hunk #5 succeeded at 1399 (offset -11 lines). patching file arch/x86/kernel/cpu/mtrr/Makefile patching file arch/x86/lib/Makefile patching file arch/x86/mm/Makefile patching file arch/x86/oprofile/Makefile patching file arch/x86/pci/Makefile patching file arch/x86/power/cpu.c patching file arch/x86/include/asm/acpi.h patching file arch/x86/include/asm/apic.h patching file arch/x86/include/asm/kexec.h patching file arch/x86/include/asm/types.h patching file arch/x86/vdso/Makefile patching file arch/x86/vdso/vdso32-setup.c Patch ../xen-patches/60012_xen3-auto-arch-i386.patch1: patching file arch/x86/kernel/asm-offsets_32.c patching file arch/x86/kernel/entry_32.S Hunk #2 succeeded at 1326 (offset -55 lines). patching file arch/x86/kernel/machine_kexec_32.c patching file arch/x86/kernel/vm86_32.c Patch ../xen-patches/60013_xen3-auto-arch-x86_64.patch1: patching file arch/x86/kernel/asm-offsets_64.c patching file arch/x86/kernel/machine_kexec_64.c Patch ../xen-patches/60014_xen3-fixup-xen.patch1: patching file drivers/xen/Makefile patching file drivers/xen/xenbus/Makefile patching file drivers/xen/xenbus/xenbus_client.c patching file drivers/xen/xenbus/xenbus_comms.c patching file drivers/xen/xenbus/xenbus_comms.h patching file drivers/xen/xenbus/xenbus_probe.c patching file drivers/xen/xenbus/xenbus_probe.h patching file drivers/xen/xenbus/xenbus_xs.c patching file include/xen/evtchn.h patching file include/xen/interface/callback.h patching file include/xen/interface/elfnote.h patching file include/xen/interface/event_channel.h patching file include/xen/interface/features.h patching file include/xen/interface/grant_table.h patching file include/xen/interface/io/blkif.h patching file include/xen/interface/io/console.h patching file include/xen/interface/io/fbif.h patching file include/xen/interface/io/kbdif.h patching file include/xen/interface/io/netif.h patching file include/xen/interface/io/protocols.h patching file include/xen/interface/io/ring.h patching file include/xen/interface/io/xenbus.h patching file include/xen/interface/io/xs_wire.h patching file include/xen/interface/memory.h patching file include/xen/interface/physdev.h patching file include/xen/interface/sched.h patching file include/xen/interface/vcpu.h patching file include/xen/interface/version.h patching file include/xen/interface/xen.h patching file include/xen/xenbus.h Patch ../xen-patches/60015_1026-blktap2-PG_reserved.patch1: patching file drivers/xen/blktap2/device.c patching file drivers/xen/blktap2/ring.c Patch ../xen-patches/60016_1032-netback-add-sched-list-irqs.patch1: patching file drivers/xen/netback/netback.c Patch ../xen-patches/60017_1040-pcifront-rescan-claim.patch1: patching file drivers/xen/pcifront/pci_op.c Patch ../xen-patches/60018_1041-pcifront-irq-not-evtchn.patch1: patching file drivers/xen/pcifront/pcifront.h patching file drivers/xen/pcifront/xenbus.c Patch ../xen-patches/60019_xen3-fixup-kconfig.patch1: patching file arch/x86/Kconfig patching file drivers/xen/Kconfig Patch ../xen-patches/60020_xen3-fixup-common.patch1: patching file drivers/acpi/acpica/hwsleep.c patching file drivers/base/cpu.c patching file drivers/ide/ide-lib.c patching file drivers/oprofile/buffer_sync.c patching file drivers/oprofile/cpu_buffer.c patching file drivers/oprofile/oprof.c patching file drivers/oprofile/oprofile_files.c patching file drivers/xen/core/smpboot.c patching file include/linux/mm.h Hunk #1 succeeded at 208 (offset -3 lines). patching file include/linux/oprofile.h patching file include/linux/page-flags.h Hunk #1 succeeded at 110 (offset -1 lines). Hunk #2 succeeded at 348 (offset -7 lines). patching file kernel/kexec.c Hunk #1 succeeded at 40 with fuzz 2 (offset -6 lines). Hunk #2 succeeded at 1219 (offset -9 lines). Hunk #3 succeeded at 1248 (offset -6 lines). Hunk #4 succeeded at 1257 (offset -9 lines). patching file mm/memory.c patching file mm/mmap.c Hunk #1 succeeded at 1899 (offset -47 lines). Hunk #2 succeeded at 2309 (offset 3 lines). Patch ../xen-patches/60021_xen3-fixup-arch-x86.patch1: patching file arch/x86/include/asm/topology.h patching file arch/x86/kernel/cpu/intel_cacheinfo.c patching file arch/x86/power/Makefile patching file arch/x86/power/cpu.c Patch ../xen-patches/60022_xen3-patch-2.6.18.patch1: patching file arch/x86/Kconfig Hunk #2 succeeded at 1597 (offset -72 lines). patching file arch/x86/kernel/Makefile patching file arch/x86/kernel/setup64-xen.c patching file arch/x86/kernel/time-xen.c patching file drivers/acpi/processor_perflib.c patching file drivers/char/agp/intel-agp.c patching file drivers/xen/console/console.c patching file arch/x86/include/mach-xen/asm/pgtable_64.h patching file arch/x86/include/mach-xen/asm/processor_32.h patching file arch/x86/include/asm/thread_info.h Patch ../xen-patches/60023_xen3-patch-2.6.19.patch1: patching file arch/x86/Kconfig patching file arch/x86/kernel/acpi/boot.c Hunk #5 succeeded at 1617 (offset -53 lines). patching file arch/x86/kernel/apic/apic-xen.c patching file arch/x86/kernel/cpu/common-xen.c patching file arch/x86/kernel/cpu/mcheck/Makefile Hunk #1 succeeded at 8 (offset -1 lines). patching file arch/x86/kernel/cpu/mcheck/mce_dom0.c patching file arch/x86/kernel/entry_32-xen.S patching file arch/x86/kernel/head_32-xen.S patching file arch/x86/kernel/io_apic_32-xen.c patching file arch/x86/kernel/ldt_32-xen.c patching file arch/x86/kernel/microcode-xen.c patching file arch/x86/kernel/mpparse_32-xen.c patching file arch/x86/kernel/pci-dma-xen.c patching file arch/x86/kernel/process_32-xen.c patching file arch/x86/kernel/setup_32-xen.c patching file arch/x86/kernel/smp_32-xen.c patching file arch/x86/kernel/time-xen.c patching file arch/x86/kernel/traps_32-xen.c patching file arch/x86/mach-xen/setup.c patching file arch/x86/mm/fault_32-xen.c patching file arch/x86/mm/highmem_32-xen.c patching file arch/x86/mm/hypervisor.c patching file arch/x86/mm/init_32-xen.c patching file arch/x86/mm/ioremap_32-xen.c patching file arch/x86/mm/pgtable_32-xen.c patching file arch/x86/pci/irq-xen.c patching file arch/x86/ia32/ia32entry-xen.S patching file arch/x86/kernel/Makefile patching file arch/x86/kernel/e820_64-xen.c patching file arch/x86/kernel/early_printk-xen.c patching file arch/x86/kernel/entry_64-xen.S patching file arch/x86/kernel/head_64-xen.S patching file arch/x86/kernel/head64-xen.c patching file arch/x86/kernel/io_apic_64-xen.c patching file arch/x86/kernel/ioport_64-xen.c patching file arch/x86/kernel/mpparse_64-xen.c patching file arch/x86/kernel/process_64-xen.c patching file arch/x86/kernel/setup_64-xen.c patching file arch/x86/kernel/setup64-xen.c patching file arch/x86/kernel/smp_64-xen.c patching file arch/x86/kernel/traps_64-xen.c patching file arch/x86/kernel/vsyscall_64-xen.c patching file arch/x86/mm/fault_64-xen.c patching file arch/x86/mm/init_64-xen.c patching file arch/x86/mm/pageattr_64-xen.c patching file drivers/char/tpm/tpm_xen.c patching file drivers/pci/Kconfig patching file drivers/pci/msi-xen.c patching file drivers/xen/Kconfig patching file drivers/xen/balloon/balloon.c patching file drivers/xen/blkback/blkback.c patching file drivers/xen/blkback/common.h patching file drivers/xen/blkfront/blkfront.c patching file drivers/xen/blktap/blktap.c patching file drivers/xen/blktap/common.h patching file drivers/xen/blktap2/sysfs.c patching file drivers/xen/console/console.c patching file drivers/xen/console/xencons_ring.c patching file drivers/xen/core/evtchn.c patching file drivers/xen/core/gnttab.c patching file drivers/xen/core/reboot.c patching file drivers/xen/core/smpboot.c patching file drivers/xen/fbfront/xenfb.c patching file drivers/xen/fbfront/xenkbd.c patching file drivers/xen/gntdev/gntdev.c patching file drivers/xen/netback/accel.c patching file drivers/xen/netback/common.h patching file drivers/xen/netback/loopback.c patching file drivers/xen/netback/netback.c patching file drivers/xen/netfront/netfront.c patching file drivers/xen/pciback/pciback.h patching file drivers/xen/pciback/pciback_ops.c patching file drivers/xen/pcifront/pcifront.h patching file drivers/xen/pcifront/pci_op.c patching file drivers/xen/privcmd/compat_privcmd.c patching file drivers/xen/privcmd/privcmd.c patching file drivers/xen/scsiback/common.h patching file drivers/xen/scsiback/scsiback.c patching file drivers/xen/scsifront/common.h patching file drivers/xen/scsifront/scsifront.c patching file drivers/xen/sfc_netback/accel_xenbus.c patching file drivers/xen/sfc_netfront/accel.h patching file drivers/xen/sfc_netfront/accel_msg.c patching file drivers/xen/sfc_netfront/accel_tso.c patching file drivers/xen/sfc_netfront/accel_vi.c patching file drivers/xen/tpmback/common.h patching file drivers/xen/tpmback/tpmback.c patching file drivers/xen/usbback/usbback.c patching file drivers/xen/usbback/usbback.h patching file drivers/xen/usbback/usbstub.c patching file drivers/xen/usbfront/usbfront.h patching file drivers/xen/usbfront/usbfront-dbg.c patching file drivers/xen/usbfront/usbfront-q.c patching file drivers/xen/xenbus/xenbus_comms.c patching file drivers/xen/xenoprof/xenoprofile.c patching file include/asm-generic/pgtable.h patching file arch/x86/include/mach-xen/asm/desc_32.h patching file arch/x86/include/mach-xen/asm/fixmap_32.h patching file arch/x86/include/mach-xen/asm/hypercall_32.h patching file arch/x86/include/mach-xen/asm/hypercall_64.h patching file arch/x86/include/mach-xen/asm/hypervisor.h patching file arch/x86/include/mach-xen/asm/pgtable-3level.h patching file arch/x86/include/mach-xen/asm/pgtable_32.h patching file arch/x86/include/mach-xen/asm/processor_32.h patching file arch/x86/include/mach-xen/asm/smp_32.h patching file arch/x86/include/mach-xen/asm/system_32.h patching file arch/x86/include/mach-xen/asm/tlbflush_32.h patching file arch/x86/include/mach-xen/asm/fixmap_64.h patching file arch/x86/include/mach-xen/asm/pgtable_64.h patching file arch/x86/include/mach-xen/asm/processor_64.h patching file arch/x86/include/mach-xen/asm/smp_64.h patching file arch/x86/include/mach-xen/asm/system_64.h patching file arch/x86/include/mach-xen/asm/tlbflush_64.h patching file include/linux/skbuff.h Hunk #1 succeeded at 2089 (offset -20 lines). patching file include/xen/evtchn.h patching file include/xen/xencons.h patching file mm/mprotect.c patching file mm/page_alloc.c Hunk #1 succeeded at 4682 (offset -10 lines). patching file net/core/dev.c Hunk #1 succeeded at 2032 (offset -4 lines). Hunk #2 succeeded at 2589 (offset -37 lines). Patch ../xen-patches/60024_xen3-patch-2.6.20.patch1: patching file arch/x86/Kconfig Hunk #1 succeeded at 1640 (offset -72 lines). patching file arch/x86/kernel/asm-offsets_32.c patching file arch/x86/kernel/cpu/common-xen.c patching file arch/x86/kernel/cpu/mtrr/main-xen.c patching file arch/x86/kernel/e820_32-xen.c patching file arch/x86/kernel/entry_32-xen.S patching file arch/x86/kernel/head_32-xen.S patching file arch/x86/kernel/io_apic_32-xen.c patching file arch/x86/kernel/ldt_32-xen.c patching file arch/x86/kernel/microcode-xen.c patching file arch/x86/kernel/mpparse_32-xen.c patching file arch/x86/kernel/pci-dma-xen.c patching file arch/x86/kernel/process_32-xen.c patching file arch/x86/kernel/quirks-xen.c patching file arch/x86/kernel/setup_32-xen.c patching file arch/x86/kernel/smp_32-xen.c patching file arch/x86/kernel/time-xen.c patching file arch/x86/kernel/traps_32-xen.c patching file arch/x86/kernel/vmlinux.lds.S patching file arch/x86/kvm/Kconfig patching file arch/x86/mm/fault_32-xen.c patching file arch/x86/mm/highmem_32-xen.c patching file arch/x86/mm/init_32-xen.c patching file arch/x86/mm/pgtable_32-xen.c patching file arch/x86/pci/irq-xen.c patching file arch/x86/kernel/entry_64-xen.S patching file arch/x86/kernel/head64-xen.c patching file arch/x86/kernel/io_apic_64-xen.c patching file arch/x86/kernel/mpparse_64-xen.c patching file arch/x86/kernel/process_64-xen.c patching file arch/x86/kernel/setup_64-xen.c patching file arch/x86/kernel/smp_64-xen.c patching file arch/x86/kernel/traps_64-xen.c patching file arch/x86/kernel/vsyscall_64-xen.c patching file arch/x86/mm/fault_64-xen.c patching file arch/x86/mm/init_64-xen.c patching file arch/x86/mm/pageattr_64-xen.c patching file drivers/pci/msi-xen.c patching file drivers/xen/balloon/balloon.c patching file drivers/xen/blkback/blkback.c patching file drivers/xen/blkback/interface.c patching file drivers/xen/blkfront/blkfront.c patching file drivers/xen/blktap/blktap.c patching file drivers/xen/blktap/interface.c patching file drivers/xen/char/mem.c patching file drivers/xen/console/console.c patching file drivers/xen/core/reboot.c patching file drivers/xen/core/smpboot.c patching file drivers/xen/fbfront/xenfb.c patching file drivers/xen/netback/loopback.c patching file drivers/xen/pciback/conf_space_header.c patching file drivers/xen/pciback/pciback.h patching file drivers/xen/pciback/pciback_ops.c patching file drivers/xen/pciback/xenbus.c patching file drivers/xen/pcifront/pci_op.c patching file drivers/xen/pcifront/pcifront.h patching file drivers/xen/pcifront/xenbus.c patching file drivers/xen/scsiback/interface.c patching file drivers/xen/scsiback/scsiback.c patching file drivers/xen/sfc_netfront/accel_vi.c patching file drivers/xen/tpmback/interface.c patching file drivers/xen/usbback/usbback.c patching file drivers/xen/xenbus/xenbus_comms.c patching file drivers/xen/xenbus/xenbus_probe.c patching file arch/x86/include/mach-xen/asm/desc_32.h patching file arch/x86/include/mach-xen/asm/fixmap_32.h patching file arch/x86/include/mach-xen/asm/highmem.h patching file arch/x86/include/mach-xen/asm/hypervisor.h patching file arch/x86/include/mach-xen/asm/irqflags_32.h patching file arch/x86/include/mach-xen/asm/mmu_context_32.h patching file arch/x86/include/mach-xen/asm/pgtable-3level.h patching file arch/x86/include/mach-xen/asm/pgtable_32.h patching file arch/x86/include/mach-xen/asm/processor_32.h patching file arch/x86/include/mach-xen/asm/smp_32.h patching file arch/x86/include/mach-xen/asm/system_32.h patching file arch/x86/include/mach-xen/asm/desc_64.h patching file arch/x86/include/mach-xen/asm/pgtable_64.h patching file arch/x86/include/mach-xen/asm/processor_64.h patching file arch/x86/include/mach-xen/asm/smp_64.h patching file kernel/kexec.c Hunk #1 succeeded at 369 (offset -6 lines). patching file net/core/dev.c Hunk #1 succeeded at 2018 (offset -4 lines). Patch ../xen-patches/60025_xen3-patch-2.6.21.patch1: patching file arch/x86/Kconfig patching file arch/x86/kernel/Makefile patching file arch/x86/kernel/apic/apic-xen.c patching file arch/x86/kernel/cpu/common-xen.c patching file arch/x86/kernel/e820_32-xen.c patching file arch/x86/kernel/entry_32-xen.S patching file arch/x86/kernel/head_32-xen.S patching file arch/x86/kernel/io_apic_32-xen.c patching file arch/x86/kernel/microcode-xen.c patching file arch/x86/kernel/mpparse_32-xen.c patching file arch/x86/kernel/pci-dma-xen.c patching file arch/x86/kernel/pcspeaker.c patching file arch/x86/kernel/process_32-xen.c patching file arch/x86/kernel/setup_32-xen.c patching file arch/x86/kernel/smp_32-xen.c patching file arch/x86/kernel/time-xen.c patching file arch/x86/kernel/traps_32-xen.c patching file arch/x86/mm/fault_32-xen.c patching file arch/x86/mm/highmem_32-xen.c patching file arch/x86/mm/init_32-xen.c patching file arch/x86/mm/pgtable_32-xen.c patching file arch/x86/ia32/ia32entry-xen.S patching file arch/x86/kernel/acpi/sleep_64-xen.c patching file arch/x86/kernel/e820_64-xen.c patching file arch/x86/kernel/entry_64-xen.S patching file arch/x86/kernel/head64-xen.c patching file arch/x86/kernel/io_apic_64-xen.c patching file arch/x86/kernel/mpparse_64-xen.c patching file arch/x86/kernel/process_64-xen.c patching file arch/x86/kernel/setup_64-xen.c patching file arch/x86/kernel/vsyscall_64-xen.c patching file arch/x86/mm/fault_64-xen.c patching file arch/x86/mm/init_64-xen.c patching file arch/x86/mm/pageattr_64-xen.c patching file drivers/acpi/processor_extcntl.c patching file drivers/char/tpm/tpm_xen.c patching file drivers/pci/msi-xen.c patching file drivers/xen/balloon/sysfs.c patching file drivers/xen/blkback/xenbus.c patching file drivers/xen/blkfront/blkfront.c patching file drivers/xen/blktap/xenbus.c patching file drivers/xen/core/evtchn.c patching file drivers/xen/core/smpboot.c patching file drivers/xen/fbfront/xenfb.c patching file drivers/xen/fbfront/xenkbd.c patching file drivers/xen/netback/interface.c patching file drivers/xen/netback/xenbus.c patching file drivers/xen/netfront/netfront.c patching file drivers/xen/pciback/xenbus.c patching file drivers/xen/pcifront/xenbus.c patching file drivers/xen/scsiback/xenbus.c patching file drivers/xen/scsifront/xenbus.c patching file drivers/xen/tpmback/common.h patching file drivers/xen/tpmback/interface.c patching file drivers/xen/tpmback/tpmback.c patching file drivers/xen/tpmback/xenbus.c patching file drivers/xen/usbback/xenbus.c patching file drivers/xen/usbfront/xenbus.c patching file drivers/xen/xenbus/xenbus_probe.c patching file drivers/xen/xenbus/xenbus_probe.h patching file drivers/xen/xenbus/xenbus_probe_backend.c patching file drivers/xen/xenoprof/xenoprofile.c patching file arch/x86/include/asm/i8253.h patching file arch/x86/include/mach-xen/asm/desc_32.h patching file arch/x86/include/mach-xen/asm/hypervisor.h patching file arch/x86/include/mach-xen/asm/irqflags_32.h patching file arch/x86/include/mach-xen/asm/mmu_context_32.h patching file arch/x86/include/mach-xen/asm/pgalloc_32.h patching file arch/x86/include/mach-xen/asm/pgtable_32.h patching file arch/x86/include/mach-xen/asm/processor_32.h patching file arch/x86/include/mach-xen/asm/smp_32.h patching file arch/x86/include/mach-xen/asm/pgtable_64.h patching file arch/x86/include/mach-xen/asm/smp_64.h patching file include/xen/xenbus.h patching file lib/swiotlb-xen.c Patch ../xen-patches/60026_xen3-patch-2.6.22.patch1: patching file arch/x86/Kconfig Hunk #1 succeeded at 1642 (offset -72 lines). Hunk #3 succeeded at 1924 (offset -72 lines). patching file arch/x86/kernel/Makefile patching file arch/x86/kernel/apic/apic-xen.c patching file arch/x86/kernel/asm-offsets_32.c patching file arch/x86/kernel/cpu/common-xen.c patching file arch/x86/kernel/cpu/mtrr/main-xen.c patching file arch/x86/kernel/e820_32-xen.c patching file arch/x86/kernel/entry_32-xen.S patching file arch/x86/kernel/head_32-xen.S patching file arch/x86/kernel/io_apic_32-xen.c patching file arch/x86/kernel/ioport_32-xen.c patching file arch/x86/kernel/ldt_32-xen.c patching file arch/x86/kernel/microcode-xen.c patching file arch/x86/kernel/mpparse_32-xen.c patching file arch/x86/kernel/pci-dma-xen.c patching file arch/x86/kernel/process_32-xen.c patching file arch/x86/kernel/quirks-xen.c patching file arch/x86/kernel/smp_32-xen.c patching file arch/x86/kernel/time-xen.c patching file arch/x86/kernel/traps_32-xen.c patching file arch/x86/mm/fault_32-xen.c patching file arch/x86/mm/highmem_32-xen.c patching file arch/x86/mm/hypervisor.c patching file arch/x86/mm/init_32-xen.c patching file arch/x86/mm/ioremap_32-xen.c patching file arch/x86/mm/pgtable_32-xen.c patching file arch/x86/ia32/ia32entry-xen.S patching file arch/x86/kernel/acpi/sleep_64-xen.c patching file arch/x86/kernel/e820_64-xen.c patching file arch/x86/kernel/early_printk-xen.c patching file arch/x86/kernel/entry_64-xen.S patching file arch/x86/kernel/head_64-xen.S patching file arch/x86/kernel/head64-xen.c patching file arch/x86/kernel/io_apic_64-xen.c patching file arch/x86/kernel/ioport_64-xen.c patching file arch/x86/kernel/ldt_64-xen.c patching file arch/x86/kernel/mpparse_64-xen.c patching file arch/x86/kernel/process_64-xen.c patching file arch/x86/kernel/setup_64-xen.c patching file arch/x86/kernel/setup64-xen.c patching file arch/x86/kernel/smp_64-xen.c patching file arch/x86/kernel/traps_64-xen.c patching file arch/x86/kernel/vsyscall_64-xen.c patching file arch/x86/mm/fault_64-xen.c patching file arch/x86/mm/init_64-xen.c patching file arch/x86/mm/pageattr_64-xen.c patching file drivers/char/tpm/tpm_xen.c patching file drivers/pci/msi-xen.c patching file drivers/xen/blkfront/blkfront.c patching file drivers/xen/char/mem.c patching file drivers/xen/core/hypervisor_sysfs.c patching file drivers/xen/core/machine_reboot.c patching file drivers/xen/core/smpboot.c patching file drivers/xen/core/xen_sysfs.c patching file drivers/xen/netback/netback.c patching file drivers/xen/netback/xenbus.c patching file drivers/xen/netfront/netfront.c patching file drivers/xen/pciback/xenbus.c patching file drivers/xen/pcifront/xenbus.c patching file drivers/xen/scsifront/xenbus.c patching file drivers/xen/sfc_netback/accel_fwd.c patching file drivers/xen/sfc_netback/accel_solarflare.c patching file drivers/xen/sfc_netfront/accel_tso.c patching file drivers/xen/sfc_netfront/accel_vi.c patching file drivers/xen/sfc_netfront/accel_xenbus.c patching file drivers/xen/usbfront/xenbus.c patching file fs/aio.c Hunk #1 succeeded at 43 (offset -2 lines). Hunk #3 succeeded at 1302 (offset -2 lines). patching file arch/x86/include/asm/boot.h patching file arch/x86/include/mach-xen/asm/desc_32.h patching file arch/x86/include/mach-xen/asm/fixmap_32.h patching file arch/x86/include/mach-xen/asm/highmem.h patching file arch/x86/include/mach-xen/asm/hypervisor.h patching file arch/x86/include/mach-xen/asm/irqflags_32.h patching file arch/x86/include/mach-xen/asm/mmu_context_32.h patching file arch/x86/include/mach-xen/asm/pgalloc_32.h patching file arch/x86/include/mach-xen/asm/pgtable-3level.h patching file arch/x86/include/mach-xen/asm/pgtable-3level-defs.h patching file arch/x86/include/mach-xen/asm/pgtable_32.h patching file arch/x86/include/mach-xen/asm/processor_32.h patching file arch/x86/include/mach-xen/asm/smp_32.h patching file arch/x86/include/mach-xen/asm/system_32.h patching file arch/x86/include/mach-xen/asm/tlbflush_32.h patching file arch/x86/include/mach-xen/asm/desc_64.h patching file arch/x86/include/mach-xen/asm/fixmap_64.h patching file arch/x86/include/mach-xen/asm/irqflags_64.h patching file arch/x86/include/mach-xen/asm/mmu_context_64.h patching file arch/x86/include/mach-xen/asm/pgalloc_64.h patching file arch/x86/include/mach-xen/asm/pgtable_64.h patching file arch/x86/include/mach-xen/asm/processor_64.h patching file arch/x86/include/mach-xen/asm/smp_64.h patching file arch/x86/include/mach-xen/asm/system_64.h patching file arch/x86/include/mach-xen/asm/tlbflush_64.h patching file include/linux/pci.h patching file lib/swiotlb-xen.c patching file mm/vmalloc.c patching file net/core/dev.c Hunk #1 succeeded at 2011 (offset -4 lines). patching file scripts/Makefile.xen.awk Patch ../xen-patches/60027_xen3-patch-2.6.23.patch1: patching file arch/x86/Kbuild patching file arch/x86/kernel/acpi/sleep_32-xen.c patching file arch/x86/kernel/asm-offsets_32.c patching file arch/x86/kernel/cpu/common-xen.c patching file arch/x86/kernel/cpu/mtrr/main-xen.c patching file arch/x86/kernel/e820_32-xen.c patching file arch/x86/kernel/entry_32.S Hunk #1 succeeded at 1054 (offset -55 lines). patching file arch/x86/kernel/entry_32-xen.S patching file arch/x86/kernel/head_32-xen.S patching file arch/x86/kernel/io_apic_32-xen.c patching file arch/x86/kernel/microcode-xen.c patching file arch/x86/kernel/pci-dma-xen.c patching file arch/x86/kernel/process_32-xen.c patching file arch/x86/kernel/setup_32-xen.c patching file arch/x86/kernel/smp_32-xen.c patching file arch/x86/kernel/time-xen.c patching file arch/x86/kernel/traps_32-xen.c patching file arch/x86/mach-xen/setup.c patching file arch/x86/mm/fault_32-xen.c patching file arch/x86/mm/highmem_32-xen.c patching file arch/x86/mm/init_32-xen.c patching file arch/x86/mm/ioremap_32-xen.c patching file arch/x86/mm/pgtable_32-xen.c patching file arch/x86/pci/irq-xen.c patching file arch/x86/xen/Kconfig Hunk #1 succeeded at 2 with fuzz 2. patching file arch/x86/xen/xen-head.S patching file arch/x86/ia32/ia32entry-xen.S patching file arch/x86/kernel/acpi/sleep_64-xen.c patching file arch/x86/kernel/e820_64-xen.c patching file arch/x86/kernel/early_printk-xen.c patching file arch/x86/kernel/entry_64-xen.S patching file arch/x86/kernel/head_64-xen.S patching file arch/x86/kernel/head64-xen.c patching file arch/x86/kernel/io_apic_64-xen.c patching file arch/x86/kernel/ldt_64-xen.c patching file arch/x86/kernel/mpparse_64-xen.c patching file arch/x86/kernel/process_64-xen.c patching file arch/x86/kernel/setup_64-xen.c patching file arch/x86/kernel/setup64-xen.c patching file arch/x86/kernel/smp_64-xen.c patching file arch/x86/kernel/traps_64-xen.c patching file arch/x86/kernel/vsyscall_64-xen.c patching file arch/x86/mm/fault_64-xen.c patching file arch/x86/mm/init_64-xen.c patching file arch/x86/mm/pageattr_64-xen.c patching file arch/x86/vdso/vdso32/note.S patching file drivers/Makefile patching file drivers/block/Kconfig Hunk #1 succeeded at 460 (offset -6 lines). patching file drivers/block/Makefile Hunk #1 succeeded at 35 with fuzz 1. patching file drivers/block/xen-blkfront.c patching file drivers/char/Kconfig patching file drivers/net/Kconfig patching file drivers/net/Makefile patching file drivers/net/xen-netfront.c patching file drivers/xen/Kconfig patching file drivers/xen/Makefile patching file drivers/xen/balloon/balloon.c patching file drivers/xen/blkback/blkback.c patching file drivers/xen/blkback/common.h patching file drivers/xen/blkback/interface.c patching file drivers/xen/blkback/xenbus.c patching file drivers/xen/blkfront/blkfront.c patching file drivers/xen/blkfront/block.h patching file drivers/xen/blkfront/vbd.c patching file drivers/xen/blktap/common.h patching file drivers/xen/blktap/interface.c patching file drivers/xen/blktap/xenbus.c patching file drivers/xen/blktap2/blktap.h patching file drivers/xen/blktap2/control.c patching file drivers/xen/blktap2/device.c patching file drivers/xen/blktap2/sysfs.c patching file drivers/xen/core/reboot.c patching file drivers/xen/scsiback/interface.c patching file drivers/xen/scsifront/scsifront.c patching file drivers/xen/tpmback/interface.c patching file drivers/xen/usbfront/xenbus.c patching file drivers/xen/util.c patching file drivers/xen/xenbus/xenbus_client.c patching file drivers/xen/xenbus/xenbus_comms.c patching file drivers/xen/xenbus/xenbus_probe.c patching file drivers/xen/xenbus/xenbus_probe.h patching file drivers/xen/xenbus/xenbus_probe_backend.c patching file drivers/xen/xenbus/xenbus_xs.c patching file arch/x86/include/mach-xen/asm/fixmap_32.h patching file arch/x86/include/mach-xen/asm/highmem.h patching file arch/x86/include/mach-xen/asm/maddr_32.h patching file arch/x86/include/mach-xen/asm/mmu_context_32.h patching file arch/x86/include/mach-xen/asm/pgalloc_32.h patching file arch/x86/include/mach-xen/asm/pgtable_32.h patching file arch/x86/include/mach-xen/asm/pgtable-3level.h patching file arch/x86/include/mach-xen/asm/processor_32.h patching file arch/x86/include/mach-xen/asm/system_32.h patching file arch/x86/include/mach-xen/asm/tlbflush_32.h patching file arch/x86/include/mach-xen/asm/fixmap_64.h patching file arch/x86/include/mach-xen/asm/mmu_context_64.h patching file arch/x86/include/mach-xen/asm/pgalloc_64.h patching file arch/x86/include/mach-xen/asm/pgtable_64.h patching file arch/x86/include/mach-xen/asm/processor_64.h patching file arch/x86/include/mach-xen/asm/system_64.h patching file arch/x86/include/mach-xen/asm/tlbflush_64.h patching file arch/x86/include/asm/thread_info.h patching file arch/x86/include/asm/xen/interface.h patching file include/linux/elfnote.h patching file include/linux/page-flags.h Hunk #1 succeeded at 125 (offset -1 lines). Hunk #2 succeeded at 435 (offset -13 lines). patching file include/linux/skbuff.h Hunk #1 succeeded at 2090 (offset -20 lines). patching file include/xen/driver_util.h patching file include/xen/features.h patching file include/xen/interface/arch-x86/xen.h patching file include/xen/interface/event_channel.h patching file include/xen/interface/io/netif.h patching file include/xen/interface/memory.h patching file include/xen/interface/sched.h patching file include/xen/interface/version.h patching file include/xen/interface/xen.h patching file include/xen/xenbus.h patching file net/core/dev.c Hunk #2 succeeded at 2007 (offset -4 lines). Patch ../xen-patches/60028_xen3-patch-2.6.24.patch1: patching file arch/x86/Kconfig Hunk #5 succeeded at 658 (offset -52 lines). Hunk #6 succeeded at 1056 (offset -8 lines). Hunk #7 succeeded at 1410 (offset -52 lines). Hunk #8 succeeded at 1816 (offset -20 lines). Hunk #9 succeeded at 1976 (offset -52 lines). Hunk #10 succeeded at 2059 (offset -20 lines). Hunk #11 succeeded at 2043 (offset -52 lines). patching file arch/x86/Makefile Hunk #1 succeeded at 151 (offset -5 lines). patching file arch/x86/ia32/ia32entry-xen.S patching file arch/x86/kernel/Makefile patching file arch/x86/kernel/acpi/sleep_32-xen.c patching file arch/x86/kernel/acpi/sleep_64-xen.c patching file arch/x86/kernel/cpu/common-xen.c patching file arch/x86/kernel/e820_32-xen.c patching file arch/x86/kernel/e820_64-xen.c patching file arch/x86/kernel/early_printk-xen.c patching file arch/x86/kernel/entry_32-xen.S patching file arch/x86/kernel/entry_64-xen.S patching file arch/x86/kernel/head64-xen.c patching file arch/x86/kernel/io_apic_32-xen.c patching file arch/x86/kernel/io_apic_64-xen.c patching file arch/x86/kernel/ioport_32-xen.c patching file arch/x86/kernel/ioport_64-xen.c patching file arch/x86/kernel/ldt_32-xen.c patching file arch/x86/kernel/ldt_64-xen.c patching file arch/x86/kernel/mpparse_32-xen.c patching file arch/x86/kernel/mpparse_64-xen.c patching file arch/x86/kernel/pci-dma-xen.c patching file arch/x86/kernel/process_32-xen.c patching file arch/x86/kernel/process_64-xen.c patching file arch/x86/kernel/quirks-xen.c patching file arch/x86/kernel/setup64-xen.c patching file arch/x86/kernel/setup_32-xen.c patching file arch/x86/kernel/setup_64-xen.c patching file arch/x86/kernel/smp_32-xen.c patching file arch/x86/kernel/smp_64-xen.c patching file arch/x86/kernel/time-xen.c patching file arch/x86/kernel/traps_32-xen.c patching file arch/x86/kernel/traps_64-xen.c patching file arch/x86/kernel/vsyscall_64-xen.c patching file arch/x86/mm/fault_32-xen.c patching file arch/x86/mm/fault_64-xen.c patching file arch/x86/mm/hypervisor.c patching file arch/x86/mm/init_32-xen.c patching file arch/x86/mm/init_64-xen.c patching file arch/x86/mm/pageattr_64-xen.c patching file arch/x86/mm/pgtable_32-xen.c patching file arch/x86/pci/irq-xen.c patching file drivers/acpi/processor_idle.c patching file drivers/cpuidle/Kconfig patching file drivers/pci/msi-xen.c patching file drivers/oprofile/cpu_buffer.c patching file drivers/xen/balloon/balloon.c patching file drivers/xen/blkback/blkback.c patching file drivers/xen/blkfront/blkfront.c patching file drivers/xen/blktap2/control.c patching file drivers/xen/blktap2/device.c patching file drivers/xen/core/firmware.c patching file drivers/xen/core/machine_kexec.c patching file drivers/xen/core/smpboot.c patching file drivers/xen/netback/loopback.c patching file drivers/xen/netback/netback.c patching file drivers/xen/netback/xenbus.c patching file drivers/xen/netfront/accel.c patching file drivers/xen/netfront/netfront.c patching file drivers/xen/netfront/netfront.h patching file drivers/xen/pciback/Makefile patching file drivers/xen/pcifront/Makefile patching file drivers/xen/scsiback/emulate.c patching file drivers/xen/scsiback/scsiback.c patching file drivers/xen/scsifront/scsifront.c patching file drivers/xen/sfc_netback/accel_fwd.c patching file drivers/xen/sfc_netback/accel_msg.c patching file drivers/xen/sfc_netfront/accel_msg.c patching file drivers/xen/sfc_netfront/accel_vi.c patching file drivers/xen/sfc_netutil/accel_util.h patching file drivers/xen/usbback/usbback.c patching file drivers/xen/usbfront/usbfront.h patching file drivers/xen/usbfront/usbfront-hcd.c patching file drivers/xen/usbfront/usbfront-q.c patching file drivers/xen/xenbus/xenbus_probe.c patching file drivers/xen/xenbus/xenbus_probe_backend.c patching file drivers/xen/xenoprof/xenoprofile.c patching file arch/x86/include/mach-xen/asm/agp.h patching file arch/x86/include/mach-xen/asm/desc.h patching file arch/x86/include/mach-xen/asm/desc_64.h patching file arch/x86/include/mach-xen/asm/dma-mapping.h patching file arch/x86/include/mach-xen/asm/fixmap.h patching file arch/x86/include/mach-xen/asm/hypercall.h patching file arch/x86/include/mach-xen/asm/hypercall_32.h patching file arch/x86/include/mach-xen/asm/hypercall_64.h patching file arch/x86/include/mach-xen/asm/hypervisor.h patching file arch/x86/include/mach-xen/asm/io.h patching file arch/x86/include/mach-xen/asm/irqflags.h patching file arch/x86/include/mach-xen/asm/irqflags_32.h patching file arch/x86/include/mach-xen/asm/irqflags_64.h patching file arch/x86/include/mach-xen/asm/maddr.h patching file arch/x86/include/mach-xen/asm/mmu_context.h patching file arch/x86/include/mach-xen/asm/pci.h patching file arch/x86/include/mach-xen/asm/pgalloc.h patching file arch/x86/include/mach-xen/asm/pgalloc_64.h patching file arch/x86/include/mach-xen/asm/pgtable.h patching file arch/x86/include/mach-xen/asm/pgtable_32.h patching file arch/x86/include/mach-xen/asm/pgtable_64.h patching file arch/x86/include/mach-xen/asm/processor.h patching file arch/x86/include/mach-xen/asm/processor_32.h patching file arch/x86/include/mach-xen/asm/processor_64.h patching file arch/x86/include/mach-xen/asm/smp.h patching file arch/x86/include/mach-xen/asm/smp_32.h patching file arch/x86/include/mach-xen/asm/smp_64.h patching file arch/x86/include/mach-xen/asm/swiotlb.h patching file arch/x86/include/mach-xen/asm/system.h patching file arch/x86/include/mach-xen/asm/system_32.h patching file arch/x86/include/mach-xen/asm/system_64.h patching file arch/x86/include/mach-xen/asm/tlbflush.h patching file arch/x86/include/mach-xen/asm/tlbflush_32.h patching file arch/x86/include/mach-xen/asm/tlbflush_64.h patching file arch/x86/include/mach-xen/asm/xor.h patching file arch/x86/include/asm/mmu.h patching file include/linux/kexec.h patching file include/linux/oprofile.h patching file include/linux/sysctl.h patching file include/xen/pcifront.h patching file include/xen/sysctl.h patching file include/xen/xenbus.h patching file kernel/kexec.c Hunk #1 succeeded at 47 (offset -6 lines). Hunk #2 succeeded at 1267 (offset -9 lines). Hunk #3 succeeded at 1433 (offset -6 lines). Hunk #4 succeeded at 1487 (offset -9 lines). patching file kernel/sysctl_binary.c Hunk #1 succeeded at 873 (offset -1 lines). patching file kernel/sysctl_check.c patching file lib/swiotlb-xen.c Patch ../xen-patches/60029_xen3-patch-2.6.25.patch1: patching file arch/x86/Kconfig Hunk #3 succeeded at 871 (offset -52 lines). Hunk #4 succeeded at 1365 (offset -8 lines). Hunk #5 succeeded at 2011 (offset -64 lines). Hunk #6 succeeded at 2078 (offset -8 lines). patching file arch/x86/Kconfig.debug patching file arch/x86/ia32/ia32entry-xen.S patching file arch/x86/kernel/Makefile patching file arch/x86/kernel/acpi/boot.c patching file arch/x86/kernel/acpi/sleep-xen.c patching file arch/x86/kernel/acpi/sleep_32-xen.c patching file arch/x86/kernel/acpi/sleep_64-xen.c patching file arch/x86/kernel/apic/apic-xen.c patching file arch/x86/kernel/asm-offsets_32.c patching file arch/x86/kernel/cpu/common-xen.c patching file arch/x86/kernel/cpu/mtrr/main-xen.c patching file arch/x86/kernel/e820_32-xen.c patching file arch/x86/kernel/e820_64-xen.c patching file arch/x86/kernel/early_printk-xen.c patching file arch/x86/kernel/entry_32-xen.S patching file arch/x86/kernel/entry_64-xen.S patching file arch/x86/kernel/fixup.c patching file arch/x86/kernel/head64-xen.c patching file arch/x86/kernel/head_32-xen.S patching file arch/x86/kernel/io_apic_32-xen.c patching file arch/x86/kernel/io_apic_64-xen.c patching file arch/x86/kernel/ioport-xen.c patching file arch/x86/kernel/ioport_32-xen.c patching file arch/x86/kernel/ioport_64-xen.c patching file arch/x86/kernel/ldt-xen.c patching file arch/x86/kernel/ldt_32-xen.c patching file arch/x86/kernel/ldt_64-xen.c patching file arch/x86/kernel/machine_kexec_64.c patching file arch/x86/kernel/microcode-xen.c patching file arch/x86/kernel/mpparse_32-xen.c patching file arch/x86/kernel/mpparse_64-xen.c patching file arch/x86/kernel/pci-dma-xen.c patching file arch/x86/kernel/process_32-xen.c patching file arch/x86/kernel/process_64-xen.c patching file arch/x86/kernel/quirks-xen.c patching file arch/x86/kernel/rtc.c patching file arch/x86/kernel/setup64-xen.c patching file arch/x86/kernel/setup_32-xen.c patching file arch/x86/kernel/setup_64-xen.c patching file arch/x86/kernel/smp_32-xen.c patching file arch/x86/kernel/smp_64-xen.c patching file arch/x86/kernel/time-xen.c patching file arch/x86/kernel/traps_32-xen.c patching file arch/x86/kernel/traps_64-xen.c patching file arch/x86/kernel/vsyscall_64-xen.c patching file arch/x86/kernel/xen_entry_64.S patching file arch/x86/mach-xen/setup.c patching file arch/x86/mm/fault-xen.c patching file arch/x86/mm/fault_32-xen.c patching file arch/x86/mm/fault_64-xen.c patching file arch/x86/mm/highmem_32-xen.c patching file arch/x86/mm/hypervisor.c patching file arch/x86/mm/init_32-xen.c patching file arch/x86/mm/init_64-xen.c patching file arch/x86/mm/ioremap-xen.c patching file arch/x86/mm/ioremap_32-xen.c patching file arch/x86/mm/pageattr-xen.c patching file arch/x86/mm/pageattr_64-xen.c patching file arch/x86/mm/pgtable_32-xen.c patching file arch/x86/pci/irq-xen.c patching file arch/x86/vdso/Makefile patching file arch/x86/vdso/vdso32/syscall.S patching file arch/x86/vdso/vdso32.S patching file arch/x86/vdso/vdso32-setup.c patching file arch/x86/vdso/vdso32-setup-xen.c patching file drivers/pci/msi-xen.c patching file drivers/pci/pci.c patching file drivers/xen/balloon/sysfs.c patching file drivers/xen/blkback/blkback.c patching file drivers/xen/blkfront/blkfront.c patching file drivers/xen/blktap/blktap.c patching file drivers/xen/blktap2/device.c patching file drivers/xen/blktap2/ring.c patching file drivers/xen/core/Makefile patching file drivers/xen/core/evtchn.c patching file drivers/xen/core/hypervisor_sysfs.c patching file drivers/xen/core/machine_reboot.c patching file drivers/xen/core/smpboot.c patching file drivers/xen/core/spinlock.c patching file drivers/xen/core/xen_sysfs.c patching file drivers/xen/gntdev/gntdev.c patching file drivers/xen/scsifront/scsifront.c patching file drivers/xen/usbfront/usbfront-dbg.c patching file drivers/xen/xenoprof/xenoprofile.c patching file arch/x86/include/asm/e820.h patching file arch/x86/include/asm/hardirq.h patching file arch/x86/include/mach-xen/asm/agp.h patching file arch/x86/include/mach-xen/asm/desc.h patching file arch/x86/include/mach-xen/asm/desc_32.h patching file arch/x86/include/mach-xen/asm/desc_64.h patching file arch/x86/include/mach-xen/asm/fixmap_32.h patching file arch/x86/include/mach-xen/asm/fixmap_64.h patching file arch/x86/include/mach-xen/asm/highmem.h patching file arch/x86/include/mach-xen/asm/hypervisor.h patching file arch/x86/include/mach-xen/asm/irqflags.h patching file arch/x86/include/mach-xen/asm/irqflags_32.h patching file arch/x86/include/mach-xen/asm/irqflags_64.h patching file arch/x86/include/mach-xen/asm/maddr_32.h patching file arch/x86/include/mach-xen/asm/maddr_64.h patching file arch/x86/include/mach-xen/asm/mmu_context_32.h patching file arch/x86/include/mach-xen/asm/mmu_context_64.h patching file arch/x86/include/mach-xen/asm/pci.h patching file arch/x86/include/mach-xen/asm/pgalloc_32.h patching file arch/x86/include/mach-xen/asm/pgalloc_64.h patching file arch/x86/include/mach-xen/asm/pgtable.h patching file arch/x86/include/mach-xen/asm/pgtable-3level.h patching file arch/x86/include/mach-xen/asm/pgtable_32.h patching file arch/x86/include/mach-xen/asm/pgtable_64.h patching file arch/x86/include/mach-xen/asm/processor.h patching file arch/x86/include/mach-xen/asm/processor_32.h patching file arch/x86/include/mach-xen/asm/processor_64.h patching file arch/x86/include/mach-xen/asm/smp_32.h patching file arch/x86/include/mach-xen/asm/smp_64.h patching file arch/x86/include/mach-xen/asm/spinlock.h patching file arch/x86/include/mach-xen/asm/spinlock_types.h patching file arch/x86/include/mach-xen/asm/system.h patching file arch/x86/include/mach-xen/asm/system_32.h patching file arch/x86/include/mach-xen/asm/system_64.h patching file arch/x86/include/mach-xen/asm/tlbflush.h patching file arch/x86/include/mach-xen/asm/tlbflush_32.h patching file arch/x86/include/mach-xen/asm/tlbflush_64.h patching file arch/x86/include/asm/mmu.h patching file arch/x86/include/asm/ptrace.h Hunk #1 succeeded at 275 (offset -23 lines). patching file arch/x86/include/asm/thread_info.h patching file arch/x86/include/asm/time.h patching file include/linux/page-flags.h Hunk #1 succeeded at 128 (offset -1 lines). patching file include/linux/pci.h patching file include/xen/evtchn.h patching file kernel/sysctl_binary.c Hunk #1 succeeded at 874 (offset -1 lines). patching file lib/swiotlb-xen.c patching file mm/memory.c Hunk #1 succeeded at 2040 (offset -87 lines). Patch ../xen-patches/60030_xen3-patch-2.6.26.patch1: patching file arch/x86/Kconfig Hunk #2 succeeded at 634 (offset -52 lines). Hunk #3 succeeded at 1253 (offset -8 lines). Hunk #4 succeeded at 2221 (offset -64 lines). patching file arch/x86/ia32/ia32entry-xen.S patching file arch/x86/kernel/Makefile patching file arch/x86/kernel/acpi/Makefile patching file arch/x86/kernel/acpi/boot.c patching file arch/x86/kernel/acpi/sleep-xen.c patching file arch/x86/kernel/cpu/common-xen.c patching file arch/x86/kernel/cpu/mtrr/main-xen.c patching file arch/x86/kernel/e820_32-xen.c patching file arch/x86/kernel/e820_64-xen.c patching file arch/x86/kernel/early_printk-xen.c patching file arch/x86/kernel/entry_32-xen.S patching file arch/x86/kernel/entry_64-xen.S patching file arch/x86/kernel/head64-xen.c patching file arch/x86/kernel/head_32-xen.S patching file arch/x86/kernel/io_apic_32-xen.c patching file arch/x86/kernel/io_apic_64-xen.c patching file arch/x86/kernel/apic/ipi-xen.c patching file arch/x86/kernel/machine_kexec_64.c patching file arch/x86/kernel/microcode-xen.c patching file arch/x86/kernel/mmconf-fam10h_64.c patching file arch/x86/kernel/mpparse-xen.c patching file arch/x86/kernel/mpparse_32-xen.c patching file arch/x86/kernel/mpparse_64-xen.c patching file arch/x86/kernel/pci-dma-xen.c patching file arch/x86/kernel/pci-nommu-xen.c patching file arch/x86/kernel/process-xen.c patching file arch/x86/kernel/process_32-xen.c patching file arch/x86/kernel/process_64-xen.c patching file arch/x86/kernel/setup-xen.c patching file arch/x86/kernel/setup64-xen.c patching file arch/x86/kernel/setup_32-xen.c patching file arch/x86/kernel/setup_64-xen.c patching file arch/x86/kernel/smp-xen.c patching file arch/x86/kernel/smp_32-xen.c patching file arch/x86/kernel/smp_64-xen.c patching file arch/x86/kernel/time-xen.c patching file arch/x86/kernel/traps_32-xen.c patching file arch/x86/kernel/traps_64-xen.c patching file arch/x86/kernel/vsyscall_64-xen.c patching file arch/x86/mach-xen/setup.c patching file arch/x86/mm/fault-xen.c patching file arch/x86/mm/highmem_32-xen.c patching file arch/x86/mm/init_32-xen.c patching file arch/x86/mm/init_64-xen.c patching file arch/x86/mm/ioremap-xen.c patching file arch/x86/mm/pageattr-xen.c patching file arch/x86/mm/pat-xen.c patching file arch/x86/mm/pgtable-xen.c patching file arch/x86/mm/pgtable_32-xen.c patching file arch/x86/pci/irq-xen.c patching file arch/x86/vdso/vdso32-setup-xen.c patching file drivers/acpi/processor_driver.c patching file drivers/firmware/Kconfig patching file drivers/input/xen-kbdfront.c patching file drivers/oprofile/cpu_buffer.c patching file drivers/pci/msi-xen.c patching file drivers/video/Kconfig patching file drivers/video/xen-fbfront.c patching file drivers/xen/Kconfig patching file drivers/xen/Makefile patching file drivers/xen/blkfront/blkfront.c patching file drivers/xen/blkfront/block.h patching file drivers/xen/blkfront/vbd.c patching file drivers/xen/blktap/blktap.c patching file drivers/xen/blktap2/blktap.h patching file drivers/xen/blktap2/device.c patching file drivers/xen/blktap2/ring.c patching file drivers/xen/blktap2/sysfs.c patching file drivers/xen/char/mem.c patching file drivers/xen/console/console.c patching file drivers/xen/core/Makefile patching file drivers/xen/core/machine_kexec.c patching file drivers/xen/core/smpboot.c patching file drivers/xen/core/xen_proc.c patching file drivers/xen/fbfront/xenfb.c patching file drivers/xen/features.c patching file drivers/xen/gntdev/gntdev.c patching file drivers/xen/netfront/netfront.c patching file drivers/xen/pciback/pci_stub.c patching file drivers/xen/privcmd/privcmd.c patching file drivers/xen/xenbus/xenbus_client.c patching file drivers/xen/xenbus/xenbus_probe.c patching file fs/aio.c Hunk #1 succeeded at 1239 (offset -2 lines). Hunk #3 succeeded at 1300 (offset -2 lines). patching file arch/x86/include/mach-xen/asm/desc.h patching file arch/x86/include/mach-xen/asm/dma-mapping.h patching file arch/x86/include/mach-xen/asm/fixmap.h patching file arch/x86/include/mach-xen/asm/fixmap_32.h patching file arch/x86/include/mach-xen/asm/fixmap_64.h patching file arch/x86/include/mach-xen/asm/highmem.h patching file arch/x86/include/mach-xen/asm/io.h patching file arch/x86/include/mach-xen/asm/irqflags.h patching file arch/x86/include/mach-xen/asm/mmu_context_32.h patching file arch/x86/include/mach-xen/asm/mmu_context_64.h patching file arch/x86/include/mach-xen/asm/pci.h patching file arch/x86/include/mach-xen/asm/pgalloc.h patching file arch/x86/include/mach-xen/asm/pgalloc_32.h patching file arch/x86/include/mach-xen/asm/pgalloc_64.h patching file arch/x86/include/mach-xen/asm/pgtable.h patching file arch/x86/include/mach-xen/asm/pgtable-3level.h patching file arch/x86/include/mach-xen/asm/pgtable_32.h patching file arch/x86/include/mach-xen/asm/pgtable_64.h patching file arch/x86/include/mach-xen/asm/processor.h patching file arch/x86/include/mach-xen/asm/smp.h patching file arch/x86/include/mach-xen/asm/smp_32.h patching file arch/x86/include/mach-xen/asm/smp_64.h patching file arch/x86/include/mach-xen/asm/spinlock.h patching file arch/x86/include/mach-xen/asm/swiotlb.h patching file arch/x86/include/mach-xen/asm/system.h patching file arch/x86/include/mach-xen/asm/tlbflush.h patching file arch/x86/include/mach-xen/asm/vga.h patching file arch/x86/include/mach-xen/asm/xor_64.h patching file arch/x86/include/asm/scatterlist.h patching file include/linux/page-flags.h Hunk #1 succeeded at 341 (offset -8 lines). patching file include/xen/balloon.h patching file include/xen/interface/grant_table.h patching file include/xen/interface/io/fbif.h patching file include/xen/interface/memory.h patching file include/xen/interface/vcpu.h patching file lib/swiotlb-xen.c Patch ../xen-patches/60031_xen3-patch-2.6.27.patch1: patching file arch/x86/Kconfig Hunk #1 succeeded at 748 (offset -52 lines). Hunk #2 succeeded at 1516 (offset -8 lines). patching file arch/x86/Kconfig.debug patching file arch/x86/Makefile Hunk #1 succeeded at 110 (offset -2 lines). patching file arch/x86/ia32/ia32entry-xen.S patching file arch/x86/kernel/Makefile patching file arch/x86/kernel/acpi/boot.c Hunk #2 succeeded at 1335 with fuzz 2. Hunk #3 succeeded at 1415 (offset -41 lines). Hunk #5 succeeded at 1537 (offset -41 lines). patching file arch/x86/kernel/acpi/sleep-xen.c patching file arch/x86/kernel/apic/apic-xen.c patching file arch/x86/kernel/asm-offsets_64.c patching file arch/x86/kernel/cpu/amd.c patching file arch/x86/kernel/cpu/bugs_64.c patching file arch/x86/kernel/cpu/common-xen.c patching file arch/x86/kernel/cpu/common_64-xen.c patching file arch/x86/kernel/e820-xen.c patching file arch/x86/kernel/e820_32-xen.c patching file arch/x86/kernel/e820_64-xen.c patching file arch/x86/kernel/early_printk-xen.c patching file arch/x86/kernel/entry_32-xen.S patching file arch/x86/kernel/entry_64.S Hunk #1 succeeded at 1232 with fuzz 2 (offset -44 lines). Hunk #2 succeeded at 1373 with fuzz 2. patching file arch/x86/kernel/entry_64-xen.S patching file arch/x86/kernel/fixup.c patching file arch/x86/kernel/head-xen.c patching file arch/x86/kernel/head32-xen.c patching file arch/x86/kernel/head64-xen.c patching file arch/x86/kernel/head_64-xen.S patching file arch/x86/kernel/io_apic_32-xen.c patching file arch/x86/kernel/io_apic_64-xen.c patching file arch/x86/kernel/apic/ipi-xen.c patching file arch/x86/kernel/ldt-xen.c patching file arch/x86/kernel/machine_kexec_32.c patching file arch/x86/kernel/microcode-xen.c patching file arch/x86/kernel/mpparse-xen.c patching file arch/x86/kernel/apic/nmi.c patching file arch/x86/kernel/pci-dma-xen.c patching file arch/x86/kernel/pci-nommu-xen.c patching file arch/x86/kernel/probe_roms_32.c patching file arch/x86/kernel/process-xen.c patching file arch/x86/kernel/process_32-xen.c patching file arch/x86/kernel/process_64-xen.c patching file arch/x86/kernel/quirks-xen.c patching file arch/x86/kernel/setup-xen.c patching file arch/x86/kernel/setup64-xen.c patching file arch/x86/kernel/setup_32-xen.c patching file arch/x86/kernel/setup_64-xen.c patching file arch/x86/kernel/smp-xen.c patching file arch/x86/kernel/time-xen.c patching file arch/x86/kernel/traps_32-xen.c patching file arch/x86/kernel/traps_64-xen.c patching file arch/x86/kernel/vsyscall_64-xen.c patching file arch/x86/mach-xen/setup.c patching file arch/x86/mm/fault-xen.c patching file arch/x86/mm/hypervisor.c patching file arch/x86/mm/init_32-xen.c patching file arch/x86/mm/init_64-xen.c patching file arch/x86/mm/ioremap-xen.c patching file arch/x86/mm/pageattr-xen.c patching file arch/x86/mm/pat-xen.c patching file arch/x86/mm/pgtable-xen.c patching file arch/x86/mm/pgtable_32-xen.c patching file arch/x86/pci/amd_bus.c patching file arch/x86/pci/irq-xen.c patching file arch/x86/vdso/Makefile patching file arch/x86/vdso/vdso32.S patching file arch/x86/vdso/vdso32-setup-xen.c patching file arch/x86/xen/Kconfig patching file drivers/acpi/processor_driver.c Hunk #1 succeeded at 624 (offset -5 lines). patching file drivers/acpi/processor_perflib.c patching file drivers/char/tpm/tpm_vtpm.c patching file drivers/pci/msi-xen.c patching file drivers/xen/Makefile patching file drivers/xen/balloon/balloon.c patching file drivers/xen/balloon/sysfs.c patching file drivers/xen/blktap/blktap.c patching file drivers/xen/blktap2/device.c patching file drivers/xen/blktap2/sysfs.c patching file drivers/xen/char/mem.c patching file drivers/xen/console/console.c patching file drivers/xen/core/evtchn.c patching file drivers/xen/core/gnttab.c patching file drivers/xen/core/machine_kexec.c patching file drivers/xen/core/machine_reboot.c patching file drivers/xen/core/reboot.c patching file drivers/xen/core/smpboot.c patching file drivers/xen/core/spinlock.c patching file drivers/xen/fbfront/xenfb.c patching file drivers/xen/fbfront/xenkbd.c patching file drivers/xen/gntdev/gntdev.c patching file drivers/xen/netfront/accel.c patching file drivers/xen/netfront/netfront.c patching file drivers/xen/sfc_netback/accel.h patching file drivers/xen/sfc_netfront/accel.h patching file drivers/xen/xenbus/xenbus_client.c patching file drivers/xen/xenbus/xenbus_comms.c patching file drivers/xen/xenbus/xenbus_probe.c patching file fs/aio.c Hunk #1 succeeded at 1303 (offset -2 lines). patching file include/Kbuild patching file include/asm-generic/pgtable.h patching file arch/x86/include/asm/kexec.h patching file arch/x86/include/mach-xen/asm/desc.h patching file arch/x86/include/mach-xen/asm/fixmap.h patching file arch/x86/include/mach-xen/asm/fixmap_32.h patching file arch/x86/include/mach-xen/asm/fixmap_64.h patching file arch/x86/include/mach-xen/asm/highmem.h patching file arch/x86/include/mach-xen/asm/hypercall.h patching file arch/x86/include/mach-xen/asm/hypervisor.h patching file arch/x86/include/mach-xen/asm/io.h patching file arch/x86/include/mach-xen/asm/irq_vectors.h patching file arch/x86/include/mach-xen/asm/irqflags.h patching file arch/x86/include/mach-xen/asm/mmu_context.h patching file arch/x86/include/mach-xen/asm/mmu_context_32.h patching file arch/x86/include/mach-xen/asm/mmu_context_64.h patching file arch/x86/include/mach-xen/asm/pci.h patching file arch/x86/include/mach-xen/asm/pgalloc.h patching file arch/x86/include/mach-xen/asm/pgtable.h patching file arch/x86/include/mach-xen/asm/pgtable-3level.h patching file arch/x86/include/mach-xen/asm/pgtable_32.h patching file arch/x86/include/mach-xen/asm/pgtable_64.h patching file arch/x86/include/mach-xen/asm/processor.h patching file arch/x86/include/mach-xen/asm/smp.h patching file arch/x86/include/mach-xen/asm/spinlock.h patching file arch/x86/include/mach-xen/asm/spinlock_types.h patching file arch/x86/include/mach-xen/asm/system.h patching file arch/x86/include/mach-xen/asm/xor_64.h patching file arch/x86/include/mach-xen/irq_vectors.h patching file arch/x86/include/mach-xen/setup_arch_post.h patching file arch/x86/include/mach-xen/setup_arch_pre.h patching file arch/x86/include/asm/traps.h patching file include/linux/page-flags.h Hunk #1 succeeded at 125 (offset -1 lines). Hunk #2 succeeded at 220 (offset -7 lines). patching file include/xen/interface/memory.h patching file include/xen/public/Kbuild patching file include/xen/public/privcmd.h patching file include/xen/public/xenbus.h patching file kernel/hrtimer.c patching file kernel/kexec.c Hunk #1 succeeded at 49 (offset -6 lines). patching file kernel/timer.c patching file lib/swiotlb-xen.c patching file mm/mprotect.c Patch ../xen-patches/60032_xen3-patch-2.6.28.patch1: patching file arch/ia64/Kconfig patching file arch/ia64/Makefile Hunk #1 succeeded at 55 with fuzz 2. patching file arch/ia64/include/asm/xen/hypervisor.h patching file arch/ia64/include/asm/xen/interface.h patching file arch/ia64/kernel/asm-offsets.c patching file arch/ia64/xen/Kconfig patching file arch/ia64/xen/xcom_hcall.c patching file arch/x86/Kconfig Hunk #1 succeeded at 1038 (offset -60 lines). Hunk #3 succeeded at 1349 (offset -60 lines). Hunk #5 succeeded at 1497 (offset -60 lines). Hunk #6 succeeded at 2124 (offset -12 lines). patching file arch/x86/Kconfig.cpu patching file arch/x86/Makefile Hunk #1 succeeded at 110 (offset -2 lines). Hunk #2 succeeded at 154 (offset -3 lines). patching file arch/x86/ia32/ia32entry-xen.S patching file arch/x86/include/asm/agp.h patching file arch/x86/include/asm/cpufeature.h Hunk #1 succeeded at 251 (offset -1 lines). patching file arch/x86/include/asm/hw_irq.h patching file arch/x86/include/asm/segment.h patching file arch/x86/include/mach-xen/asm/agp.h patching file arch/x86/include/mach-xen/asm/desc.h patching file arch/x86/include/mach-xen/asm/dma-mapping.h patching file arch/x86/include/mach-xen/asm/fixmap.h patching file arch/x86/include/mach-xen/asm/fixmap_32.h patching file arch/x86/include/mach-xen/asm/fixmap_64.h patching file arch/x86/include/mach-xen/asm/highmem.h patching file arch/x86/include/mach-xen/asm/io.h patching file arch/x86/include/mach-xen/asm/irq_vectors.h patching file arch/x86/include/mach-xen/asm/irqflags.h patching file arch/x86/include/mach-xen/asm/mmu_context.h patching file arch/x86/include/mach-xen/asm/mmu_context_32.h patching file arch/x86/include/mach-xen/asm/mmu_context_64.h patching file arch/x86/include/mach-xen/asm/pci.h patching file arch/x86/include/mach-xen/asm/pgalloc.h patching file arch/x86/include/mach-xen/asm/pgtable.h patching file arch/x86/include/mach-xen/asm/pgtable-3level.h patching file arch/x86/include/mach-xen/asm/pgtable-3level-defs.h patching file arch/x86/include/mach-xen/asm/pgtable_32.h patching file arch/x86/include/mach-xen/asm/pgtable_64.h patching file arch/x86/include/mach-xen/asm/processor.h patching file arch/x86/include/mach-xen/asm/smp.h patching file arch/x86/include/mach-xen/asm/spinlock.h patching file arch/x86/include/mach-xen/asm/spinlock_types.h patching file arch/x86/include/mach-xen/asm/system.h patching file arch/x86/include/mach-xen/asm/system_64.h patching file arch/x86/include/mach-xen/asm/tlbflush.h patching file arch/x86/include/mach-xen/asm/vga.h patching file arch/x86/include/mach-xen/asm/xor.h patching file arch/x86/include/mach-xen/asm/xor_64.h patching file arch/x86/kernel/Makefile patching file arch/x86/kernel/acpi/sleep-xen.c patching file arch/x86/kernel/apic/apic-xen.c patching file arch/x86/kernel/cpu/addon_cpuid_features.c Hunk #1 succeeded at 74 (offset -1 lines). patching file arch/x86/kernel/cpu/common-xen.c patching file arch/x86/kernel/cpu/common_64-xen.c patching file arch/x86/kernel/dumpstack_64.c Hunk #1 succeeded at 21 (offset -1 lines). Hunk #3 succeeded at 98 (offset -1 lines). patching file arch/x86/kernel/e820-xen.c patching file arch/x86/kernel/early_printk-xen.c patching file arch/x86/kernel/entry_32-xen.S patching file arch/x86/kernel/entry_64-xen.S patching file arch/x86/kernel/fixup.c patching file arch/x86/kernel/head-xen.c patching file arch/x86/kernel/head64-xen.c patching file arch/x86/kernel/apic/io_apic-xen.c patching file arch/x86/kernel/io_apic_32-xen.c patching file arch/x86/kernel/io_apic_64-xen.c patching file arch/x86/kernel/ioport-xen.c patching file arch/x86/kernel/apic/ipi-xen.c patching file arch/x86/kernel/irq-xen.c patching file arch/x86/kernel/ldt-xen.c patching file arch/x86/kernel/microcode-xen.c patching file arch/x86/kernel/microcode_core-xen.c patching file arch/x86/kernel/mpparse-xen.c patching file arch/x86/kernel/pci-dma-xen.c patching file arch/x86/kernel/pci-nommu-xen.c patching file arch/x86/kernel/process-xen.c patching file arch/x86/kernel/process_32-xen.c patching file arch/x86/kernel/process_64-xen.c patching file arch/x86/kernel/quirks-xen.c patching file arch/x86/kernel/setup-xen.c patching file arch/x86/kernel/time-xen.c patching file arch/x86/kernel/traps-xen.c patching file arch/x86/kernel/traps_32-xen.c patching file arch/x86/kernel/traps_64-xen.c patching file arch/x86/mm/fault-xen.c patching file arch/x86/mm/highmem_32-xen.c patching file arch/x86/mm/init_32-xen.c patching file arch/x86/mm/init_64-xen.c patching file arch/x86/mm/iomap_32-xen.c patching file arch/x86/mm/ioremap-xen.c patching file arch/x86/mm/pageattr-xen.c patching file arch/x86/mm/pat-xen.c patching file arch/x86/mm/pgtable-xen.c patching file arch/x86/mm/pgtable_32-xen.c patching file arch/x86/pci/irq-xen.c patching file arch/x86/xen/Kconfig patching file drivers/acpi/acpica/hwsleep.c patching file drivers/acpi/processor_core.c patching file drivers/acpi/processor_driver.c patching file drivers/acpi/processor_extcntl.c patching file drivers/char/agp/generic.c patching file drivers/firmware/dmi_scan.c patching file drivers/pci/msi-xen.c patching file drivers/pci/probe.c patching file drivers/xen/Makefile patching file drivers/xen/blkback/vbd.c patching file drivers/xen/blkfront/blkfront.c patching file drivers/xen/blkfront/block.h patching file drivers/xen/blkfront/vbd.c patching file drivers/xen/blktap2/device.c patching file drivers/xen/core/evtchn.c patching file drivers/xen/core/smpboot.c patching file drivers/xen/netfront/netfront.c patching file drivers/xen/scsifront/scsifront.c patching file drivers/xen/xenbus/xenbus_probe.h patching file include/xen/cpu_hotplug.h patching file lib/swiotlb-xen.c patching file mm/vmalloc.c Patch ../xen-patches/60033_xen3-patch-2.6.29.patch1: patching file arch/x86/Kconfig Hunk #3 succeeded at 770 (offset -52 lines). patching file arch/x86/Makefile Hunk #1 succeeded at 151 (offset -5 lines). patching file arch/x86/ia32/ia32entry-xen.S patching file arch/x86/include/asm/hw_irq.h patching file arch/x86/include/asm/hypervisor.h patching file arch/x86/include/asm/kexec.h patching file arch/x86/include/mach-xen/asm/desc.h patching file arch/x86/include/mach-xen/asm/fixmap_64.h patching file arch/x86/include/mach-xen/asm/highmem.h patching file arch/x86/include/mach-xen/asm/hypervisor.h patching file arch/x86/include/mach-xen/asm/io.h patching file arch/x86/include/mach-xen/asm/irq_vectors.h patching file arch/x86/include/mach-xen/asm/mmu_context_32.h patching file arch/x86/include/mach-xen/asm/pci.h patching file arch/x86/include/mach-xen/asm/pgtable.h patching file arch/x86/include/mach-xen/asm/pgtable-3level.h patching file arch/x86/include/mach-xen/asm/pgtable_32.h patching file arch/x86/include/mach-xen/asm/pgtable_64.h patching file arch/x86/include/mach-xen/asm/processor.h patching file arch/x86/include/mach-xen/asm/smp.h patching file arch/x86/include/mach-xen/asm/spinlock.h patching file arch/x86/include/mach-xen/asm/system.h patching file arch/x86/include/asm/thread_info.h patching file arch/x86/kernel/acpi/sleep-xen.c patching file arch/x86/kernel/apic/apic-xen.c patching file arch/x86/kernel/cpu/Makefile patching file arch/x86/kernel/cpu/common-xen.c patching file arch/x86/kernel/cpu/mtrr/main-xen.c patching file arch/x86/kernel/e820-xen.c patching file arch/x86/kernel/early_printk-xen.c patching file arch/x86/kernel/entry_32-xen.S patching file arch/x86/kernel/entry_64-xen.S patching file arch/x86/kernel/head-xen.c patching file arch/x86/kernel/head32-xen.c patching file arch/x86/kernel/head64-xen.c patching file arch/x86/kernel/apic/io_apic-xen.c patching file arch/x86/kernel/ioport-xen.c patching file arch/x86/kernel/apic/ipi-xen.c patching file arch/x86/kernel/irq-xen.c patching file arch/x86/kernel/ldt-xen.c patching file arch/x86/kernel/machine_kexec_32.c patching file arch/x86/kernel/mpparse-xen.c patching file arch/x86/kernel/pci-dma-xen.c patching file arch/x86/kernel/process-xen.c patching file arch/x86/kernel/process_32-xen.c patching file arch/x86/kernel/process_64-xen.c patching file arch/x86/kernel/quirks-xen.c patching file arch/x86/kernel/setup-xen.c patching file arch/x86/kernel/smp-xen.c patching file arch/x86/kernel/time-xen.c patching file arch/x86/kernel/traps-xen.c patching file arch/x86/kernel/vsyscall_64-xen.c patching file arch/x86/mm/fault-xen.c patching file arch/x86/mm/hypervisor.c patching file arch/x86/mm/init_32-xen.c patching file arch/x86/mm/init_64-xen.c patching file arch/x86/mm/iomap_32-xen.c patching file arch/x86/mm/ioremap-xen.c patching file arch/x86/mm/pageattr-xen.c patching file arch/x86/mm/pat-xen.c patching file arch/x86/pci/irq-xen.c patching file arch/x86/pci/pcifront.c patching file arch/x86/vdso/vdso32-setup-xen.c patching file drivers/acpi/Kconfig patching file drivers/acpi/processor_idle.c patching file drivers/gpu/drm/i915/i915_drv.c patching file drivers/gpu/drm/i915/i915_drv.h patching file drivers/gpu/drm/i915/i915_gem.c Hunk #1 succeeded at 1146 (offset -4 lines). patching file drivers/oprofile/buffer_sync.c patching file drivers/oprofile/cpu_buffer.c patching file drivers/pci/msi-xen.c patching file drivers/xen/Kconfig patching file drivers/xen/Makefile patching file drivers/xen/balloon/sysfs.c patching file drivers/xen/blkfront/vbd.c patching file drivers/xen/core/cpu_hotplug.c patching file drivers/xen/core/evtchn.c patching file drivers/xen/core/machine_reboot.c patching file drivers/xen/core/smpboot.c patching file drivers/xen/netback/interface.c patching file drivers/xen/netback/loopback.c patching file drivers/xen/netback/netback.c patching file drivers/xen/netfront/netfront.c patching file drivers/xen/sfc_netfront/accel_msg.c patching file drivers/xen/xenbus/xenbus_client.c patching file drivers/xen/xenbus/xenbus_probe.c patching file drivers/xen/xenbus/xenbus_probe.h patching file drivers/xen/xenbus/xenbus_probe_backend.c patching file drivers/xen/xenbus/xenbus_xs.c patching file drivers/xen/xenoprof/xenoprofile.c patching file include/xen/cpu_hotplug.h patching file include/xen/evtchn.h patching file include/xen/xenbus.h patching file lib/swiotlb-xen.c Patch ../xen-patches/60034_xen3-patch-2.6.30.patch1: patching file arch/ia64/include/asm/xen/hypervisor.h patching file arch/ia64/kernel/vmlinux.lds.S patching file arch/x86/Kconfig Hunk #4 succeeded at 795 (offset -52 lines). patching file arch/x86/Makefile Hunk #1 succeeded at 109 (offset -2 lines). Hunk #2 succeeded at 180 (offset -3 lines). patching file arch/x86/boot/Makefile patching file arch/x86/ia32/ia32entry-xen.S patching file arch/x86/include/asm/kexec.h patching file arch/x86/include/asm/page_64_types.h patching file arch/x86/include/mach-xen/asm/desc.h patching file arch/x86/include/mach-xen/asm/fixmap.h patching file arch/x86/include/mach-xen/asm/fixmap_32.h patching file arch/x86/include/mach-xen/asm/fixmap_64.h patching file arch/x86/include/mach-xen/asm/highmem.h patching file arch/x86/include/mach-xen/asm/hypervisor.h patching file arch/x86/include/mach-xen/asm/io.h patching file arch/x86/include/mach-xen/asm/ipi.h patching file arch/x86/include/mach-xen/asm/irqflags.h patching file arch/x86/include/mach-xen/asm/irq_vectors.h patching file arch/x86/include/mach-xen/asm/mmu_context.h patching file arch/x86/include/mach-xen/asm/mmu_context_32.h patching file arch/x86/include/mach-xen/asm/mmu_context_64.h patching file arch/x86/include/mach-xen/asm/pci.h patching file arch/x86/include/mach-xen/asm/pgtable.h patching file arch/x86/include/mach-xen/asm/pgtable-3level.h patching file arch/x86/include/mach-xen/asm/pgtable-3level-defs.h patching file arch/x86/include/mach-xen/asm/pgtable-3level_types.h patching file arch/x86/include/mach-xen/asm/pgtable_32.h patching file arch/x86/include/mach-xen/asm/pgtable_64.h patching file arch/x86/include/mach-xen/asm/pgtable_64_types.h patching file arch/x86/include/mach-xen/asm/pgtable_types.h patching file arch/x86/include/mach-xen/asm/processor.h patching file arch/x86/include/mach-xen/asm/smp.h patching file arch/x86/include/mach-xen/asm/spinlock.h patching file arch/x86/include/mach-xen/asm/spinlock_types.h patching file arch/x86/include/mach-xen/asm/system.h patching file arch/x86/include/mach-xen/asm/tlbflush.h patching file arch/x86/kernel/Makefile patching file arch/x86/kernel/acpi/boot.c patching file arch/x86/kernel/acpi/sleep-xen.c patching file arch/x86/kernel/apic/Makefile patching file arch/x86/kernel/apic/apic-xen.c patching file arch/x86/kernel/apic/io_apic-xen.c patching file arch/x86/kernel/apic/ipi-xen.c patching file arch/x86/kernel/apic/probe_32-xen.c patching file arch/x86/kernel/asm-offsets_32.c patching file arch/x86/kernel/cpu/common-xen.c patching file arch/x86/kernel/cpu/intel.c patching file arch/x86/kernel/e820-xen.c patching file arch/x86/kernel/early_printk-xen.c patching file arch/x86/kernel/entry_32-xen.S patching file arch/x86/kernel/entry_64-xen.S patching file arch/x86/kernel/head-xen.c patching file arch/x86/kernel/head32-xen.c patching file arch/x86/kernel/head64-xen.c patching file arch/x86/kernel/head_32-xen.S patching file arch/x86/kernel/head_64-xen.S patching file arch/x86/kernel/ioport-xen.c patching file arch/x86/kernel/irq-xen.c patching file arch/x86/kernel/machine_kexec_64.c patching file arch/x86/kernel/microcode_core-xen.c patching file arch/x86/kernel/mpparse-xen.c patching file arch/x86/kernel/pci-dma-xen.c patching file arch/x86/kernel/pci-nommu-xen.c patching file arch/x86/kernel/process-xen.c patching file arch/x86/kernel/process_32-xen.c patching file arch/x86/kernel/process_64-xen.c patching file arch/x86/kernel/quirks-xen.c patching file arch/x86/kernel/setup-xen.c patching file arch/x86/kernel/setup_percpu.c patching file arch/x86/kernel/smp-xen.c patching file arch/x86/kernel/time-xen.c patching file arch/x86/kernel/traps-xen.c patching file arch/x86/kernel/vmlinux.lds.S patching file arch/x86/mach-xen/Makefile patching file arch/x86/mach-xen/setup.c patching file arch/x86/mm/Makefile patching file arch/x86/mm/fault-xen.c patching file arch/x86/mm/highmem_32-xen.c patching file arch/x86/mm/hypervisor.c patching file arch/x86/mm/init-xen.c patching file arch/x86/mm/init_32-xen.c patching file arch/x86/mm/init_64-xen.c patching file arch/x86/mm/iomap_32-xen.c patching file arch/x86/mm/ioremap-xen.c patching file arch/x86/mm/pageattr-xen.c patching file arch/x86/mm/pat-xen.c patching file arch/x86/mm/pgtable-xen.c patching file arch/x86/mm/pgtable_32-xen.c patching file drivers/acpi/Makefile patching file drivers/acpi/acpica/hwsleep.c patching file drivers/acpi/processor_idle.c patching file drivers/oprofile/oprofile_files.c patching file drivers/pci/msi-xen.c patching file drivers/xen/Kconfig patching file drivers/xen/char/mem.c patching file drivers/xen/core/Makefile patching file drivers/xen/core/evtchn.c patching file drivers/xen/core/smpboot.c patching file drivers/xen/core/spinlock.c patching file drivers/xen/netback/interface.c patching file drivers/xen/netback/netback.c patching file drivers/xen/netfront/netfront.c patching file drivers/xen/sfc_netfront/accel_msg.c patching file drivers/xen/usbback/usbstub.c patching file drivers/xen/usbfront/usbfront-dbg.c patching file drivers/xen/usbfront/xenbus.c patching file drivers/xen/xenbus/xenbus_probe.c patching file drivers/xen/xenbus/xenbus_probe_backend.c patching file lib/swiotlb-xen.c patching file mm/page_alloc.c Hunk #1 succeeded at 4683 (offset -10 lines). Patch ../xen-patches/60035_xen3-patch-2.6.31.patch1: patching file arch/x86/Kconfig Hunk #2 succeeded at 895 (offset -52 lines). Hunk #3 succeeded at 972 (offset -8 lines). Hunk #4 succeeded at 1606 (offset -64 lines). patching file arch/x86/ia32/ia32entry-xen.S patching file arch/x86/include/asm/hw_irq.h patching file arch/x86/include/asm/required-features.h patching file arch/x86/include/mach-xen/asm/agp.h patching file arch/x86/include/mach-xen/asm/desc.h patching file arch/x86/include/mach-xen/asm/fixmap.h patching file arch/x86/include/mach-xen/asm/irq_vectors.h patching file arch/x86/include/mach-xen/asm/pci.h patching file arch/x86/include/mach-xen/asm/pgalloc.h patching file arch/x86/include/mach-xen/asm/pgtable.h patching file arch/x86/include/mach-xen/asm/pgtable_32.h patching file arch/x86/include/mach-xen/asm/pgtable_64.h patching file arch/x86/include/mach-xen/asm/pgtable_64_types.h patching file arch/x86/include/mach-xen/asm/pgtable_types.h patching file arch/x86/include/mach-xen/asm/processor.h patching file arch/x86/include/mach-xen/asm/smp.h patching file arch/x86/include/mach-xen/asm/spinlock.h patching file arch/x86/include/mach-xen/asm/tlbflush.h patching file arch/x86/include/mach-xen/asm/xor.h patching file arch/x86/kernel/Makefile patching file arch/x86/kernel/acpi/sleep-xen.c patching file arch/x86/kernel/apic/io_apic-xen.c patching file arch/x86/kernel/apic/probe_32-xen.c patching file arch/x86/kernel/cpu/amd.c patching file arch/x86/kernel/cpu/common-xen.c patching file arch/x86/kernel/cpu/mcheck/Makefile Hunk #1 succeeded at 8 (offset -1 lines). patching file arch/x86/kernel/cpu/mcheck/mce.c Hunk #1 succeeded at 469 (offset -7 lines). Hunk #3 succeeded at 2101 (offset -11 lines). patching file arch/x86/kernel/cpu/mcheck/mce_dom0.c patching file arch/x86/kernel/e820-xen.c patching file arch/x86/kernel/entry_32-xen.S patching file arch/x86/kernel/entry_64.S Hunk #1 succeeded at 1339 (offset -71 lines). patching file arch/x86/kernel/entry_64-xen.S patching file arch/x86/kernel/head_32-xen.S patching file arch/x86/kernel/head_64-xen.S patching file arch/x86/kernel/init_task.c patching file arch/x86/kernel/irq-xen.c patching file arch/x86/kernel/microcode_core-xen.c patching file arch/x86/kernel/mpparse-xen.c patching file arch/x86/kernel/pci-dma-xen.c patching file arch/x86/kernel/process-xen.c patching file arch/x86/kernel/process_32-xen.c patching file arch/x86/kernel/process_64-xen.c patching file arch/x86/kernel/quirks-xen.c patching file arch/x86/kernel/setup-xen.c patching file arch/x86/kernel/smp-xen.c patching file arch/x86/kernel/traps-xen.c patching file arch/x86/kernel/vsyscall_64-xen.c patching file arch/x86/mm/fault-xen.c patching file arch/x86/mm/highmem_32-xen.c patching file arch/x86/mm/init-xen.c patching file arch/x86/mm/init_32-xen.c patching file arch/x86/mm/init_64-xen.c patching file arch/x86/mm/iomap_32-xen.c patching file arch/x86/mm/pageattr-xen.c patching file arch/x86/mm/pat-xen.c patching file arch/x86/mm/pgtable-xen.c patching file arch/x86/pci/i386.c patching file arch/x86/pci/irq-xen.c patching file arch/x86/pci/pcifront.c patching file arch/x86/vdso/vdso32-setup-xen.c patching file drivers/acpi/processor_driver.c patching file drivers/char/agp/intel-agp.c patching file drivers/edac/Kconfig patching file drivers/gpu/drm/ttm/ttm_bo.c patching file drivers/gpu/drm/ttm/ttm_bo_util.c patching file drivers/gpu/drm/ttm/ttm_bo_vm.c patching file drivers/gpu/drm/ttm/ttm_tt.c patching file drivers/pci/msi-xen.c patching file drivers/xen/Kconfig patching file drivers/xen/Makefile patching file drivers/xen/balloon/balloon.c patching file drivers/xen/blkback/blkback.c patching file drivers/xen/blkback/vbd.c patching file drivers/xen/blkback/xenbus.c patching file drivers/xen/blkfront/blkfront.c patching file drivers/xen/blkfront/vbd.c patching file drivers/xen/blktap/blktap.c patching file drivers/xen/blktap/xenbus.c patching file drivers/xen/blktap2/device.c patching file drivers/xen/console/console.c patching file drivers/xen/core/evtchn.c patching file drivers/xen/core/smpboot.c patching file drivers/xen/evtchn.c patching file drivers/xen/fbfront/xenfb.c patching file drivers/xen/fbfront/xenkbd.c patching file drivers/xen/netback/accel.c patching file drivers/xen/netback/loopback.c patching file drivers/xen/netback/xenbus.c patching file drivers/xen/netfront/netfront.c patching file drivers/xen/pciback/xenbus.c patching file drivers/xen/pcifront/pci_op.c patching file drivers/xen/pcifront/xenbus.c patching file drivers/xen/scsiback/scsiback.c patching file drivers/xen/scsiback/xenbus.c patching file drivers/xen/scsifront/xenbus.c patching file drivers/xen/sfc_netback/accel_xenbus.c patching file drivers/xen/sfc_netfront/accel_xenbus.c patching file drivers/xen/sys-hypervisor.c patching file drivers/xen/tpmback/xenbus.c patching file drivers/xen/usbback/usbback.h patching file drivers/xen/usbback/usbstub.c patching file drivers/xen/usbback/xenbus.c patching file drivers/xen/usbfront/xenbus.c patching file drivers/xen/xenbus/xenbus_probe.c patching file drivers/xen/xenbus/xenbus_probe_backend.c patching file drivers/xen/xenbus/xenbus_xs.c patching file include/Kbuild patching file include/xen/Kbuild patching file include/xen/evtchn.h patching file include/xen/xenbus.h patching file lib/swiotlb-xen.c patching file mm/init-mm.c patching file mm/memory.c patching file mm/page_alloc.c Hunk #1 succeeded at 608 (offset -3 lines). Patch ../xen-patches/60036_xen3-patch-2.6.32.patch1: patching file arch/x86/ia32/ia32entry-xen.S patching file arch/x86/include/asm/time.h patching file arch/x86/include/asm/uv/uv_hub.h patching file arch/x86/include/mach-xen/asm/agp.h patching file arch/x86/include/mach-xen/asm/desc.h patching file arch/x86/include/mach-xen/asm/dma-mapping.h patching file arch/x86/include/mach-xen/asm/fixmap.h patching file arch/x86/include/mach-xen/asm/hypervisor.h patching file arch/x86/include/mach-xen/asm/irqflags.h patching file arch/x86/include/mach-xen/asm/mmu_context.h patching file arch/x86/include/mach-xen/asm/pci.h patching file arch/x86/include/mach-xen/asm/pgtable.h patching file arch/x86/include/mach-xen/asm/pgtable_types.h patching file arch/x86/include/mach-xen/asm/processor.h patching file arch/x86/include/mach-xen/asm/setup.h patching file arch/x86/include/mach-xen/asm/smp-processor-id.h patching file arch/x86/include/mach-xen/asm/smp.h patching file arch/x86/include/mach-xen/asm/system.h patching file arch/x86/include/mach-xen/asm/tlbflush.h patching file arch/x86/kernel/Makefile patching file arch/x86/kernel/apic/io_apic-xen.c patching file arch/x86/kernel/cpu/Makefile patching file arch/x86/kernel/cpu/amd.c patching file arch/x86/kernel/cpu/common-xen.c patching file arch/x86/kernel/cpu/mcheck/mce-inject.c patching file arch/x86/kernel/cpu/mtrr/main-xen.c patching file arch/x86/kernel/e820-xen.c patching file arch/x86/kernel/early_printk-xen.c patching file arch/x86/kernel/entry_64-xen.S patching file arch/x86/kernel/head-xen.c patching file arch/x86/kernel/head32-xen.c patching file arch/x86/kernel/head64-xen.c patching file arch/x86/kernel/head_32-xen.S patching file arch/x86/kernel/head_64-xen.S patching file arch/x86/kernel/irq-xen.c patching file arch/x86/kernel/ldt-xen.c patching file arch/x86/kernel/microcode_core-xen.c patching file arch/x86/kernel/mpparse-xen.c patching file arch/x86/kernel/pci-dma-xen.c patching file arch/x86/kernel/pci-nommu-xen.c patching file arch/x86/kernel/process-xen.c patching file arch/x86/kernel/process_32-xen.c patching file arch/x86/kernel/process_64-xen.c patching file arch/x86/kernel/quirks-xen.c patching file arch/x86/kernel/rtc.c patching file arch/x86/kernel/setup-xen.c patching file arch/x86/kernel/sfi.c patching file arch/x86/kernel/time-xen.c patching file arch/x86/kernel/traps-xen.c patching file arch/x86/kernel/vsyscall_64-xen.c patching file arch/x86/kernel/x86_init-xen.c patching file arch/x86/mm/fault-xen.c patching file arch/x86/mm/highmem_32-xen.c patching file arch/x86/mm/init-xen.c patching file arch/x86/mm/init_32-xen.c patching file arch/x86/mm/init_64-xen.c patching file arch/x86/mm/iomap_32-xen.c patching file arch/x86/mm/ioremap-xen.c patching file arch/x86/mm/pageattr-xen.c patching file arch/x86/mm/pat-xen.c patching file arch/x86/mm/pgtable-xen.c patching file arch/x86/mm/physaddr.c patching file drivers/acpi/processor_driver.c Hunk #1 succeeded at 659 (offset -5 lines). patching file drivers/char/agp/agp.h patching file drivers/char/agp/amd-k7-agp.c patching file drivers/char/agp/amd64-agp.c patching file drivers/char/agp/ati-agp.c patching file drivers/char/agp/efficeon-agp.c patching file drivers/char/agp/generic.c patching file drivers/char/agp/sworks-agp.c patching file drivers/gpu/drm/radeon/radeon_device.c patching file drivers/net/Kconfig patching file drivers/pci/msi-xen.c patching file drivers/pci/probe.c patching file drivers/sfi/sfi_core.c patching file drivers/staging/hv/Kconfig patching file drivers/xen/Kconfig patching file drivers/xen/Makefile patching file drivers/xen/balloon/balloon.c patching file drivers/xen/blkfront/vbd.c patching file drivers/xen/blktap2/device.c patching file drivers/xen/core/evtchn.c patching file drivers/xen/core/reboot.c patching file drivers/xen/netback/interface.c patching file drivers/xen/netback/loopback.c patching file drivers/xen/netback/netback.c patching file drivers/xen/netfront/netfront.c patching file drivers/xen/sfc_netback/accel_fwd.c patching file drivers/xen/sfc_netback/accel_msg.c patching file drivers/xen/sfc_netfront/accel_msg.c patching file drivers/xen/sfc_netfront/accel_vi.c patching file drivers/xen/xenbus/xenbus_dev.c patching file drivers/xen/xenbus/xenbus_probe.c patching file lib/swiotlb-xen.c Patch ../xen-patches/60037_xen3-patch-2.6.33.patch1: patching file arch/ia64/include/asm/xen/hypervisor.h patching file arch/x86/Kconfig patching file arch/x86/ia32/ia32entry-xen.S patching file arch/x86/include/asm/hw_irq.h patching file arch/x86/include/mach-xen/asm/pgtable.h patching file arch/x86/include/mach-xen/asm/processor.h patching file arch/x86/include/mach-xen/asm/spinlock.h patching file arch/x86/include/mach-xen/asm/spinlock_types.h patching file arch/x86/include/mach-xen/asm/swiotlb.h patching file arch/x86/include/mach-xen/asm/system.h patching file arch/x86/kernel/acpi/sleep-xen.c patching file arch/x86/kernel/apic/Makefile patching file arch/x86/kernel/apic/io_apic-xen.c patching file arch/x86/kernel/cpu/Makefile patching file arch/x86/kernel/cpu/common-xen.c patching file arch/x86/kernel/e820-xen.c patching file arch/x86/kernel/entry_32-xen.S patching file arch/x86/kernel/entry_64-xen.S patching file arch/x86/kernel/head-xen.c patching file arch/x86/kernel/head32-xen.c patching file arch/x86/kernel/head64-xen.c patching file arch/x86/kernel/head_64-xen.S patching file arch/x86/kernel/ioport-xen.c patching file arch/x86/kernel/irq-xen.c patching file arch/x86/kernel/microcode_core-xen.c patching file arch/x86/kernel/mpparse-xen.c patching file arch/x86/kernel/pci-dma-xen.c patching file arch/x86/kernel/pci-nommu-xen.c patching file arch/x86/kernel/process-xen.c patching file arch/x86/kernel/process_32-xen.c patching file arch/x86/kernel/process_64-xen.c patching file arch/x86/kernel/quirks-xen.c patching file arch/x86/kernel/setup-xen.c patching file arch/x86/kernel/time-xen.c patching file arch/x86/kernel/traps-xen.c patching file arch/x86/kernel/vmlinux.lds.S patching file arch/x86/kernel/vsyscall_64-xen.c patching file arch/x86/kernel/x8664_ksyms_64.c patching file arch/x86/kernel/x86_init-xen.c patching file arch/x86/mm/fault-xen.c patching file arch/x86/mm/init-xen.c patching file arch/x86/mm/init_32-xen.c patching file arch/x86/mm/init_64-xen.c patching file arch/x86/mm/ioremap-xen.c patching file arch/x86/mm/pageattr-xen.c patching file arch/x86/mm/pat-xen.c patching file arch/x86/vdso/vdso32-setup-xen.c patching file drivers/gpu/drm/nouveau/nouveau_sgdma.c patching file drivers/gpu/drm/vmwgfx/Kconfig patching file drivers/oprofile/cpu_buffer.c patching file drivers/pci/Kconfig patching file drivers/scsi/Kconfig patching file drivers/xen/blktap2/sysfs.c patching file drivers/xen/char/mem.c patching file drivers/xen/core/evtchn.c patching file drivers/xen/core/spinlock.c patching file drivers/xen/evtchn.c patching file drivers/xen/netback/interface.c patching file drivers/xen/privcmd/compat_privcmd.c patching file drivers/xen/xenbus/xenbus_probe.c patching file fs/compat_ioctl.c Hunk #1 succeeded at 1526 (offset -1 lines). patching file include/acpi/processor.h Hunk #1 succeeded at 325 (offset -2 lines). patching file include/xen/compat_ioctl.h patching file include/xen/evtchn.h patching file include/xen/xen.h patching file kernel/sysctl_binary.c Hunk #1 succeeded at 874 (offset -1 lines). patching file kernel/sysctl_check.c patching file lib/swiotlb-xen.c Patch ../xen-patches/60038_xen3-patch-2.6.34.patch1: patching file arch/x86/Kconfig patching file arch/x86/ia32/ia32entry-xen.S patching file arch/x86/include/asm/i8259.h patching file arch/x86/include/mach-xen/asm/fixmap.h patching file arch/x86/include/mach-xen/asm/io.h patching file arch/x86/include/mach-xen/asm/irq_vectors.h patching file arch/x86/include/mach-xen/asm/pci.h patching file arch/x86/include/mach-xen/asm/pgalloc.h patching file arch/x86/include/mach-xen/asm/pgtable_32.h patching file arch/x86/include/mach-xen/asm/pgtable_64.h patching file arch/x86/include/mach-xen/asm/smp.h patching file arch/x86/include/mach-xen/asm/system.h patching file arch/x86/kernel/acpi/processor_extcntl_xen.c patching file arch/x86/kernel/apic/io_apic-xen.c patching file arch/x86/kernel/cpu/intel_cacheinfo.c patching file arch/x86/kernel/cpu/mcheck/mce_dom0.c patching file arch/x86/kernel/cpu/mtrr/main-xen.c patching file arch/x86/kernel/e820-xen.c patching file arch/x86/kernel/head32-xen.c patching file arch/x86/kernel/head_32-xen.S patching file arch/x86/kernel/ldt-xen.c patching file arch/x86/kernel/mpparse-xen.c patching file arch/x86/kernel/pci-dma-xen.c patching file arch/x86/kernel/process-xen.c patching file arch/x86/kernel/process_32-xen.c patching file arch/x86/kernel/process_64-xen.c patching file arch/x86/kernel/setup-xen.c patching file arch/x86/kernel/smp-xen.c patching file arch/x86/kernel/time-xen.c patching file arch/x86/kernel/traps-xen.c patching file arch/x86/kernel/vsyscall_64-xen.c patching file arch/x86/kernel/x86_init-xen.c patching file arch/x86/lib/Makefile patching file arch/x86/lib/cache-smp-xen.c patching file arch/x86/mm/init-xen.c patching file arch/x86/mm/init_32-xen.c patching file arch/x86/mm/init_64-xen.c patching file arch/x86/mm/ioremap-xen.c patching file arch/x86/mm/pageattr-xen.c patching file arch/x86/mm/pat-xen.c patching file arch/x86/mm/pgtable-xen.c patching file arch/x86/mm/pgtable_32-xen.c patching file arch/x86/pci/irq-xen.c patching file drivers/acpi/processor_core.c patching file drivers/acpi/processor_driver.c patching file drivers/acpi/processor_extcntl.c patching file drivers/char/tpm/tpm_vtpm.c patching file drivers/char/tpm/tpm_xen.c patching file drivers/misc/Kconfig patching file drivers/pci/msi-xen.c patching file drivers/xen/Kconfig patching file drivers/xen/balloon/balloon.c patching file drivers/xen/blkback/blkback-pagemap.c patching file drivers/xen/blkfront/vbd.c patching file drivers/xen/blktap2/blktap.h patching file drivers/xen/blktap2/device.c patching file drivers/xen/blktap2/sysfs.c patching file drivers/xen/char/mem.c patching file drivers/xen/core/evtchn.c patching file drivers/xen/core/gnttab.c patching file drivers/xen/core/hypervisor_sysfs.c patching file drivers/xen/core/reboot.c patching file drivers/xen/core/spinlock.c patching file drivers/xen/core/xen_sysfs.c patching file drivers/xen/fbfront/xenfb.c patching file drivers/xen/fbfront/xenkbd.c patching file drivers/xen/gntdev/gntdev.c patching file drivers/xen/netfront/netfront.h patching file drivers/xen/pciback/conf_space_capability_msi.c patching file drivers/xen/pciback/pciback.h patching file drivers/xen/pciback/slot.c patching file drivers/xen/pciback/vpci.c patching file drivers/xen/pcifront/pcifront.h patching file drivers/xen/scsiback/xenbus.c patching file drivers/xen/scsifront/xenbus.c patching file drivers/xen/sfc_netfront/accel.h patching file drivers/xen/sfc_netutil/accel_cuckoo_hash.c patching file drivers/xen/sfc_netutil/accel_util.c patching file drivers/xen/xenbus/xenbus_client.c patching file drivers/xen/xenbus/xenbus_dev.c patching file drivers/xen/xenbus/xenbus_probe.c patching file drivers/xen/xenbus/xenbus_probe_backend.c patching file fs/proc/kcore.c patching file include/acpi/processor.h Hunk #1 succeeded at 447 (offset -2 lines). patching file include/xen/xenbus.h patching file kernel/early_res.c patching file kernel/resource.c patching file lib/swiotlb-xen.c patching file mm/page_alloc.c Hunk #1 succeeded at 4694 (offset -10 lines). Patch ../xen-patches/60039_xen3-patch-2.6.34.1.patch1: patching file arch/x86/kernel/setup-xen.c Patch ../xen-patches/60040_xen3-patch-2.6.34.1-2.patch1: patching file arch/x86/include/mach-xen/asm/system.h patching file arch/x86/kernel/acpi/processor_extcntl_xen.c patching file arch/x86/kernel/acpi/sleep-xen.c patching file arch/x86/kernel/traps-xen.c patching file include/acpi/processor.h Hunk #1 succeeded at 97 (offset -3 lines). Patch ../xen-patches/60041_xen3-patch-2.6.34.3-4.patch1: patching file arch/x86/mm/fault-xen.c patching file drivers/xen/netfront/netfront.c Patch ../xen-patches/60042_xen3-patch-2.6.34.5-6.patch1: patching file arch/x86/Kconfig patching file arch/x86/kernel/apic/io_apic-xen.c Patch ../xen-patches/60043_xen3-x86-64-compat-retruncate-rax-after-ia32-syscall-entry-tracing.patch1: patching file arch/x86/ia32/ia32entry-xen.S Patch ../xen-patches/60044_xen3-x86-64-compat-test-rax-for-the-syscall-number-not-eax.patch1: patching file arch/x86/ia32/ia32entry-xen.S Patch ../xen-patches/60045_xen-balloon-max-target.patch1: patching file drivers/xen/balloon/balloon.c patching file drivers/xen/balloon/common.h patching file drivers/xen/balloon/sysfs.c Patch ../xen-patches/60046_xen-blkback-cdrom.patch1: patching file drivers/xen/blkback/Makefile patching file drivers/xen/blkback/cdrom.c patching file drivers/xen/blkback/common.h patching file drivers/xen/blkback/vbd.c patching file drivers/xen/blkback/xenbus.c Hunk #1 succeeded at 186 (offset -1 lines). Patch ../xen-patches/60047_xen-blktap-write-barriers.patch1: patching file drivers/xen/blktap/blktap.c patching file drivers/xen/blktap/xenbus.c Hunk #1 succeeded at 401 (offset -1 lines). Patch ../xen-patches/60048_xen-op-packet.patch1: patching file drivers/xen/blkback/blkback.c patching file drivers/xen/blkback/common.h patching file drivers/xen/blkfront/blkfront.c patching file drivers/xen/blktap/blktap.c patching file drivers/xen/blktap/common.h patching file drivers/xen/blktap2/blktap.h patching file drivers/xen/blktap2/device.c patching file include/xen/interface/io/blkif.h Patch ../xen-patches/60049_xen-blkfront-cdrom.patch1: patching file drivers/cdrom/Makefile patching file drivers/xen/blkfront/Makefile patching file drivers/xen/blkfront/blkfront.c patching file drivers/xen/blkfront/block.h patching file drivers/xen/blkfront/vbd.c patching file drivers/xen/blkfront/vcd.c patching file include/xen/interface/io/cdromif.h Patch ../xen-patches/60050_xen-sections.patch1: patching file arch/x86/kernel/time-xen.c patching file drivers/xen/core/cpu_hotplug.c patching file drivers/xen/core/smpboot.c Patch ../xen-patches/60051_xen-kconfig-compat.patch1: patching file drivers/xen/Kconfig Hunk #1 succeeded at 316 (offset -5 lines). Patch ../xen-patches/60052_xen-cpufreq-report.patch1: patching file arch/x86/kernel/acpi/processor_extcntl_xen.c patching file include/linux/cpufreq.h patching file include/xen/interface/platform.h Patch ../xen-patches/60053_xen-staging-build.patch1: patching file arch/x86/include/mach-xen/asm/hypervisor.h patching file drivers/staging/vt6655/ttype.h patching file drivers/staging/vt6656/ttype.h Patch ../xen-patches/60054_xen-sysdev-suspend.patch1: patching file arch/x86/kernel/time-xen.c patching file drivers/xen/core/evtchn.c patching file drivers/xen/core/gnttab.c patching file drivers/xen/core/machine_reboot.c patching file drivers/xen/core/spinlock.c patching file include/xen/evtchn.h patching file include/xen/gnttab.h Patch ../xen-patches/60055_xen-ipi-per-cpu-irq.patch1: patching file arch/x86/include/asm/hw_irq.h patching file arch/x86/kernel/apic/ipi-xen.c patching file arch/x86/kernel/irq-xen.c patching file arch/x86/kernel/smp-xen.c patching file drivers/xen/Kconfig Hunk #2 succeeded at 351 (offset -5 lines). patching file drivers/xen/core/evtchn.c patching file drivers/xen/core/smpboot.c patching file include/xen/evtchn.h Patch ../xen-patches/60056_xen-virq-per-cpu-irq.patch1: patching file arch/x86/kernel/time-xen.c patching file drivers/xen/core/evtchn.c patching file drivers/xen/core/smpboot.c patching file drivers/xen/netback/netback.c patching file drivers/xen/xenoprof/xenoprofile.c patching file include/xen/evtchn.h Patch ../xen-patches/60057_xen-clockevents.patch1: patching file arch/x86/Kconfig patching file arch/x86/include/mach-xen/asm/hypervisor.h patching file arch/x86/kernel/time-xen.c patching file drivers/xen/Kconfig Hunk #1 succeeded at 354 (offset -5 lines). patching file drivers/xen/core/Makefile patching file drivers/xen/core/clockevents.c patching file drivers/xen/core/machine_reboot.c patching file drivers/xen/core/smpboot.c patching file drivers/xen/core/spinlock.c patching file include/xen/clock.h patching file kernel/hrtimer.c patching file kernel/timer.c Patch ../xen-patches/60058_xen-spinlock-poll-early.patch1: patching file arch/x86/include/mach-xen/asm/spinlock.h patching file arch/x86/include/mach-xen/asm/spinlock_types.h patching file arch/x86/kernel/time-xen.c patching file drivers/xen/core/spinlock.c Patch ../xen-patches/60059_xen-configurable-guest-devices.patch1: patching file arch/x86/include/mach-xen/asm/irq_vectors.h patching file drivers/xen/Kconfig Hunk #1 succeeded at 93 (offset -5 lines). patching file drivers/xen/netback/netback.c Patch ../xen-patches/60060_xen-netback-nr-irqs.patch1: patching file drivers/xen/netback/interface.c patching file drivers/xen/netback/netback.c Patch ../xen-patches/60061_xen-netback-notify-multi.patch1: patching file drivers/xen/core/evtchn.c patching file drivers/xen/netback/netback.c patching file include/xen/evtchn.h Patch ../xen-patches/60062_xen-netback-generalize.patch1: patching file drivers/xen/netback/common.h patching file drivers/xen/netback/netback.c Patch ../xen-patches/60063_xen-netback-multiple-tasklets.patch1: patching file drivers/xen/netback/common.h patching file drivers/xen/netback/interface.c patching file drivers/xen/netback/netback.c Patch ../xen-patches/60064_xen-netback-kernel-threads.patch1: patching file drivers/xen/core/gnttab.c patching file drivers/xen/netback/common.h patching file drivers/xen/netback/netback.c Patch ../xen-patches/60065_xen-netfront-ethtool.patch1: patching file drivers/xen/netfront/netfront.c Patch ../xen-patches/60066_xen-floppy.patch1: patching file drivers/block/floppy.c Patch ../xen-patches/60067_xen-kzalloc.patch1: patching file drivers/xen/blkback/blkback.c patching file drivers/xen/blkback/interface.c patching file drivers/xen/blktap/interface.c patching file drivers/xen/core/gnttab.c patching file drivers/xen/core/machine_reboot.c patching file drivers/xen/core/smpboot.c patching file drivers/xen/netback/interface.c patching file drivers/xen/scsiback/emulate.c patching file drivers/xen/scsiback/interface.c patching file drivers/xen/scsiback/scsiback.c patching file drivers/xen/sfc_netutil/accel_cuckoo_hash.c patching file drivers/xen/tpmback/interface.c patching file drivers/xen/usbback/usbback.c Patch ../xen-patches/60068_xen-unpriv-build.patch1: patching file arch/x86/Kconfig Hunk #1 succeeded at 690 (offset -52 lines). Hunk #3 succeeded at 1956 (offset -72 lines). Hunk #5 succeeded at 2006 (offset -72 lines). Hunk #7 succeeded at 2202 (offset -72 lines). patching file arch/x86/include/mach-xen/asm/swiotlb.h patching file drivers/firmware/Kconfig Hunk #1 succeeded at 114 (offset -1 lines). patching file drivers/xen/Kconfig Hunk #1 succeeded at 270 (offset -5 lines). patching file drivers/xen/balloon/balloon.c patching file drivers/xen/core/Makefile patching file drivers/xen/core/gnttab.c patching file drivers/xen/privcmd/Makefile patching file drivers/xen/privcmd/privcmd.c patching file fs/compat_ioctl.c Hunk #1 succeeded at 1601 (offset -1 lines). patching file include/xen/firmware.h patching file include/xen/gnttab.h Patch ../xen-patches/60069_xen-x86-panic-no-reboot.patch1: patching file arch/x86/kernel/setup-xen.c Patch ../xen-patches/60070_xen-x86-dcr-fallback.patch1: patching file arch/x86/mm/hypervisor.c patching file drivers/xen/balloon/balloon.c patching file include/xen/balloon.h Patch ../xen-patches/60071_xen-x86-consistent-nmi.patch1: patching file arch/x86/include/asm/irq.h patching file arch/x86/include/asm/nmi.h patching file arch/x86/kernel/apic/Makefile patching file arch/x86/kernel/apic/nmi.c patching file arch/x86/kernel/cpu/Makefile patching file arch/x86/kernel/head-xen.c patching file arch/x86/kernel/traps-xen.c patching file kernel/sysctl.c Hunk #1 succeeded at 690 (offset -9 lines). Patch ../xen-patches/60072_xen-x86-no-lapic.patch1: patching file arch/x86/include/asm/apic.h patching file arch/x86/include/asm/apicdef.h patching file arch/x86/include/mach-xen/asm/fixmap.h patching file arch/x86/include/mach-xen/asm/smp.h patching file arch/x86/kernel/acpi/boot.c patching file arch/x86/kernel/apic/io_apic-xen.c patching file arch/x86/kernel/irq-xen.c patching file arch/x86/kernel/mpparse-xen.c patching file drivers/xen/core/smpboot.c Patch ../xen-patches/60073_xen-x86-pmd-handling.patch1: patching file arch/x86/include/mach-xen/asm/hypervisor.h patching file arch/x86/include/mach-xen/asm/pgalloc.h patching file arch/x86/include/mach-xen/asm/pgtable-3level.h patching file arch/x86/include/mach-xen/asm/pgtable_64.h patching file arch/x86/mm/hypervisor.c patching file arch/x86/mm/init_32-xen.c patching file arch/x86/mm/init_64-xen.c patching file arch/x86/mm/pgtable-xen.c Patch ../xen-patches/60074_xen-x86-bigmem.patch1: patching file arch/x86/kernel/e820-xen.c patching file arch/x86/kernel/setup-xen.c patching file drivers/xen/core/machine_reboot.c Patch ../xen-patches/60075_xen-x86-machphys-prediction.patch1: patching file arch/x86/include/mach-xen/asm/maddr_32.h patching file arch/x86/include/mach-xen/asm/maddr_64.h patching file arch/x86/include/mach-xen/asm/pgtable_types.h Patch ../xen-patches/60076_xen-x86-exit-mmap.patch1: patching file arch/x86/mm/pgtable-xen.c Patch ../xen-patches/60077_xen-x86-per-cpu-vcpu-info.patch1: patching file arch/x86/include/asm/percpu.h patching file arch/x86/include/mach-xen/asm/hypervisor.h patching file arch/x86/include/mach-xen/asm/irqflags.h patching file arch/x86/include/mach-xen/asm/pgtable_64.h patching file arch/x86/include/mach-xen/asm/system.h Hunk #1 succeeded at 235 (offset -10 lines). patching file arch/x86/kernel/cpu/common-xen.c patching file arch/x86/kernel/entry_32-xen.S patching file arch/x86/kernel/head-xen.c patching file arch/x86/kernel/time-xen.c patching file arch/x86/mm/hypervisor.c patching file arch/x86/mm/init_64-xen.c patching file drivers/xen/Kconfig Hunk #1 succeeded at 366 (offset -5 lines). patching file drivers/xen/core/evtchn.c patching file drivers/xen/core/machine_reboot.c patching file drivers/xen/core/smpboot.c patching file drivers/xen/core/spinlock.c Patch ../xen-patches/60078_xen-x86_64-pgd-pin.patch1: patching file arch/x86/include/mach-xen/asm/hypervisor.h patching file arch/x86/mm/hypervisor.c patching file arch/x86/mm/init_64-xen.c patching file arch/x86/mm/pgtable-xen.c Patch ../xen-patches/60079_xen-x86_64-pgd-alloc-order.patch1: patching file arch/x86/include/mach-xen/asm/hypervisor.h patching file arch/x86/include/mach-xen/asm/mmu_context.h patching file arch/x86/include/mach-xen/asm/pgalloc.h patching file arch/x86/include/mach-xen/asm/pgtable_64.h patching file arch/x86/kernel/cpu/common-xen.c patching file arch/x86/kernel/head_64-xen.S patching file arch/x86/mm/hypervisor.c patching file arch/x86/mm/init_64-xen.c patching file arch/x86/mm/pgtable-xen.c patching file drivers/xen/core/machine_reboot.c Patch ../xen-patches/60080_xen-x86_64-dump-user-pgt.patch1: patching file arch/x86/mm/fault-xen.c Patch ../xen-patches/60081_xen-x86_64-note-init-p2m.patch1: patching file arch/x86/kernel/head64-xen.c patching file arch/x86/kernel/head_64-xen.S patching file arch/x86/kernel/setup-xen.c patching file arch/x86/mm/init-xen.c patching file arch/x86/mm/init_64-xen.c patching file arch/x86/mm/pageattr-xen.c Hunk #1 succeeded at 1439 (offset -26 lines). patching file arch/x86/mm/pgtable-xen.c patching file arch/x86/mm/pgtable_32-xen.c root@slacktest1:/usr/src/linux-2.6.34.6#> > > Not sure if this is related or not. > > > > Patches are from Andrew''s > > (http://code.google.com/p/gentoo-xen-kernel/downloads/list) Kernel > > 2.6.34.6 is vanilla. > > > > Any light on this will be highly appreciated. > > Wish I could have been of more help to you. > > > -M >-- sent via Nokia 1100 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Richie
2010-Nov-17 01:30 UTC
Re: [Xen-users] Unable to boot patched 2.6.34.6 kernel (bzImage not being generated)
On 11/16/2010 3:11 PM, Christian Gonzalez wrote:> Not sure if this is related or not. > > Patches are from Andrew''s > (http://code.google.com/p/gentoo-xen-kernel/downloads/list) Kernel > 2.6.34.6 is vanilla. > > Any light on this will be highly appreciated.For xen-patches-2.6.34-6.tar.bz2 use 2.6.34.7 vanilla instead. See this message about how you''d go about discerning which kernel version a set of patches pertain to: http://lists.xensource.com/archives/html/xen-users/2010-10/msg00249.html _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Christian Gonzalez
2010-Nov-17 19:04 UTC
Re: [Xen-users] Unable to boot patched 2.6.34.6 kernel (bzImage not being generated)
On Tue, Nov 16, 2010 at 10:30 PM, Richie <listmail@triad.rr.com> wrote:> On 11/16/2010 3:11 PM, Christian Gonzalez wrote: > >> Not sure if this is related or not. >> >> Patches are from Andrew''s ( >> http://code.google.com/p/gentoo-xen-kernel/downloads/list) Kernel >> 2.6.34.6 is vanilla. >> >> Any light on this will be highly appreciated. >> > > For xen-patches-2.6.34-6.tar.bz2 use 2.6.34.7 vanilla instead. See this > message about how you''d go about discerning which kernel version a set of > patches pertain to: > http://lists.xensource.com/archives/html/xen-users/2010-10/msg00249.html >I''ve tried with 2.6.34.7 but still no luck: /boot/initrd15.gz: Loading kernel modules from initrd image: No volume groups found mount: mounting /dev/rootvg/root on /mnt failed: No such file or directory Error: No /sbin/init found on rootdev (or not mounted). Trouble ahead. You can try to fix it. Type ''exit; when things are done. /bin/sh: can''t access tty: job control turned off / # Regards. Chris _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Fajar A. Nugraha
2010-Nov-17 19:13 UTC
Re: [Xen-users] Unable to boot patched 2.6.34.6 kernel (bzImage not being generated)
On Thu, Nov 18, 2010 at 2:04 AM, Christian Gonzalez <zulsolar@gmail.com>wrote:> > I''ve tried with 2.6.34.7 but still no luck: > > /boot/initrd15.gz: Loading kernel modules from initrd image: > No volume groups found > mount: mounting /dev/rootvg/root on /mnt failed: No such file or directory > Error: No /sbin/init found on rootdev (or not mounted). Trouble ahead. You > can try to fix it. Type ''exit; when things are done. > >Looks like a kernel config problem to me. Have you ever had a vanilla, non-xen 2.6.34.x kernel boot succefully on that machine? Also, booting without "quiet" or "vga" on kernel command line arguments should be able to show more of what''s happening. Most likely the driver for your disk controller was not loaded, or unable to function properly for some reason. Look for lines showing "sd" or "disk" in the boot process. -- Fajar _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Richie
2010-Nov-18 01:04 UTC
Re: [Xen-users] Unable to boot patched 2.6.34.6 kernel (bzImage not being generated)
On 11/17/2010 2:13 PM, Fajar A. Nugraha wrote:> On Thu, Nov 18, 2010 at 2:04 AM, Christian Gonzalez > <zulsolar@gmail.com <mailto:zulsolar@gmail.com>> wrote: > > > I''ve tried with 2.6.34.7 but still no luck: > > /boot/initrd15.gz: Loading kernel modules from initrd image: > No volume groups found > mount: mounting /dev/rootvg/root on /mnt failed: No such file or > directory > Error: No /sbin/init found on rootdev (or not mounted). Trouble > ahead. You can try to fix it. Type ''exit; when things are done. > > > Looks like a kernel config problem to me. Have you ever had a vanilla, > non-xen 2.6.34.x kernel boot succefully on that machine? > Also, booting without "quiet" or "vga" on kernel command line > arguments should be able to show more of what''s happening. Most likely > the driver for your disk controller was not loaded, or unable to > function properly for some reason. Look for lines showing "sd" or > "disk" in the boot process. > > -- > Fajar >Regarding configs, I think all I did was copy a generic kernel config to sourcedir/.config (newer the better) and did a make oldconfig and configure from that point. It will certainly take longer to compile but that should be the least error prone when it comes to supporting your specific hardware. Alternatively you could use the .config''s posted on the list, I''ve seen some even for the Xenified kernel. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users