rpms/kernel-xen-2.6/devel .cvsignore, 1.8, 1.9 kernel.spec, 1.2, 1.3 sources, 1.8, 1.9 xen-version-strings.patch, 1.4, 1.5

Eduardo Habkost (ehabkost) fedora-extras-commits at redhat.com
Wed Nov 14 20:13:40 UTC 2007


Author: ehabkost

Update of /cvs/pkgs/rpms/kernel-xen-2.6/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26862

Modified Files:
	.cvsignore kernel.spec sources xen-version-strings.patch 
Log Message:
Updated HV to official 3.1.0



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kernel-xen-2.6/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	13 Sep 2007 23:14:06 -0000	1.8
+++ .cvsignore	14 Nov 2007 20:13:07 -0000	1.9
@@ -1,4 +1,4 @@
-xen-3.1.0-rc7-7041b52471c3.tar.bz2
 linux-2.6.21.tar.bz2
 patch-2.6.21.7.bz2
 linux-2.6.21.7-xen-3.1.0.patch.bz2
+xen-3.1.0-src.tgz


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel-xen-2.6/devel/kernel.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- kernel.spec	29 Oct 2007 17:29:06 -0000	1.2
+++ kernel.spec	14 Nov 2007 20:13:07 -0000	1.3
@@ -188,8 +188,8 @@
 
 %define make_target bzImage
 
-%define xen_hv_version 3.1.0-rc7
-%define xen_hv_cset 7041b52471c3
+%define xen_hv_version 3.1.0
+%define xen_hv_dirname xen-%{xen_hv_version}-src
 %define xen_flags verbose=y crash_debug=y
 %define xen_target vmlinuz
 %define xen_image vmlinuz
@@ -538,7 +538,7 @@
 %endif
 
 Source0: ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-%{kversion}.tar.bz2
-Source1: xen-%{xen_hv_version}-%{xen_hv_cset}.tar.bz2
+Source1: xen-%{xen_hv_version}-src.tgz
 Source2: Config.mk
 
 Source10: COPYING.modules
@@ -1745,7 +1745,7 @@
   rm -rf xen
 fi
 %setup -D -T -q -n kernel-%{kversion} -a1
-cd xen-%{xen_hv_version}-%{xen_hv_cset}/
+cd %{xen_hv_dirname}/
 # Any necessary hypervisor patches go here
 %patch20000 -p1
 %patch20001 -p1
@@ -1973,7 +1973,7 @@
 
 %if %{includexen}
 %if %{with_xen}
-  cd xen-%{xen_hv_version}-%{xen_hv_cset}/xen/
+  cd {xen_hv_dirname}/xen/
   mkdir -p $RPM_BUILD_ROOT/%{image_install_path} $RPM_BUILD_ROOT/boot
   make %{?_smp_mflags} %{xen_flags}
   install -m 644 xen.gz $RPM_BUILD_ROOT/%{image_install_path}/xen.gz-%{KVERREL}
@@ -2275,33 +2275,309 @@
 %kernel_variant_files -k vmlinux %{with_kdump} kdump
 %kernel_variant_files -a /%{image_install_path}/xen*-%{KVERREL} -e /etc/ld.so.conf.d/kernelcap-%{KVERREL}.conf %{with_xen} xen
 
-#                    ____ _____ ___  ____  _ 
-#                   / ___|_   _/ _ \|  _ \| |
-#                   \___ \ | || | | | |_) | |
-#                    ___) || || |_| |  __/|_|
-#                   |____/ |_| \___/|_|   (_)
-#                           
-# Builds to rawhide aren't happening yet, so if you're committing here,
-# you're probably committing to the wrong place.
-# Checkout F-8/ and commit there.
-#
+
 %changelog
