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 B4D42C4332F for ; Tue, 15 Nov 2022 19:29:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230051AbiKOT3b (ORCPT ); Tue, 15 Nov 2022 14:29:31 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34628 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229509AbiKOT3a (ORCPT ); Tue, 15 Nov 2022 14:29:30 -0500 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 51C9015724; Tue, 15 Nov 2022 11:29:30 -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=oj/LYRaa/WopSA/lV9yZN5Xxax3IbvylgpwFxFjSk8M=; b=4B6BE85a6e0giCD+GbtM34EFM6 x8P/RDuMpqVKH04cYe52/ZxuUQw9z1HE09oZpcuuKalB0m5DMWR7mUNsbfSqROxo2ejjZ8UIezZBi nM9lQ6eqVQMejOv5iXExWpqwR+V882/czCf/J95yyODel09lZ2ycyYbbJVwqyDRa+ACEs69ezm7wy cxTqErrc7fxROPtJjVZFLAQZvhLcZPYdCUHAkebfE8Y0uuY3949UiFKo57T4aaoiXoh0tp85hvypK OSZcWmGiKd1WGz2I7NsGr6BYzTzkk+CIrf67dsSVZSOkEOdrc1Y9e3OTKWV7H/q8Y3H2aBNR6sASI RH6fmAFQ==; Received: from mcgrof by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1ov1cd-00EHxC-Kl; Tue, 15 Nov 2022 19:29:27 +0000 Date: Tue, 15 Nov 2022 11:29:27 -0800 From: Luis Chamberlain To: David Hildenbrand Cc: Prarit Bhargava , pmladek@suse.com, Petr Pavlu , linux-modules@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 2/2] module: Merge same-name module load requests Message-ID: References: <20220919123233.8538-1-petr.pavlu@suse.com> <20220919123233.8538-3-petr.pavlu@suse.com> <5467e66d-55de-ca8f-c1ae-ffe6efe7290d@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5467e66d-55de-ca8f-c1ae-ffe6efe7290d@redhat.com> Sender: Luis Chamberlain Precedence: bulk List-ID: On Mon, Nov 14, 2022 at 04:45:05PM +0100, David Hildenbrand wrote: > Note that I don't think the issue I raised is due to 6e6de3dee51a. > I don't have the machine at hand right now. But, again, I doubt this will > fix it. There are *more* modules processed after that commit. That's all. So testing would be appreciated. Luis