From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id CEF8E1E505 for ; Thu, 20 Jul 2023 23:27:57 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id EDE63C433C9; Thu, 20 Jul 2023 23:27:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1689895677; bh=F/lLf6VoBWh6m+upBr0z/vTAwH2Fc7QsSDH7ZudA/xY=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=i2+QknZDMwRO3chfdCYhK1wlWzoPWWih6w72El36t7v8Z9I/q0n6Nq+dTw669e6hT K8dcTerAng0UPlEs6H5YpPAk964lhUzVPNtVkxZQuhPOuYjBsxSmWCC91v+Ge8ZX4i FTEDDFLks3n09elZ+GB1gzo3d3dWICekuHrtewPbcyhuQSdXmsGpEXKT1u29YLUcFK w8oI7+uBFFdnBFSQUKQLFbHdOokNkCsiKfHaSb3pvdHvSVzhbSo9/z6IJ7J33nhmZQ Z7iaHwI5wEik/M2so7YYgcXuP7dvpLotpm98c6jQc0NPvb6miADIeMaW5U73r6Xjw6 /6XnkInEw3kEw== Date: Thu, 20 Jul 2023 16:27:56 -0700 From: Jakub Kicinski To: Stephen Rothwell Cc: "Von Dentz, Luiz" , Marcel Holtmann , Johan Hedberg , Linux Kernel Mailing List , Linux Next Mailing List , David Miller , Paolo Abeni , Networking , "Alexander Mikhalitsyn" , Kuniyuki Iwashima Subject: Re: linux-next: build failure after merge of the bluetooth tree Message-ID: <20230720162756.08f2c66b@kernel.org> In-Reply-To: <20230721081258.35591df7@canb.auug.org.au> References: <20230720105042.64ea23f9@canb.auug.org.au> <20230719182439.7af84ccd@kernel.org> <20230720130003.6137c50f@canb.auug.org.au> <20230719202435.636dcc3a@kernel.org> <20230720081430.1874b868@kernel.org> <20230721081258.35591df7@canb.auug.org.au> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Fri, 21 Jul 2023 08:12:58 +1000 Stephen Rothwell wrote: > > I kicked it off and forgot about it. > > allmodconfig on 352ce39a8bbaec04 (next-20230719) builds just fine :S > > Of course it does, as commit > > 817efd3cad74 ("Bluetooth: hci_sock: Forward credentials to monitor") > > is reverted in linux-next. The question is "Does the bluetooth tree > build?" or "Does the net-next tree build *if* you merge the bluetooth > tree into it?" Sorry for being slow, yes. I just did a test build with net-next and bluetooth-next combined and allmodconfig is okay, so you should be good to drop the revert. Fingers crossed.