Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux

Pull s390 fix from Martin Schwidefsky.

Guenter Roeck reports that the s390 allmodconfig build fails because of
a gcc plugin problem. The fix won't be in-tree until 4.19, so for now
disable the gcc plugins on s390.

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux:
s390: disable gcc plugins

+1 -1
+1 -1
arch/s390/Kconfig
··· 140 140 select HAVE_FUNCTION_GRAPH_TRACER 141 141 select HAVE_FUNCTION_TRACER 142 142 select HAVE_FUTEX_CMPXCHG if FUTEX 143 - select HAVE_GCC_PLUGINS 143 + select HAVE_GCC_PLUGINS if BROKEN 144 144 select HAVE_KERNEL_BZIP2 145 145 select HAVE_KERNEL_GZIP 146 146 select HAVE_KERNEL_LZ4