From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751761AbdHECyz (ORCPT ); Fri, 4 Aug 2017 22:54:55 -0400 Received: from merlin.infradead.org ([205.233.59.134]:60222 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751128AbdHECyy (ORCPT ); Fri, 4 Aug 2017 22:54:54 -0400 Subject: Re: [PATCH 4.9 000/105] 4.9.41-stable review From: Randy Dunlap To: Greg Kroah-Hartman , linux-kernel@vger.kernel.org Cc: torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, shuahkh@osg.samsung.com, patches@kernelci.org, ben.hutchings@codethink.co.uk, stable@vger.kernel.org References: <20170804231551.544678194@linuxfoundation.org> <4cb91c83-bbcb-5a78-af56-6a41692cc3bb@infradead.org> Message-ID: <2dc740ee-fa72-c4c1-43dc-0bee733cbd82@infradead.org> Date: Fri, 4 Aug 2017 19:54:52 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <4cb91c83-bbcb-5a78-af56-6a41692cc3bb@infradead.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 08/04/2017 07:53 PM, Randy Dunlap wrote: > On 08/04/2017 04:14 PM, Greg Kroah-Hartman wrote: >> This is the start of the stable review cycle for the 4.9.41 release. >> There are 105 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 Aug 6 23:15:23 UTC 2017. >> Anything received after that time might be too late. >> >> The whole patch series can be found in one patch at: >> kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.9.41-rc1.gz >> or in the git tree and branch at: >> git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.9.y >> and the diffstat can be found below. > > randconfig build failure: > > on x86_64: > > drivers/built-in.o: In function `nouveau_backlight_init': > (.text+0x11648a): undefined reference to `backlight_device_register' > drivers/built-in.o: In function `nouveau_backlight_init': > (.text+0x1165a1): undefined reference to `backlight_device_register' > drivers/built-in.o: In function `nouveau_backlight_exit': > (.text+0x116618): undefined reference to `backlight_device_unregister' > /local/lnx/stable/linux-stable-rc-linux-4.9.y/Makefile:972: recipe for target 'vmlinux' failed > > > CONFIG_DRM_NOUVEAU=y > CONFIG_NOUVEAU_DEBUG=5 > CONFIG_NOUVEAU_DEBUG_DEFAULT=3 > CONFIG_DRM_NOUVEAU_BACKLIGHT=y > # CONFIG_FB is not set > CONFIG_FB_CMDLINE=y > CONFIG_FB_BACKLIGHT=y > CONFIG_BACKLIGHT_LCD_SUPPORT=y > # CONFIG_LCD_CLASS_DEVICE is not set > # CONFIG_BACKLIGHT_CLASS_DEVICE is not set > # CONFIG_VGASTATE is not set > > > Full randconfig file is attached. > and: warning: (PMAC_BACKLIGHT && DRM_NOUVEAU && FB_TFT) selects FB_BACKLIGHT which has unmet direct dependencies (HAS_IOMEM && FB) -- ~Randy