rpms/kernel/devel patch-2.6.17-rc2.bz2.sign, NONE, 1.1 .cvsignore, 1.408, 1.409 kernel-2.6.spec, 1.2137, 1.2138 linux-2.6-xen.patch, 1.10, 1.11 sources, 1.350, 1.351 upstream, 1.321, 1.322 patch-2.6.17-rc1-git13.bz2.sign, 1.1, NONE patch-2.6.17-rc1.bz2.sign, 1.1, NONE

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Apr 19 03:45:23 UTC 2006


Author: davej

Update of /cvs/dist/rpms/kernel/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv372

Modified Files:
	.cvsignore kernel-2.6.spec linux-2.6-xen.patch sources 
	upstream 
Added Files:
	patch-2.6.17-rc2.bz2.sign 
Removed Files:
	patch-2.6.17-rc1-git13.bz2.sign patch-2.6.17-rc1.bz2.sign 
Log Message:
rc2



--- NEW FILE patch-2.6.17-rc2.bz2.sign ---
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: See http://www.kernel.org/signature.html for info

iD8DBQBERa2fyGugalF9Dw4RAsRmAJ9+Fb+htuilvk2QBTA0L/Ux/bJ9AgCfflYU
fnnvSKObUBFSPA0GCpYsjrg=
=GArp
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/.cvsignore,v
retrieving revision 1.408
retrieving revision 1.409
diff -u -r1.408 -r1.409
--- .cvsignore	18 Apr 2006 18:48:19 -0000	1.408
+++ .cvsignore	19 Apr 2006 03:45:17 -0000	1.409
@@ -2,6 +2,5 @@
 temp-*
 kernel-2.6.16
 linux-2.6.16.tar.bz2
-patch-2.6.17-rc1.bz2
 xen-20060413.tar.bz2
-patch-2.6.17-rc1-git13.bz2
+patch-2.6.17-rc2.bz2


Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/kernel-2.6.spec,v
retrieving revision 1.2137
retrieving revision 1.2138
diff -u -r1.2137 -r1.2138
--- kernel-2.6.spec	18 Apr 2006 21:09:21 -0000	1.2137
+++ kernel-2.6.spec	19 Apr 2006 03:45:17 -0000	1.2138
@@ -212,8 +212,7 @@
 #
 # Patches 0 through 100 are meant for core subsystem upgrades
 #
-Patch1: patch-2.6.17-rc1.bz2
-Patch2: patch-2.6.17-rc1-git13.bz2
+Patch1: patch-2.6.17-rc2.bz2
 
 # Patches 100 through 500 are meant for architecture patches
 Patch100: linux-2.6-bzimage.patch
@@ -711,7 +710,7 @@
 
 # Update to latest upstream.
 %patch1 -p1
-%patch2 -p1
+#%patch2 -p1
 
 #
 # Patches 10 through 100 are meant for core subsystem upgrades
@@ -1450,7 +1449,7 @@
   popd > /dev/null
 fi
 
-%preun 
+%preun
 /sbin/modprobe loop 2> /dev/null > /dev/null  || :
 /sbin/new-kernel-pkg --rminitrd --rmmoddep --remove %{KVERREL}
 
@@ -1653,6 +1652,7 @@
 
 %changelog
 * Tue Apr 18 2006 Dave Jones <davej at redhat.com>
