From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Hildenbrand Subject: Re: [PATCH mm-unstable v1 16/20] mm/frame-vector: remove FOLL_FORCE usage Date: Tue, 29 Nov 2022 09:48:33 +0100 Message-ID: <22b1107b-0acc-5772-a883-8f3c4682eb1b@redhat.com> References: <20221116102659.70287-1-david@redhat.com> <20221116102659.70287-17-david@redhat.com> <81fb0fa3-2e06-b765-56ac-a7d981194e59@redhat.com> <08b65ac6-6786-1080-18f8-d2be109c85fc@xs4all.nl> <9d0bf98a-3d6a-1082-e992-1338e1525935@redhat.com> <20221128145927.df895bf1966cfa125cae9668@linux-foundation.org> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:From:References:Cc:To:Subject: MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=FrasMOa4WY2ga4ETGUOG3tw2fnL7JYsymnrg1sbRq2A=; b=fB4QQpQ/yE4Chm gGWqB+tbefxT9xTl+c+AjNdKDWVSgqiZnpyO9rqmbDi84Hp6PAblGJxN9U3Ww93YRVDZKphSGE5cp 6pYTQ+0zS9MMWV9cj+Wlhc4oK7uhx/0alIaRovREhwaFyZu1XvCMQ6KTzo+9EIWQxH0a6secL+9AK 1xCeZQRsbSXEIiMT85ymgB91Z7XwK/Gci9TlZpK47EoZw6GNVpFmz1xePV3WBAguCiWvRXgnMcEE0 gnMamr3cU0mYL1fR0cMR109+A/JQNcd4DCRp1kGyH2AduRrOcbdgttuRkZ/gQoVkhAuKuj8mgP3uR kuXwK7I6cjEVPiwzMjcw==; DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1669711720; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=+9/SG262uJs5aEn47977HgvoOkAGZaXesrmlGYL/QQU=; b=i6fffV4iyglSBfw+Eusn5TIdEBkpkBIPrcw5XLFT3D3fg173kzlVSvLg9wQY2xxixwNJde jjTdliXMPn2s2laFFb/pJLooMZz1T1E6dyGh4akDaWCSnbsA79OnBYoDMP58d1AWnAYWEC 3wqawrhv1Mc2ax/79kumXfSwuchntPY= In-Reply-To: <20221128145927.df895bf1966cfa125cae9668@linux-foundation.org> Content-Language: en-US List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-um" Errors-To: linux-um-bounces+glud-user-mode-linux-devel=m.gmane-mx.org@lists.infradead.org Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Andrew Morton Cc: Hans Verkuil , linux-kernel@vger.kernel.org, x86@kernel.org, linux-alpha@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-ia64@vger.kernel.org, linux-mips@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, sparclinux@vger.kernel.org, linux-um@lists.infradead.org, etnaviv@lists.freedesktop.org, dri-devel@lists.freedesktop.org, linux-samsung-soc@vger.kernel.org, linux-rdma@vger.kernel.org, linux-media@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-mm@kvack.org, linux-perf-users@vger.kernel.org, linux-security-module@vger.kernel.org, linux-kselftest@vger.kernel.org, Linus Torvalds , Jason Gunthorpe , John Hubbard , Peter Xu , Greg Kroah-Hartman , Andrea Arcangeli , Hugh Dickins , Nadav On 28.11.22 23:59, Andrew Morton wrote: > On Mon, 28 Nov 2022 09:18:47 +0100 David Hildenbrand wrote: > >>> Less chances of things going wrong that way. >>> >>> Just mention in the v2 cover letter that the first patch was added to >>> make it easy to backport that fix without being hampered by merge >>> conflicts if it was added after your frame_vector.c patch. >> >> Yes, that's the way I would naturally do, it, however, Andrew prefers >> delta updates for minor changes. >> >> @Andrew, whatever you prefer! > > I'm inclined to let things sit as they are. Cross-tree conflicts > happen, and Linus handles them. I'll flag this (very simple) conflict > in the pull request, if MM merges second. If v4l merges second then > hopefully they will do the same. But this one is so simple that Linus > hardly needs our help. > > But Linus won't be editing changelogs so that the changelog makes more > sense after both trees are joined. I'm inclined to let the changelog > sit as it is as well. Works for me. Thanks Andrew! -- Thanks, David / dhildenb