summaryrefslogtreecommitdiff
blob: a1ae84d6332e428bb0dd028848b49bf0faf04602 (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
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)
2xxxx	Ubuntu, we use their Xen patch for >=2.6.22
4xxxx	Misc
5xxxx	Gentoo, Xen and other fixes for Redhat and/or Debian patches.

Patches
-------

20001_xen.patch
    Big fat xen patch, from Ubuntu's 2.6.22-14.46

20002_fix-pae-vmalloc-sync.patch

20003_fix-ia32entry-xen.patch
    Security fix, CVE-2007-4573

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
    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

50009_gentooify-tls-warning.patch
    Change tls warning instructions to apply directly to Gentoo.