Received: by 2002:a05:6a10:16a7:0:0:0:0 with SMTP id gp39csp3659112pxb; Mon, 16 Nov 2020 23:21:06 -0800 (PST) X-Google-Smtp-Source: ABdhPJyMvSx2XEDRYcOT+FNxSx/AtBf10cJZ8Q+6T7BTogIApWBcRtcE6rzNyE2bh14dhmOo07QR X-Received: by 2002:a17:906:318f:: with SMTP id 15mr2038856ejy.183.1605597665915; Mon, 16 Nov 2020 23:21:05 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1605597665; cv=none; d=google.com; s=arc-20160816; b=v88LlPc2yZaSK/wrLNIt0V69sijD7wtNXUcAFGjFXJiFFBL7ve585X3VT1gbMYzWMo leQ+YnMId1KrOrXBn1xIrmtx5skDYSHvFVEFK0M5wYziUNDtNPZWK0ITGr5x/Ih2IWFx urZzSQOVWKuA85oAsAnbr+d15D7V/EPg6qbzbWCplBOjMDHCNp4AJAOEt6KsDt76+jT9 aG0AKdM8sFIYhr9XOVpQBQlS/X0zKGRR1a72yC7gWdgHGSpN8If5ASrVMTtscFXhK22G TadekcOJz+DXeHOH8+w2g1pq+YTWizdc4rT/vZKtBrYi5WO7otE19b452mihTpn37+2M 9U/A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=zsC1sAsmcqNnCQJHJHwsbLmzqTHSOt4od3pEe0ebyfg=; b=WJRnibLbcT24hH2i5eO+L0ig6PHkkdoPrALNNDDb1/xWBkexrwGm20fYG88lJAN09e BVniuAhMtEx5c7fM6YuMABfz7bO9SV+eORYQcUNr8QAUZhVzXW+a25wubTIknDm3B3nW S62d7K3CKHZ1gjOqGmS+LhX/ne9Vxd6eJiFzI60FPa9j3nXZEgkdgM3R4I5sbjGCjRHc YkNEBBn8fk+Y559U2NwDp00YbKAYmDCDxSgqM0TjcMjU+DmRfA2/9khWQSXJfrNjzqNo /V0iC+V5ZIpRC5sayqEnEoc92MvhrxcbcoXukGtBlKfAHMGm56gRz3RhJa53m4sIV7ss WUZA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=nvidia.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id x64si14417393edc.367.2020.11.16.23.20.43; Mon, 16 Nov 2020 23:21:05 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=nvidia.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726906AbgKQHQr (ORCPT + 99 others); Tue, 17 Nov 2020 02:16:47 -0500 Received: from mail.kernel.org ([198.145.29.99]:36342 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726642AbgKQHQr (ORCPT ); Tue, 17 Nov 2020 02:16:47 -0500 Received: from localhost (thunderhill.nvidia.com [216.228.112.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 668112463B; Tue, 17 Nov 2020 07:16:45 +0000 (UTC) Date: Tue, 17 Nov 2020 09:16:41 +0200 From: Leon Romanovsky To: Greg KH Cc: Dave Ertman , alsa-devel@alsa-project.org, tiwai@suse.de, broonie@kernel.org, linux-rdma@vger.kernel.org, jgg@nvidia.com, dledford@redhat.com, netdev@vger.kernel.org, davem@davemloft.net, kuba@kernel.org, ranjani.sridharan@linux.intel.com, pierre-louis.bossart@linux.intel.com, fred.oh@linux.intel.com, parav@mellanox.com, shiraz.saleem@intel.com, dan.j.williams@intel.com, kiran.patil@intel.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH v4 01/10] Add auxiliary bus support Message-ID: <20201117071641.GN47002@unreal> References: <20201113161859.1775473-1-david.m.ertman@intel.com> <20201113161859.1775473-2-david.m.ertman@intel.com> <20201117053000.GM47002@unreal> 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 Tue, Nov 17, 2020 at 08:02:53AM +0100, Greg KH wrote: > On Tue, Nov 17, 2020 at 07:30:00AM +0200, Leon Romanovsky wrote: > > On Fri, Nov 13, 2020 at 08:18:50AM -0800, Dave Ertman wrote: > > > Add support for the Auxiliary Bus, auxiliary_device and auxiliary_driver. > > > It enables drivers to create an auxiliary_device and bind an > > > auxiliary_driver to it. > > > > > > The bus supports probe/remove shutdown and suspend/resume callbacks. > > > Each auxiliary_device has a unique string based id; driver binds to > > > an auxiliary_device based on this id through the bus. > > > > > > Co-developed-by: Kiran Patil > > > Signed-off-by: Kiran Patil > > > Co-developed-by: Ranjani Sridharan > > > Signed-off-by: Ranjani Sridharan > > > Co-developed-by: Fred Oh > > > Signed-off-by: Fred Oh > > > Co-developed-by: Leon Romanovsky > > > Signed-off-by: Leon Romanovsky > > > Reviewed-by: Pierre-Louis Bossart > > > Reviewed-by: Shiraz Saleem > > > Reviewed-by: Parav Pandit > > > Reviewed-by: Dan Williams > > > Signed-off-by: Dave Ertman > > > --- > > > > Greg, > > > > This horse was beaten to death, can we please progress with this patch? > > Create special topic branch or ack so I'll prepare this branch. > > > > We are in -rc4 now and we (Mellanox) can't hold our submissions anymore. > > My mlx5_core probe patches [1] were too intrusive and they are ready to > > be merged, Parav's patches got positive review as well [2] and will be > > taken next. > > > > We delayed and have in our internal queues the patches for VDPA, eswitch > > and followup for mlx5_core probe rework, but trapped due to this AUX bus > > patch. > > There are no deadlines for kernel patches here, sorry. Give me some > time to properly review this, core kernel changes should not be rushed. And here comes the difference between our views, from my POV it is not core kernel change that must to be done perfectly from the beginning, but change that will need to be improved/extended over time once more users will come. > > Also, if you really want to blame someone for the delay, look at the > patch submitters, not the reviewers, as they are the ones that took a > very long time with this over the lifecycle of this patchset, not me. I > have provided many "instant" reviews of this patchset, and then months > went by between updates from them. I'm not blaming anyone and especially you. It is just unfair that I found myself in the middle of this disaster while care enough to remind about the series. Thanks > > greg k-h