All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] hexagon: remove CONFIG_EXPERIMENTAL from defconfigs
@ 2021-01-15  1:00 Randy Dunlap
  2021-01-15 15:29   ` Brian Cain
  0 siblings, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2021-01-15  1:00 UTC (permalink / raw)
  To: linux-kernel
  Cc: Randy Dunlap, Kees Cook, Greg Kroah-Hartman, Brian Cain,
	linux-hexagon, Andrew Morton

Since CONFIG_EXPERIMENTAL was removed in 2013, go ahead and drop it
from any defconfig files.

Fixes: 3d374d09f16f ("final removal of CONFIG_EXPERIMENTAL")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Kees Cook <keescook@chromium.org>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Brian Cain <bcain@codeaurora.org>
Cc: linux-hexagon@vger.kernel.org
Cc: Andrew Morton <akpm@linux-foundation.org>
---
 arch/hexagon/configs/comet_defconfig |    1 -
 1 file changed, 1 deletion(-)

--- linux-next-20210114.orig/arch/hexagon/configs/comet_defconfig
+++ linux-next-20210114/arch/hexagon/configs/comet_defconfig
@@ -1,7 +1,6 @@
 CONFIG_SMP=y
 CONFIG_DEFAULT_MMAP_MIN_ADDR=0
 CONFIG_HZ_100=y
-CONFIG_EXPERIMENTAL=y
 CONFIG_CROSS_COMPILE="hexagon-"
 CONFIG_LOCALVERSION="-smp"
 # CONFIG_LOCALVERSION_AUTO is not set

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-01-15 15:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-15  1:00 [PATCH] hexagon: remove CONFIG_EXPERIMENTAL from defconfigs Randy Dunlap
2021-01-15 15:29 ` Brian Cain
2021-01-15 15:29   ` Brian Cain

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.