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 A65472367B7; Tue, 22 Apr 2025 07:24:10 +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=1745306650; cv=none; b=mthifLzgL79ijZoZDJ+X5zWKtxpHl20vHvWwIIggSLnrrWt7506BRue5CWaMnVfU+Fx0Cq+fFCM4WIeEyJfqyceNlbKazH3L73FT3Sg8pwpA99U5iusxzg0QmQYsvjeDLjx7XiON+5OEVFzLSaDnHKPqzcE8lQjknRABuNgEtrc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1745306650; c=relaxed/simple; bh=8DTcTxbdVgCbu+VQ+vw2b7TEstY2Tmu60WHjO6bAJEc=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=pikALF7VIV6PEdFI25lKaJwnSl07d7U4rMPyWuAjKTiih0dVAHe9Bywn5FjqMtAYYO4uTmnr0CMNn6o7DC/TzWLs+gN/1jOoGanAiOx9asegEKcXrr3b7maXCJ9D/oL/HSjakGxNSnDoRqit3/zh77Ga4rEue52y2Sbh5J01kZ8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=pfy0XOA0; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="pfy0XOA0" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3EF57C4CEE9; Tue, 22 Apr 2025 07:24:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1745306650; bh=8DTcTxbdVgCbu+VQ+vw2b7TEstY2Tmu60WHjO6bAJEc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=pfy0XOA0Nf7+RIOYBmgAp2XgFWtskrTdXkiJFA2aHo36G0/wGq/R+5JKfFHEU6xCK gheANCatJYPW/NZqBJ+JBlgPjDkLeXh0B0AwDuDwhKy6gIXNrqvAMwtmpswuF3UAbp isSRZ+7SclZwo5bLkk8GTlnXSNeC7KjF3Af3v9uA= Date: Tue, 22 Apr 2025 09:23:57 +0200 From: Greg Kroah-Hartman To: Nathan Chancellor Cc: Sasha Levin , stable@vger.kernel.org, llvm@lists.linux.dev Subject: Re: Backports of 84ffc79bfbf7 for 6.12 and earlier Message-ID: <2025042248-culinary-unnamable-89e4@gregkh> References: <20250417171024.GA171175@ax162> 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 Content-Disposition: inline In-Reply-To: <20250417171024.GA171175@ax162> On Thu, Apr 17, 2025 at 10:10:24AM -0700, Nathan Chancellor wrote: > Hi Greg and Sasha, > > Please find attached backports for commit 84ffc79bfbf7 ("kbuild: Add > '-fno-builtin-wcslen'") to 6.12 and earlier. It has already been queued > for 6.13 and 6.14 since it applied cleanly. If there are any issues, > please let me know. Now applied, thanks. greg k-h