From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from sendmail.purelymail.com (sendmail.purelymail.com [34.202.193.197]) (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 B3C1139FCC6 for ; Thu, 19 Mar 2026 10:54:10 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=34.202.193.197 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773917652; cv=none; b=rnsQeJTR5LOkL9VC5/Cmx241y/fqIP+fBmJ3DIF9zOsoQMtcqBN9hKktD4XeC8VqZeaCMtxP8SlNXYwENNB3oOAg82moNncabElmKobSi04QbiWRIvM3Zj332E54hv1pNQAUbSIfukUkHMI+qs9bcoN7jtXDrqgwuFQ+D1/EB1k= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773917652; c=relaxed/simple; bh=OH95YwyO6vmiYlWPK79PYyKfAz3qPAVN1586YDIJ/nc=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=ft2fWBGnQnolylcj3WkQPDXumDKf3+fJM0vvvkj+G3oKaRUafI8MTiiGVVzWS50r6anD+XHYgIjgbn5z2zww9+lsjdfnlq4PXqMqhlB5l+DUFQsp2SvG5XW9ltNLwL51sW/Odca4/AT+82tIhI5P9qwQsZJyEi9ej3zLtQwhQXE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=korsgaard.com; spf=pass smtp.mailfrom=korsgaard.com; dkim=pass (2048-bit key) header.d=purelymail.com header.i=@purelymail.com header.b=QoaB7M+e; arc=none smtp.client-ip=34.202.193.197 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=korsgaard.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=korsgaard.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=purelymail.com header.i=@purelymail.com header.b="QoaB7M+e" DKIM-Signature: a=rsa-sha256; b=QoaB7M+eMJneeHmDw/BkYSOhH1LxyJLb80t5wkgItPX7Fr00Z9qVMpFTZ+DIgNPjLTmwpgwc9tBPp8ukkPSHhWk1vXNEMsJeWGauwQTs7vAIHQjDqdSsB6IgxM0DUPD+oJVPkfzGZS8NYYN3Q/tGv+foolOjqVIKye5hkqAbPCTlK1gTe7cLJmsZvjGxqc9ApINcJ9v+Yh4CA6EMs68g3DpXG4GQJKa2wOF5E0UxJw7Piu5e7xZg03RHhDvpYnElfbXdpgqNz7ZeNJb2dBvDzQBfPMJ3Ja+XJuLLqCjKECUpuzXp2XOBp1MTqnWtXWpB6+SD80yQfev+5qHKh9fxOg==; s=purelymail3; d=purelymail.com; v=1; bh=OH95YwyO6vmiYlWPK79PYyKfAz3qPAVN1586YDIJ/nc=; h=Feedback-ID:Received:Received:From:To:Subject:Date; Feedback-ID: 21632:4007:null:purelymail X-Pm-Original-To: linux-kernel@vger.kernel.org Received: by smtp.purelymail.com (Purelymail SMTP) with ESMTPSA id 428043683; (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384); Thu, 19 Mar 2026 10:53:40 +0000 (UTC) Received: from peko by dell.be.48ers.dk with local (Exim 4.98.2) (envelope-from ) id 1w3B0T-00000009JDM-1jTN; Thu, 19 Mar 2026 11:53:37 +0100 From: Peter Korsgaard To: "Guillaume Gonnet" Cc: "Mikulas Patocka" , "Alasdair Kergon" , "Mike Snitzer" , "Benjamin Marzinski" , , , , , Subject: Re: [PATCH] dm init: ensure device probing has finished in dm-mod.waitfor= In-Reply-To: (Guillaume Gonnet's message of "Thu, 19 Mar 2026 09:47:47 +0100") References: <20260317213229.18371-1-ggonnet.linux@gmail.com> <46a69472-84a8-c02b-1879-af30da13523c@redhat.com> <87y0jpf2ar.fsf@dell.be.48ers.dk> Date: Thu, 19 Mar 2026 11:53:37 +0100 Message-ID: <87cy10dr9q.fsf@dell.be.48ers.dk> User-Agent: Gnus/5.13 (Gnus v5.13) Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain >>>>> "Guillaume" == Guillaume Gonnet writes: > Hello Peter, > Here are my answers to your questions. Thanks for the details. >> This looks nontrivial, a comment would be helpful. > I think the commit message contains enough information to understand why > the second wait_for_device_probe() call is required, a comment would > contain less information so I prefer letting the code like that. OK. Ideally the above description would have made it into the commit message, but fine. -- Bye, Peter Korsgaard