Message ID | 6ba546f8-42bd-4400-131f-bb389812cb56@infradead.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Thanks, folded into the original preempt patch. -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Tue, Jul 03, 2018 at 03:39:59PM +0200, Christoph Hellwig wrote:
> Thanks, folded into the original preempt patch.
Err, that was for the next patch. I'll just apply this as-is.
--
To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
--- linux-next-20180702.orig/arch/Kconfig +++ linux-next-20180702/arch/Kconfig @@ -3,6 +3,8 @@ # General architecture dependent options # +menu "General architecture-dependent options" + config CRASH_CORE bool @@ -1028,3 +1030,5 @@ config REFCOUNT_FULL security flaw exploits. source "kernel/gcov/Kconfig" + +endmenu