From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f68.google.com ([74.125.82.68]:33771 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727742AbeHODuP (ORCPT ); Tue, 14 Aug 2018 23:50:15 -0400 Date: Tue, 14 Aug 2018 18:00:24 -0700 From: Nathan Chancellor To: Sebastian Gottschall Cc: Greg Kroah-Hartman , linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, shuah@kernel.org, patches@kernelci.org, ben.hutchings@codethink.co.uk, lkft-triage@lists.linaro.org, stable@vger.kernel.org Subject: Re: [PATCH 4.9 000/107] 4.9.120-stable review Message-ID: <20180815010024.GA7483@flashbox> References: <20180814171520.883143803@linuxfoundation.org> <891d41f8-e0e3-afa8-3274-b9a10afd3dbb@dd-wrt.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <891d41f8-e0e3-afa8-3274-b9a10afd3dbb@dd-wrt.com> Sender: stable-owner@vger.kernel.org List-ID: On Wed, Aug 15, 2018 at 02:36:00AM +0200, Sebastian Gottschall wrote: > if SWAP is disabled in kernel config, the following compile error will raise > up with this release > > arch/x86/built-in.o: in function `max_swapfile_size': (.text+0x3bba1): > undefined reference to `generic_max_swapfile_size' > > of course this is simple to fix. the function max_swapfile_size must be > excluded if CONFIG_SWAP is disabled > > Sebastian > This is fixed upstream as commmit 792adb90fa72 ("x86/init: fix build with CONFIG_SWAP=n"). Cheers, Nathan