From mboxrd@z Thu Jan 1 00:00:00 1970 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 0383ECCA47B for ; Thu, 2 Jun 2022 22:59:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239851AbiFBW73 (ORCPT ); Thu, 2 Jun 2022 18:59:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35460 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229921AbiFBW71 (ORCPT ); Thu, 2 Jun 2022 18:59:27 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 66D6F1DA77; Thu, 2 Jun 2022 15:59:26 -0700 (PDT) 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=myZAuCtS59zOB4ceDtZuHs2CQEeRbLXKVl+Lui0wcjw=; b=ef/BwSpwHb8VH9+oHumHZAXIEw qO5Q6ss080yRYumaDKapV2V+s80qJkaW0/A7Pvh6CB2/TdAuCPAIq41fM1JEcXJGTrG1Z6b7UbYdW ciY2erkAfemqDy8TWtn2OnlZcas3i4dOxYyGDDDBCh+ViXhoGE0B+Ao5pTrZGtNaqrYuC9thy9cKD nyVJzK5wflo54w2WaChghCxfPve0dd0xjAGelBt6/UyCscBeg41YDpZXstnFMtHIPyjlJyX0MXYkV uzls3F9KxygJfkMipzlOsv6tSxXViun9K6v6dmIgOYzVk4kbO5HgZFiQkOASEWCBWIU0dlY2iIPFg tA3dMl1A==; Received: from mcgrof by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1nwtme-0054Wf-K2; Thu, 02 Jun 2022 22:59:16 +0000 Date: Thu, 2 Jun 2022 15:59:16 -0700 From: Luis Chamberlain To: Saravana Kannan Cc: Linus Torvalds , Christophe Leroy , Aaron Tomlin , Christoph Lameter , Miroslav Benes , Andrew Morton , Jessica Yu , Linux Kernel Mailing List , linux-modules@vger.kernel.org, void@manifault.com, atomlin@atomlin.com, Allen Pais , Joe Perches , Michal Suchanek , Oleksandr Natalenko , Jason Wessel , Petr Mladek , Daniel Thompson , Christoph Hellwig , Android Kernel Team Subject: Re: [PATCH v1] module: Fix prefix for module.sig_enforce module param Message-ID: References: <20220322140344.556474-2-atomlin@redhat.com> <20220602035653.4167316-1-saravanak@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: Luis Chamberlain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jun 02, 2022 at 02:47:04PM -0700, Saravana Kannan wrote: > On Thu, Jun 2, 2022 at 12:41 PM Linus Torvalds > wrote: > > > > On Thu, Jun 2, 2022 at 12:16 PM Luis Chamberlain wrote: > > > > > > Linus want to take this in or should I just queue these up? > > > > I'll take it, and remove the unnecessary #ifdef/#endif. The #undef > > might as well be unconditional - simpler and doesn't hurt. > > Sounds good. I just copy-pasted how it was done elsewhere. Luis was > mentioning adding a wrapper to go this cleanly and I needed it in > another instance too. So I'll look into doing that in a future patch. Virtual hug, or something hippie like that. Luis