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 X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A88ACC55178 for ; Fri, 23 Oct 2020 06:56:40 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 02C6B22254 for ; Fri, 23 Oct 2020 06:56:38 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=alsa-project.org header.i=@alsa-project.org header.b="XsuYndS7"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="kLQR+Fz4" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 02C6B22254 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=alsa-devel-bounces@alsa-project.org Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id 28CEC17EB; Fri, 23 Oct 2020 08:55:46 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 28CEC17EB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1603436196; bh=NIK8YqU0UAeUuqB3Fw2hEF+C+03sZYkTOCGN29s/iPI=; h=Date:From:To:Subject:References:In-Reply-To:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=XsuYndS7VyzKryhHS3dodl9edH5RqBaiR/PX4K2tdPcYAkiylS4Qx0VTeotufUxnQ +ej3tv7Htko2pZ4ENFPAi4tJJ0spl8o3fN7s2816ieYt3UHkSuoJmxc6sl4sG+A/6L OKEM2lT+c3pcI6DK8am5Q8P4GE1+yrQQm/zAprkE= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 25238F80253; Fri, 23 Oct 2020 08:55:45 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 392C9F8025A; Fri, 23 Oct 2020 08:55:42 +0200 (CEST) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id D5D7FF80245 for ; Fri, 23 Oct 2020 08:55:37 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz D5D7FF80245 Authentication-Results: alsa1.perex.cz; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="kLQR+Fz4" Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (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 1EC6821527; Fri, 23 Oct 2020 06:55:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1603436134; bh=NIK8YqU0UAeUuqB3Fw2hEF+C+03sZYkTOCGN29s/iPI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=kLQR+Fz4Le3idbzalFRg3vSNKw7jp+rA/02vOGU1QGfml4CveJJOyv1+6syy3XiQW eVyK94i+lrirVfZ6rpSWdKaSyckd69KC8p+rykMpU3l/NSoY6xcJ9FiibG5akGPnbO T+HOT5jh5ezHT3DcsdPYvhDHcfB8Ad2QMMdT1w78= Date: Fri, 23 Oct 2020 08:56:10 +0200 From: Greg KH To: Leon Romanovsky Subject: Re: [PATCH v3 00/10] Auxiliary bus implementation and SOF multi-client support Message-ID: <20201023065610.GA2162757@kroah.com> References: <20201023003338.1285642-1-david.m.ertman@intel.com> <20201023064946.GP2611066@unreal> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201023064946.GP2611066@unreal> Cc: alsa-devel@alsa-project.org, parav@mellanox.com, tiwai@suse.de, netdev@vger.kernel.org, ranjani.sridharan@linux.intel.com, pierre-louis.bossart@linux.intel.com, fred.oh@linux.intel.com, linux-rdma@vger.kernel.org, dledford@redhat.com, broonie@kernel.org, jgg@nvidia.com, kuba@kernel.org, Dave Ertman , dan.j.williams@intel.com, shiraz.saleem@intel.com, davem@davemloft.net, linux-kernel@vger.kernel.org, kiran.patil@intel.com X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" On Fri, Oct 23, 2020 at 09:49:46AM +0300, Leon Romanovsky wrote: > On Thu, Oct 22, 2020 at 05:33:28PM -0700, Dave Ertman wrote: > > <...> > > > Dave Ertman (1): > > Add auxiliary bus support > > We are in merge window now and both netdev and RDMA are closed for > submissions. So I'll send my mlx5 conversion patches once -rc1 will > be tagged. > > However, It is important that this "auxiliary bus" patch will be applied > to some topic branch based on Linus's -rcX. It will give us an ability > to pull this patch to RDMA, VDPA and netdev subsystems at the same time. I will do that, but as you said, it's the middle of the merge window and I can't do anything until after -rc1 is out. Give us some time to catch up after that... greg k-h 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 X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 51C42C388F9 for ; Fri, 23 Oct 2020 06:55:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EA34A21D47 for ; Fri, 23 Oct 2020 06:55:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1603436138; bh=NIK8YqU0UAeUuqB3Fw2hEF+C+03sZYkTOCGN29s/iPI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=Fh4IbwS9B3T2ZmJrcZK6dmII5n9BhwvsG50dboxnXjzOV7hLGyvFi86AkSjcV9qAK SUdmVuIc88mBlLHGYCoi5p1YlWIk7IEh9xyrtv+WUw0kqi3r+Y1mmTVZGgrcMUMMAj ga5kSTSa5pq1Ub1+TNImkW5Hjkbjl37fw0OR+xOs= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S373450AbgJWGzg (ORCPT ); Fri, 23 Oct 2020 02:55:36 -0400 Received: from mail.kernel.org ([198.145.29.99]:60266 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S373446AbgJWGzg (ORCPT ); Fri, 23 Oct 2020 02:55:36 -0400 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (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 1EC6821527; Fri, 23 Oct 2020 06:55:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1603436134; bh=NIK8YqU0UAeUuqB3Fw2hEF+C+03sZYkTOCGN29s/iPI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=kLQR+Fz4Le3idbzalFRg3vSNKw7jp+rA/02vOGU1QGfml4CveJJOyv1+6syy3XiQW eVyK94i+lrirVfZ6rpSWdKaSyckd69KC8p+rykMpU3l/NSoY6xcJ9FiibG5akGPnbO T+HOT5jh5ezHT3DcsdPYvhDHcfB8Ad2QMMdT1w78= Date: Fri, 23 Oct 2020 08:56:10 +0200 From: Greg KH To: Leon Romanovsky 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 v3 00/10] Auxiliary bus implementation and SOF multi-client support Message-ID: <20201023065610.GA2162757@kroah.com> References: <20201023003338.1285642-1-david.m.ertman@intel.com> <20201023064946.GP2611066@unreal> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201023064946.GP2611066@unreal> Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org On Fri, Oct 23, 2020 at 09:49:46AM +0300, Leon Romanovsky wrote: > On Thu, Oct 22, 2020 at 05:33:28PM -0700, Dave Ertman wrote: > > <...> > > > Dave Ertman (1): > > Add auxiliary bus support > > We are in merge window now and both netdev and RDMA are closed for > submissions. So I'll send my mlx5 conversion patches once -rc1 will > be tagged. > > However, It is important that this "auxiliary bus" patch will be applied > to some topic branch based on Linus's -rcX. It will give us an ability > to pull this patch to RDMA, VDPA and netdev subsystems at the same time. I will do that, but as you said, it's the middle of the merge window and I can't do anything until after -rc1 is out. Give us some time to catch up after that... greg k-h