Hi Greg, We've started to analize the list of upstream commits that have been backported to 3.2 but missing from 3.4. Here is part 1. For the 10 commits that I've analized, - 9 commits were marked for stable but can't be applied cleanly to 3.4. - 1 commit has no stable tag. But it fixes an error on all mach-w90x900 defconfigs, and I'm sure it shoud be applied to 3.4.x. (*) Please cherry-pick those commits from 3.2.x: a3aaee9f1070 ARM: dts: imx51-babbage: fix esdhc cd/wp properties ee0a25ab1c31 ARM: w90x900: fix legacy assembly syntax (*) 17ae25f05e68 ARM: u300: fix ages old copy/paste bug 17db9f4f8858 ARM: 7742/1: topology: export cpu_topology 5b9ca6b68cfa ARM: 7743/1: compressed/head.S: work around new binutils warning cb80debe9515 ARM: footbridge: fix VGA initialisation 325aa5f2c582 ARM: pxa: prevent PXA270 occasional reboot freezes There're 3 other commits that need trivial context adjustments. I'll send out the backports. -- .../devicetree/bindings/mmc/fsl-imx-esdhc.txt | 8 ++-- arch/arm/Kconfig | 1 - arch/arm/boot/compressed/Makefile | 1 - arch/arm/boot/compressed/head-sa1100.S | 1 + arch/arm/boot/compressed/head-shark.S | 1 + arch/arm/boot/compressed/head.S | 1 + arch/arm/boot/dts/imx51-babbage.dts | 4 +- arch/arm/include/asm/a.out-core.h | 45 ---------------------- arch/arm/include/asm/a.out.h | 34 ---------------- arch/arm/include/asm/processor.h | 4 -- arch/arm/kernel/head.S | 3 ++ arch/arm/kernel/topology.c | 2 + arch/arm/mach-dove/common.c | 2 +- arch/arm/mach-footbridge/common.c | 3 ++ arch/arm/mach-footbridge/dc21285.c | 2 - arch/arm/mach-kirkwood/common.c | 4 +- arch/arm/mach-mv78xx0/common.c | 6 ++- arch/arm/mach-orion5x/common.c | 3 +- arch/arm/mach-pxa/reset.c | 8 +++- arch/arm/mach-u300/include/mach/u300-regs.h | 2 +- arch/arm/mach-w90x900/include/mach/entry-macro.S | 4 +- arch/arm/plat-orion/common.c | 8 +++- arch/arm/plat-orion/include/plat/common.h | 6 ++- include/linux/mv643xx_eth.h | 2 + 24 files changed, 48 insertions(+), 107 deletions(-) delete mode 100644 arch/arm/include/asm/a.out-core.h delete mode 100644 arch/arm/include/asm/a.out.h -- 1.8.0 -- 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