Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B637DC6379F for ; Mon, 6 Feb 2023 17:09:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229738AbjBFRJR (ORCPT ); Mon, 6 Feb 2023 12:09:17 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43540 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229447AbjBFRJP (ORCPT ); Mon, 6 Feb 2023 12:09:15 -0500 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EE93D1BACF; Mon, 6 Feb 2023 09:09:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Sender:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=32vtgbq8zPko9/qH1J3/ZYdeAeDZRWME+xnhuEVllJA=; b=Xh68/Bl8YWMExxK9DNKOH3Rysg dv0BEb/w0C5Fg+t2mkXcxRT4U+0iF1I6LE2RCiH+S5oHr87XjVzD12crGqyVVVOo1zUEuUAaBzWHY xpQC598R6PtoLGXZ/ZWmTFV8gVa1S7Z4lNKDRUiRqIG73YuZmNcMx6ZF9OOQw3pJbWNXornv4y105 SWoPk5SMNUO6KWLm1NZg6Xi8RMHCiiwdO9skabmKdw3zZKBJe563gd9GhFMozrBcl3+MaMmBjAaru JeRIk8K64DeTAeVEmK3fhaixOadLstSzVixRChLcFe5ZaSiTFGVwBN+2Bugq5MJJ7owV8l51FNXyK X1cLGzOw==; Received: from mcgrof by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1pP4zQ-009PeC-Vb; Mon, 06 Feb 2023 17:09:12 +0000 Date: Mon, 6 Feb 2023 09:09:12 -0800 From: Luis Chamberlain To: Marcos Paulo de Souza Cc: linux-modules@vger.kernel.org, linux-kernel@vger.kernel.org, live-patching@vger.kernel.org, linux-doc@vger.kernel.org, jpoimboe@kernel.org, mbenes@suse.cz, joe.lawrence@redhat.com, corbet@lwn.net, pmladek@suse.com Subject: Re: [PATCH v2] Document klp_modinfo using kdoc Message-ID: References: <20230203122222.1907-1-mpdesouza@suse.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230203122222.1907-1-mpdesouza@suse.com> Sender: Luis Chamberlain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Feb 03, 2023 at 09:22:20AM -0300, Marcos Paulo de Souza wrote: > Originally it was only one patch, but it was divided in two. The second one > removed the local declaration to klp_modinfo and also refers to it using kdoc > format. > > Changes from v1: > * Use kdoc (Luis) > > Original commit message: > The struct members description can be found on > Documentation/livepatch/module-elf-format.rst, but for a developer it's > easier to search for such information looking at the struct definition. > > Marcos Paulo de Souza (2): > module.h: Document klp_modinfo struct using kdoc > Documentation: livepatch: module-elf-format: Remove local klp_modinfo > definition Thanks! Merged and pushed onto modules-next! If you can get more modules stuff into kdoc that would be appreciated! Luis