Received: by 2002:a25:86ce:0:0:0:0:0 with SMTP id y14csp1403068ybm; Wed, 22 May 2019 23:59:30 -0700 (PDT) X-Google-Smtp-Source: APXvYqyLQ+jJ9gCrh84tGc0HjLW3QfMUSEpzXiPIaDvO/AuoWS23FEcXXpRFnen95+kLGHPgQLhD X-Received: by 2002:a65:52c8:: with SMTP id z8mr26445548pgp.10.1558594770613; Wed, 22 May 2019 23:59:30 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1558594770; cv=none; d=google.com; s=arc-20160816; b=RwndTrw3WVHg+R8J3/rV/KDbt7HFqSF2BOoNnnnWgX7PShorVWg1ff8F+ssiHbgLOs DAujewEhq7IxwZYUTxJNu4ph4qtJK/vvOoQIKT1U6MCql3QABl516mk82QHwz8+v1gfi NbYI5JRl7FkX/3egEhfbKQUqmW2YEQyTh/ivZnL+ckVCZImUaeBXdyl+C9Y1PELDhjAv AjaD5z+SaHO1EHxEz9Evt+kCMjaoanojuDNW2pMev0QSw+kE5v9LWx5SSqeY82ldgQvQ XAXBvLgX1RrAS+KvSmO4xGN5KTXKSLOE4RdZp4KAB9SLm5LPrnBIjlhGxqRf838u4Gqj JeFw== 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=T/egELGt8i8kiaZ7mAHaYUTzMLrmtCSY4HgPRipYwTw=; b=M9DfvvnB2/4F3PAds/iI2/pQTZXAhzCCwx/pc5nQyIdaZwnTAd027mW6UJ/qn4rc0M GF78fMZeVhupSGqYuJ/+onv0y9ZYr5lncqLoB0fVhWhhD2WHHNu3NVUn9kZD/o3iVb41 K9eJX9UnG156e0sRmLkl5gI0nfAk8NKJ9Y/yZKemcNm7l1TSdGI0CVOrmsGeU/LLtBjR 1d2u3lKNjl5a8uWMZ5R6RLPvqyscyPCjRogVH3wV98fsUt8df0QDpap7ee8N5CU4HaHr T+YVwUcIYpkpqZvE0kPb4GOf5Z0Yuf/8/NtJ1hlGMuDmITuje/de/9Ywh8Ik9nd2V4ks Jdhw== 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 z23si29076942pfa.277.2019.05.22.23.59.15; Wed, 22 May 2019 23:59:30 -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 S1728309AbfEWG40 (ORCPT + 99 others); Thu, 23 May 2019 02:56:26 -0400 Received: from verein.lst.de ([213.95.11.211]:44461 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725814AbfEWG40 (ORCPT ); Thu, 23 May 2019 02:56:26 -0400 Received: by newverein.lst.de (Postfix, from userid 2407) id 2ECB668B05; Thu, 23 May 2019 08:56:03 +0200 (CEST) Date: Thu, 23 May 2019 08:56:02 +0200 From: Christoph Hellwig To: laurentiu.tudor@nxp.com Cc: hch@lst.de, stern@rowland.harvard.edu, gregkh@linuxfoundation.org, linux-usb@vger.kernel.org, marex@denx.de, leoyang.li@nxp.com, linux-kernel@vger.kernel.org, robin.murphy@arm.com, noring@nocrew.org, JuergenUrban@gmx.de Subject: Re: [PATCH v6 0/5] prerequisites for device reserved local mem rework Message-ID: <20190523065602.GA11928@lst.de> References: <20190522142748.10078-1-laurentiu.tudor@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190522142748.10078-1-laurentiu.tudor@nxp.com> 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 As we seem to be getting ready to merge this series: can the usb maintainers please commit it to an immutable branch that I can pull into the dma-mapping tree? These changes are a preparation for reworking the per-device DMA coherent allocator, and I'd prefer not to wait for the next merge window with the next steps.