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 Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7881BC433F5 for ; Fri, 28 Jan 2022 07:08:51 +0000 (UTC) Received: by kanga.kvack.org (Postfix) id 7634E6B0072; Fri, 28 Jan 2022 02:08:50 -0500 (EST) Received: by kanga.kvack.org (Postfix, from userid 40) id 712566B0073; Fri, 28 Jan 2022 02:08:50 -0500 (EST) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 600FE6B0074; Fri, 28 Jan 2022 02:08:50 -0500 (EST) X-Delivered-To: linux-mm@kvack.org Received: from relay.hostedemail.com (relay038.a.hostedemail.com [64.99.140.38]) by kanga.kvack.org (Postfix) with ESMTP id 501786B0072 for ; Fri, 28 Jan 2022 02:08:50 -0500 (EST) Received: from smtpin01.hostedemail.com (a10.router.float.18 [10.200.18.1]) by unirelay10.hostedemail.com (Postfix) with ESMTP id 1785847B for ; Fri, 28 Jan 2022 07:08:50 +0000 (UTC) X-FDA: 79078818420.01.EFF3012 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by imf15.hostedemail.com (Postfix) with ESMTP id 902C8A0006 for ; Fri, 28 Jan 2022 07:08:49 +0000 (UTC) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id B291761B39; Fri, 28 Jan 2022 07:08:48 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 97EDFC340E0; Fri, 28 Jan 2022 07:08:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1643353728; bh=RwoGhw9V3nvnXM6f38F+V1PStwHO0x+5RXTTdAXp7JY=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=jsz1QO9E0ZfOdT9FgvWsZdDnsyje3cBIe9Sp+qpxxX4U4KTlhRY9LrCn0XUx3HaZP 4WBX+6yG1a3ICbZ89FPVGOwdGh7lyOhl74FamB4CNioDPaMo5s1LstXIHuob98PHkc WBP4cFU5GkOpnhCpCtQ/L8gGFP+Xn6e+p2yM+w34= Date: Thu, 27 Jan 2022 23:08:45 -0800 From: Andrew Morton To: "Sierra Guiza, Alejandro (Alex)" Cc: Felix.Kuehling@amd.com, linux-mm@kvack.org, rcampbell@nvidia.com, linux-ext4@vger.kernel.org, linux-xfs@vger.kernel.org, amd-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org, hch@lst.de, jgg@nvidia.com, jglisse@redhat.com, apopple@nvidia.com, willy@infradead.org, "Deucher, Alexander" Subject: Re: [PATCH v4 00/10] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping Message-Id: <20220127230845.13a11680077ca5d4334de8f3@linux-foundation.org> In-Reply-To: <6434ba24-a219-6a5a-d902-0b48974a0e43@amd.com> References: <20220127030949.19396-1-alex.sierra@amd.com> <20220127143258.8da663659948ad1e6f0c0ea8@linux-foundation.org> <6434ba24-a219-6a5a-d902-0b48974a0e43@amd.com> X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.31; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspam-User: nil X-Rspamd-Server: rspam10 X-Rspamd-Queue-Id: 902C8A0006 X-Stat-Signature: zde7gb8wbz5uxhc7u41b53q3oo4x6ug5 Authentication-Results: imf15.hostedemail.com; dkim=pass header.d=linux-foundation.org header.s=korg header.b=jsz1QO9E; spf=pass (imf15.hostedemail.com: domain of akpm@linux-foundation.org designates 139.178.84.217 as permitted sender) smtp.mailfrom=akpm@linux-foundation.org; dmarc=none X-HE-Tag: 1643353729-16807 X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: On Thu, 27 Jan 2022 17:20:40 -0600 "Sierra Guiza, Alejandro (Alex)" wrote: > Andrew, > We're somehow new on this procedure. Are you referring to rebase this > patch series to > git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git > <5.17-rc1 tag>? No, against current Linus mainline, please.