From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vladimir Murzin Subject: Re: mmotm 2015-04-01-14-54 uploaded Date: Thu, 02 Apr 2015 09:42:41 +0100 Message-ID: <551D0101.6000301@arm.com> References: <551c6943.H+vcYDrtw2kStb+B%akpm@linux-foundation.org> Mime-Version: 1.0 Content-Type: text/plain; charset=WINDOWS-1252 Content-Transfer-Encoding: quoted-printable To: "akpm@linux-foundation.org" , "mm-commits@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-mm@kvack.org" , "linux-fsdevel@vger.kernel.org" , "linux-next@vger.kernel.org" , "sfr@canb.auug.org.au" , "mhocko@suse.cz" Return-path: In-Reply-To: <551c6943.H+vcYDrtw2kStb+B%akpm@linux-foundation.org> Sender: owner-linux-mm@kvack.org List-Id: linux-fsdevel.vger.kernel.org On 01/04/15 22:55, akpm@linux-foundation.org wrote: > * mm-move-memtest-under-mm.patch > * mm-move-memtest-under-mm-fix.patch It was noticed by Paul Bolle (and his clever bot) that patch above simply disables MEMTEST altogether [1]. Could you fold fix for that, please= ? diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index ea369dd..cd6d74b 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -1810,7 +1810,7 @@ config TEST_UDELAY config MEMTEST =09bool "Memtest" -=09depends on MEMBLOCK +=09depends on HAVE_MEMBLOCK =09---help--- =09 This option adds a kernel parameter 'memtest', which allows memtest =09 to be set. -- [1] https://lkml.org/lkml/2015/3/20/119 Thanks Vladimir > * memtest-use-phys_addr_t-for-physical-addresses.patch > * arm64-add-support-for-memtest.patch > * arm-add-support-for-memtest.patch > * kconfig-memtest-update-number-of-test-patterns-up-to-17.patch > * documentation-update-arch-list-in-the-memtest-entry.patch -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org