From mboxrd@z Thu Jan 1 00:00:00 1970 From: krzk@kernel.org (Krzysztof Kozlowski) Date: Fri, 19 Aug 2016 15:41:13 +0200 Subject: [PATCH 1/2] ARM: exynos_defconfig: Don't attempt to enable schedutil governor as module In-Reply-To: <1471612328-6467-1-git-send-email-javier@osg.samsung.com> References: <1471612328-6467-1-git-send-email-javier@osg.samsung.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 08/19/2016 03:12 PM, Javier Martinez Canillas wrote: > The schedutil CPUFreq governor could be built as a module but the commit > 58919e83c85c ("cpufreq / sched: Pass flags to cpufreq_update_util()") > made it non-modular so attempting to enable as module leads to a warning: > > warning: symbol value 'm' invalid for CPU_FREQ_GOV_SCHEDUTIL > > Signed-off-by: Javier Martinez Canillas > --- > > arch/arm/configs/exynos_defconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Same as patch 2/2, for reference: Reviewed-by: Krzysztof Kozlowski BR, Krzysztof From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755279AbcHSNla (ORCPT ); Fri, 19 Aug 2016 09:41:30 -0400 Received: from mailout3.w1.samsung.com ([210.118.77.13]:26057 "EHLO mailout3.w1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755061AbcHSNl3 (ORCPT ); Fri, 19 Aug 2016 09:41:29 -0400 X-AuditID: cbfec7f4-f796c6d000001486-ae-57b70c8586de Subject: Re: [PATCH 1/2] ARM: exynos_defconfig: Don't attempt to enable schedutil governor as module To: Javier Martinez Canillas , linux-kernel@vger.kernel.org References: <1471612328-6467-1-git-send-email-javier@osg.samsung.com> Cc: Arnd Bergmann , Olof Johansson , linux-arm-kernel@lists.infradead.org From: Krzysztof Kozlowski Message-id: Date: Fri, 19 Aug 2016 15:41:13 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-version: 1.0 In-reply-to: <1471612328-6467-1-git-send-email-javier@osg.samsung.com> Content-type: text/plain; charset=windows-1252 Content-transfer-encoding: 7bit X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFrrELMWRmVeSWpSXmKPExsVy+t/xK7qtPNvDDf5NN7f4O+kYu8Wbt2uY LF6/MLTY9Pgaq8XlXXPYLE5d/8zmwObx+9ckRo/NS+o9rpxoYvXY0n+X3aNvyypGj8+b5ALY orhsUlJzMstSi/TtErgyji5YylLQxloxZf9mlgbGSSxdjBwcEgImEiu2VnUxcgKZYhIX7q1n A7GFBJYySrx47NzFyAVkP2OUOPngFiNIQlggTWLjxaNMILaIQKjEv4u3GSEaXCXWLFnNBjKT WSBLon+LA4jJJqAt8W9LMYjJK2ArsX9VKIjJIqAqsfVhNUifqECExK1VH8Fm8AoISvyYfI8F xOYUcJN4v+cm1Dw9ifsXtUDCzALyEpvXvGWewCgwC0nHLISqWUiqFjAyr2IUTS1NLihOSs81 1CtOzC0uzUvXS87P3cQICekvOxgXH7M6xCjAwajEw5uwf2u4EGtiWXFl7iFGCQ5mJRFefc7t 4UK8KYmVValF+fFFpTmpxYcYpTlYlMR55+56HyIkkJ5YkpqdmlqQWgSTZeLglGpgXPEwQtCt vslR/ef5rNOmia/WZyZJ3rg438tusp/qmpJvFxb8zVi/dMYj+0Ouhl/2uDIeeL8pU8Ih5bcO f8an12cjfbRObjcw9v9zLz32mf+meUzbthw7PyN+l0vxYQXdubzv3BztRCqbrXs2NyXXLZ40 8azZ5u/pD3un/fo2NymZp+2mtIPAbCWW4oxEQy3mouJEAPxRnpdlAgAA Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 08/19/2016 03:12 PM, Javier Martinez Canillas wrote: > The schedutil CPUFreq governor could be built as a module but the commit > 58919e83c85c ("cpufreq / sched: Pass flags to cpufreq_update_util()") > made it non-modular so attempting to enable as module leads to a warning: > > warning: symbol value 'm' invalid for CPU_FREQ_GOV_SCHEDUTIL > > Signed-off-by: Javier Martinez Canillas > --- > > arch/arm/configs/exynos_defconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Same as patch 2/2, for reference: Reviewed-by: Krzysztof Kozlowski BR, Krzysztof