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 70954C38142 for ; Fri, 20 Jan 2023 00:51:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229586AbjATAvh (ORCPT ); Thu, 19 Jan 2023 19:51:37 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53316 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229450AbjATAvf (ORCPT ); Thu, 19 Jan 2023 19:51:35 -0500 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1EC40B773; Thu, 19 Jan 2023 16:51:34 -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=C+qYuMaNSBRYpklV0ttp1/UWpWnQ6DrhHlqrvIq2oTE=; b=2KGz+AMKleV593cjIa7PLXSQdm GE5zd4lmIh527ER4jJZFDU5/uNCgOn+8tleQ4hcwE+NuozvKf8sK1a0k5KzWPuFp5SVQ8iaadanso gpDMivtkUMeFN7AsEhUWquEjoQaUdQt0rUTK14sOttsG5mHrpfgJ2vvDMh/ntpyoD2EGWWWdJKe6k 1RD5JAgSHOnI988KFRV0gbku0QSRKOlfKz9buAwE9kFo4OO7S+qwF0NHNLYdWpCcq1hezo7CYnlVF pNDSbkxf3ZvWA7VzdbItjQIq4Ece8DZYo+4yVTOr2Hsnf+acoRz+RO2hwQEeVFuQZqO+32CB7SPC+ sV6Q14Dw==; Received: from mcgrof by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1pIfct-007oR6-3D; Fri, 20 Jan 2023 00:51:27 +0000 Date: Thu, 19 Jan 2023 16:51:27 -0800 From: Luis Chamberlain To: Petr Mladek Cc: Petr Pavlu , Prarit Bhargava , Vegard Nossum , Borislav Petkov , NeilBrown , Goldwyn Rodrigues , david@redhat.com, mwilck@suse.com, linux-modules@vger.kernel.org, linux-kernel@vger.kernel.org, stable@vger.kernel.org Subject: Re: [PATCH v2] module: Don't wait for GOING modules Message-ID: References: <20221205103557.18363-1-petr.pavlu@suse.com> <79aad139-5305-1081-8a84-42ef3763d4f4@suse.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: On Thu, Jan 19, 2023 at 04:47:05PM +0100, Petr Mladek wrote: > Yes, the -EINVAL error is strange. It is returned also in > kernel/module/main.c on few locations. But neither of them > looks like a good candidate. OK I updated to next-20230119 and I don't see the issue now. Odd. It could have been an issue with next-20221207 which I was on before. I'll run some more test and if nothing fails I'll send the fix to Linux for rc5. Luis