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 4C83E39DBF3; Tue, 21 Apr 2026 18:01:00 +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=1776794460; cv=none; b=nlcPLP2Vd/lvbxc2NrmH7mBIQtturqnkzYxqCN0EW7sda/UusiN9Ec3Dwt5n4D1HgBjxxMwNfUq7pRc4Dbq1z6XJeJxGEyHx7U+fL6MRNeGvBgyvNi2UDhYFsz2yDBwIPc48AFbbyGFGqyjkwng32w0cOhmhNadamsXXOCONULI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776794460; c=relaxed/simple; bh=ohE20d4eeeH1tdEUpFFkSXsdolQHC/2BDrYxZa0fezY=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=sEXEo0u1tHCYlVT8tqy3eaq78ymszEFXUDa8GD19wWGZfBt4WNVdA5V1bkO4OOVx6uHCLzzsofVmt8uiaZfnR9GQU1EbkdMpO9rO8Fge4ZtwdPbrDreX0PXOv9yI9vpDA2iAKq896nPgh8xhxFiZo/2PdrtD6Lcc6bw5Dp0eDuI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=kl9SbaBS; 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="kl9SbaBS" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5297AC2BCB0; Tue, 21 Apr 2026 18:00:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1776794459; bh=ohE20d4eeeH1tdEUpFFkSXsdolQHC/2BDrYxZa0fezY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=kl9SbaBSvl7EPS37KTbZ4kANODXAFlQZeLHoXKzcgQSlQKcDuaySdYhqOIZDcwOD9 5BGcfRBTuci3+W+AXUD3ncIORh7suIbMHmhjmKcGEcbdVMMdtypRnryVxE/uSDUoKU jwsRDHlqp/VDtFHNQ9/rONw1moSiY4FwesR9s8Z0kF/ZrQXnBADxwpg0z1kISoAuFX 1ijlucM/Jt5MQu5ZcvzRScunBmsnyjA7HkwHBAi989lIDCCfpVrzaWj8bWAi7eop7z ep6+yjT+ma7645xskCUHtV2Tx6U252GfAOYnNd6S6u0YJgBHQGGUEVGhQCcj2zeqfw TOjF1anlMnWDQ== Date: Tue, 21 Apr 2026 19:56:12 +0200 From: Nicolas Schier To: Piyush Patle Cc: Nathan Chancellor , Jonathan Corbet , linux-kbuild@vger.kernel.org, linux-doc@vger.kernel.org, Shuah Khan , Mark Rutland , Chen Pei , Randy Dunlap , Arnd Bergmann , Masahiro Yamada , linux-kernel@vger.kernel.org Subject: Re: [PATCH] kbuild: document generation of offset header files Message-ID: Mail-Followup-To: Nicolas Schier , Piyush Patle , Nathan Chancellor , Jonathan Corbet , linux-kbuild@vger.kernel.org, linux-doc@vger.kernel.org, Shuah Khan , Mark Rutland , Chen Pei , Randy Dunlap , Arnd Bergmann , Masahiro Yamada , linux-kernel@vger.kernel.org References: <20260410221257.191517-1-piyushpatle228@gmail.com> 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=us-ascii Content-Disposition: inline In-Reply-To: <20260410221257.191517-1-piyushpatle228@gmail.com> On Sat, Apr 11, 2026 at 03:42:54AM +0530, Piyush Patle wrote: > Replace the placeholder reference with a description of how Kbuild > generates offset header files such as include/generated/asm-offsets.h. > > Remove the corresponding TODO entry now that this is documented. > > Signed-off-by: Piyush Patle > --- > Documentation/kbuild/makefiles.rst | 41 ++++++++++++++++++++++++------ > 1 file changed, 33 insertions(+), 8 deletions(-) Looks good to me, thanks! Reviewed-by: Nicolas Schier