On 22/11/2019 13:46, Greg Kroah-Hartman wrote:
On Fri, Nov 22, 2019 at 02:41:31PM +0100, Greg Kroah-Hartman wrote:
On Fri, Nov 22, 2019 at 02:39:31PM +0100, Greg Kroah-Hartman wrote:
On Fri, Nov 22, 2019 at 01:14:28PM +0000, Jon Hunter wrote:
On 22/11/2019 10:26, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.4.203 release. There are 159 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know.
Responses should be made by Sun, 24 Nov 2019 09:59:19 +0000. Anything received after that time might be too late.
The whole patch series can be found in one patch at: https://www.kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.4.203-rc1... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.4.y and the diffstat can be found below.
thanks,
greg k-h
Pseudo-Shortlog of commits:
...
Marek Szyprowski m.szyprowski@samsung.com ARM: dts: exynos: Disable pull control for S5M8767 PMIC
The above commit is causing the following build error for ARM ...
Error: /dvs/git/dirty/git-master_l4t-upstream/kernel/arch/arm/boot/dts/exynos5250-arndale.dts:560.22-23 syntax error FATAL ERROR: Unable to parse input tree scripts/Makefile.lib:293: recipe for target 'arch/arm/boot/dts/exynos5250-arndale.dtb' failed make[2]: *** [arch/arm/boot/dts/exynos5250-arndale.dtb] Error 1
Ugh. I'll go drop this from 4.4.y, is it also an issue in the 4.9.y tree?
Ah, I see your other email now, so I'll leave it in 4.9.y and push out a new 4.4.y tree now.
-rc2 is out now, with that patch removed, thanks.
Thanks. Well this is odd, now I see ...
Error: arch/arm/boot/dts/omap5-board-common.dtsi:636.1-6 Label or path dwc3 not found FATAL ERROR: Syntax error parsing input tree scripts/Makefile.lib:293: recipe for target 'arch/arm/boot/dts/omap5-igep0050.dtb' failed make[1]: *** [arch/arm/boot/dts/omap5-igep0050.dtb] Error 1 arch/arm/Makefile:338: recipe for target 'dtbs' failed make: *** [dtbs] Error 2
This is caused by the following commit ...
commit d0abc07b3d752cbe2a8d315f662c53c772caed0f Author: H. Nikolaus Schaller hns@goldelico.com Date: Fri Sep 28 17:54:00 2018 +0200
ARM: dts: omap5: enable OTG role for DWC3 controller
I was wondering why I did not see this before as it was listed in the original email but looking back at the git log of what I tested before, I don't see it ...
$ git log --oneline bc69c961f595..7bbe76363f8f arch/arm/boot b883613d6f68 ARM: tegra: apalis_t30: fix mmc1 cmd pull-up a1496418067c ARM: dts: tegra30: fix xcvr-setup-use-fuses e3c8a2e4d6b6 ARM: dts: ste: Fix SPI controller node names 1c9e00b657ad ARM: dts: ux500: Fix LCDA clock line muxing ec144e236880 ARM: dts: ux500: Correct SCU unit address 98c94b7bce20 ARM: dts: am335x-evm: fix number of cpsw 13b662ab1602 libfdt: Ensure INT_MAX is defined in libfdt_env.h 2b6e4587d0f5 ARM: dts: socfpga: Fix I2C bus unit-address error 1c4b78b0c003 ARM: dts: omap3-gta04: keep vpll2 always on 0c7dc0f3b2c3 ARM: dts: omap3-gta04: make NAND partitions compatible with recent U-Boot 3ecbffc9b6e4 ARM: dts: omap3-gta04: tvout: enable as display1 alias a787cf8ff717 ARM: dts: omap3-gta04: give spi_lcd node a label so that we can overwrite in other DTS files 83264404b9c9 ARM: dts: exynos: Disable pull control for S5M8767 PMIC dbe192b499b7 ARM: dts: pxa: fix power i2c base address f1a2904901ad ARM: dts: exynos: Fix sound in Snow-rev5 Chromebook 9742b4c1d281 ARM: dts: at91/trivial: Fix USART1 definition for at91sam9g45
Anyway, not sure what happen there, but looks like the above omap5 commit also needs to be dropped. I think you also need to drop the following as there is a dependency between the two ...
commit 56bfbfd3fd46d250749fa4d5974147eb1e456a5b Author: Roger Quadros rogerq@ti.com Date: Wed Dec 5 19:27:44 2018 +0200
ARM: dts: omap5: Fix dual-role mode on Super-Speed port
Cheers Jon