From mboxrd@z Thu Jan 1 00:00:00 1970 From: khilman@baylibre.com (Kevin Hilman) Date: Mon, 27 Jun 2016 13:30:17 -0700 Subject: next build: 142 builds: 6 failed, 136 passed, 17 errors, 111 warnings (next-20160624) In-Reply-To: <6046594.ORRxUGPcVO@wuerfel> (Arnd Bergmann's message of "Mon, 27 Jun 2016 13:37:23 +0200") References: <576da61b.4d9a1c0a.d5671.1807@mx.google.com> <6046594.ORRxUGPcVO@wuerfel> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Arnd Bergmann writes: > On Friday, June 24, 2016 2:28:59 PM CEST kernelci. org bot wrote: [...] >> 1 .config:972:warning: override: NOHIGHMEM changes choice state >> 1 .config:971:warning: override: SLOB changes choice state >> 1 .config:969:warning: override: KERNEL_XZ changes choice state >> 1 .config:968:warning: override: CC_OPTIMIZE_FOR_SIZE changes choice state >> 1 .config:944:warning: override: SLOB changes choice state >> 1 .config:941:warning: override: CC_OPTIMIZE_FOR_SIZE changes choice state >> 1 .config:877:warning: override: SLOB changes choice state >> 1 .config:875:warning: override: KERNEL_XZ changes choice state >> 1 .config:874:warning: override: CC_OPTIMIZE_FOR_SIZE changes choice state > > The tinyconfig warnings are really annoying :( > Hmm, yeah. We should probably just filter out all the kconfig warnings that happen when we use config fragments, since the point of the fragment is to override things and change state. Right now, our check for warnings is a rather simple grep, but I'll add this to the TODO list. Kevin