Hi Greg, We've started to analyze the list of upstream commits that have been backported to 3.2 but missing from 3.4. For the 14 commits that I've analyzed, - 3 commits weren't marked for stable but they fall into the "new device ID" category, so they should be accepted. [1] - 9 commits were marked for stable but can't be applied cleanly to 3.4. - 2 commits were marked for stable and can be applied cleanly to 3.4, they are obviously bug fixes, don't know why they were missed. [2] Please cherry-pick those commits from 3.2.x: 9ce8ea33f11c hwmon: (coretemp) Improve support of recent Atom CPU models 1676fff2a360 hwmon: (coretemp) Add support for Atom D2000 and N2000 series CPU models Then please cherry-pick this one from mainline: 41e58a1f2b90 hwmon: (coretemp) Improve support for TjMax detection on Atom CPUs Keep going cherry-pick from 3.2.x: a393ace58e47 hwmon: (coretemp) Add support for Atom CE4110/4150/4170 83e92c513be4 hwmon: (applesmc) Always read until end of data cf3f5a3dbf78 hwmon: Prevent some divide by zeros in FAN_TO_REG() 638030fe4b54 tg3: Add New 5719 Read DMA workaround 08647d0f99db tg3: Wait for boot code to finish after power on 3fd4e8f0ecd9 OMAPFB: fix framebuffer console colors 3a0ae8e18c18 mmc: mxs-mmc: fix deadlock caused by recursion loop b39bfb4cc09a sb_edac: Avoid overflow errors at memory size calculation Please cherry-pick this commit form mainline: d821a4c4d11a e1000e: DoS while TSO enabled caused by link partner with small MSS There are 2 other commits that need trivial context adjustments. I'll send out the backport. [1] these patches from 3.2.x 9ce8ea33f11c hwmon: (coretemp) Improve support of recent Atom CPU models 1676fff2a360 hwmon: (coretemp) Add support for Atom D2000 and N2000 series CPU models 7fc829044c78 hwmon: (coretemp) Improve support for TjMax detection on Atom CPUs [2] these patches from 3.2.x 3fd4e8f0ecd9 OMAPFB: fix framebuffer console colors 78e96c146124 e1000e: DoS while TSO enabled caused by link partner with small MSS --- Documentation/hwmon/coretemp | 12 ++++- drivers/edac/sb_edac.c | 7 +-- drivers/hwmon/applesmc.c | 13 ++++++ drivers/hwmon/coretemp.c | 34 +++++++++++++- drivers/hwmon/lm78.c | 2 + drivers/hwmon/sis5595.c | 2 + drivers/hwmon/vt8231.c | 2 +- drivers/mmc/host/mxs-mmc.c | 8 ++-- drivers/net/ethernet/broadcom/tg3.c | 74 +++++++++++++++++++++++++++--- drivers/net/ethernet/broadcom/tg3.h | 8 +++- drivers/net/ethernet/intel/e1000e/e1000.h | 1 + drivers/net/ethernet/intel/e1000e/netdev.c | 48 ++++++++++--------- drivers/video/omap2/omapfb/omapfb-main.c | 2 +- 13 files changed, 170 insertions(+), 43 deletions(-) -- 1.8.3 -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html