From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751547AbeFEEp6 (ORCPT ); Tue, 5 Jun 2018 00:45:58 -0400 Received: from muru.com ([72.249.23.125]:46070 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751320AbeFEEp5 (ORCPT ); Tue, 5 Jun 2018 00:45:57 -0400 Date: Mon, 4 Jun 2018 21:45:54 -0700 From: Tony Lindgren To: Maciej Purski Cc: Mark Brown , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, Carlos Hernandez , Marek Szyprowski Subject: Re: Regression in Linux next again Message-ID: <20180605044554.GC5738@atomide.com> References: <20180530144505.GB5705@atomide.com> <1528120764-14316-1-git-send-email-m.purski@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1528120764-14316-1-git-send-email-m.purski@samsung.com> User-Agent: Mutt/1.10.0 (2018-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, * Maciej Purski [180604 14:02]: > Tony, please apply this patchset and test it on your Beaglebone. It'd be > great if you could try to find out, which patch causes failure. They should > be appliable on the current next. It seems beagle-x15 boots for me except with the last patch in the series with compile issue fixed. With that applied after modules get loaded it just hangs with: [ 25.925607] regulator_resolve_supply: 1608 [ 25.930620] regulator_resolve_supply: 1608 [ 26.098449] lib80211: common routines for IEEE802.11 drivers [ 26.446713] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 26.514834] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 26.525311] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 [ 26.534250] cfg80211: failed to load regulatory.db [ 26.998736] regulator_set_voltage: 3381 [ 27.007662] _regulator_do_set_voltage: 2913 [ 27.012593] regulator_set_voltage: 3381 [ 27.016969] _regulator_do_set_voltage: 2913 [ 27.022847] regulator_set_voltage: 3381 Not sure what module gets loaded at that point, I'll test again with initcall_debug once you post a compiling version of your last patch. Regards, Tony