Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp468416pxk; Thu, 1 Oct 2020 06:56:55 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxywmN1+pm0OCTh7f66z0W+JH0olKKvdB5QNwAt68tGp+fq797H1hsBqN9J8bGV1VusI1Hl X-Received: by 2002:a05:6402:cb4:: with SMTP id cn20mr8333550edb.369.1601560615082; Thu, 01 Oct 2020 06:56:55 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1601560615; cv=none; d=google.com; s=arc-20160816; b=smo+727WCtaphV7PuURWWi3UsC9zw9glkcFZh3LzDJ8KXkPpGfL1N1OZiG8ySRrTEK fLF7hw48dXAhIGMsy8Rc1qFsaxs+oYI3rSXhSyP0jweT5C0udxDmK7sWux8Oc23rRzh/ 3TwfK66p8t192w5M/rzxAIWva1eBDlG7SU541D/HHGgE1avJZC9DlooFbcPIlBYKQ+4Z u4GGOQeGCEoVKh9x6dB2U0NpdwLg8FhSC2JJm1jUIcV1m+WUfqTTwKeMfDKR+TCDtSpw 8UQ8il5gZhrv4a0Pw09oUTYTN3kOmbB9RP4nkpLuqJmwWrZs0+fAzR4zVy0aSGq6q6Vm z6Lw== 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=yc5KRvDpGT9+zAlGIlWVGgHc5n3pVMwPIeouWg4jD8I=; b=tgIGbvw0TAgRKyDPRuGsxYyirARoR/P96GsYt64d+Y59bV/xTMw3ziIuDuHQprJBCB sfUUGB/QjXwYYG2soH+iRn/WK9NYYCOfj2LcxnQQ8N4aRLn+ggeiMj8kjfDMUgpiqzxs w6MlhyladHgHJ0VJfULoiF0BDAKODDTfcPZKC5nsDdohG1ZvKR3hiu4ARdkWpMMB7pQF tvAFeQkeJPsVE1+8E9c8tHtk9dtWrVC/BXTNG5GU7sbsmY4WGKVA3brBblpAPrg/a5rh 8mLqnvKP7CD9VLXz+kOShFtSpzvg1slPUN/qg7bLImUMC2flXwtDgWHpryg0FJqk4DKe Ifhg== 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 d2si3659316edz.345.2020.10.01.06.56.31; Thu, 01 Oct 2020 06:56:55 -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 S1732261AbgJANxy (ORCPT + 99 others); Thu, 1 Oct 2020 09:53:54 -0400 Received: from verein.lst.de ([213.95.11.211]:48806 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732018AbgJANxy (ORCPT ); Thu, 1 Oct 2020 09:53:54 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id B1DB068B02; Thu, 1 Oct 2020 15:53:50 +0200 (CEST) Date: Thu, 1 Oct 2020 15:53:50 +0200 From: Christoph Hellwig To: Stephen Rothwell Cc: Andrew Morton , Daniel Vetter , Jani Nikula , Joonas Lahtinen , Rodrigo Vivi , Intel Graphics , DRI , Dave Airlie , Christoph Hellwig , Chris Wilson , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: manual merge of the akpm tree with the drm-intel tree Message-ID: <20201001135350.GA14869@lst.de> References: <20201001203917.43d46a3d@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201001203917.43d46a3d@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 Thu, Oct 01, 2020 at 08:39:17PM +1000, Stephen Rothwell wrote: > Hi all, > > Today's linux-next merge of the akpm tree got a conflict in: > > drivers/gpu/drm/i915/gem/i915_gem_pages.c > > between commit: > > 4caf017ee937 ("drm/i915/gem: Avoid implicit vmap for highmem on x86-32") > ba2ebf605d5f ("drm/i915/gem: Prevent using pgprot_writecombine() if PAT is not supported") > > from the drm-intel tree and patch: > > "drm/i915: use vmap in i915_gem_object_map" > > from the akpm tree. > > I fixed it up (I just dropped the changes in the former commits) and Sigh. The solution is a bit more complicated, but I just redid my patches to not depend on the above ones. I can revert back to the old version, though. Andrew, let me know what works for you.