From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 4CF201A9F97 for ; Sat, 30 May 2026 00:34:49 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780101290; cv=none; b=AEuy5CPMPv4IalyKORMTtBcxB2WqQMF+S1nfCJvC/9RMcusOPsKmCV2J1zP00WBrrsI0GT+UyADASUDhxLi2e8IPphDy09LfKlZIuaLT1D+ViHxJE9dGO1ZT47DF3qcTvPsTkHL2tq6EKB2YwRDWki5seE2OI4r/9y8cridFF8E= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780101290; c=relaxed/simple; bh=v1W9jpCfopsY8o72eRJGHjMOh4ucJHMwavn4ex2Qt2Q=; h=Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References: Mime-Version:Content-Type; b=am15JFSNin+U9hdAHp/KCaYYZueziPeA5XLbUNBhnyC7sjGP7STgO9meulOYzDBM3TnXjrtt7/8vZ0vNrZXUU0ivWTO+em+6I4xxeMz/j1yf6eaPpT1k86fKVyEiGZGEJDzmsj59ke7wgOo6RVDCiSn6BzVjuqfWAXVlXF1JXOs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b=tgEHl9t+; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b="tgEHl9t+" Received: by smtp.kernel.org (Postfix) with ESMTPSA id BFD5E1F00893; Sat, 30 May 2026 00:34:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux-foundation.org; s=korg; t=1780101289; bh=5dbhBDdd/DrGeu/5P9odXdozxmwXWM3YH9wJqvuZxCk=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=tgEHl9t++bTNDAYL6ECXfbyjXU0A1XVg6g9Mu42a0kRX2QrIDetWRXsYJq6OuUC+U bfL0aqJKYMJ0YOGofHKH0rGJ9A1Pq4nUWaeAWJ+9d0fO4hRUcmkCpKhd8HBBTvbOXE IGl0I0l0L73YyFh9/WW9uVmq1y/WFKpKFo2VbF2c= Date: Fri, 29 May 2026 17:34:48 -0700 From: Andrew Morton To: "Kiryl Shutsemau (Meta)" Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org, Lorenzo Stoakes , Mike Rapoport , David Hildenbrand Subject: Re: [PATCH 0/6] userfaultfd/pagemap: pre-existing fixes Message-Id: <20260529173448.40a37785ecbecb6868fdd6a2@linux-foundation.org> In-Reply-To: <20260529172331.356655-1-kas@kernel.org> References: <20260529172331.356655-1-kas@kernel.org> X-Mailer: Sylpheed 3.8.0beta1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Fri, 29 May 2026 18:23:24 +0100 "Kiryl Shutsemau (Meta)" wrote: > These are pre-existing bug fixes that were carried at the front of the > userfaultfd RWP working-set-tracking series up to v5 [1]. Per review > feedback that fixes should not sit in the middle of a feature series, > they are split out and sent on their own; the RWP series is reposted > rebased on top of this. > > All six were flagged by the Sashiko AI review of the RWP series and > carry Reported-by: Sashiko AI review . They are > independent of RWP, apply to mm-new directly, and carry Cc: stable@. And... this made Sashiko point at other stuff: https://sashiko.dev/#/patchset/20260529172331.356655-1-kas@kernel.org I can't figure out why four of the scans failed - "View Raw Log" comes up empty. It's concerning how frequently Sashiko is finding pre-existing things. What would a full scan of mm/ tell us? Gulp.