From: Paul Gortmaker <paul.gortmaker@windriver.com>
To: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: linux-next: Tree for Jul 17
Date: Sat, 18 Jul 2015 15:41:51 -0400 [thread overview]
Message-ID: <20150718194148.GA5888@windriver.com> (raw)
In-Reply-To: <20150717152606.08ba1c82@canb.auug.org.au>
I noticed there are a bunch of new (appeared in the last day or two)
fails spread around, so I did a triage/bisect of them so we have a
better idea of what is going on as we start the week.
Unfortunately I was unable to reproduce the sparc fail, so I don't know
what is going on there....
Biggest culprits are some clk.h reorg fallout, more mlock syscall
fallout, and a sound driver breaking on arch w/o any gpio.
Paul.
-------------------------8<------------------------------------
arm-allnoconfig, efm32_defconfig:
=================================
http://kisskb.ellerman.id.au/kisskb/buildresult/12465252/
http://kisskb.ellerman.id.au/kisskb/buildresult/12465411/
io.c:(.text+0x166c): undefined reference to `arch_virt_to_idmap'
failure introduced:
23641095c3a48d166d21f061424dafaa1640a11f is the first bad commit
commit 23641095c3a48d166d21f061424dafaa1640a11f
Author: Vitaly Andrianov <vitalya@ti.com>
Date: Mon Jul 6 16:43:18 2015 +0100
ARM: 8400/1: mm: Introduce virt_to_idmap() with an arch hook" for details
fix: http://www.gossamer-threads.com/lists/linux/kernel/2218247
hopefully merged soon?
linux-next/s3c2410_defconfig/arm
================================
http://kisskb.ellerman.id.au/kisskb/buildresult/12465308/
drivers/clk/samsung/clk-s3c2410-dclk.c:99:2: error: implicit declaration of function 'kzalloc' [-Werror=implicit-function-declaration]
drivers/clk/samsung/clk-s3c2410-dclk.c:192:15: error: 'POST_RATE_CHANGE' undeclared (first use in this function)
failure introduced:
41608067f4b3912d03eeb2ad4f9db8cbe4d969ca is the first bad commit
commit 41608067f4b3912d03eeb2ad4f9db8cbe4d969ca
Author: Stephen Boyd <sboyd@codeaurora.org>
Date: Fri Jun 19 15:00:46 2015 -0700
clk: samsung: Properly include clk.h and clkdev.h
bisected, reported to author, cc'd linux-next
linux-next/s3c6400_defconfig/arm
================================
http://kisskb.ellerman.id.au/kisskb/buildresult/12465388/
drivers/clk/samsung/clk-s3c64xx.c:141:2: error: implicit declaration of function 'kfree' [-Werror=implicit-function-declaration]
--assuming also caused by that problem in s3c2410 above.
linux-next/spear3xx_defconfig/arm
=================================
http://kisskb.ellerman.id.au/kisskb/buildresult/12465390/
drivers/clk/spear/spear3xx_clock.c:346:2: error: implicit declaration of function 'clk_set_parent' [-Werror=implicit-function-declaration]
failure introduced:
3a2c322b68f8137be2f1f5788b13bfb9e0b937c3 is the first bad commit
commit 3a2c322b68f8137be2f1f5788b13bfb9e0b937c3
Author: Stephen Boyd <sboyd@codeaurora.org>
Date: Mon Jun 22 17:13:49 2015 -0700
clk: Remove clk.h from clk-provider.h
bisected, reported to author, cc'd linux-next
linux-next/ia64-defconfig/ia64
==============================
http://kisskb.ellerman.id.au/kisskb/buildresult/12465244/
arch/ia64/kernel/entry.S:1775: Error: attempt to move .org backwards
Mindless bisect leads to:
d221fc1f0f25e14f3f4a2d180df4463d504d90da is the first bad commit
commit d221fc1f0f25e14f3f4a2d180df4463d504d90da
Author: Eric B Munson <emunson@akamai.com>
Date: Thu Jul 16 10:09:21 2015 +1000
mm: mlock: add new mlock, munlock, and munlockall system calls
bisected, reported to author, cc'd linux-next
linux-next/ip27_defconfig/mips
=============================
http://kisskb.ellerman.id.au/kisskb/buildresult/12465322/
arch/mips/kernel/time.c:64:10: error: 'MIPS_CPU_IRQ_BASE' undeclared (first use in this function)
-reported to Ralf via irc; he was already aware of it.
linux-next/mips-allmodconfig/mips
=================================
http://kisskb.ellerman.id.au/kisskb/buildresult/12465322/
sound/soc/codecs/cs4349.c:300:2: error: implicit declaration of function 'devm_gpiod_get_optional' [-Werror=implicit-function-declaration]
sound/soc/codecs/cs4349.c:301:12: error: 'GPIOD_OUT_LOW' undeclared (first use in this function)
sound/soc/codecs/cs4349.c:306:3: error: implicit declaration of function 'gpiod_set_value_cansleep' [-Werror=implicit-function-declaration]
bisect leads to:
e40da86a37f64c73b810bc7a63d77c44dc61accb is the first bad commit
commit e40da86a37f64c73b810bc7a63d77c44dc61accb
Author: Tim Howe <tim.howe@cirrus.com>
Date: Thu Jul 16 14:51:40 2015 -0500
ASoC: cs4349: Add support for Cirrus Logic CS4349
Signed-off-by: Tim Howe <tim.howe@cirrus.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
bisected, reported to author, cc'd linux-next
linux-next/parisc-allmodconfig/parisc
=====================================
http://kisskb.ellerman.id.au/kisskb/buildresult/12465445/
-same as cs4349 problem in mips allmodconfig
linux-next/s390-allyesconfig/s390x (+allmodconfig)
=================================================
http://kisskb.ellerman.id.au/kisskb/buildresult/12465246/
-same as cs4349 problem in mips allmodconfig
linux-next/sparc-allmodconfig/sparc64
=====================================
http://kisskb.ellerman.id.au/kisskb/buildresult/12465320/
arch/sparc/include/asm/highmem.h:58:2: error: implicit declaration of function 'PageHighMem' [-Werror=implicit-function-declaration]
-could not reproduce this with my toolchain. :-/
linux-next/tilegx_defconfig/tilegx
==================================
http://kisskb.ellerman.id.au/kisskb/buildresult/12465365/
include/linux/mman.h:90:9: error: 'MAP_LOCKONFAULT' undeclared (first use in this function)
first fails with:
commit 5a5656f2c9b61c74c15f9ef3fa2e6513b6c237bb
Author: Eric B Munson <emunson@akamai.com>
Date: Thu Jul 16 10:09:22 2015 +1000
mm: mmap: add mmap flag to request VM_LOCKONFAULT
bisected, cc'd author and linux-next.
next prev parent reply other threads:[~2015-07-18 19:43 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-17 5:26 linux-next: Tree for Jul 17 Stephen Rothwell
2015-07-18 19:41 ` Paul Gortmaker [this message]
2015-07-20 3:00 ` Stephen Rothwell
-- strict thread matches above, loose matches on Subject: below --
2025-07-17 9:36 Stephen Rothwell
2024-07-17 6:34 Stephen Rothwell
2023-07-17 3:46 Stephen Rothwell
2020-07-17 11:40 Stephen Rothwell
2019-07-17 4:29 Stephen Rothwell
2019-07-17 15:30 ` Sedat Dilek
2019-07-17 15:33 ` Darrick J. Wong
2019-07-17 15:44 ` Sedat Dilek
2018-07-17 9:05 Stephen Rothwell
2017-07-17 3:19 Stephen Rothwell
2014-07-17 8:53 Stephen Rothwell
2013-07-17 4:13 Stephen Rothwell
2013-07-17 8:31 ` Mark Brown
2013-07-17 23:38 ` Stephen Rothwell
2013-07-18 2:09 ` Stephen Rothwell
2013-07-18 9:33 ` Mark Brown
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150718194148.GA5888@windriver.com \
--to=paul.gortmaker@windriver.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-next@vger.kernel.org \
--cc=sfr@canb.auug.org.au \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).