From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S967688AbeE2WPH (ORCPT ); Tue, 29 May 2018 18:15:07 -0400 Received: from muru.com ([72.249.23.125]:45080 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966170AbeE2WPF (ORCPT ); Tue, 29 May 2018 18:15:05 -0400 Date: Tue, 29 May 2018 15:15:01 -0700 From: Tony Lindgren To: Maciej Purski , Mark Brown Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, Carlos Hernandez Subject: Regression in Linux next again Message-ID: <20180529221501.GJ5702@atomide.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.9.5 (2018-04-13) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, Linux next has a regression at least on beaglebone-x15 where booting Linux hangs shortly after starting init when loading modules with no output. I bisected it down to commit 456e7cdf3b1a ("regulator: core: Change voltage setting path") I think I bisected this same issue for the second time now but for a different merge window. What's up with that? And then we also have commit 696861761a58 ("regulator: core: Add voltage balancing mechanism") that fails to compile breaking git bisect: drivers/regulator/core.c: In function 'regulator_balance_voltage': drivers/regulator/core.c:3284:9: error: implicit declaration of function 'regulator_set_voltage'. Reverting both patches fixes the issue for me. I could not debug it further because of the compile error(s). Regards, Tony