-* Mon Oct 22 2007 Dave Jones <davej at redhat.com>
-- 2.6.23-git17
+* Wed Nov 14 2007 Eduardo Habkost <ehabkost at redhat.com>
+- Update HV to 3.1.0 official release
+
+* Mon Oct 29 2007  Eduardo Habkost <ehabkost at redhat.com>
+- Pulled spec file from non-xen kernel
+  - Enabled -debuginfo packages (bug #336351)
+
+* Wed Oct 10 2007 Eduardo Habkost <ehabkost at redhat.com>
+- Remove bogus WARN_ON() from synchronize_irq() (bug #293451)
+
+* Mon Oct 08 2007 Eduardo Habkost <ehabkost at redhat.com>
+- Add patch to fix BUG_ON() Oops caused by privcmd (bug #323031)
+
+* Thu Sep 27 2007 Eduardo Habkost <ehabkost at redhat.com>
+- Fix 3w-9xxx to use PCI resources properly and work under Xen (bug #309611)
+
+* Wed Sep 26 2007 Eduardo Habkost <ehabkost at redhat.com>
+- Disable Firewire on i686. It is not supported by the current
+  Xen swiotlb implementation (bug #307461)
+
+* Thu Sep 20 2007 Eduardo Habkost <ehabkost at redhat.com>
+- Fix sleazy-fpu implementation to actually avoid on fpu-intensive
+  programs
+
+* Thu Sep 20 2007 Eduardo Habkost <ehabkost at redhat.com>
+- Add fix for bug #294011 (floating point corruption)
+  (changeset 8c24767501ff from Xen 3.1.1)
+
+* Thu Sep 13 2007 Eduardo Habkost <ehabkost at redhat.com>
+- Rebase to 2.6.21.7
+
+* Thu Sep 13 2007 Eduardo Habkost <ehabkost at redhat.com>
+- Fix for bug #248398: HVM domain hangs during (F-7) install.
+  Backported fix from xen-unstable: 15239:656b8175f4f2
+
+* Thu Sep 13 2007 Eduardo Habkost <ehabkost at redhat.com>
+- Make hypervisor patches relative to the xen HG tree, not only the
+  hypervisor subdirectory. This makes easier to import patches from
+  upstream.
+
+* Wed Sep 12 2007 Eduardo Habkost <ehabkost at redhat.com>
+- Disable CONFIG_HIGHPTE. It is not reliable and cause performance loss
+  under Xen.
+
+* Thu Sep 06 2007 Eduardo Habkost <ehabkost at redhat.com>
+- Include modules.block and modules.networking on the package (bug #280731)
+
+* Thu Aug 30 2007 Eduardo Habkost <ehabkost at redhat.com>
+- Provides: xen-hypervisor-abi = 3.1 (bug #269581)
+
+* Wed Aug 29 2007 Eduardo Habkost <ehabkost at redhat.com>
+- BuildRequires: /bin/awk. It is needed by Xen and not included
+  on the default Koji buildroot anymore
+
+* Mon Aug 27 2007 Eduardo Habkost <ehabkost at redhat.com>
+- Disabled KVM on config files. It wouldn't work on kernel-xen and
+  causes crashes when loaded
+
+* Mon Aug 20 2007 Eduardo Habkost <ehabkost at redhat.com>
+- Use %%if %%{includexen} around the xen-specific patches
+- Add linux-2.6-xen-irq_vector-uninitialize.patch:
+  Fix Xen IRQ handling bug that was introduced on the rebase
+  to 2.6.21. It may fix some problems reported on bug #252301
+
+* Thu Aug 09 2007 Eduardo Habkost <ehabkost at redhat.com>
+- Add linux-2.6-xen-backwards-time.patch from linux-2.6.18-xen.hg
+  changeset 87bb8705768a. This should fix bug #236307
+
+* Tue Aug 07 2007 Eduardo Habkost <ehabkost at redhat.com>
+- Re-add linux-2.6-disable-netback-checksum.patch. The other checksum
+  patches are already included on linux-2.6-xen-3.1.0.patch.
+
+* Mon Aug 06 2007 Eduardo Habkost <ehabkost at redhat.com>
+- Xenoprof: fix DOMAIN_SWITCH_CODE value according to oprofile 0.9.3
+  (Markus Armbruster)
+
+* Tue Jul 24 2007 Eduardo Habkost <ehabkost at redhat.com>
+- Rebase to 2.6.21.6
+
+* Wed Jul 20 2007 Eduardo Habkost <ehabkost at redhat.com>
+- Update xen patch to xen 3.1.0
+- Remove old network checksum patches. They should be
+  already included in the xen patch
+
+* Tue Jul 17 2007 Eduardo Habkost <ehabkost at redhat.com>
+- Make blkfront module wait for the disk to be added (bug #248462)
+- Rebase to 2.6.20.14
+
+* Thu Jul 12 2007 Eduardo Habkost <ehabkost at redhat.com>
+- Remove #ifdef CONFIG_PM from acpi poweroff code (fix bug #241381)
+- BuildRequires: python for xen buildsystem mkheader.py
+
+* Mon Jun 11 2007 Eduardo Habkost <ehabkost at redhat.com>
+- Added fix to bug #215201: linux-2.6-xen-fix-nosegneg-detection.patch
+- Disabled CONFIG_PROVE_LOCKING, as the xen code doesn't support it.
+  See bug #239601
+
+* Tue May 22 2007 Eduardo Habkost <ehabkost at redhat.com>
+- Add patch from bug #209429: linux-2.6-xen-iscsi-x86_64-no_iommu_init.patch
+
+* Thu May 10 2007  <quintela at redhat.com>
+- sync irq/manage.c with upstream (Markus).
+- correctly init smpboot.c for xen (Chris Wright).
+- pop %gs is a 2 bytes opcode (sct).
+
+* Tue May  8 2007  <quintela at redhat.com>
+- Disable kvm on xen kernels
+
+* Fri May 04 2007 Eduardo Habkost <ehabkost at redhat.com>
+- Updated Xen Hypervisor tarball to 3.1.0-rc7, hg cset 7041b52471c3
+
+* Tue May 01 2007 Eduardo Habkost <ehabkost at redhat.com>
+- Updated Xen Hypervisor to 3.0.5-rc4, hg cset 1668299c0ea4
+- Added smp and vgetcpu fixes (bug #238015)
+- Added patch from Heberter Xu, disabling checksum on netback,
+  to work around problems with DHCP and partial checksums on guests
+
+* Fri Apr 27 2007 Eduardo Habkost <ehabkost at redhat.com>
+- Updated Xen Hypervisor to 3.0.5-rc3, hg cset 14934
+- Included checksum patches to fix bug #223258
+
+* Thu Mar 22 2007 Juan Quintela <quintela at redhat.com>
+- disable alternative firewire stack for x86_64, it hangs kernel
+  during boot.
+
+* Thu Mar 22 2007 Juan Quintela <quintela at redhat.com>
+- Add missing git-geode.patch.
+- Re-enable Xen and update to 2.6.20-3.0.4 version.
+- Update to 2.6.20.3.
+
+* Mon Feb 12 2007 Kristian Høgsberg <krh at redhat.com>
+- Update firewire patch with latest usptream changes.
+
+* Mon Feb  5 2007 Dave Jones <davej at redhat.com>
+- Fix attr2 corruption with btree data extents
+
+* Sun Feb  4 2007 Dave Jones <davej at redhat.com>
+- 2.6.20
+- Move xen sources out of kernel-xen-devel. (Don Zickus)
+
+* Sat Feb  3 2007 Dave Jones <davej at redhat.com>
+- 2.6.20-rc7-git1
+
+* Wed Jan 31 2007 Dave Jones <davej at redhat.com>
+- 2.6.20rc7
+
+* Tue Jan 30 2007 Dave Jones <davej at redhat.com>
+- 2.6.20rc6-git2
+
+* Mon Jan 29 2007 Chuck Ebbert <cebbert at redhat.com>
+- 2.6.20rc6-git1
+
+* Fri Jan 26 2007 Bill Nottingham <notting at redhat.com>
+- turn on CONFIG_SYSFS_DEPRECATED so that things actually work. *sigh*
+
+* Tue Jan 23 2007 Jeremy Katz <katzj at redhat.com>
+- temporarily restore START_ARRAY ioctl for mdraid so that we can have mdraid
+  in test1
+
+* Sun Jan 14 2007 Roland McGrath <roland at redhat.com>
+- utrace update: PTRACE_TRACEME fix
+
+* Thu Jan 11 2007 Kristian Høgsberg <krh at redhat.com>
+- Add and enable alternative firewire stack.
+
+* Thu Jan 11 2007 Jeremy Katz <katzj at redhat.com>
+- disable nmi watchdog by default
+
+* Wed Jan 10 2007 Dave Jones <davej at redhat.com>
+- 2.6.20rc4-git4
+- PIIX3 PATA support.
+
+* Sun Jan  7 2007 Dave Jones <davej at redhat.com>
+- 2.6.20rc4
+
+* Sat Jan  6 2007 Dave Jones <davej at redhat.com>
+- 2.6.20rc3-git4
+
+* Mon Jan  1 2007 Dave Jones <davej at redhat.com>
+- 2.6.20rc3
+
+* Mon Jan  1 2007 David Woodhouse <dwmw2 at redhat.com>
+- Fix fallout from half-baked upstream IBM vSCSI patch
+
+* Mon Jan  1 2007 David Woodhouse <dwmw2 at redhat.com>
+- Fix BUG() in assembler in PowerPC
+- Fix Maple IDE IRQ
+
+* Sun Dec 31 2006 Dave Jones <davej at redhat.com>
+- 2.6.20rc2-git2
+
+* Fri Dec 29 2006 Dave Jones <davej at redhat.com>
+- 2.6.20rc2-git1
+
+* Fri Dec 29 2006 David Woodhouse <dwmw2 at redhat.com>
+- Update USB endianness patches
+
+* Wed Dec 27 2006 Dave Jones <davej at redhat.com>
+- 2.6.20rc2
+
+* Thu Dec 21 2006 David Woodhouse <dwmw2 at redhat.com>
+- Fix IPv6 checksum handling
+- Add MODULE_ALIAS() to pata_mpc52xx driver
+
+* Wed Dec 20 2006 David Woodhouse <dwmw2 at redhat.com>
+- Fix BE OHCI support -- write only BE not BE and _then_ LE. Doh.
+
+* Tue Dec 19 2006 David Woodhouse <dwmw2 at redhat.com>
+- Fix ebus oops
+- Actually make it possible to include iSeries in the generic PPC64 kernel
+
+* Tue Dec 19 2006 David Woodhouse <dwmw2 at redhat.com>
+- Include iSeries in the generic PPC64 kernel now that's possible
+- Fix squashfs
+- Fix softmac fallout from work_struct changes
+- Update OF uevent handler patch
+
+* Mon Dec 18 2006 David Woodhouse <dwmw2 at redhat.com>
+- Enable CONFIG_IDE on PowerPC, for PMAC. Need pata_pmac driver...
+- Fix the deleteme handling
+- Fix build on platforms without writel_be()
+- Fix connector build failure
+
+* Sun Dec 17 2006 Dave Jones <davej at redhat.com>
+- 2.6.20rc1-git5
+
+* Sun Dec 17 2006 David Woodhouse <dwmw2 at redhat.com>
+- Enable Efika platform support
+- Temporarily provide __ucmpdi2 on ppc32 to work around GCC PR #25724
+
+* Thu Dec 14 2006 Dave Jones <davej at redhat.com>
+- 2.6.20rc1-git1
+- libata: don't initialize sg in ata_exec_internal() if DMA_NONE
+
+* Wed Dec 13 2006 Dave Jones <davej at redhat.com>
+- Kill off -kdump for 686.
+
+* Wed Dec 13 2006 David Woodhouse <dwmw2 at redhat.com>
+- Fix and re-enable ppc, ppc64, ppciseries builds
+- Fix hdrcheck.sh invocation
+- %%_target_cpu in BuildRoot to allow parallel builds
+
+* Tue Dec 12 2006 Dave Jones <davej at redhat.com>
+- 2.6.19-git19
+
+* Tue Dec 12 2006 Dave Jones <davej at redhat.com>
+- 2.6.19-git18
+
+* Fri Dec  8 2006 Dave Jones <davej at redhat.com>
+- 2.6.19-git12
+
+* Thu Dec  7 2006 Dave Jones <davej at redhat.com>
+- 2.6.19-git9
+
+* Tue Dec  5 2006 David Woodhouse <dwmw2 at redhat.com>
+- Remove cell_defconfig update from Mambo patch
+- Drop 64KiB CI page patch which is fixed differently upstream
+
+* Tue Dec  5 2006 Dave Jones <davej at redhat.com>
+- 2.6.19-git7
+
+* Mon Dec  4 2006 Dave Jones <davej at redhat.com>
+- 2.6.19-git5
+
+* Wed Nov 29 2006 Dave Jones <davej at redhat.com>
+- 2.6.19
+
+* Mon Nov 27 2006 Dave Jones <davej at redhat.com>
+- 2.6.19-rc6-git10
+
+* Thu Nov 23 2006 David Woodhouse <dwmw2 at redhat.com>
+- Update Cell systemsim support (#217078)
+- Fix utrace vs. Cell SPU (#217079)
+- Enable Maple support
+
+* Fri Nov 17 2006 Dave Jones <davej at redhat.com>
+- 2.6.19rc6
+- Merge squashfs changes from FC6.
+- Disable W1
+
+* Fri Nov 10 2006 Dave Jones <davej at redhat.com>
+- Separate -debug kernels.
+
+* Thu Nov  9 2006 Dave Jones <davej at redhat.com>
+- 2.6.19rc5-git2
+- Bump HZ to 1000
+
+* Wed Nov  8 2006 Dave Jones <davej at redhat.com>
+- 2.6.19rc5-git1
 
-* Thu Oct 18 2007 John W. Linville <linville at redhat.com>
-- Latest wireless updates from upstream
-- Update rt2x00 to 2.0.11
-- Convert some wireless drivers to use round_jiffies_relative
+* Tue Nov  7 2006 Dave Jones <davej at redhat.com>
+- 2.6.19rc5
 
-* Wed Oct 17 2007 Dave Jones <davej at redhat.com>
-- 2.6.23-git12
+* Mon Nov  6 2006 Dave Jones <davej at redhat.com>
+- 2.6.19rc4-git11
 
-* Mon Oct 15 2007 Dave Jones <davej at redhat.com>
-- Work around E1000 corrupt EEPROM problem.
+* Tue Oct 31 2006 Dave Jones <davej at redhat.com>
+- 2.6.19rc4
 
-* Fri Oct 12 2007 Dave Jones <davej at redhat.com>
-- 2.6.23-git2
+* Sun Oct 29 2006 Dave Jones <davej at redhat.com>
+- 2.6.19rc3
 
-* Fri Oct 12 2007 Dave Jones <davej at redhat.com>
-- Start F9 branch.
+* Fri Oct 13 2006 Dave Jones <davej at redhat.com>
+- 2.6.19rc2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kernel-xen-2.6/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	13 Sep 2007 23:14:06 -0000	1.8
+++ sources	14 Nov 2007 20:13:07 -0000	1.9
@@ -1,4 +1,4 @@
-b73a966a55f3907020a1a29b4e2df64d  xen-3.1.0-rc7-7041b52471c3.tar.bz2
 1b515f588078dfa7f4bab2634bd17e80  linux-2.6.21.tar.bz2
 b9c8734471a454806c77f040fcf9869b  patch-2.6.21.7.bz2
 0b7a1468bcd3353b77494cbf0e97d2e4  linux-2.6.21.7-xen-3.1.0.patch.bz2
+b7ae1f652b071862ae4c90b72d549627  xen-3.1.0-src.tgz

xen-version-strings.patch:

Index: xen-version-strings.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel-xen-2.6/devel/xen-version-strings.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xen-version-strings.patch	13 Sep 2007 19:20:29 -0000	1.4
+++ xen-version-strings.patch	14 Nov 2007 20:13:07 -0000	1.5
@@ -6,8 +6,8 @@
  # All other places this is stored (eg. compile.h) should be autogenerated.
  export XEN_VERSION       = 3
  export XEN_SUBVERSION    = 1
--export XEN_EXTRAVERSION ?= .0-rc7$(XEN_VENDORVERSION)
-+export XEN_BASEVERSION  ?= .0-rc7$(XEN_VENDORVERSION)
+-export XEN_EXTRAVERSION ?= .0$(XEN_VENDORVERSION)
++export XEN_BASEVERSION  ?= .0$(XEN_VENDORVERSION)
 +export XEN_BUILDER      ?= 
 +export XEN_BUILDVERSION ?= 
 +export XEN_EXTRAVERSION ?= $(XEN_BASEVERSION)$(XEN_BUILDVERSION)




More information about the fedora-extras-commits mailing list