From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bh-25.webhostbox.net ([208.91.199.152]:47827 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751044AbcFGEHj (ORCPT ); Tue, 7 Jun 2016 00:07:39 -0400 Subject: Re: [PATCH 4.4 00/99] 4.4.13-stable review To: Greg Kroah-Hartman , linux-kernel@vger.kernel.org References: <20160605213902.974592018@linuxfoundation.org> Cc: "torvalds@linux-foundation.org; Linus Walleij" , akpm@linux-foundation.org, shuah.kh@samsung.com, patches@kernelci.org, stable@vger.kernel.org From: Guenter Roeck Message-ID: <5756486E.8080602@roeck-us.net> Date: Mon, 6 Jun 2016 21:07:10 -0700 MIME-Version: 1.0 In-Reply-To: <20160605213902.974592018@linuxfoundation.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Sender: stable-owner@vger.kernel.org List-ID: On 06/05/2016 02:40 PM, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.4.13 release. > There are 99 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 Tue Jun 7 21:38:29 UTC 2016. > Anything received after that time might be too late. > Build results: total: 148 pass: 131 fail: 17 Failed builds: arm:allmodconfig arm:davinci_all_defconfig arm:keystone_defconfig mips:defconfig mips:allnoconfig mips:defconfig mips:allmodconfig mips:allnoconfig mips:bcm47xx_defconfig mips:bcm63xx_defconfig mips:nlm_xlp_defconfig mips:ath79_defconfig mips:ar7_defconfig mips:e55_defconfig mips:cavium_octeon_defconfig mips:malta_defconfig mips:defconfig Qemu test results: total: 101 pass: 82 fail: 19 Failed tests: arm:beagle:multi_v7_defconfig:omap3-beagle arm:beaglexm:multi_v7_defconfig:omap3-beagle-xm arm:overo:multi_v7_defconfig:omap3-overo-tobi arm:vexpress-a9:multi_v7_defconfig:vexpress-v2p-ca9 arm:vexpress-a15:multi_v7_defconfig:vexpress-v2p-ca15-tc1 arm:xilinx-zynq-a9:multi_v7_defconfig:zynq-zc702 arm:xilinx-zynq-a9:multi_v7_defconfig:zynq-zc706 arm:xilinx-zynq-a9:multi_v7_defconfig:zynq-zed arm:midway:multi_v7_defconfig:ecx-2000 arm:smdkc210:multi_v7_defconfig:exynos4210-smdkv310 mips:malta_defconfig:nosmp mips:malta_defconfig:smp mips64:malta_defconfig:nosmp mips64:malta_defconfig:smp mips:malta_defconfig:nosmp mips:malta_defconfig:smp mips:malta_defconfig:nosmp mips:malta_defconfig:smp mips:fuloong2e_defconfig:fulong2e arm failures: drivers/gpio/gpio-davinci.c: In function 'davinci_gpio_probe': drivers/gpio/gpio-davinci.c:257:16: error: 'struct gpio_chip' has no member named 'parent' Culprit is 'gpio: davinci: fix missed parent conversion'; reverting it appears to fix the problem. Ok, I must be missing something. Off to Greg and Linus Walleij to sort out. mips failures (affecting 4.4, 4.5, 4,6): arch/mips/mm/cache.c: In function '__update_cache': arch/mips/mm/cache.c:134:4: error: implicit declaration of function 'kmap_atomic' [-Werror=implicit-function-declaration] arch/mips/mm/cache.c:142:4: error: implicit declaration of function '__kunmap_atomic' Seems to be casued by 'MIPS: Handle highmem pages in __update_cache', which can not be easily reverted. The same problem was seen in 4.1; Sasha had solved it, but I don't know how. Sasha, can you help out ? Details are available at http://kerneltests.org/builders. Guenter