Received: by 2002:ac0:a679:0:0:0:0:0 with SMTP id p54csp1495708imp; Fri, 22 Feb 2019 04:52:35 -0800 (PST) X-Google-Smtp-Source: AHgI3Ibv1YhkfLEPBEnXwnXe1EatsOkmv9blbalcvSr2QTE6rbIHAxjL1n3ugN/x1ei8d9L2uEAV X-Received: by 2002:a63:8048:: with SMTP id j69mr3829973pgd.432.1550839955754; Fri, 22 Feb 2019 04:52:35 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1550839955; cv=none; d=google.com; s=arc-20160816; b=gNbdVhURtMmPBR/R3eI3D/JpI7A8VoLjQD4nWU6VROqZ2cFqSi7Y/oddlfMgMqmJfm lLwZUZ5Xi8GXzIsJtRHyRcIVLyLI6Om6sK4JMnJN1rqLB1eaff3aLITIOGkyyWtvKkB/ wX4UQiU2u5z4HWf2JxIExFHymab/Vh0g+xPhzpVHObhIeKhPQ/LYTFes5XIRGh6fJSfj da/gBPJwlpYjdNDovIVsW32c+JdQH1zhT8N5Jciv0eDMJfJwzh9bLQtjrpDqEzX8ziy3 KTDxe2zdz+46wE0ViRvMPwarTt5aNo35WRt07d1POOtQFC3jPch4Cw+8oPrJD094pCG+ S78Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=6IHF5FhhnRXd5yEvaOkm5/n4N4JPyRb3+i/siUtWDWs=; b=Ly3ZA+JfsUarKAFt00PWYUZkyA5l4WdipM+dwE6LSa9fReLdyRlWR6d/QJlA1gtb+R uynGMQvrcgeqtxLwBjCqdAfCGpK6tHCESUwhXITgiT0J8D11StADwAt70zOZvfNgZsrK ZNMnb+6xlPGzhYm/4nklok8X8DAcruivFU54bAaEq3/vTV5GH/xxcVGrzxYjSFqhuc8g ZcV93DpjP+FGOonbRHhEsSFQUaljS/1n+IesZOBw2/QpcyCzl30/Wdb+n0XlHWB7YG+P jdEdZ1lIqRICi5WEu59gCa4PkBaswtt4pw5jSDk6ufWPy3Tay3PMSkm3Chhuc+JDuD3g 4k0Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id n4si1368114pgd.10.2019.02.22.04.52.20; Fri, 22 Feb 2019 04:52:35 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727140AbfBVMus (ORCPT + 99 others); Fri, 22 Feb 2019 07:50:48 -0500 Received: from verein.lst.de ([213.95.11.211]:43976 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725978AbfBVMus (ORCPT ); Fri, 22 Feb 2019 07:50:48 -0500 Received: by newverein.lst.de (Postfix, from userid 2407) id C73EF68CEC; Fri, 22 Feb 2019 13:50:46 +0100 (CET) Date: Fri, 22 Feb 2019 13:50:46 +0100 From: Christoph Hellwig To: Stephen Rothwell Cc: Bjorn Andersson , Christoph Hellwig , Linux Next Mailing List , Linux Kernel Mailing List , Loic Pallardy Subject: Re: linux-next: build failure after merge of the rpmsg tree Message-ID: <20190222125046.GB29125@lst.de> References: <20190222161817.32e35462@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190222161817.32e35462@canb.auug.org.au> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org FYI, can I please get an explanation for the remoteproc changes? We really should avoid adding new callers of dma_declare_coherent_memory, which is a rather badly designed interface.