blob: 0ccf63119cd25c5a30a8245c464712afff6eb88a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
|
Xen Patches README
------------------
These patches are intended to be stacked on top of genpatches-base.
Many of the patches included here are swiped from various sources which
use their own four digit patch numbering scheme, so we are stuck with five
digits to indiciate the source for easier tracking and re-syncing.
Numbering
---------
0xxxx Gentoo, not related to Xen. (in case we pull something from extras)
1xxxx XenSource, upstream Xen patch for 2.6.18
2xxxx Redhat, we use their Xen patch for >=2.6.20
3xxxx Debian, we use their security fixes for 2.6.18
5xxxx Gentoo, Xen and other fixes for Redhat and/or Debian patches.
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
20952_linux-2.6-xen-x86_64-silence-up-apic-errors.patch
Suppress APIC errors on UP x86-64.
20960_linux-2.6-xen-blkfront-wait-add.patch
Make blkfront module wait for the disk to be added (bug #248462)
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
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)
50001_make-install.patch
Handle make install in a semi-sane way that plays nice with
split domU/dom0 kernels.
50002_always-enable-xen-genapic.patch
Compile fix for non-SMP (UP) kernels. Since UP support is broken in
upstream Xen I'm not sure if I trust it or not. :-P
50003_console-tty-fix.patch
Steal tty1-63 as the upstream Xen release does so people don't get
any supprises. Redhat switched to using the special Xen tty device.
50004_quirks-no-smp-fix.patch
Another compile fix for non-SMP (UP) kernels.
50006_pgetable-build-fix.patch
Fix a function re-definition error when PAE is not enabled.
|