1 | README |
1 | README |
2 | -------------------------------------------------------------------------- |
2 | -------------------------------------------------------------------------- |
3 | This patchset is to be the 2.6 series of gentoo-sources. |
3 | This patchset is to be the 2.6 series of gentoo-sources. |
4 | it is designed for cross-compatibility, fixes and stability, with performance and additional |
4 | It is designed for cross-compatibility, fixes and stability, with performance |
5 | features/driver support being a second. |
5 | and additional features/driver support being a second. |
6 | |
6 | |
7 | Unless otherwise stated and marked as such, this kernel should be suitable for all environments. |
7 | Unless otherwise stated and marked as such, this kernel should be suitable for |
|
|
8 | all environments. |
8 | |
9 | |
9 | |
10 | |
10 | Patchset Numbering Scheme |
11 | Patchset Numbering Scheme |
11 | -------------------------------------------------------------------------- |
12 | -------------------------------------------------------------------------- |
12 | 1XXX critical fixes |
13 | |
13 | 1XX security |
14 | FIXES |
14 | 3XX arch-compat |
15 | 1000-1400 linux-stable |
15 | 9XX other |
16 | 1400-1500 linux-stable queue |
16 | 2XXX driver related patches |
17 | 1500-1700 security |
17 | 1XX network |
18 | 1700-1800 architecture-related |
18 | 3XX raid/storage |
19 | 1800-1900 mm/scheduling/misc |
19 | 5XX graphics/sound |
20 | 1900-2000 filesystems |
20 | 7XX motherboard |
21 | 2000-2100 networking core |
21 | 9XX other |
22 | 2100-2200 storage core |
22 | 3XXX performance patches |
23 | 2200-2300 power management (ACPI, APM) |
23 | 1XX cpu-task schedular & related |
24 | 2300-2400 bus (USB, IEEE1394, PCI, PCMCIA, ...) |
24 | 3XX disk/memory/swap I/O and management |
25 | 2400-2500 network drivers |
25 | 5XX graphics/sound |
26 | 2500-2600 storage drivers |
26 | 9XX other |
27 | 2600-2700 input |
27 | 4XXX additional features. |
28 | 2700-2900 media (graphics, sound, tv) |
28 | 1XX network |
29 | 2900-3000 other |
29 | 3XX raid/storage |
30 | 3000-4000 reserved |
30 | 5XX graphics/sound |
31 | |
31 | 7XX filesystem |
32 | FEATURES |
32 | 9XX other |
33 | 4000-4100 network |
33 | 5XXX experimental patches |
34 | 4100-4200 storage |
34 | 1XX network |
35 | 4200-4300 graphics |
35 | 3XX raid/storage |
36 | 4300-4400 filesystem |
36 | 5XX graphics/sound |
37 | 4400-4500 other |
37 | 7XX filesystem |
38 | |
38 | 9XX other |
|
|
39 | |
|
|
40 | Individual Patch Descriptions: |
39 | Individual Patch Descriptions: |
41 | -------------------------------------------------------------------------- |
40 | -------------------------------------------------------------------------- |
42 | |
41 | |
43 | Patch: 1340_sparc-obp64-naming.patch |
42 | Patch: 1000_linux-2.6.24.1.patch |
44 | From: http://marc.theaimsgroup.com/?l=linux-sparc&m=110314220200915&w=2 |
43 | From: http://www.kernel.org |
45 | Desc: Fix OBP naming on some sparc systems |
44 | Desc: Linux 2.6.24.1 |
46 | |
45 | |
47 | Patch: 1360_sparc-kconfig-depends.patch |
46 | Patch: 1001_linux-2.6.24.2.patch |
48 | From: eradicator@gentoo.org |
47 | From: http://www.kernel.org |
49 | Desc: Fix depends statements for some drivers |
48 | Desc: Linux 2.6.24.2 |
50 | |
49 | |
51 | Patch: 1362_sparc-kconfig-fb.patch |
50 | Patch: 1002_linux-2.6.24.3.patch |
52 | From: eradicator@gentoo.org |
51 | From: http://www.kernel.org |
53 | Desc: SPARC Kconfig cleanups to the framebuffer Kconfig |
52 | Desc: Linux 2.6.24.3 |
54 | |
53 | |
55 | Patch: 1399_sparc-U1-hme-lockup.patch |
54 | Patch: 1003_linux-2.6.24.4.patch |
56 | From: sparc patch tarball |
55 | From: http://www.kernel.org |
57 | Desc: Fix hme related lockup on u1s |
56 | Desc: Linux 2.6.24.4 |
58 | |
57 | |
59 | Patch: 4100_sky2-0.10.patch |
58 | Patch: 1400_prevent-gcc43-optimization-udivdi3.patch |
60 | From: netdev-2.6 tree |
59 | From: http://bugs.gentoo.org/show_bug.cgi?id=214654 |
61 | Desc: Driver for Marvell Yukon-2 ethernet adapters |
60 | Desc: Prevent gcc udivdi3 optimizations due to some unsupported archs. |
62 | |
61 | |
63 | Patch: 4101_deprecate-sk98lin.patch |
62 | Patch: 2100_sd-sr-medium-detection.patch |
64 | From: dsd@gentoo.org |
63 | From: http://bugs.gentoo.org/196879 |
65 | Desc: Add a note suggesting users try skge |
64 | Desc: Add early medium-not-present detection in sr/sd drivers |
66 | |
65 | |
|
|
66 | Patch: 2101_sr-follow-tray-status.patch |
|
|
67 | From: http://bugs.gentoo.org/196879 |
|
|
68 | Desc: Fix CDROM_DRIVE_STATUS ioctl implementation |
|
|
69 | |
|
|
70 | Patch: 2102_sr-test-unit-ready.patch |
|
|
71 | From: http://bugs.gentoo.org/196879 |
|
|
72 | Desc: Fix TEST_UNIT_READY for medium detection |
|
|
73 | |
|
|
74 | Patch: 2305_bluetooth-suspend-oops.patch |
|
|
75 | From: http://bugs.gentoo.org/211179 |
|
|
76 | Desc: Fix bluetooth rfcomm crash on suspend |
|
|
77 | |
|
|
78 | Patch: 2405_sis190-eeprom-mac.patch |
|
|
79 | From: http://bugs.gentoo.org/207706 |
|
|
80 | Desc: Fix reading of MAC address in sis190 driver |
|
|
81 | |
|
|
82 | Patch: 2505_usb-storage-motorola-rokr.patch |
|
|
83 | From: http://bugs.gentoo.org/212729 |
|
|
84 | Desc: Fix usb-storage access to Motorola ROKR phone |
|
|
85 | |
|
|
86 | Patch: 2510_ricoh-handle-susp-resum-disab.patch |
|
|
87 | From: http://bugs.gentoo.org/185581 |
|
|
88 | Desc: Handle suspend/resume in Ricoh MMC disabler |
|
|
89 | |
|
|
90 | Patch: 2515_ricoh-mmc-RL5c476.patch |
|
|
91 | From: http://bugs.gentoo.org/185581 |
|
|
92 | Desc: Extend ricoh_mmc to support Ricoh RL5c476 |
|
|
93 | |
|
|
94 | Patch: 2700_alsa-hda-lifebook-e8410.patch |
|
|
95 | From: Tony Vroon <chainsaw@gentoo.org> |
|
|
96 | Desc: Fix mixer controls for Fujitsu Lifebook E8410 sound chip |
|
|
97 | |
|
|
98 | Patch: 2900_bluetooth-usb-conwise-sco.patch |
|
|
99 | From: http://bugs.gentoo.org/203196 |
|
|
100 | Desc: Fix bluetooth log spam with a buggy conwise USB adapter |
|
|
101 | |
|
|
102 | Patch: 4000_xfrm-speedup.patch |
|
|
103 | From: http://bugs.gentoo.org/212381 |
|
|
104 | Desc: Allow more IPSEC connections |
|
|
105 | |
|
|
106 | Patch: 4005_afkey-large-databases.patch |
|
|
107 | From: http://bugs.gentoo.org/212381 |
|
|
108 | Desc: Allow more IPSEC connections |
|
|
109 | |
67 | Patch: 4305_dm-bbr.patch |
110 | Patch: 4105_dm-bbr.patch |
68 | From: EVMS 2.5.2 |
111 | From: EVMS 2.5.2 |
69 | Desc: Bad block relocation support for LiveCD users |
112 | Desc: Bad block relocation support for LiveCD users |
70 | |
113 | |
71 | Patch: 4320_promise-pdc2037x.patch |
114 | Patch: 4200_fbcondecor-0.9.4.patch |
72 | From: Jeff Garzik's libata-dev-2.6 tree |
|
|
73 | Desc: Adds support for Promise 2037x SATA controllers which have PATA ports |
|
|
74 | |
|
|
75 | Patch: 4351_megaraid-compatibility.patch |
|
|
76 | From: dsd@gentoo.org |
|
|
77 | Desc: Allow both megaraid drivers to be built side-by-side |
|
|
78 | |
|
|
79 | Patch: 4500_fbsplash-0.9.2-r5.patch |
|
|
80 | From: http://dev.gentoo.org/~spock |
115 | From: http://dev.gentoo.org/~spock |
81 | Desc: Bootsplash successor by Michal Januszewski |
116 | Desc: Bootsplash successor by Michal Januszewski |
82 | |
117 | |
83 | Patch: 4505_vesafb-tng-1.0-rc1-r3.patch |
|
|
84 | From: http://dev.gentoo.org/~spock/projects/vesafb-tng/ |
|
|
85 | Desc: Updated vesafb driver for x86. |
|
|
86 | |
|
|
87 | Patch: 4705_squashfs-2.2.patch |
118 | Patch: 4300_squashfs-3.3.patch |
88 | From: http://squashfs.sourceforge.net/ |
119 | From: http://squashfs.sourceforge.net/ |
89 | Desc: driver to support squashfs filesystems. |
120 | Desc: driver to support squashfs filesystems. |
90 | |
121 | |
91 | Patch: 4900_speakup-20051213.patch |
122 | Patch: 4400_echo-ctrl-c.patch |
92 | From: dsd@gentoo.org from speakup cvs |
123 | From: Joe Peterson <lavajoe@gentoo.org> |
93 | Desc: Provides console speech to visually-impaired users |
124 | Desc: Echo ^C on Ctrl-C events to match other unixes |
94 | |
125 | |
|
|
126 | Patch: 4401_ixany-interrupt-signal.patch |
|
|
127 | From: Joe Peterson <lavajoe@gentoo.org> |
|
|
128 | Desc: Bugfix for patch 4400 |
|
|
129 | |
95 | Patch: 4905_alpha-sysctl-uac.patch |
130 | Patch: 4405_alpha-sysctl-uac.patch |
96 | From: |
131 | From: Tavis Ormandy <taviso@gentoo.org> |
97 | Desc: enable control of the unaligned access control policy from sysctl |
132 | Desc: enable control of the unaligned access control policy from sysctl |
98 | |
|
|