From patchwork Wed Sep 20 21:10:09 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luis Chamberlain X-Patchwork-Id: 13393444 Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (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 384E741A80 for ; Wed, 20 Sep 2023 21:10:13 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8A19FC9; Wed, 20 Sep 2023 14:10:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Sender:Content-Transfer-Encoding: MIME-Version:Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-Type: Content-ID:Content-Description:In-Reply-To:References; bh=x49hznF5dKVq5xpLQ2IV7G/0gHzi5fDYWHSxVPaTUUg=; b=AszzIwc3lmIw4h30I+1GCcelEj 4cAAMJB77+enJp1daQCOdeFfw94xHEs3kqDkv0V8dzyVuEFEws7Yf4p80g2Qgtz9xDz+3fsxRG4uu 3nyc4zH9WyCH/b6B+WXu8GYBsvOH5Jb3EZiaMHJ+Xr76dT685GGBdBrS3iGYgjOsfQb+QfxjJgO09 S7jAoLdm4VhFX9fjf80GTGbD0LCZbpKgnXZbNstrlF9AObNcYq6Vdkz7Ygpx/+7Yw/R032a8qV15w YOPl2Mxnp4rsold13gqug4cZZtIZ8hhRnM/HH+2CyO7bvu9iof5TSLUIjKBxg7QL+IP7TuG67SZ5i jRUclQpQ==; Received: from mcgrof by bombadil.infradead.org with local (Exim 4.96 #2 (Red Hat Linux)) id 1qj4SY-004EWx-0Q; Wed, 20 Sep 2023 21:10:10 +0000 From: Luis Chamberlain To: linux-modules@vger.kernel.org, linux-kernel@vger.kernel.org, keescook@chromium.org Cc: mcgrof@kernel.org Subject: [PATCH] MAINTAINERS: add include/linux/module*.h to modules Date: Wed, 20 Sep 2023 14:10:09 -0700 Message-Id: <20230920211009.1009150-1-mcgrof@kernel.org> X-Mailer: git-send-email 2.38.1 Precedence: bulk X-Mailing-List: linux-modules@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Sender: Luis Chamberlain X-Spam-Status: No, score=-1.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_EF,HEADER_FROM_DIFFERENT_DOMAINS, RCVD_IN_DNSWL_BLOCKED,SPF_HELO_NONE,SPF_NONE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Use glob include/linux/module*.h to capture all module changes. Suggested-by: Kees Cook Signed-off-by: Luis Chamberlain Reviewed-by: Kees Cook --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 3be1bdfe8ecc..b78cf8dc7f16 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -14289,7 +14289,7 @@ L: linux-kernel@vger.kernel.org S: Maintained T: git git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux.git modules-next F: include/linux/kmod.h -F: include/linux/module.h +F: include/linux/module*.h F: kernel/module/ F: lib/test_kmod.c F: scripts/module*