+- 2.6.17rc2
 - 2.6.17rc1-git13
 - Enable DECNET to keep both users happy. (#120628)
 - Enable TPM modules. (#189020)

linux-2.6-xen.patch:
 linux-2.6.16.noarch/arch/i386/Kconfig.debug              |    1 
 linux-2.6.16.noarch/arch/x86_64/Makefile                 |   20 
 linux-2.6.16.noarch/arch/x86_64/ia32/Makefile            |   20 
 linux-2.6.16.noarch/arch/x86_64/kernel/Makefile          |   19 
 tip2/arch/i386/Kconfig                                   |   99 
 tip2/arch/i386/Kconfig.cpu                               |    2 
 tip2/arch/i386/Makefile                                  |   24 
 tip2/arch/i386/boot-xen/Makefile                         |   21 
 tip2/arch/i386/kernel/Makefile                           |   31 
 tip2/arch/i386/kernel/acpi/Makefile                      |    4 
 tip2/arch/i386/kernel/acpi/boot-xen.c                    | 1161 ++++++
 tip2/arch/i386/kernel/apic-xen.c                         |  141 
 tip2/arch/i386/kernel/asm-offsets.c                      |    5 
 tip2/arch/i386/kernel/cpu/Makefile                       |    5 
 tip2/arch/i386/kernel/cpu/common-xen.c                   |  732 ++++
 tip2/arch/i386/kernel/cpu/mtrr/Makefile                  |    7 
 tip2/arch/i386/kernel/cpu/mtrr/main-xen.c                |  197 +
 tip2/arch/i386/kernel/early_printk-xen.c                 |    2 
 tip2/arch/i386/kernel/entry-xen.S                        |  880 ++++
 tip2/arch/i386/kernel/entry.S                            |    4 
 tip2/arch/i386/kernel/fixup.c                            |   95 
 tip2/arch/i386/kernel/head-xen.S                         |  171 
 tip2/arch/i386/kernel/init_task-xen.c                    |   51 
 tip2/arch/i386/kernel/io_apic-xen.c                      | 2744 +++++++++++++++
 tip2/arch/i386/kernel/ioport-xen.c                       |  122 
 tip2/arch/i386/kernel/irq-xen.c                          |  306 +
 tip2/arch/i386/kernel/irq.c                              |    4 
 tip2/arch/i386/kernel/ldt-xen.c                          |  269 +
 tip2/arch/i386/kernel/microcode-xen.c                    |  148 
 tip2/arch/i386/kernel/mpparse-xen.c                      | 1189 ++++++
 tip2/arch/i386/kernel/pci-dma-xen.c                      |  344 +
 tip2/arch/i386/kernel/process-xen.c                      |  824 ++++
 tip2/arch/i386/kernel/quirks-xen.c                       |   48 
 tip2/arch/i386/kernel/setup-xen.c                        | 1826 +++++++++
 tip2/arch/i386/kernel/smp-xen.c                          |  613 +++
 tip2/arch/i386/kernel/swiotlb.c                          |  674 +++
 tip2/arch/i386/kernel/sysenter.c                         |   90 
 tip2/arch/i386/kernel/time-xen.c                         | 1097 +++++
 tip2/arch/i386/kernel/traps-xen.c                        | 1123 ++++++
 tip2/arch/i386/kernel/traps.c                            |    9 
 tip2/arch/i386/kernel/vm86.c                             |    8 
 tip2/arch/i386/kernel/vsyscall-note-xen.S                |   32 
 tip2/arch/i386/kernel/vsyscall.S                         |    2 
 tip2/arch/i386/mach-xen/Makefile                         |    5 
 tip2/arch/i386/mach-xen/setup.c                          |   49 
 tip2/arch/i386/mm/Makefile                               |    8 
 tip2/arch/i386/mm/fault-xen.c                            |  683 +++
 tip2/arch/i386/mm/highmem-xen.c                          |  123 
 tip2/arch/i386/mm/hypervisor.c                           |  424 ++
 tip2/arch/i386/mm/init-xen.c                             |  853 ++++
 tip2/arch/i386/mm/ioremap-xen.c                          |  486 ++
 tip2/arch/i386/mm/pageattr.c                             |    2 
 tip2/arch/i386/mm/pgtable-xen.c                          |  652 +++
 tip2/arch/i386/mm/pgtable.c                              |   12 
 tip2/arch/i386/oprofile/Makefile                         |    4 
 tip2/arch/i386/oprofile/xenoprof.c                       |  395 ++
 tip2/arch/i386/pci/Makefile                              |    9 
 tip2/arch/i386/pci/irq-xen.c                             | 1202 ++++++
 tip2/arch/i386/pci/pcifront.c                            |   55 
 tip2/arch/i386/power/Makefile                            |    4 
 tip2/arch/ia64/Kconfig                                   |   46 
 tip2/arch/ia64/Makefile                                  |   16 
 tip2/arch/ia64/hp/sim/Makefile                           |    2 
 tip2/arch/ia64/kernel/entry.S                            |   32 
 tip2/arch/ia64/kernel/head.S                             |    6 
 tip2/arch/ia64/kernel/pal.S                              |    5 
 tip2/arch/ia64/kernel/sal.c                              |    3 
 tip2/arch/ia64/kernel/setup.c                            |   32 
 tip2/arch/ia64/xen/Makefile                              |    5 
 tip2/arch/ia64/xen/drivers/Makefile                      |   20 
 tip2/arch/ia64/xen/drivers/README                        |    2 
 tip2/arch/ia64/xen/drivers/coreMakefile                  |   26 
 tip2/arch/ia64/xen/drivers/evtchn_ia64.c                 |  273 +
 tip2/arch/ia64/xen/drivers/patches/blkback.c.patch       |   33 
 tip2/arch/ia64/xen/drivers/patches/console.c.patch       |   11 
 tip2/arch/ia64/xen/drivers/patches/devmem.c.patch        |    2 
 tip2/arch/ia64/xen/drivers/patches/gnttab.c.patch        |   33 
 tip2/arch/ia64/xen/drivers/patches/privcmd.c.patch       |   30 
 tip2/arch/ia64/xen/drivers/xenia64_init.c                |   55 
 tip2/arch/ia64/xen/hypercall.S                           |  365 +
 tip2/arch/ia64/xen/xen_ksyms.c                           |   12 
 tip2/arch/ia64/xen/xenconsole.c                          |   19 
 tip2/arch/ia64/xen/xenentry.S                            |  850 ++++
 tip2/arch/ia64/xen/xenhpski.c                            |   19 
 tip2/arch/ia64/xen/xenivt.S                              | 2032 +++++++++++
 tip2/arch/ia64/xen/xenminstate.h                         |  367 ++
 tip2/arch/ia64/xen/xenpal.S                              |   73 
 tip2/arch/ia64/xen/xensetup.S                            |   35 
 tip2/arch/um/kernel/physmem.c                            |    4 
 tip2/arch/x86_64/Kconfig                                 |   62 
 tip2/arch/x86_64/ia32/ia32entry-xen.S                    |  723 +++
 tip2/arch/x86_64/ia32/syscall32-xen.c                    |  128 
 tip2/arch/x86_64/ia32/syscall32_syscall-xen.S            |   28 
 tip2/arch/x86_64/ia32/vsyscall-int80.S                   |   58 
 tip2/arch/x86_64/ia32/vsyscall-sigreturn.S               |    2 
 tip2/arch/x86_64/kernel/acpi/Makefile                    |    1 
 tip2/arch/x86_64/kernel/apic-xen.c                       |  198 +
 tip2/arch/x86_64/kernel/asm-offsets.c                    |    2 
 tip2/arch/x86_64/kernel/e820-xen.c                       |  744 ++++
 tip2/arch/x86_64/kernel/early_printk-xen.c               |  304 +
 tip2/arch/x86_64/kernel/entry-xen.S                      | 1149 ++++++
 tip2/arch/x86_64/kernel/entry.S                          |    2 
 tip2/arch/x86_64/kernel/genapic-xen.c                    |  144 
 tip2/arch/x86_64/kernel/genapic_xen.c                    |  162 
 tip2/arch/x86_64/kernel/head-xen.S                       |  163 
 tip2/arch/x86_64/kernel/head64-xen.c                     |  140 
 tip2/arch/x86_64/kernel/init_task.c                      |    3 
 tip2/arch/x86_64/kernel/io_apic-xen.c                    | 2231 ++++++++++++
 tip2/arch/x86_64/kernel/ioport-xen.c                     |   58 
 tip2/arch/x86_64/kernel/irq-xen.c                        |  163 
 tip2/arch/x86_64/kernel/irq.c                            |    4 
 tip2/arch/x86_64/kernel/ldt-xen.c                        |  282 +
 tip2/arch/x86_64/kernel/mpparse-xen.c                    | 1002 +++++
 tip2/arch/x86_64/kernel/pci-swiotlb-xen.c                |   54 
 tip2/arch/x86_64/kernel/process-xen.c                    |  796 ++++
 tip2/arch/x86_64/kernel/setup-xen.c                      | 1677 +++++++++
 tip2/arch/x86_64/kernel/setup64-xen.c                    |  360 +
 tip2/arch/x86_64/kernel/smp-xen.c                        |  596 +++
 tip2/arch/x86_64/kernel/smp.c                            |    4 
 tip2/arch/x86_64/kernel/traps-xen.c                      | 1020 +++++
 tip2/arch/x86_64/kernel/vsyscall-xen.c                   |  239 +
 tip2/arch/x86_64/kernel/x8664_ksyms-xen.c                |  158 
 tip2/arch/x86_64/kernel/xen_entry.S                      |   40 
 tip2/arch/x86_64/mm/Makefile                             |   10 
 tip2/arch/x86_64/mm/fault-xen.c                          |  644 +++
 tip2/arch/x86_64/mm/init-xen.c                           | 1145 ++++++
 tip2/arch/x86_64/mm/pageattr-xen.c                       |  390 ++
 tip2/arch/x86_64/oprofile/Makefile                       |    5 
 tip2/arch/x86_64/pci/Makefile                            |   12 
 tip2/drivers/Makefile                                    |    1 
 tip2/drivers/acpi/Kconfig                                |    3 
 tip2/drivers/char/mem.c                                  |    6 
 tip2/drivers/char/tpm/Kconfig                            |   14 
 tip2/drivers/char/tpm/Makefile                           |    1 
 tip2/drivers/char/tpm/tpm.c                              |   44 
 tip2/drivers/char/tpm/tpm.h                              |    7 
 tip2/drivers/char/tpm/tpm_atmel.c                        |  230 -
 tip2/drivers/char/tpm/tpm_nsc.c                          |  395 --
 tip2/drivers/char/tpm/tpm_xen.c                          |  536 ++
 tip2/drivers/char/tty_io.c                               |    7 
 tip2/drivers/firmware/Kconfig                            |    2 
 tip2/drivers/pci/Kconfig                                 |    1 
 tip2/drivers/serial/Kconfig                              |    1 
 tip2/drivers/video/Kconfig                               |    2 
 tip2/drivers/xen/Kconfig                                 |  212 +
 tip2/drivers/xen/Makefile                                |   22 
 tip2/drivers/xen/balloon/Makefile                        |    2 
 tip2/drivers/xen/balloon/balloon.c                       |  592 +++
 tip2/drivers/xen/blkback/Makefile                        |    3 
 tip2/drivers/xen/blkback/blkback.c                       |  597 +++
 tip2/drivers/xen/blkback/common.h                        |  145 
 tip2/drivers/xen/blkback/interface.c                     |  184 +
 tip2/drivers/xen/blkback/vbd.c                           |  126 
 tip2/drivers/xen/blkback/xenbus.c                        |  421 ++
 tip2/drivers/xen/blkfront/Kconfig                        |    6 
 tip2/drivers/xen/blkfront/Makefile                       |    5 
 tip2/drivers/xen/blkfront/blkfront.c                     |  819 ++++
 tip2/drivers/xen/blkfront/block.h                        |  165 
 tip2/drivers/xen/blkfront/vbd.c                          |  327 +
 tip2/drivers/xen/blktap/Makefile                         |    3 
 tip2/drivers/xen/blktap/blktap.c                         |  910 ++++
 tip2/drivers/xen/blktap/common.h                         |  110 
 tip2/drivers/xen/blktap/interface.c                      |  146 
 tip2/drivers/xen/blktap/xenbus.c                         |  233 +
 tip2/drivers/xen/char/Makefile                           |    2 
 tip2/drivers/xen/char/mem.c                              |  192 +
 tip2/drivers/xen/console/Makefile                        |    2 
 tip2/drivers/xen/console/console.c                       |  648 +++
 tip2/drivers/xen/console/xencons_ring.c                  |  151 
 tip2/drivers/xen/core/Makefile                           |   11 
 tip2/drivers/xen/core/evtchn.c                           |  863 ++++
 tip2/drivers/xen/core/features.c                         |   29 
 tip2/drivers/xen/core/gnttab.c                           |  464 ++
 tip2/drivers/xen/core/hypervisor_sysfs.c                 |   57 
 tip2/drivers/xen/core/reboot.c                           |  377 ++
 tip2/drivers/xen/core/skbuff.c                           |  144 
 tip2/drivers/xen/core/smpboot.c                          |  576 +++
 tip2/drivers/xen/core/xen_proc.c                         |   29 
 tip2/drivers/xen/core/xen_sysfs.c                        |  311 +
 tip2/drivers/xen/evtchn/Makefile                         |    2 
 tip2/drivers/xen/evtchn/evtchn.c                         |  464 ++
 tip2/drivers/xen/net_driver_util.c                       |   68 
 tip2/drivers/xen/netback/Makefile                        |    5 
 tip2/drivers/xen/netback/common.h                        |  133 
 tip2/drivers/xen/netback/interface.c                     |  334 +
 tip2/drivers/xen/netback/loopback.c                      |  254 +
 tip2/drivers/xen/netback/netback.c                       |  865 ++++
 tip2/drivers/xen/netback/xenbus.c                        |  366 ++
 tip2/drivers/xen/netfront/Kconfig                        |    6 
 tip2/drivers/xen/netfront/Makefile                       |    4 
 tip2/drivers/xen/netfront/netfront.c                     | 1524 ++++++++
 tip2/drivers/xen/pciback/Makefile                        |   10 
 tip2/drivers/xen/pciback/conf_space.c                    |  345 +
 tip2/drivers/xen/pciback/conf_space.h                    |   97 
 tip2/drivers/xen/pciback/conf_space_header.c             |  267 +
 tip2/drivers/xen/pciback/passthrough.c                   |  157 
 tip2/drivers/xen/pciback/pci_stub.c                      |  695 +++
 tip2/drivers/xen/pciback/pciback.h                       |   78 
 tip2/drivers/xen/pciback/pciback_ops.c                   |   74 
 tip2/drivers/xen/pciback/vpci.c                          |  204 +
 tip2/drivers/xen/pciback/xenbus.c                        |  441 ++
 tip2/drivers/xen/pcifront/Makefile                       |    7 
 tip2/drivers/xen/pcifront/pci.c                          |   46 
 tip2/drivers/xen/pcifront/pci_op.c                       |  272 +
 tip2/drivers/xen/pcifront/pcifront.h                     |   40 
 tip2/drivers/xen/pcifront/xenbus.c                       |  294 +
 tip2/drivers/xen/privcmd/Makefile                        |    2 
 tip2/drivers/xen/privcmd/privcmd.c                       |  303 +
 tip2/drivers/xen/tpmback/Makefile                        |    4 
 tip2/drivers/xen/tpmback/common.h                        |   91 
 tip2/drivers/xen/tpmback/interface.c                     |  194 +
 tip2/drivers/xen/tpmback/tpmback.c                       | 1060 +++++
 tip2/drivers/xen/tpmback/xenbus.c                        |  329 +
 tip2/drivers/xen/tpmfront/Makefile                       |    2 
 tip2/drivers/xen/tpmfront/tpmfront.c                     |  768 ++++
 tip2/drivers/xen/tpmfront/tpmfront.h                     |   40 
 tip2/drivers/xen/util.c                                  |   80 
 tip2/drivers/xen/xenbus/Makefile                         |    8 
 tip2/drivers/xen/xenbus/xenbus_client.c                  |  412 ++
 tip2/drivers/xen/xenbus/xenbus_comms.c                   |  218 +
 tip2/drivers/xen/xenbus/xenbus_comms.h                   |   53 
 tip2/drivers/xen/xenbus/xenbus_dev.c                     |  252 +
 tip2/drivers/xen/xenbus/xenbus_probe.c                   | 1083 +++++
 tip2/drivers/xen/xenbus/xenbus_xs.c                      |  856 ++++
 tip2/fs/Kconfig                                          |    1 
 tip2/include/asm-i386/a.out.h                            |    2 
 tip2/include/asm-i386/apic.h                             |    2 
 tip2/include/asm-i386/elf.h                              |    7 
 tip2/include/asm-i386/fixmap.h                           |   13 
 tip2/include/asm-i386/mach-default/mach_traps.h          |   12 
 tip2/include/asm-i386/mach-xen/asm/agp.h                 |   37 
 tip2/include/asm-i386/mach-xen/asm/desc.h                |  164 
 tip2/include/asm-i386/mach-xen/asm/dma-mapping.h         |  156 
 tip2/include/asm-i386/mach-xen/asm/fixmap.h              |  156 
 tip2/include/asm-i386/mach-xen/asm/floppy.h              |  147 
 tip2/include/asm-i386/mach-xen/asm/highmem.h             |   81 
 tip2/include/asm-i386/mach-xen/asm/hw_irq.h              |   73 
 tip2/include/asm-i386/mach-xen/asm/hypercall.h           |  357 +
 tip2/include/asm-i386/mach-xen/asm/hypervisor.h          |  224 +
 tip2/include/asm-i386/mach-xen/asm/io.h                  |  389 ++
 tip2/include/asm-i386/mach-xen/asm/kmap_types.h          |   32 
 tip2/include/asm-i386/mach-xen/asm/mmu.h                 |   21 
 tip2/include/asm-i386/mach-xen/asm/mmu_context.h         |  105 
 tip2/include/asm-i386/mach-xen/asm/page.h                |  326 +
 tip2/include/asm-i386/mach-xen/asm/param.h               |   24 
 tip2/include/asm-i386/mach-xen/asm/pci.h                 |  154 
 tip2/include/asm-i386/mach-xen/asm/pgalloc.h             |   64 
 tip2/include/asm-i386/mach-xen/asm/pgtable-2level-defs.h |   21 
 tip2/include/asm-i386/mach-xen/asm/pgtable-2level.h      |   85 
 tip2/include/asm-i386/mach-xen/asm/pgtable-3level-defs.h |   25 
 tip2/include/asm-i386/mach-xen/asm/pgtable-3level.h      |  183 +
 tip2/include/asm-i386/mach-xen/asm/pgtable.h             |  520 ++
 tip2/include/asm-i386/mach-xen/asm/processor.h           |  756 ++++
 tip2/include/asm-i386/mach-xen/asm/ptrace.h              |   90 
 tip2/include/asm-i386/mach-xen/asm/scatterlist.h         |   22 
 tip2/include/asm-i386/mach-xen/asm/segment.h             |  117 
 tip2/include/asm-i386/mach-xen/asm/setup.h               |   64 
 tip2/include/asm-i386/mach-xen/asm/smp.h                 |  104 
 tip2/include/asm-i386/mach-xen/asm/spinlock.h            |  200 +
 tip2/include/asm-i386/mach-xen/asm/swiotlb.h             |   43 
 tip2/include/asm-i386/mach-xen/asm/synch_bitops.h        |  141 
 tip2/include/asm-i386/mach-xen/asm/system.h              |  576 +++
 tip2/include/asm-i386/mach-xen/asm/tlbflush.h            |  102 
 tip2/include/asm-i386/mach-xen/asm/vga.h                 |   20 
 tip2/include/asm-i386/mach-xen/irq_vectors.h             |  125 
 tip2/include/asm-i386/mach-xen/mach_traps.h              |   33 
 tip2/include/asm-i386/mach-xen/setup_arch_post.h         |   54 
 tip2/include/asm-i386/mach-xen/setup_arch_pre.h          |    5 
 tip2/include/asm-i386/page.h                             |    4 
 tip2/include/asm-i386/pgtable-2level-defs.h              |    2 
 tip2/include/asm-i386/pgtable-3level-defs.h              |    2 
 tip2/include/asm-ia64/fixmap.h                           |    2 
 tip2/include/asm-ia64/gcc_intrin.h                       |   60 
 tip2/include/asm-ia64/hypercall.h                        |  274 +
 tip2/include/asm-ia64/hypervisor.h                       |  138 
 tip2/include/asm-ia64/intel_intrin.h                     |   68 
 tip2/include/asm-ia64/meminit.h                          |    5 
 tip2/include/asm-ia64/pal.h                              |    1 
 tip2/include/asm-ia64/privop.h                           |   59 
 tip2/include/asm-ia64/processor.h                        |    1 
 tip2/include/asm-ia64/synch_bitops.h                     |   61 
 tip2/include/asm-ia64/system.h                           |    4 
 tip2/include/asm-ia64/xen/privop.h                       |  277 +
 tip2/include/asm-um/page.h                               |    2 
 tip2/include/asm-x86_64/apic.h                           |    2 
 tip2/include/asm-x86_64/hw_irq.h                         |    2 
 tip2/include/asm-x86_64/mach-xen/asm/arch_hooks.h        |   27 
 tip2/include/asm-x86_64/mach-xen/asm/bootsetup.h         |   42 
 tip2/include/asm-x86_64/mach-xen/asm/desc.h              |  263 +
 tip2/include/asm-x86_64/mach-xen/asm/dma-mapping.h       |  191 +
 tip2/include/asm-x86_64/mach-xen/asm/dmi.h               |   29 
 tip2/include/asm-x86_64/mach-xen/asm/fixmap.h            |  114 
 tip2/include/asm-x86_64/mach-xen/asm/floppy.h            |  206 +
 tip2/include/asm-x86_64/mach-xen/asm/hw_irq.h            |  141 
 tip2/include/asm-x86_64/mach-xen/asm/hypercall.h         |  357 +
 tip2/include/asm-x86_64/mach-xen/asm/hypervisor.h        |    2 
 tip2/include/asm-x86_64/mach-xen/asm/io.h                |  327 +
 tip2/include/asm-x86_64/mach-xen/asm/irq.h               |   39 
 tip2/include/asm-x86_64/mach-xen/asm/mmu.h               |   33 
 tip2/include/asm-x86_64/mach-xen/asm/mmu_context.h       |  134 
 tip2/include/asm-x86_64/mach-xen/asm/msr.h               |  399 ++
 tip2/include/asm-x86_64/mach-xen/asm/nmi.h               |   75 
 tip2/include/asm-x86_64/mach-xen/asm/page.h              |  317 +
 tip2/include/asm-x86_64/mach-xen/asm/param.h             |   23 
 tip2/include/asm-x86_64/mach-xen/asm/pci.h               |  174 
 tip2/include/asm-x86_64/mach-xen/asm/pgalloc.h           |  226 +
 tip2/include/asm-x86_64/mach-xen/asm/pgtable.h           |  564 +++
 tip2/include/asm-x86_64/mach-xen/asm/processor.h         |  494 ++
 tip2/include/asm-x86_64/mach-xen/asm/ptrace.h            |  125 
 tip2/include/asm-x86_64/mach-xen/asm/smp.h               |  153 
 tip2/include/asm-x86_64/mach-xen/asm/synch_bitops.h      |    2 
 tip2/include/asm-x86_64/mach-xen/asm/system.h            |  428 ++
 tip2/include/asm-x86_64/mach-xen/asm/timer.h             |   67 
 tip2/include/asm-x86_64/mach-xen/asm/tlbflush.h          |  104 
 tip2/include/asm-x86_64/mach-xen/asm/vga.h               |   20 
 tip2/include/asm-x86_64/mach-xen/asm/xor.h               |  328 +
 tip2/include/asm-x86_64/mach-xen/irq_vectors.h           |  123 
 tip2/include/asm-x86_64/mach-xen/mach_time.h             |  111 
 tip2/include/asm-x86_64/mach-xen/mach_timer.h            |   48 
 tip2/include/asm-x86_64/mach-xen/setup_arch_post.h       |   41 
 tip2/include/asm-x86_64/mach-xen/setup_arch_pre.h        |    5 
 tip2/include/linux/gfp.h                                 |    6 
 tip2/include/linux/highmem.h                             |    6 
 tip2/include/linux/mm.h                                  |   13 
 tip2/include/linux/pfn.h                                 |    2 
 tip2/include/linux/skbuff.h                              |   13 
 tip2/include/xen/balloon.h                               |   73 
 tip2/include/xen/driver_util.h                           |   26 
 tip2/include/xen/evtchn.h                                |  126 
 tip2/include/xen/features.h                              |   20 
 tip2/include/xen/foreign_page.h                          |   40 
 tip2/include/xen/gnttab.h                                |  126 
 tip2/include/xen/hypervisor_sysfs.h                      |   32 
 tip2/include/xen/interface/acm.h                         |  181 
 tip2/include/xen/interface/acm_ops.h                     |   98 
 tip2/include/xen/interface/arch-ia64.h                   |  337 +
 tip2/include/xen/interface/arch-x86_32.h                 |  200 +
 tip2/include/xen/interface/arch-x86_64.h                 |  273 +
 tip2/include/xen/interface/callback.h                    |   57 
 tip2/include/xen/interface/dom0_ops.h                    |  531 ++
 tip2/include/xen/interface/event_channel.h               |  211 +
 tip2/include/xen/interface/features.h                    |   53 
 tip2/include/xen/interface/grant_table.h                 |  311 +
 tip2/include/xen/interface/hvm/hvm_info_table.h          |   24 
 tip2/include/xen/interface/hvm/ioreq.h                   |   94 
 tip2/include/xen/interface/hvm/vmx_assist.h              |   97 
 tip2/include/xen/interface/io/blkif.h                    |   85 
 tip2/include/xen/interface/io/console.h                  |   33 
 tip2/include/xen/interface/io/netif.h                    |   84 
 tip2/include/xen/interface/io/pciif.h                    |   55 
 tip2/include/xen/interface/io/ring.h                     |  265 +
 tip2/include/xen/interface/io/tpmif.h                    |   56 
 tip2/include/xen/interface/io/xenbus.h                   |   42 
 tip2/include/xen/interface/io/xs_wire.h                  |   97 
 tip2/include/xen/interface/memory.h                      |  155 
 tip2/include/xen/interface/nmi.h                         |   59 
 tip2/include/xen/interface/physdev.h                     |   71 
 tip2/include/xen/interface/sched.h                       |  100 
 tip2/include/xen/interface/sched_ctl.h                   |   64 
 tip2/include/xen/interface/trace.h                       |   86 
 tip2/include/xen/interface/vcpu.h                        |  119 
 tip2/include/xen/interface/version.h                     |   64 
 tip2/include/xen/interface/xen-compat.h                  |   34 
 tip2/include/xen/interface/xen.h                         |  459 ++
 tip2/include/xen/interface/xenoprof.h                    |   72 
 tip2/include/xen/net_driver_util.h                       |   58 
 tip2/include/xen/pcifront.h                              |   39 
 tip2/include/xen/public/evtchn.h                         |  101 
 tip2/include/xen/public/privcmd.h                        |   94 
 tip2/include/xen/tpmfe.h                                 |   40 
 tip2/include/xen/xen_proc.h                              |   23 
 tip2/include/xen/xenbus.h                                |  306 +
 tip2/include/xen/xencons.h                               |   14 
 tip2/kernel/Kconfig.preempt                              |    1 
 tip2/kernel/irq/manage.c                                 |   24 
 tip2/lib/Kconfig.debug                                   |   31 
 tip2/lib/Makefile                                        |    3 
 tip2/mm/Kconfig                                          |    3 
 tip2/mm/highmem.c                                        |   11 
 tip2/mm/memory.c                                         |  116 
 tip2/mm/mmap.c                                           |    4 
 tip2/mm/page_alloc.c                                     |    6 
 tip2/net/core/dev.c                                      |   50 
 tip2/net/core/skbuff.c                                   |   41 
 tip2/net/ipv4/netfilter/ip_nat_proto_tcp.c               |    6 
 tip2/net/ipv4/netfilter/ip_nat_proto_udp.c               |    9 
 tip2/scripts/Makefile.xen                                |   14 
 387 files changed, 79999 insertions(+), 856 deletions(-)

Index: linux-2.6-xen.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/linux-2.6-xen.patch,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- linux-2.6-xen.patch	17 Apr 2006 20:52:10 -0000	1.10
+++ linux-2.6-xen.patch	19 Apr 2006 03:45:17 -0000	1.11
@@ -84133,13 +84133,12 @@
 +obj-y := $(call cherrypickxen, $(obj-y))
 +extra-y := $(call cherrypickxen, $(extra-y))
 +endif
-diff -uNp linux-2.6.16.noarch/init/Kconfig.orig linux-2.6.16.noarch/init/Kconfig
---- linux-2.6.16.noarch/init/Kconfig.orig	2006-04-17 22:33:15.000000000 +0200
-+++ linux-2.6.16.noarch/init/Kconfig	2006-04-17 22:33:54.000000000 +0200
-@@ -377,6 +377,7 @@ config SLAB
+--- linux-2.6.16.noarch/arch/i386/Kconfig.debug~	2006-04-18 22:40:38.000000000 -0500
++++ linux-2.6.16.noarch/arch/i386/Kconfig.debug	2006-04-18 22:41:11.000000000 -0500
+@@ -84,6 +84,7 @@ config X86_MPPARSE
  config DOUBLEFAULT
  	default y
- 	bool "Enable doublefault exception handler" if EMBEDDED && X86_32
+ 	bool "Enable doublefault exception handler" if EMBEDDED
 +	depends on !X86_NO_TSS
  	help
            This option allows trapping of rare doublefault exceptions that


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/sources,v
retrieving revision 1.350
retrieving revision 1.351
diff -u -r1.350 -r1.351
--- sources	18 Apr 2006 18:48:20 -0000	1.350
+++ sources	19 Apr 2006 03:45:19 -0000	1.351
@@ -1,4 +1,3 @@
 9a91b2719949ff0856b40bc467fd47be  linux-2.6.16.tar.bz2
-ee1b5bf019ec60a34ef7bf1b2a0c1291  patch-2.6.17-rc1.bz2
 e8e055329db3aad40a010ded0f8bdcf9  xen-20060413.tar.bz2
-adf86e3084d31a02ed1fc4ed84932bee  patch-2.6.17-rc1-git13.bz2
+87c4ea50e1b25ad808b65ad3fb19a9b5  patch-2.6.17-rc2.bz2


Index: upstream
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/upstream,v
retrieving revision 1.321
retrieving revision 1.322
diff -u -r1.321 -r1.322
--- upstream	18 Apr 2006 18:48:20 -0000	1.321
+++ upstream	19 Apr 2006 03:45:19 -0000	1.322
@@ -1,3 +1,2 @@
 linux-2.6.16.tar.bz2
-patch-2.6.17-rc1.bz2
-patch-2.6.17-rc1-git13.bz2
+patch-2.6.17-rc2.bz2


--- patch-2.6.17-rc1-git13.bz2.sign DELETED ---


--- patch-2.6.17-rc1.bz2.sign DELETED ---




More information about the fedora-cvs-commits mailing list