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=-7.4 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_PASS,URIBL_BLOCKED, USER_AGENT_MUTT autolearn=unavailable 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 576D2C67839 for ; Fri, 14 Dec 2018 12:22:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2878620879 for ; Fri, 14 Dec 2018 12:22:01 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 2878620879 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=lst.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-parisc-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730236AbeLNMVx (ORCPT ); Fri, 14 Dec 2018 07:21:53 -0500 Received: from verein.lst.de ([213.95.11.211]:47012 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730581AbeLNMVv (ORCPT ); Fri, 14 Dec 2018 07:21:51 -0500 Received: by newverein.lst.de (Postfix, from userid 2407) id DDED068DDD; Fri, 14 Dec 2018 13:21:49 +0100 (CET) Date: Fri, 14 Dec 2018 13:21:49 +0100 From: "hch@lst.de" To: Eugeniy Paltsev Cc: "hch@lst.de" , "iommu@lists.linux-foundation.org" , "linux-kernel@vger.kernel.org" , "linux-s390@vger.kernel.org" , "linux-xtensa@linux-xtensa.org" , "linux-m68k@lists.linux-m68k.org" , "linux-alpha@vger.kernel.org" , "linux-snps-arc@lists.infradead.org" , "openrisc@lists.librecores.org" , "ashutosh.dixit@intel.com" , "linux-parisc@vger.kernel.org" , "linux-c6x-dev@linux-c6x.org" , "monstr@monstr.eu" , "sparclinux@vger.kernel.org" Subject: Re: [PATCH 1/2] dma-mapping: zero memory returned from dma_alloc_* Message-ID: <20181214122149.GA7309@lst.de> References: <20181214082515.14835-1-hch@lst.de> <20181214082515.14835-2-hch@lst.de> <1544789518.3270.34.camel@synopsys.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1544789518.3270.34.camel@synopsys.com> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-parisc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-parisc@vger.kernel.org On Fri, Dec 14, 2018 at 12:12:00PM +0000, Eugeniy Paltsev wrote: > Hi Christoph, > > do you have any public git repository with all your dma changes? Most of the tree show up in my misc.git repo for testing. This series is here: http://git.infradead.org/users/hch/misc.git/shortlog/refs/heads/dma-alloc-always-zero There current version of the DMA_ATTR_NON_CONSISTENT series is here: http://git.infradead.org/users/hch/misc.git/shortlog/refs/heads/dma-noncoherent-allocator.2 > I want to test them for ARC. Thanks a lot!