Received: by 2002:ac0:a5b6:0:0:0:0:0 with SMTP id m51-v6csp3852392imm; Tue, 29 May 2018 15:16:38 -0700 (PDT) X-Google-Smtp-Source: ADUXVKL3JN3uwXAkWVUaFpSxoMlpaB7Zn1v5iq4+APGCCo2PlXcR5VcsohUVHBuTIuCEmXNI80lT X-Received: by 2002:a63:788b:: with SMTP id t133-v6mr188077pgc.20.1527632198835; Tue, 29 May 2018 15:16:38 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1527632198; cv=none; d=google.com; s=arc-20160816; b=q3R06nZ1FXxlYBProO5AJ+sIVV2ATlVyhRofCXCTsl36yEtTbqynl6HhWq/0swkqys tzqDYKIODz9H3PPtPIBQtpIAyiSfdEWQNFrQVMArvzOzh8NOCl7lsWcfL91LWtojj03S whusZM4EXshJsF7ZdXNnPJkER+9H0PPRdmDgLERJxEL5X0BKGCva6HAWNz5EY/I/+f/R iielJH/HdJN9jnwATXcvQqvEV0O/ZYHwXP7AaLG+i+7YZm8HOnn8/pVJ0Jg3qM4m3zZe c8GnZb86mn/2CJv7hGZkd8MoX/gAK/wf+St6I88T+Qo9apbxLAKQTB128xTC2l0HnP2U BIVw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:content-disposition :mime-version:message-id:subject:cc:to:from:date :arc-authentication-results; bh=efTmKOICN/bqprhLY69nJKSXqdT2rUZf6qH8YQ7hDnY=; b=hR/GL7IXb8GlG9Bp4SPINQPzEoUEVSgshmW0vMVUcBjTZtHt9kndt/qJsCCDngz2WL OyqWdZSh3QVfTOZvg16CZvHP0uFG3MsPrLDDBn+k/sdNUN4rZ5/HsdopDDx350X8py+w MGaP2AzHxSCX5X3KKsibw760GDC7K4ZTMVZq5Waj37uuMIrt03lNAttZ2OGWGIRasT8O WzF3P2jHgdIwNCEn3Moi1jUR/plKa/LchQn3Ch6xL/8+CW/ebcU2eaz8tOraI606epI+ FnGmSrDHQcmDHYwquMOycKl75eaxFNZvvH3kjGbwUOUN95udaCrFuBcuT8YPLIO3dCro AVjQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id z124-v6si32408256pfb.67.2018.05.29.15.16.24; Tue, 29 May 2018 15:16:38 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S967624AbeE2WPG (ORCPT + 99 others); Tue, 29 May 2018 18:15:06 -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 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id E2ED98087; Tue, 29 May 2018 22:17:25 +0000 (UTC) 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 Precedence: bulk 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