Received: by 2002:ac0:a582:0:0:0:0:0 with SMTP id m2-v6csp2151125imm; Sat, 13 Oct 2018 11:11:09 -0700 (PDT) X-Google-Smtp-Source: ACcGV63FVtgaUoG5WEBJkm9tHLXxLQb+zG87o0pVyQwON0dBhxRfLiCHNrJRuwcIHVgUyCovXHD6 X-Received: by 2002:a63:d0e:: with SMTP id c14-v6mr9895433pgl.281.1539454269417; Sat, 13 Oct 2018 11:11:09 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1539454269; cv=none; d=google.com; s=arc-20160816; b=K6GJD+AcryCMBN33gVFeHkI+sXgeZaGSxNF9aLde2xVr/fFOXt33pDhE9kw+VKXIw7 GXQ7OunEyYrLUB1pZj3PbKseMh4bjfEKgwu3rtw7E5VF9qftEDu6y04W0IyBMLF1E8fd SWxDDPFsDH+6ttop1ycyhV67EhM+rN3iqHLXXIIPSnsP2z1axBd8qDA6HbCd4lbTAqoT 63zuYuTJg1dDdg18AdXLzIjEAAwiJv9QBsDk8f98C0Q6RTvcP3huo2CvPIRnhbQ2PabX Ul5PLHKGVdwiIWzgCn43y2aaJB4oGAbBTeSFwf0jVXWE7ZtQQmN+h/DJJ3gL/V1ofDiU uFBA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:subject:cc:to:from:message-id:date; bh=KE6NR4fIdDi+Wf2A48ir7Mx7lB1/T2KAqroUs2LvtMg=; b=ucP0Dl+pnQ0L4LOXOCVe4ECRqMiW/8G1l2+AnbWIndp1xAq1EO1IMnFp7p8QUbB4/t +X+dsJYfePKeTvh1xcm3vV/1zi4MtgqyH64fOdst8VahE2MeL+uESEMuNv6uDYtGmY3i WLkmpXXSfMS++PCHRzf2+eKrk1zAGn423FnjUMWF/nOtWaroVJXU0NU99JvecpQ2Nx2c PTbj4mKEkaBvG2lZ6SDthodCGKYRMSBWofNSFOsSdgkJBA8PxUviy7bi5N9cYBz5DTTw QKe+bzJJvr4kyAz243FKafTjBvyloOjzhA4E/0ZuAIwWvqHVIQTwSaq6McXUFE8OacGz NmUA== 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 w124-v6si5715623pfw.145.2018.10.13.11.10.40; Sat, 13 Oct 2018 11:11:09 -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 S1726936AbeJNBsP (ORCPT + 99 others); Sat, 13 Oct 2018 21:48:15 -0400 Received: from mx2.suse.de ([195.135.220.15]:58264 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726636AbeJNBsP (ORCPT ); Sat, 13 Oct 2018 21:48:15 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 5A556AD9C; Sat, 13 Oct 2018 18:10:06 +0000 (UTC) Date: Sat, 13 Oct 2018 20:10:04 +0200 Message-ID: From: Takashi Iwai To: Christoph Hellwig Cc: linux-pm@vger.kernel.org, linux-tegra@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-media@vger.kernel.org, linux-spi@vger.kernel.org, linux-fbdev@vger.kernel.org, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: Re: [alsa-devel] [PATCH 4/8] sound: hpios: don't pass GFP_DMA32 to dma_alloc_coherent In-Reply-To: <20181013163540.GA2947@lst.de> References: <20181013151707.32210-1-hch@lst.de> <20181013151707.32210-5-hch@lst.de> <20181013163540.GA2947@lst.de> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/26 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 13 Oct 2018 18:35:40 +0200, Christoph Hellwig wrote: > > On Sat, Oct 13, 2018 at 06:18:28PM +0200, Takashi Iwai wrote: > > On Sat, 13 Oct 2018 17:17:03 +0200, > > Christoph Hellwig wrote: > > > > > > The DMA API does its own zone decisions based on the coherent_dma_mask. > > > > > > Signed-off-by: Christoph Hellwig > > > > Reviewed-by: Takashi Iwai > > > > > > Would you like to take this as a series, or shall I take individually > > through sound tree? > > There is nothing that depends on this, so feel free to apply the > two sound patches to your tree. OK, thanks. Takashi