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 15 commits that I've analyzed, - 1 commit is already in 3.4.x, must be the tool's mistake. - 4 commits have no stable tag, but they fall into "new device ID" category. - 2 commits have no stable tag but I think we should merge them. [1] - 1 commit is not in mainline, I picked it from 3.2.x because it fixed a previous patch(3.2 1619f441963e rapidio/tsi721: fix bug in MSI interrupt handling) [2] - 7 commits were marked for stable but can't be applied cleanly to 3.4. Please cherry-pick those commits from 3.2.x: 6ec37f667282 drivers/rtc/rtc-pl031.c: fix the missing operation on enable 647adb462006 wireless: rt2x00: rt{2500,73}usb.c put back duplicate id 8d675985b73d Wireless: rt2x00: Add device id for Sweex LW323 to rt2800usb.c 31317e96c36a rt2800usb: Add support for 2001:3c1e (D-Link DWA-125 rev B1) USB Wi-Fi adapter 7366b52c44b4 drivers/rtc/rtc-pl031.c: restore ST variant functionality d3493114eccc ata_piix: Add Device IDs for Intel Lynx Point-LP PCH 6f06c8d13890 speakup: lower default software speech rate e52ca26060bb i2c: tegra: check the clk_prepare_enable() return value 8ebfe28181b0 ixgbe: fix registration order of driver and DCA nofitication b2fd07f1a7d2 msi-wmi: Fix memory leak 1619f441963e rapidio/tsi721: fix bug in MSI interrupt handling 94e0104bca7d rapidio/tsi721: Fix interrupt mask when handling MSI c1bfba08b914 random: fix accounting race condition with lockless irq entropy_count update There is 1 other commit that need trivial context adjustments. I'll send out the backport. [1] the patches from 3.2.x 6f06c8d13890 speakup: lower default software speech rate this seems fix no bug, but debian user reported: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=686742 so I think we should just merge this one. b2fd07f1a7d2 msi-wmi: Fix memory leak this one is obviously a bugfix. [2] the patch from 3.2.x 94e0104bca7d rapidio/tsi721: Fix interrupt mask when handling MSI --- drivers/ata/ata_piix.c | 8 ++++++++ drivers/block/nbd.c | 11 ++++++++++- drivers/char/random.c | 24 ++++++++++++++++-------- drivers/i2c/busses/i2c-tegra.c | 13 +++++++++++-- drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 7 +++++-- drivers/net/wireless/rt2x00/rt2500usb.c | 2 +- drivers/net/wireless/rt2x00/rt2800usb.c | 2 ++ drivers/net/wireless/rt2x00/rt73usb.c | 1 + drivers/platform/x86/msi-wmi.c | 4 +++- drivers/rapidio/devices/tsi721.c | 11 +++++++++++ drivers/rtc/rtc-pl031.c | 10 +++++++--- drivers/staging/speakup/speakup_soft.c | 2 +- 12 files changed, 76 insertions(+), 19 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