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 6A4B7C6FD1E for ; Fri, 10 Mar 2023 08:09:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230363AbjCJIJJ (ORCPT ); Fri, 10 Mar 2023 03:09:09 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55374 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230236AbjCJIIi (ORCPT ); Fri, 10 Mar 2023 03:08:38 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 65546F7847; Fri, 10 Mar 2023 00:08:19 -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 ams.source.kernel.org (Postfix) with ESMTPS id EDDB7B821E4; Fri, 10 Mar 2023 08:07:54 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1627DC433D2; Fri, 10 Mar 2023 08:07:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1678435673; bh=20jRrDHXaZ3rBIwvwboTw1gW/cNg6j8dkFSEzJUteqU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=dVtOuyRzFz/2WpPdNx6/oKhxHdSfEMPc9wehDshkU8U5JpUty6J5wCo5d3w3be8xR QLRCD3E9wEKDnsn1GqFi0tBxnQbUmuZcUjzUTAOza5KoOWI9zBLCJ0W9I23Jahn6KN C2NTebaWQN087knjgByMYAxdnGFbqWuTFzTXS6B0= Date: Fri, 10 Mar 2023 09:07:50 +0100 From: Greg Kroah-Hartman To: Saravana Kannan Cc: "Rafael J. Wysocki" , Heikki Krogerus , Guenter Roeck , Andy Shevchenko , Daniel Scally , Sakari Ailus , Len Brown , Yongqin Liu , Sumit Semwal , Martin Kepplinger , Amelie Delaunay , kernel-team@android.com, linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org, linux-acpi@vger.kernel.org Subject: Re: [PATCH v1 0/4] Remove use of fw_devlink_purge_absent_suppliers() Message-ID: References: <20230301214952.2190757-1-saravanak@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: linux-kernel@vger.kernel.org On Thu, Mar 09, 2023 at 10:04:49AM -0800, Saravana Kannan wrote: > Greg, > > Don't pull in this series please. It needs more testing from the folks > I cc'ed and it's already breaking things for Martin. This needs more > revisions. Ah, missed that, sorry. I've dropped all 4 of these from my tree now, please resend a new version when you all have it worked out. thanks, greg k-h