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 BDF5A33A9DD; Mon, 16 Mar 2026 17:56:53 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773683813; cv=none; b=OZC/Yf1HcURds0YO4wMxGWc9ZaydCkLDSUQFvJGqQNU8P/bN0usKDFhzB8zJ5592rHLJ+bJwMb3PjfQts5LubJu7rJgSbe28LTwvqcInauSciPycc3wQkVwkG0N+/cynmcsMqnRif4Re3VqFZx6dV6frr9XuBD6o2BBUvf9TVk0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773683813; c=relaxed/simple; bh=q0y8BC7GzfesebMNcpcg7i9dnaVgrshHFWjsHC4iOu8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=soe/mTVQTavOw6YDZE5d5t9xTrFk87Fg+fgFSlgh62XnwGEbYcCTCRBsMzFIFueCigFeuaXdXJ3MGqNW+WhXpk5UtUEfddKd9tDF1YQVOa1cYOMj69FxIWg+Bi6Tu2AzcM5tX8iBZslQ3sg0QQMK0Z/j+NcYx1ssumVCV0SOquI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=lFlEJVaX; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="lFlEJVaX" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0BBD6C2BC87; Mon, 16 Mar 2026 17:56:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1773683813; bh=q0y8BC7GzfesebMNcpcg7i9dnaVgrshHFWjsHC4iOu8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=lFlEJVaXpE6jStGa3SJRMs060nrfHkpqXCSBBlRrN5jlZ/2qTCqCOaIOFhz6yK08u h0ZHmDZ6uMxqh3dzNGC7B+4KlewKD4gWjipXHt3XGStjoVWJqtQRjFYh77YRGv+Ed7 /gTxcDluk4uDbiuffzVUWqD8LTMZQnbdS9pvhyDSrGj2cXHpxjBCzuUF+zRcnoaalM ij6Y4zrqahjLuLGyfZ3BJZFj/mFNZR+14bm0GtP1qwi8DYOiIsiDjeqwWcHJdVYyGU kG3KAfJvJEiNF5Rgvh27N5evzBrmHNTHTlX5YxxkRkJr2zTE9ubF+qmOH7AeUk/5Gx +UHjmssSaMbCQ== Date: Mon, 16 Mar 2026 18:56:29 +0100 From: Nicolas Schier To: Mark Brown Cc: Yonghong Song , Nathan Chancellor , KBuild Mailing List , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: build failure after merge of the kbuild tree Message-ID: Mail-Followup-To: Nicolas Schier , Mark Brown , Yonghong Song , Nathan Chancellor , KBuild Mailing List , Linux Kernel Mailing List , Linux Next Mailing List References: Precedence: bulk X-Mailing-List: linux-kbuild@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Mon, Mar 16, 2026 at 05:42:17PM +0000, Mark Brown wrote: > On Mon, Mar 16, 2026 at 05:02:15PM +0100, Nicolas Schier wrote: > > On Mon, Mar 16, 2026 at 02:18:45PM +0000, Mark Brown wrote: > > > > Makefile:2254: *** extraneous 'endif'. Stop. > > > Makefile:2254: *** extraneous 'endif'. Stop. > > > PERF_VERSION = .gbc1f864a1976 > > > 52.34user 4.91system 0:56.88elapsed 100%CPU (0avgtext+0avgdata 140840maxresident)k > > > 0inputs+0outputs (0major+1379795minor)pagefaults 0swaps > > > Building: arm64 allnoconfig > > > Makefile:2254: *** extraneous 'endif'. Stop. > > > thanks for the report. Unfortunately, I cannot reproduce that anyhow; > > but I pushed to kbuild/kbuild-for-next at 12:36 UTC, might that have > > been a bad point in time? Do you have your merge somewhere around where > > I can fetch it for investigation? > > I tend to start late mornings UTC so something in the middle of the > night won't be noticed. I don't have my merge to hand, sorry - you'll > be able to see where I merged things by looking at the history of -next > for the kbuild merge when I publish today's -next. IIRC there as > nothing other than merges and the commit I flagged in there, it's > possibly a merge issue with Linus' tree? Ok, thanks! Then I'll have a look at it tomorrow (14h ahead) and hope to fix it for the next '-next' round. -- Nicolas