Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp1586383imm; Wed, 26 Sep 2018 22:20:17 -0700 (PDT) X-Google-Smtp-Source: ACcGV61NQahP+UfISTNd53BEd7r8TS5Q0Dt4+6HVCmXGi4LsAyTecXnx7sP8MlwzdGSzK4QrPh0f X-Received: by 2002:a62:d40d:: with SMTP id a13-v6mr3791758pfh.23.1538025617119; Wed, 26 Sep 2018 22:20:17 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1538025617; cv=none; d=google.com; s=arc-20160816; b=UCrEKMhP5nq+l27Hknc7ogYnrfemiALF6Ko14EA9wpXGWUnrbrT604N0Jqbmw0LO5M Z26wgbq8gSe79Sxp8PaIGsZa+X8BxXJS6gT5WQpuxJrURG1LeY3Cqt1ww96Q6u0Pu7/Q zhqKubqV+co9OSoBv0vMUJyhLhNuUy58dGMRGZCHGjxjvmfPtyIMFdj+0i5KejW+81z+ 6WnQsD9VO9HHRhIXreonm/aHfGxX6VBZbGJJ7E//lYGaJXZWMaIT6dAtKp/5W5y/PJdy S8tyyPvPZMWWreajfyN5YBH797VUwW10PihosyJE5nO0a28mYPtruA+1dIYhl6AT6rC9 xTbA== 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=PGtZ8FbVtdKZdl/OdIVvWmprqT9fQUQFVoc+YC6jDWQ=; b=c7OBDLdEhHydwwn+8w8NV/noPWQUM7kHBXhgluHIaUqvgSyfHnRB4Z+66kBt+lL7k3 BQFE5lH0OEPGHIaHkxAqdwz0bd8TOAtqQ9vcsQi8DGSKySBhjSKkNBTjBvZv+flZwW8S v0mjUS4CeQ1XbQ/nLH/xCME32Z9byJNAONl1zqy38rV5GHJl/qwkseihDVbDVLJ+uoQH bH5WiGGhKxQ4J7H5w/WoH0ZM7yR6UhBxby5svxrnhMIfiCGxVOCAX0oXRgYgs51iPVIP XZ/K+/E51GH5PAw/WBjlyZvKR9BiTk7W8Q8TzrFFXqzGloJ0NKnRHWSGoJJP1zQkMm0T c6jA== 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 f10-v6si1155860pfe.291.2018.09.26.22.20.01; Wed, 26 Sep 2018 22:20:17 -0700 (PDT) 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 S1726964AbeI0Lfx (ORCPT + 99 others); Thu, 27 Sep 2018 07:35:53 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:53914 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726631AbeI0Lfx (ORCPT ); Thu, 27 Sep 2018 07:35:53 -0400 Received: from localhost (ip-213-127-77-73.ip.prioritytelecom.net [213.127.77.73]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 21EA8BD8; Thu, 27 Sep 2018 05:19:27 +0000 (UTC) Date: Thu, 27 Sep 2018 07:19:25 +0200 From: Greg KH To: rkir@google.com Cc: linux-kernel@vger.kernel.org, tkjos@google.com, Lingfeng Yang Subject: Re: [PATCH v2 06/21] platform: goldfish: pipe: Add DMA support to goldfish pipe Message-ID: <20180927051925.GA473@kroah.com> References: <20180926230222.126513-1-rkir@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180926230222.126513-1-rkir@google.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 26, 2018 at 04:02:19PM -0700, rkir@google.com wrote: > From: Roman Kiryanov > > Goldfish DMA is an extension to the pipe device and is designed > to facilitate high-speed RAM->RAM transfers from guest to host. > > See uapi/linux/goldfish/goldfish_dma.h for more details. > > Signed-off-by: Roman Kiryanov > Signed-off-by: Lingfeng Yang > --- > Changes in v2: > - Got sign-off from Lingfeng Yang. > - Removed the license boilerplate from goldfish_dma.h. > - Rebased. I don't understand this series. Please start over with 01/XX as your other patches were all merged. And I still think you need a better justification for this, given the many other ways the kernel already has for this feature... thanks, greg k-h