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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 7BC41C5CFDB for ; Fri, 14 Aug 2026 09:24:08 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 1691D10E3C7; Fri, 14 Aug 2026 09:24:07 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="d2N409Mu"; dkim-atps=neutral Received: from tor.source.kernel.org (tor.source.kernel.org [172.105.4.254]) by gabe.freedesktop.org (Postfix) with ESMTPS id CAE6410E3C7; Fri, 14 Aug 2026 09:24:05 +0000 (UTC) Received: from smtp.kernel.org (quasi.space.kernel.org [100.103.45.18]) by tor.source.kernel.org (Postfix) with ESMTP id F3853600C3; Fri, 14 Aug 2026 09:24:04 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 04A751F000E9; Fri, 14 Aug 2026 09:23:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1786699444; bh=7BDNiSD/TGPAFah4GBukgWpyeTa1R6d2YpvQnMgrjbU=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=d2N409MuBnGGenXQIVTUhLYQy/xgOMSTJOVXxi9ZVjJ93EqI18/99Ynmo8/ZKzoUK hsU2f7sHDzJDqz23pQND4q5eUFP4xOc5wHLR4JtOjEMIjt7yU+L42ln5V22elUkK5h NhMaVB0Q+VtlV/t0hp3aZDk/OVtUcaooh9kDUP6wNcplIzQggyjJNuJDOsp2wKG1Wg q9CPiXCGqhAcX4caBqin5H8rmwYz1HQuJPTsdlnI0pt/t1BVNT6fQjv1VjY3LpdHe/ n3V7nv21MsfuDy6elMFCQ1ja2ia9nGW0FWUNrdyZt6Ru6BTTlWvi6H5bCfl/HKDmU9 cnWkXsSOPyDpA== Date: Fri, 14 Aug 2026 10:23:33 +0100 From: "Lorenzo Stoakes (ARM)" To: Mike Rapoport Cc: Andrew Morton , David Hildenbrand , "Liam R. Howlett" , Vlastimil Babka , Suren Baghdasaryan , Michal Hocko , Jann Horn , Pedro Falcato , "Matthew Wilcox (Oracle)" , Jan Kara , Miaohe Lin , Naoya Horiguchi , Rik van Riel , Harry Yoo , Lance Yang , Kees Cook , Zi Yan , Baolin Wang , Nico Pache , Ryan Roberts , Dev Jain , Barry Song , Usama Arif , Matthew Brost , Joshua Hahn , Rakie Kim , Byungchul Park , Gregory Price , Ying Huang , Alistair Popple , Peter Xu , Xu Xin , Chengming Zhou , Arnd Bergmann , Greg Kroah-Hartman , Christian Borntraeger , Janosch Frank , Claudio Imbrenda , Alexander Gordeev , Gerald Schaefer , Heiko Carstens , Vasily Gorbik , Sven Schnelle , Alex Deucher , Christian =?utf-8?B?S8O2bmln?= , David Airlie , Simona Vetter , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , Boris Brezillon , Steven Price , Liviu Dudau , Huang Rui , Matthew Auld , Thomas =?utf-8?Q?Hellstr=C3=B6m?= , Rodrigo Vivi , Masami Hiramatsu , Oleg Nesterov , Peter Zijlstra , Ingo Molnar , Arnaldo Carvalho de Melo , Namhyung Kim , Mark Rutland , Alexander Shishkin , Jiri Olsa , Ian Rogers , Adrian Hunter , James Clark , Jason Gunthorpe , John Hubbard , Muchun Song , Oscar Salvador , Chris Li , Kairui Song , Kemeng Shi , Nhat Pham , Baoquan He , Youngjun Park , linux-mm@kvack.org, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-kselftest@vger.kernel.org, kvm@vger.kernel.org, linux-s390@vger.kernel.org, amd-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org, intel-xe@lists.freedesktop.org, linux-perf-users@vger.kernel.org, linux-trace-kernel@vger.kernel.org, syzbot@syzkaller.appspotmail.com Subject: Re: [PATCH v5 00/16] mm/rmap: index MAP_PRIVATE file-backed folios by anonymous pgoff Message-ID: References: <20260813-b4-scalable-cow-virt-pgoff-v5-0-c21581c0c3c8@kernel.org> <20260813115346.2aaad419a351341a4f5f3ae0@linux-foundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-BeenThere: amd-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion list for AMD gfx List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: amd-gfx-bounces@lists.freedesktop.org Sender: "amd-gfx" On Fri, Aug 14, 2026 at 12:18:50PM +0300, Mike Rapoport wrote: > On Fri, Aug 14, 2026 at 10:01:19AM +0100, Lorenzo Stoakes (ARM) wrote: > > On Thu, Aug 13, 2026 at 11:53:46AM -0700, Andrew Morton wrote: > > > You'll be mortified to hear that Sashiko wasn't able to find anything > > > to which to apply this. > > > > :)) > > > > Well, when it's right it's useful, when it's wrong or suggesting unrelated > > what-nots it's less useful :>) > > > > I do locally put things through claude + Chris Mason's prompts a lot, I > > don't always invoke local sashiko as it's very slow and token-heavy or has > > been so far, but am planning to do that more also in future. > > > > > > > > Sashiko can be guided with a base-commit: tag but I'm not sure how to > > > tell it what tree/branch to try, or even if that's necessary. Perhaps > > > someone can figure this out sometime. > > > > b4 gives a base commit, but I think because the trees are rebased it ends > > up being the incorrect one. > > It's not only that the tree is rebased, but also that mm-unstable carries > the previous version of the patches. Yeah that's part of the issue, I can't rebase on mm-unstable as a result obviously. Is hard to know what is sensible to rebase on - if I rebase on base of my old version of the series in mm-unstable that'll probably be a bogus commit at some point due to other rebasing. > > > Not sure what the solution is! > > > > -- > > Cheers, Lorenzo > > -- > Sincerely yours, > Mike. -- Cheers, Lorenzo