diff options
| author | Kyle McMartin <kyle@mcmartin.ca> | 2010-11-24 06:54:32 -0500 |
|---|---|---|
| committer | Kyle McMartin <kyle@mcmartin.ca> | 2010-11-24 06:54:32 -0500 |
| commit | 28f88fd9570cdd3db964e028ee9ebce3b4d8f75b (patch) | |
| tree | bfcd873e8d58a73f8c0549ba7a0f172b6f9919b3 /kernel.spec | |
| parent | 18241e1172b8ac3a7f6c0225da7e3f7939eeb402 (diff) | |
fix graphics on hp 2530p which were broken due to pci crs fixes from upstream (korg#23542)
Diffstat (limited to 'kernel.spec')
| -rw-r--r-- | kernel.spec | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec index 735d918b..3beeafd7 100644 --- a/kernel.spec +++ b/kernel.spec @@ -715,6 +715,7 @@ Patch12204: linux-2.6-enable-more-pci-autosuspend.patch Patch12205: runtime_pm_fixups.patch Patch12225: pci-crs-fixes.patch +Patch12226: x86-never-alloc-pci-from-the-last-1M-below-4G.patch Patch12300: btusb-macbookpro-7-1.patch Patch12301: btusb-macbookpro-6-2.patch @@ -1344,6 +1345,7 @@ ApplyPatch runtime_pm_fixups.patch # PCI patches to fix problems with _CRS # ( from linux-pci list ) ApplyPatch pci-crs-fixes.patch +ApplyPatch x86-never-alloc-pci-from-the-last-1M-below-4G.patch ApplyPatch btusb-macbookpro-7-1.patch ApplyPatch btusb-macbookpro-6-2.patch @@ -1986,6 +1988,9 @@ fi # || || %changelog +* Wed Nov 24 2010 Kyle McMartin <kyle@redhat.com> +- Fix graphics on HP 2530p (korg#23542) + * Tue Nov 23 2010 Kyle McMartin <kyle@redhat.com> - zero struct memory in ipc compat (CVE-2010-4073) (#648658) - zero struct memory in ipc shm (CVE-2010-4072) (#648656) |
