Message ID | 551D0101.6000301@arm.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Thu, 2015-04-02 at 09:42 +0100, Vladimir Murzin wrote: > It was noticed by Paul Bolle (and his clever bot) that patch above > simply disables MEMTEST altogether [1]. This needs correcting. The clever bot is a project of Andreas Ruprecht, Stefan Hengelein, and Valentin Rothberg. I've only been cheering their efforts. I noticed this issue because I wrote a 800 line perl monster that checks this stuff. It's only slightly more advanced than scripts/checkkconfigsymbols.py (which Stefan and Valentin wrote). And I'm sure that python script would have spotted this issue too. Thanks, Paul Bolle -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
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 bool "Memtest" - depends on MEMBLOCK + depends on HAVE_MEMBLOCK ---help--- This option adds a kernel parameter 'memtest', which allows memtest to be set.