summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Marineau <marineam@gentoo.org>2008-02-22 23:48:15 +0000
committerMichael Marineau <marineam@gentoo.org>2008-02-22 23:48:15 +0000
commit84d0b1e067418efb2fdbdb2a413dc334c41ac0db (patch)
tree499fadd83cec56b53aaa66ef8656131d04cd78c9
parentUpdate 2.6.21 patches to the latest from fedora 8, sync up with other things ... (diff)
downloadxen-84d0b1e067418efb2fdbdb2a413dc334c41ac0db.tar.gz
xen-84d0b1e067418efb2fdbdb2a413dc334c41ac0db.tar.bz2
xen-84d0b1e067418efb2fdbdb2a413dc334c41ac0db.zip
update readme for 2.6.21
svn path=/patches/; revision=72
-rw-r--r--trunk/2.6.21/00000_README43
1 files changed, 22 insertions, 21 deletions
diff --git a/trunk/2.6.21/00000_README b/trunk/2.6.21/00000_README
index 0ccf631..f8255d6 100644
--- a/trunk/2.6.21/00000_README
+++ b/trunk/2.6.21/00000_README
@@ -19,31 +19,23 @@ Numbering
Patches
-------
-20950_linux-2.6.21.6-xen-3.1.0.patch
- Main Xen patch. generated by
- 'hg diff -r4edbf98e9507 -r3990a07432f0' from
- http://hg.et.redhat.com/kernel-dev/ehabkost/linux-2.6.21.y-xen-3.1.0
+01006_linux-2.6.21.7.patch
+ 2.6.21.6 -> 2.6.21.7 since genpatches stops at 2.6.21.6
-20952_linux-2.6-xen-x86_64-silence-up-apic-errors.patch
- Suppress APIC errors on UP x86-64.
+20950_linux-2.6.21.7-xen-3.1.0.patch
+ Main Xen patch.
-20960_linux-2.6-xen-blkfront-wait-add.patch
- Make blkfront module wait for the disk to be added (bug #248462)
+20xxx-?
+ Various bug-fix patches from Redhat.
-20961_linux-2.6-xen-backwards-time.patch
- Add linux-2.6-xen-backwards-time.patch from linux-2.6.18-xen.hg
- changeset 87bb8705768a. This should fix bug #236307
+30037_amd64-zero-extend-32bit-ptrace-xen.patch
+ [SECURITY] Zero extend all registers after ptrace in 32-bit entry path
+ (Xen).
+ See CVE-2007-4573
-20962_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
-
-21665_linux-2.6-disable-netback-checksum.patch
- 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.
-
-23000_linux-2.6-acpi-config_pm-poweroff.patch
- Remove #ifdef CONFIG_PM from acpi poweroff code (fix bug #241381)
+40001_i386-fix-xen_l1_entry_update-for-highptes.patch
+ Fix for kernels compiled with CONFIG_HIGHPTE.
+ Pulled from linux-2.6.18-xen.hg, changeset e79729740288.
50001_make-install.patch
Handle make install in a semi-sane way that plays nice with
@@ -62,3 +54,12 @@ Patches
50006_pgetable-build-fix.patch
Fix a function re-definition error when PAE is not enabled.
+
+50008_reenable-tls-warning.patch
+ Issue only one big fat tls warning as upstream xen does.
+
+50009_gentooify-tls-warning.patch
+ Change tls warning instructions to apply directly to Gentoo.
+
+50010_remove-pte_offset_map-redefinition.patch
+ Remove some apparently bogus code that was added in the 2.6.21 rebase.