Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp2792413pxk; Sun, 27 Sep 2020 23:08:14 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwxhOJ8UvzBJRa/nywjA4l548XtM0axyvCHRup5bhFLnNfNlcpXQ1d1/2vsRNa1hcqhb8x9 X-Received: by 2002:a50:9fa5:: with SMTP id c34mr50931edf.2.1601273294288; Sun, 27 Sep 2020 23:08:14 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1601273294; cv=none; d=google.com; s=arc-20160816; b=t7QpEaxjEfaKR+Jd8hP2dnoqM6Am1f8zuPgT1hwsXdRaNuEtvHMSOcdzfdyE4Hciv1 2tfSJtf62bAJNeYaDfC8PK65OJ11817wOiUQOPyeKEcXKihMcI+zv3bhCDpeEel0NsXp e6YBFJUNnwdaHMqlT1dBY7RIWo1Sb1Y/DJr0S2fkeifHgkL7LDS/7m53V1eZfmK7l8Bt oDvi04cuzLBWbRPKZrznYIUzYE4eyJMRjTIs2/nFLL9WLeu265EXVl7JBRIvpx20BD68 /ZxjLl8oF2WAmZyB0Lyl/uP5lfLKnsgl/pVDZ5E30sRSG8tmn+rajXn2L7YMUfyPgIRw fycw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=uEKn/jr0dvnKdhbBitmIJUqekb5wG1mwZ5STUQg6SdU=; b=t4O+y8aoHa0H0QO+Pds5B6tttvZAsfM4pR2eBuR5WbxQ1YOqNWQuu/mcMM+YQdAC5N rH1+pZ65CiQoSCPZ3AaOab684n4+vfKe8Rcs+BAIGSCq1TBdX/i+6MPXIv+sefNWkN6y DjR5cc8zlkJ+g8rOwsRc+IEtCqYuMgvYKrohgoma6x62ArwLyeE0qoPE6VzisLR3u9nK v1ORbySsiGIpMBlcJnwavHU0Fc19W+FM2Ks6NoeYVmiljsWLttf/DgdzVUwZixwtBXPF +kXijAnbzOzBFV0artznJSuWQCAFhzvtHYX545e/birnLZ3oXodNGyisu4SqCRVOYpEW QzQA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id 32si7260940edr.270.2020.09.27.23.07.51; Sun, 27 Sep 2020 23:08:14 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726458AbgI1GEb (ORCPT + 99 others); Mon, 28 Sep 2020 02:04:31 -0400 Received: from verein.lst.de ([213.95.11.211]:34284 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726412AbgI1GEa (ORCPT ); Mon, 28 Sep 2020 02:04:30 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 2080867373; Mon, 28 Sep 2020 08:04:27 +0200 (CEST) Date: Mon, 28 Sep 2020 08:04:27 +0200 From: Christoph Hellwig To: Stephen Rothwell Cc: Dave Airlie , DRI , Christoph Hellwig , Paul Cercueil , Linux Next Mailing List , Linux Kernel Mailing List Subject: Re: linux-next: build failure after merge of the drm tree Message-ID: <20200928060427.GA15041@lst.de> References: <20200928135405.73404219@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200928135405.73404219@canb.auug.org.au> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Sep 28, 2020 at 01:54:05PM +1000, Stephen Rothwell wrote: > Hi all, > > After merging the drm tree, today's linux-next build (x86_64 allmodconfig) > failed like this: The driver needs to switch do dma_alloc_noncoherent + dma_sync_single* like the other drivers converted in the dma tree. Paul, let me know if you have any questions.