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 5A671219FC; Wed, 6 May 2026 06:21:32 +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=1778048493; cv=none; b=gEb00pBBH9e8qiOuCxhczIWUPpbUCYBCOAtIWxAmmBzaDigqzXH9WW0H8qiEeF0MhaBge+Apma9g7iLj3l/Hq3VOVQP+F9YHYwRMLd4kp9/Phhqh2H620aO74u7p5DWFLuLXXUXWRfnkJm1+yoknhtjsJz0x6icFyOsFxiJ9/V4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778048493; c=relaxed/simple; bh=Xs/yI0pSytldTKnrEohsfqL9A5TsFmHPW8Vq16m8ijs=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Wnz0IdatCW+wjlRledBmg0NTdm6CYc/tUT5GhCk4Caya4uxBa+Hh2Hgm9djI1LiDl7kq5rbWZghhffGjU6WRHZlQwfN+iC8Y6tPpSkSwWYDpPuVhaxRSHlduXz3+vFVCyeJK0CVGL1AtKGsjyulRWevasqto9uSslrziVyioSVs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Osasct+i; 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="Osasct+i" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B35ABC2BCB8; Wed, 6 May 2026 06:21:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778048492; bh=Xs/yI0pSytldTKnrEohsfqL9A5TsFmHPW8Vq16m8ijs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Osasct+iooooZeYc4RDvnTRPBva+qyWo2U8LdstYr3cPlmpySczSlCXp8ItTE/e/T eGIeS4h50xiz2asWImamwRdSh9nTcmSkvm1dD9ckafdXIPtIntCLRLeSQPIVqSVZjj g1VgOCmJyNAr00f4HM2n5yf1Nm9sTFE9JqJDTsogzF6TA9Tf6ibB3I1vSBEL958HZw mJ8Mp/+SKHAQzSRWXRqkM9g9y1EXcmBBBMUrgXIlETnu5J2HaeZYrTPVDDzRcfRQ5w uLNKJSBolXJ8mwJBQ+zOPiEEHsyu4scgo+8z3p3S+y4BLlG+d0zCHdCDU17e3duLqe XbS0n+W7tIRKw== Date: Wed, 6 May 2026 14:21:28 +0800 From: Nathan Chancellor To: Daniel Pereira Cc: Bill Wendling , Justin Stitt , Nick Desaulniers , linux-kernel@vger.kernel.org, llvm@lists.linux.dev, linux-kbuild@vger.kernel.org, Jonathan Corbet , Shuah Khan , linux-doc@vger.kernel.org Subject: Re: [PATCH 01/14] kbuild: Bump minimum version of LLVM for building the kernel to 17.0.1 Message-ID: <20260506062128.GA322298@ax162> References: <20260428-bump-minimum-supported-llvm-version-to-17-v1-0-81d9b2e8ee75@kernel.org> <20260428-bump-minimum-supported-llvm-version-to-17-v1-1-81d9b2e8ee75@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Hi Daniel, On Tue, May 05, 2026 at 03:26:40PM -0300, Daniel Pereira wrote: > On Tue, May 5, 2026 at 1:11 PM Nicolas Schier wrote: > > > >> FTR: The translations > >>Documentation/translations/{it\_IT,pt\_BR}/process/changes.rst become now > >>even more outdated. > > > >>Acked-by: Nicolas Schier > > > > Hi Nicolas, > > Just confirming that I will make the necessary corrections to the > changes.rst Portuguese translation (pt\_BR) in the next few days. Thanks but I think I can just update the version number in this patch when I send v2, as the update should happen atomically. If you patch it separately, it might not be true depending on when my change is merged. -- Cheers, Nathan