From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754133AbdGJNGJ convert rfc822-to-8bit (ORCPT ); Mon, 10 Jul 2017 09:06:09 -0400 Received: from muru.com ([72.249.23.125]:53904 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753528AbdGJNGH (ORCPT ); Mon, 10 Jul 2017 09:06:07 -0400 Date: Mon, 10 Jul 2017 06:06:03 -0700 From: Tony Lindgren To: Sebastian Reichel Cc: Pavel Machek , pali.rohar@gmail.com, kernel list , linux-arm-kernel , linux-omap@vger.kernel.org, khilman@kernel.org, aaro.koskinen@iki.fi, ivo.g.dimitrov.75@gmail.com, patrikbachan@gmail.com, serge@hallyn.com, abcloriens@gmail.com Subject: Re: 4.13-rc0: stopped booting on Nokia N900 Message-ID: <20170710130602.GS3730@atomide.com> References: <20170710074610.GA22846@amd> <20170710081334.GA29726@amd> <20170710101608.qdamqomegbjwuweh@earth> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: 8BIT In-Reply-To: <20170710101608.qdamqomegbjwuweh@earth> User-Agent: Mutt/1.8.2 (2017-04-18) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Sebastian Reichel [170710 03:16]: > Hi, > > On Mon, Jul 10, 2017 at 10:13:35AM +0200, Pavel Machek wrote: > > On Mon 2017-07-10 09:46:10, Pavel Machek wrote: > > > Hi! > > > > > > First, I got segfault from make: > > > > > > : 0: Can't open > > > scripts/Makefile.build:561: recipe for target > > > 'drivers/iio/imu/st_lsm6dsx' failed > > > make[3]: *** [drivers/iio/imu/st_lsm6dsx] Segmentation fault (core > > > dumped) > > > scripts/Makefile.build:561: recipe for target 'drivers/iio/imu' failed > > > make[2]: *** [drivers/iio/imu] Error 2 > > > scripts/Makefile.build:561: recipe for target 'drivers/iio' failed > > > make[1]: *** [drivers/iio] Error 2 > > > make[1]: *** Waiting for unfinished jobs.... > > > Makefile:1008: recipe for target 'drivers' failed > > > make: *** [drivers] Error 2 > > > make: *** Waiting for unfinished jobs.... > > > pavel@duo:/data/l/linux-n900$ ./mkit > > > > > > Then compile worked, but it failed to boot. I've now cleaned caches > > > and am rebuilding to make sure it is not build machine that has > > > glitches. > > > > > > No such luck :-(. > > > > > > I tested linux-next relatively recently, and it worked ok. > > > > > af3c8d98508d37541d4bf57f13a984a7f73a328c is broken. > > > 650fc87 worked ok. > > > > 2b97620 is broken. > > > > commit a51166ce71844ffbb8f78d63647b44dd69e46cf1 > > Add linux-next specific files for 20170628 > > I just rebased my droid4 development branch. I do not have any > problems with segfaulting toolchain, but boot also fails on OMAP4 > based Droid 4. The problem seems to be SPI being accessed without > runtime PM (clocks) being enabled: Care to check if commit c5b3955828ba ("ARM: OMAP4: Fix legacy code clean-up regression") make that one go away? I have already sent a pull request for that one. Regards, Tony