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 B4964C636D4 for ; Wed, 15 Feb 2023 12:35:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234046AbjBOMfO (ORCPT ); Wed, 15 Feb 2023 07:35:14 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52244 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233934AbjBOMey (ORCPT ); Wed, 15 Feb 2023 07:34:54 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D9AB038641; Wed, 15 Feb 2023 04:34:39 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 6377161B9F; Wed, 15 Feb 2023 12:34:39 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 68EADC433EF; Wed, 15 Feb 2023 12:34:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1676464478; bh=UdB5gcZ1ipRdvMF/VYd7e+V0Gy9qLJujvD96WZvS0NA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=DCpoOc8iHx3XcRwBSD1ZDGP40QOJqNIxZTP+CRuJvEBLFgtOvJHb1BxmmVQVfcWPz DPq298F9sCKiTeahJyumwLmhzWr9yLHuVSt/Mq5h78veRLGCdNRsAQHf5/jlKiUChd 8no4Zb0DtNaYMe8Larvl6+gOzcfXADoQV3n31OpI37s4NQZPPzZ76+mFaeI75IShx0 fBSKmCTTMHdUu/uG4tD/KLRby5vMvJ7nwVoO2+s1CTjifo3P032eI5Pd6K3fCrMyho +7hgd9oQhxO2zo08wGaCj5FxGS2syXQflakHSPJ4CtIOHS5c3xxNQmN6SuEQblgliV KrB2+yr/wTnhQ== Date: Wed, 15 Feb 2023 12:34:30 +0000 From: Jean-Philippe Brucker To: Saravana Kannan Cc: Greg Kroah-Hartman , "Rafael J. Wysocki" , Sudeep Holla , Cristian Marussi , Linus Walleij , Bartosz Golaszewski , Thomas Gleixner , Marc Zyngier , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Miquel Raynal , Richard Weinberger , Vignesh Raghavendra , Rob Herring , Frank Rowand , Geert Uytterhoeven , Magnus Damm , Andy Shevchenko , Daniel Scally , Heikki Krogerus , Sakari Ailus , Len Brown , =?utf-8?B?UmFmYcWCIE1pxYJlY2tp?= , Abel Vesa , Alexander Stein , Tony Lindgren , Geert Uytterhoeven , John Stultz , Doug Anderson , Guenter Roeck , Dmitry Baryshkov , Maxim Kiselev , Maxim Kochetkov , Luca Weiss , Colin Foster , Martin Kepplinger , Vladimir Oltean , kernel-team@android.com, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-gpio@vger.kernel.org, linux-mtd@lists.infradead.org, devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org, linux-acpi@vger.kernel.org Subject: Re: [PATCH v3 00/12] fw_devlink improvements Message-ID: References: <20230207014207.1678715-1-saravanak@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230207014207.1678715-1-saravanak@google.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Saravana, On Mon, Feb 06, 2023 at 05:41:52PM -0800, Saravana Kannan wrote: > Naresh, Tony, Abel, Geert, Dmitry, Maxim(s), Miquel, Luca, Doug, Martin, > Jean-Philippe, > > Can I get your Tested-by's for this v3 series please? Sorry for the delay (I misconfigured my inbox). I tested virtio-iommu with these changes, no regression: Tested-by: Jean-Philippe Brucker Removing driver_deferred_probe_check_state() by reverting [1] breaks loading virtio-iommu as a module, as the dependency between PCI devices and PCI IOMMU is ignored, and the device probed too early [2]. I'll try to figure out how to make that work. Thanks, Jean [1] https://lore.kernel.org/lkml/20220819221616.2107893-5-saravanak@google.com/ [2] https://lore.kernel.org/lkml/Yv+dpeIPvde7oDHi@myrica/