Hi Greg, These are the part 6 commits that I've analyzed from the list of upstream commits that have been backported to 3.2 but missing from 3.4. v1 -> v2: - Add one commit(23005ee8bad9) which is missed in a former analyze bunch. - Add some comments about why [1] and [3] are not needed. For the 16 commits that I've analyzed, - 1 commit is already in 3.4.x, must be the tool's mistake. - 1 commit has no stable tag, it's a dependency of several commits adding device IDs which we haven't deal with, let's leave it till then. [1] - 2 commits have no stable tags, they are bugfixes, and one is dependency of the other. [2] - 1 commit was marked for stable and can be applied cleanly to 3.4, it is only needed for commit 017cecee99d8 ('m68k: Add infrastructure for machine-specific random_get_entropy()') which was not cc'd to stable and is not on any stable branch, so we'll ignore it. [3] - 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 3eddd6c470e2 net: Add net_ratelimited_function and net_<level>_ratelimited macros 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. And 1 other commit that need trivial context adjustments, I'll send out the backport. [1] the patch from 3.2.x 56f1f4bb5770 PCI: Define macro for Marvell vendor ID [2] the patches from 3.2.x 3eddd6c470e2 net: Add net_ratelimited_function and net_<level>_ratelimited macros 23005ee8bad9 xen-netfront: reduce gso_max_size to account for max TCP header [3] 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/net/xen-netfront.c | 17 ++++++++++-- drivers/video/backlight/atmel-pwm-bl.c | 3 +- drivers/video/console/vgacon.c | 17 +++++++++--- include/linux/net.h | 23 ++++++++++++++++ include/xen/interface/io/netif.h | 1 + net/mac80211/rx.c | 3 ++ net/wireless/sme.c | 3 ++ 16 files changed, 114 insertions(+), 55 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