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 8B53CECAAD1 for ; Thu, 1 Sep 2022 13:58:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232689AbiIAN6H (ORCPT ); Thu, 1 Sep 2022 09:58:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55676 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234234AbiIAN5s (ORCPT ); Thu, 1 Sep 2022 09:57:48 -0400 Received: from sin.source.kernel.org (sin.source.kernel.org [145.40.73.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B7258DFCD; Thu, 1 Sep 2022 06:57:45 -0700 (PDT) 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 sin.source.kernel.org (Postfix) with ESMTPS id C39F2CE26FD; Thu, 1 Sep 2022 13:57:43 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6400EC433C1; Thu, 1 Sep 2022 13:57:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1662040661; bh=QBC8hgn3Uh4LWbzhomfiidckwgVSHFTaGAyD7HabjF4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=cAhL7zUQxYyr2e9d/HDUsGkqYiLSN1RyQcBUWcJKO8PmX74sM9rxsEjnhVcNPzbdf uaRQnAGD+HJKaiP1Rk90O9+O/+dSdX9GOocn4qUfKnwglyi+WBQuIFSVEmNEBStKp+ sFCE0C1YPUFfqvYTnCvxbMDOv5lAjRovAHCr8egc= Date: Thu, 1 Sep 2022 15:57:39 +0200 From: Greg Kroah-Hartman To: "Russell King (Oracle)" Cc: "Isaac J. Manjarres" , "Rafael J. Wysocki" , Ulf Hansson , Marek Szyprowski , Tomeu Vizoso , stable@vger.kernel.org, Saravana Kannan , Guenter Roeck , kernel-team@android.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3] driver core: Don't probe devices after bus_type.match() probe deferral Message-ID: References: <20220817184026.3468620-1-isaacmanjarres@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Thu, Sep 01, 2022 at 07:28:59AM +0200, Greg Kroah-Hartman wrote: > On Wed, Aug 31, 2022 at 09:21:29PM +0100, Russell King (Oracle) wrote: > > Greg, > > > > Are you happy for me to pick up this patch as part of the fixes for the > > AMBA changes? The original patch that it is fixing is a patch that was > > part of a series that was merged through my tree. > > > > It's fixing a problem that has been noticed by several people and the > > fix is now a few weeks old. > > Sorry, I'm behind in driver core stuff. I'll pick it up later today. Now queued up, thanks. greg k-h