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 7CDB42DC32C; Fri, 13 Mar 2026 23:30:39 +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=1773444639; cv=none; b=bJckChliSAuX3FJVo1pGu65cMR9CIPe4z+n8OGG+K40WCj/6dIrl2tUA9K9seSHDWTOmJGh+g3QAkSvYqYaff8NwmgRnTVzdorqnTJW5cCST9ZWSAsGnixZVkhoXVEBY9mJUrl0xERJ441yASVj9aC4/BfCbFec3hW9srSP8mCc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773444639; c=relaxed/simple; bh=uTeSeSlCgaPeffCAks/hHxOGsjXpFVGlrY/BtJT+Uak=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=kHIf8XC8kPiprM1Cm8hLCk7xjHSUNWZ4YKF/L8pMByiUl93ElSLBbaMsVlAdAORuloI6a9Zf3NUJM0Ztbexuh2SlLqQFRanj/KrsM0xJwULcClY+ReZzJx2BWKhgAx6IfCJ39KTV09Mpn4xbms+xlkpjN7aqm5v1kPN20CrL4KM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=IsW95amD; 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="IsW95amD" Received: by smtp.kernel.org (Postfix) with ESMTPSA id BEC1DC19421; Fri, 13 Mar 2026 23:30:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1773444638; bh=uTeSeSlCgaPeffCAks/hHxOGsjXpFVGlrY/BtJT+Uak=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=IsW95amD6AcCIi/6297AVrkAky2hs8HRwQoqHc+xJ803QJ3i7Qeo8H+bHv4NzC0G5 yrURZxqrR/9NzBwestFt03Q0YOUHXbdw1LzpWtn72rHZ0it+huASDfO8mHLL0o7zIp V4xJvCOUYKg96y2t+yUahKaJK/7uOl0kLwcqjFizJ59ZfYuUtoznuFKDCJTHGRw4gi fveVzGvBWvCpkhzQAwUhnU9DeHIPj1RH1Tzt5UhzFYE7aPEiqvZ4260QYiQQQQStrb zo96yyTc7TJMjRhOLFrMDPtpvy82VktKbOexiDOXLR+5go5kNEBoY+y42XaaZBNekt SgvB/rM4QZnIg== Date: Fri, 13 Mar 2026 19:30:37 -0400 From: Sasha Levin To: Cal Peake Cc: Kernel Mailing List , stable@vger.kernel.org, Andrew Morton , Linus Torvalds , jslaby@suse.cz, gregkh@linuxfoundation.org Subject: Re: Linux 6.18.17 -- build regression Message-ID: References: <20260312112454.940017-1-sashal@kernel.org> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: On Fri, Mar 13, 2026 at 06:20:18PM -0400, Cal Peake wrote: >On Thu, 12 Mar 2026, Sasha Levin wrote: > >> Hey, >> >> Thanks for the report! >> >> Could you please confirm that cherry-picking 93d0fcdddc9e ("cxl/acpi: Fix >> CXL_ACPI and CXL_PMEM Kconfig tristate mismatch") fixes the issue you're >> seeing? >> > >Hey Sasha, thank you for the reply. > >Took me a minute to find that commit :) but, yep, it fixes my build error. Yes, sorry, I should have pointed to it better since it's not upstream. I dug it up from -next. -- Thanks, Sasha