* Re: mainline build: 896 warnings 1 failures (mainline/v4.6-rc5-224-gda9373d) [not found] ` <CAOesGMiwACS7Gq41c1p58h_Uj1RBz-_g-BQFZwgRTaKs6QwmvQ@mail.gmail.com> @ 2016-05-02 7:24 ` Arnd Bergmann 2016-05-03 2:12 ` Olof Johansson 0 siblings, 1 reply; 3+ messages in thread From: Arnd Bergmann @ 2016-05-02 7:24 UTC (permalink / raw) To: kernel-build-reports Cc: Olof Johansson, Olof's autobuilder, linux-kbuild, linux-kernel On Sunday 01 May 2016 16:19:53 Olof Johansson wrote: > On Sun, May 1, 2016 at 2:26 PM, Olof's autobuilder <build@lixom.net> wrote: > > Here are the build results from automated periodic testing. > > > > The tree being built was mainline, found at: > > > > http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git (master branch) > > > > Topmost commit: > > > > da9373d Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal > > > > Build logs (stderr only) can be found at the following link (experimental): > > > > http://arm-soc.lixom.net/buildlogs/mainline/v4.6-rc5-224-gda9373d/ > > > > > > Runtime: 5m 0s > > > > Passed: 117 > > Failed: 1 > > > > Warnings: 896 > > > > Section mismatches: 0 > > So, yeah, I updated to GCC 6.1.0 and it looks noisy. If it doesn't get > whittled down pretty quickly I might switch to an older compiler > again. Oops, it looks like I never submitted a patch to shut up -Wunused-const-variable, though I've been building that way myself here and fixing all /other/ warnings. I think we want to have -Wunused-const-variable at the W=1 level, but not by default. Arnd ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: mainline build: 896 warnings 1 failures (mainline/v4.6-rc5-224-gda9373d) 2016-05-02 7:24 ` mainline build: 896 warnings 1 failures (mainline/v4.6-rc5-224-gda9373d) Arnd Bergmann @ 2016-05-03 2:12 ` Olof Johansson 2016-05-03 20:16 ` Arnd Bergmann 0 siblings, 1 reply; 3+ messages in thread From: Olof Johansson @ 2016-05-03 2:12 UTC (permalink / raw) To: Arnd Bergmann Cc: Kernel Build Reports Mailman List, Olof's autobuilder, linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org On Mon, May 2, 2016 at 12:24 AM, Arnd Bergmann <arnd@arndb.de> wrote: > On Sunday 01 May 2016 16:19:53 Olof Johansson wrote: >> On Sun, May 1, 2016 at 2:26 PM, Olof's autobuilder <build@lixom.net> wrote: >> > Here are the build results from automated periodic testing. >> > >> > The tree being built was mainline, found at: >> > >> > http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git (master branch) >> > >> > Topmost commit: >> > >> > da9373d Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal >> > >> > Build logs (stderr only) can be found at the following link (experimental): >> > >> > http://arm-soc.lixom.net/buildlogs/mainline/v4.6-rc5-224-gda9373d/ >> > >> > >> > Runtime: 5m 0s >> > >> > Passed: 117 >> > Failed: 1 >> > >> > Warnings: 896 >> > >> > Section mismatches: 0 >> >> So, yeah, I updated to GCC 6.1.0 and it looks noisy. If it doesn't get >> whittled down pretty quickly I might switch to an older compiler >> again. > > Oops, it looks like I never submitted a patch to shut up > -Wunused-const-variable, though I've been building that way > myself here and fixing all /other/ warnings. > > I think we want to have -Wunused-const-variable at the W=1 level, but > not by default. Agreed, at least as long as it is as noisy as it is today. Care to send it in so we can see it in 4.6? -Olof ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: mainline build: 896 warnings 1 failures (mainline/v4.6-rc5-224-gda9373d) 2016-05-03 2:12 ` Olof Johansson @ 2016-05-03 20:16 ` Arnd Bergmann 0 siblings, 0 replies; 3+ messages in thread From: Arnd Bergmann @ 2016-05-03 20:16 UTC (permalink / raw) To: Olof Johansson Cc: Kernel Build Reports Mailman List, Olof's autobuilder, linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org, Michal Marek On Monday 02 May 2016 19:12:31 Olof Johansson wrote: > On Mon, May 2, 2016 at 12:24 AM, Arnd Bergmann <arnd@arndb.de> wrote: > > On Sunday 01 May 2016 16:19:53 Olof Johansson wrote: > >> On Sun, May 1, 2016 at 2:26 PM, Olof's autobuilder <build@lixom.net> wrote: > >> > Here are the build results from automated periodic testing. > >> > > >> > The tree being built was mainline, found at: > >> > > >> > http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git (master branch) > >> > > >> > Topmost commit: > >> > > >> > da9373d Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal > >> > > >> > Build logs (stderr only) can be found at the following link (experimental): > >> > > >> > http://arm-soc.lixom.net/buildlogs/mainline/v4.6-rc5-224-gda9373d/ > >> > > >> > > >> > Runtime: 5m 0s > >> > > >> > Passed: 117 > >> > Failed: 1 > >> > > >> > Warnings: 896 > >> > > >> > Section mismatches: 0 > >> > >> So, yeah, I updated to GCC 6.1.0 and it looks noisy. If it doesn't get > >> whittled down pretty quickly I might switch to an older compiler > >> again. > > > > Oops, it looks like I never submitted a patch to shut up > > -Wunused-const-variable, though I've been building that way > > myself here and fixing all /other/ warnings. > > > > I think we want to have -Wunused-const-variable at the W=1 level, but > > not by default. > > Agreed, at least as long as it is as noisy as it is today. > > Care to send it in so we can see it in 4.6? Sure, I'll try. I seem to have a low success rate getting Makefile changes like this merged: My best guess is that Michal Marek should pick them up, but he ignored my last few submission for warning changes, so I don't know if I should instead send them to Andrew Morton or someone else. Arnd ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-05-03 20:16 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <57267469.8ade420a.aec17.ffffc1ee@mx.google.com>
[not found] ` <CAOesGMiwACS7Gq41c1p58h_Uj1RBz-_g-BQFZwgRTaKs6QwmvQ@mail.gmail.com>
2016-05-02 7:24 ` mainline build: 896 warnings 1 failures (mainline/v4.6-rc5-224-gda9373d) Arnd Bergmann
2016-05-03 2:12 ` Olof Johansson
2016-05-03 20:16 ` Arnd Bergmann
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox