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 12F2D239E7D; Sat, 18 Apr 2026 23:23:43 +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=1776554624; cv=none; b=QotxA3Mmom5wuFYItbxUxkyxwqP5/SwPmvwvXG77QLPc0cKNdzI2/Ibg7BnsDT3p5vqavzFx1iq30OiRaH5wb7HtD7AY60tDEa+JrBnS859/m7pqLsQjX4XAJNwnIye9XGtKSkM8zdIwlE+HDXd9h84deT1GBLOUZCL5qTDO9Sk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776554624; c=relaxed/simple; bh=EN4E/GrqbYdPOgLIBqgWr38ogwnBqfZGz13yZYWr8n8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=mocEQT8xa3liIGuT1UwKnr1AkO0rWdWklZPgw3TsusHaE3TiZ7x4tkmf7N66YqC8O77s8yWxvttN14qSmiCLtGk8k1lYHQtQRfN9qvv9vOi8byIlvDGZxshxjdkSFykuUeNGNsTpqJA9S19Lka0daPZibHPK64BVqp4jOXJmuUc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=mWxZUm6X; 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="mWxZUm6X" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2E48CC19424; Sat, 18 Apr 2026 23:23:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1776554623; bh=EN4E/GrqbYdPOgLIBqgWr38ogwnBqfZGz13yZYWr8n8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=mWxZUm6XTycHh/nkgrMYCvZs1DWnZ4t+PwgeWrTlerO7gq64Xx50U6lgpyQlisvgs rjkvIM5hfNir9rGSAghnYnSC7KOBc8GECMR84ppBRmhh+yheZYPd31Ri//N6CTChS+ hbHifpx29e4QakZUkXHPKJOB5ZWVEX7rMFfGrwzZCNWPomWfcbw7lpGG9uXKJkllwR foAJKyy1Plv/Mig9O88N696UpfHNpLuR3h800RHbXaEHulN4L8W+8aBvs70XmZUbCb J3Yxbzd7kPOs/FkoD1ft/pzimkeLhUIFPOuyx+G8i0OEc5HQHdXAaraaTms6cHq0Vp o9MPZ5dLxke9Q== Date: Sat, 18 Apr 2026 16:23:38 -0700 From: Nathan Chancellor To: Piyush Patle Cc: Nicolas Schier , 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: <20260418232338.GA1729151@ax162> References: <20260410221257.191517-1-piyushpatle228@gmail.com> Precedence: bulk X-Mailing-List: linux-doc@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 Piyush, On Sat, Apr 18, 2026 at 07:08:33PM +0530, Piyush Patle wrote: > On Sat, Apr 11, 2026 at 3:43 AM 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 ... > Gentle ping on this patch. > > I’d appreciate any feedback whenever you get time, or let me know if I > should resend/rework anything. Thanks for the ping. This is still in my review/handling queue but given that we are in the merge window for 7.1, I am not looking at 7.2 material until 7.1-rc1 is out. Cheers, Nathan