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. - 2 commits have no stable tags, they are not bugfixes, and I didn't find any patches which relied on them. [1] - 1 commit was marked for stable and can be applied cleanly to 3.4, but I see it fix no bug and didn't find any patches relied on it, so I think we should ignore it. [2] - 11 commits were marked for stable but can't be applied cleanly to 3.4. Please cherry-pick those commits from 3.2.x: 71eac9d144be cfg80211: check wdev->netdev in connection work 4e9169bee6bc i2c-piix4: Add AMD CZ SMBus device ID 51f2a0a803cd b43: ensue that BCMA is "y" when B43 is "y" 809feb1735e5 vgacon.c: add cond reschedule points in vgacon_do_font_op f9ec1e9afbfe mac80211: drop spoofed packets in ad-hoc mode 898c8e6f4386 crypto: s390 - Fix aes-cbc IV corruption 2a4c85e77b4b mtd: m25p80: fix allocation size fa01206912e5 backlight: atmel-pwm-bl: fix gpio polarity in remove 6f4847186175 can: sja1000: fix {pre,post}_irq() handling and IRQ handler return value 8ccf25d7c629 crypto: s390 - Fix aes-xts parameter corruption There is 1 other commit that mistakenly dropped something in 3.2.x's adjustments. I'll add it back and send out the backport. [1] the patches from 3.2.x 3eddd6c470e2 net: Add net_ratelimited_function and net_<level>_ratelimited macros 56f1f4bb5770 PCI: Define macro for Marvell vendor ID [2] the patch form 3.2.x ee698d67a4af random: allow architectures to optionally define random_get_entropy() --- Documentation/i2c/busses/i2c-piix4 | 2 +- arch/s390/crypto/aes_s390.c | 50 ++++++++++++++++++++-------------- drivers/hv/ring_buffer.c | 4 +-- drivers/hv/vmbus_drv.c | 2 +- drivers/i2c/busses/Kconfig | 1 + drivers/i2c/busses/i2c-piix4.c | 3 +- drivers/mtd/devices/m25p80.c | 19 +++++-------- drivers/net/can/sja1000/sja1000.c | 17 ++++++------ drivers/net/wireless/b43/Kconfig | 4 +-- drivers/video/backlight/atmel-pwm-bl.c | 3 +- drivers/video/console/vgacon.c | 17 +++++++++--- net/mac80211/rx.c | 3 ++ net/wireless/sme.c | 3 ++ 13 files changed, 75 insertions(+), 53 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