From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 297E5184 for ; Thu, 29 Jun 2023 00:19:04 +0000 (UTC) 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=uV74I/9ieyeYsB9xVMBXSkK+tKHYnF1X91Ya1L16VGY=; b=a9RTPe57R523L1tUVX9Dp64uoy pD2jJbsL3WlY1HiRHWFQgRtBnJMSlqT+Q2LAJfTLvjlWjmY6m38EuY8DsM04daB5hGfYyrj2lT5GI b96MEinePKNIq/CLTtV3fgCJ3yTxWBGG1vnOPonWtHJnj6Bbeg0qi1bfsuu8ukH9Okzye9aixAWSh O8YwwDPOkR9oD8iGZoNi5CWNwsjY+yKSV+4Zfufenn27yXT2H3QXRYtjZkiyXkKLK8NFzil15f1f/ shof7o1fSkA4VWH5uygOslGZKurJONkkKL6RO6WQBD4qRE59KxCuStFjdT6tl03p6Yqqc9OQzTayr 5+ohlDcg==; Received: from mcgrof by bombadil.infradead.org with local (Exim 4.96 #2 (Red Hat Linux)) id 1qEfN3-00H7bf-0x; Thu, 29 Jun 2023 00:18:49 +0000 Date: Wed, 28 Jun 2023 17:18:49 -0700 From: Luis Chamberlain To: Linus Torvalds Cc: David Hildenbrand , song@kernel.org, Johan Hovold , Lucas De Marchi , Petr Pavlu , gregkh@linuxfoundation.org, rafael@kernel.org, lucas.de.marchi@gmail.com, christophe.leroy@csgroup.eu, peterz@infradead.org, rppt@kernel.org, dave@stgolabs.net, willy@infradead.org, vbabka@suse.cz, mhocko@suse.com, dave.hansen@linux.intel.com, colin.i.king@gmail.com, jim.cromie@gmail.com, catalin.marinas@arm.com, jbaron@akamai.com, rick.p.edgecombe@intel.com, yujie.liu@intel.com, tglx@linutronix.de, hch@lst.de, patches@lists.linux.dev, linux-modules@vger.kernel.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org, pmladek@suse.com, prarit@redhat.com, lennart@poettering.net Subject: Re: [PATCH 2/2] module: add support to avoid duplicates early on load Message-ID: References: Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: Luis Chamberlain On Wed, Jun 28, 2023 at 04:17:10PM -0700, Linus Torvalds wrote: > On Wed, 28 Jun 2023 at 15:07, Linus Torvalds > wrote: > > > > Anyway, since I clearly didn't communicate clearly that I was throwing > > the patch over to you, let me go and find it and just apply it myself. > > Ok, I spent some time writing a better commit message for that change, > tried to make sure I got everybody's comments and Tested-by's sorted > out etc, and committed the end result. > > I also did the actual module pull and your sysctl pull. > > Can you please check that it all looks like you expected? Looks good to me, thanks for doing that. It certainly was not clear to me that you had expected me to merge your patch just because you had previously merged your own and later reverted it. But now I know in the future I may just pick up your patches, instead of expecting you to shortcut it, thanks! Luis