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 79804ECAAD1 for ; Thu, 1 Sep 2022 05:28:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233041AbiIAF2r (ORCPT ); Thu, 1 Sep 2022 01:28:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38090 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233003AbiIAF2r (ORCPT ); Thu, 1 Sep 2022 01:28:47 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1D895DF666; Wed, 31 Aug 2022 22:28: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 ams.source.kernel.org (Postfix) with ESMTPS id A4CAEB81619; Thu, 1 Sep 2022 05:28:44 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BCBB0C433C1; Thu, 1 Sep 2022 05:28:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1662010123; bh=0e3zj4uy1iVmgegJwpAbXPvOJ9xzYtDAws9Y1UFGV+A=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Ws9qL7Cdx72e0H/U5M7wVdw+RWUJM1gZZrdWFzBeOsX42IiOqzcN41d5y/9Wr6zQn I3CqPtrJtbSEyhU4QUTGMFBjF3mTtCvH28rGJbEoEBRd+kwi6qG9WN0gWFFHdMxW1t Bkb8ytx6T88AEB7v20TVcyue8h464F5WF+T+jqz0= Date: Thu, 1 Sep 2022 07:28:59 +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 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. greg k-h