Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752937AbbKYVGp (ORCPT ); Wed, 25 Nov 2015 16:06:45 -0500 Received: from smtp.codeaurora.org ([198.145.29.96]:60194 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750928AbbKYVGn (ORCPT ); Wed, 25 Nov 2015 16:06:43 -0500 Date: Wed, 25 Nov 2015 15:06:40 -0600 From: Andy Gross To: Arnd Bergmann Cc: Kumar Gala , David Brown , linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Lina Iyer , Stephen Boyd Subject: Re: [PATCH] ARM: qcom: select ARM_CPU_SUSPEND for power management Message-ID: <20151125210640.GA5643@Agamemnon.attlocal.net> References: <5497046.7sx8fEMiNf@wuerfel> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5497046.7sx8fEMiNf@wuerfel> User-Agent: Mutt/1.5.23.1 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1034 Lines: 25 On Tue, Nov 24, 2015 at 11:13:09PM +0100, Arnd Bergmann wrote: > The qcom spm driver uses cpu_resume_arm(), which is not included > in the kernel in all configurations: > > drivers/built-in.o: In function `qcom_cpu_spc': > :(.text+0xbc022): undefined reference to `cpu_suspend' > drivers/built-in.o: In function `qcom_cpuidle_init': > :(.init.text+0x610c): undefined reference to `cpu_resume_arm' > > This adds a 'select' Kconfig statement to ensure it's always > enabled. > > Signed-off-by: Arnd Bergmann > --- > This has been broken for a while but not even shown up in many thousands of > randconfig builds until today. Please queue it up for 4.5 unless you think > it should really go into 4.4 as well. Thanks Arnd. I'll add this to my list for the pull request. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/