Date:2010-08-01 14:41:09 (2 years 9 months ago)
Author:florian
Commit:23b5e584a92845efb584d4e9f91390d872924a2f
Message:[kernel] refresh 2.6.34 patches

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22451 3c298f89-4303-0410-b956-a3cf2f4a3e73
Files: target/linux/generic/patches-2.6.34/030-pci_disable_common_quirks.patch (2 diffs)
target/linux/generic/patches-2.6.34/971-ocf_20100325.patch (1 diff)
target/linux/generic/patches-2.6.34/975-ssb_update.patch (2 diffs)
target/linux/generic/patches-2.6.34/980-vm_exports.patch (1 diff)

Change Details

target/linux/generic/patches-2.6.34/030-pci_disable_common_quirks.patch
2323 /* The Mellanox Tavor device gives false positive parity errors
2424  * Mark this device with a broken_parity_status, to allow
2525  * PCI scanning code to "skip" this now blacklisted device.
26@@ -1901,7 +1902,9 @@ static void __devinit fixup_rev1_53c810(
26@@ -1904,7 +1905,9 @@ static void __devinit fixup_rev1_53c810(
2727     }
2828 }
2929 DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_NCR, PCI_DEVICE_ID_NCR_53C810, fixup_rev1_53c810);
...... 
3333 /* Enable 1k I/O space granularity on the Intel P64H2 */
3434 static void __devinit quirk_p64h2_1k_io(struct pci_dev *dev)
3535 {
36@@ -2551,6 +2554,7 @@ DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_I
36@@ -2556,6 +2559,7 @@ DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_I
3737 DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, 0x1518, quirk_i82576_sriov);
3838
3939 #endif /* CONFIG_PCI_IOV */
target/linux/generic/patches-2.6.34/971-ocf_20100325.patch
9898
9999--- a/include/linux/miscdevice.h
100100+++ b/include/linux/miscdevice.h
101@@ -12,6 +12,7 @@
101@@ -18,6 +18,7 @@
102102 #define APOLLO_MOUSE_MINOR 7
103103 #define PC110PAD_MINOR 9
104104 /*#define ADB_MOUSE_MINOR 10 FIXME OBSOLETE */
target/linux/generic/patches-2.6.34/975-ssb_update.patch
395395     u32 pmucap;
396396
397397     if (!(cc->capabilities & SSB_CHIPCO_CAP_PMU))
398@@ -516,15 +516,12 @@ void ssb_pmu_init(struct ssb_chipcommon
398@@ -516,15 +516,12 @@ void ssb_pmu_init(struct ssb_chipcommon
399399     ssb_dprintk(KERN_DEBUG PFX "Found rev %u PMU (capabilities 0x%08X)\n",
400400             cc->pmu.rev, pmucap);
401401
...... 
543543 /* Helper to extract some _offset, which is one of the SSB_SPROM_XXX defines. */
544544 #define SPEX16(_outvar, _offset, _mask, _shift) \
545545     out->_outvar = ((in[SPOFF(_offset)] & (_mask)) >> (_shift))
546@@ -254,7 +254,7 @@ static int sprom_do_read(struct ssb_bus
546@@ -254,7 +254,7 @@ static int sprom_do_read(struct ssb_bus
547547     int i;
548548
549549     for (i = 0; i < bus->sprom_size; i++)
target/linux/generic/patches-2.6.34/980-vm_exports.patch
132132 #ifndef CONFIG_MMU
133133--- a/kernel/signal.c
134134+++ b/kernel/signal.c
135@@ -1121,6 +1121,7 @@ struct sighand_struct *lock_task_sighand
135@@ -1123,6 +1123,7 @@ struct sighand_struct *lock_task_sighand
136136
137137     return sighand;
138138 }

Archive Download the corresponding diff file



interactive