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 F295F3148D8 for ; Fri, 22 May 2026 16:07: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=1779466070; cv=none; b=EtAz9k7PNULFM0ip6kYrMGo0eZimNF3vJdEdymUc/ViCr+aNmHtkG1kwvHg+p9xNks5pMdTTfs4XdtG/Jsh8HJFu6SseKsL7CiZafaVVEtYa321EKF8dC+OcVMVKbRYHcemOS1oU95/52Mnqag7x9Vs2qrbgbQUmeOwe+naIDBs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779466070; c=relaxed/simple; bh=CxuP8LsVu3E0LYdHllm1mkgkVFTQgEVe9VVTaRg1roA=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=rKYJnQNOc6dLM7kBdNSfpK1YyC6XdJEdN9tX5GIhUutWb4dNgxpKHHgtEeaGmAuqFHIIw4gA3UPbbnkm4L9BCb1MrqHUdCdpo/A4IoWhLEoNFfGxFY9AyQCh6C/hY6dhOIP9DfX3rRjnbIfaAiXdUq/7DCeZFOMvYazEAoNM1SE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=SMuzFprd; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="SMuzFprd" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B07841F000E9; Fri, 22 May 2026 16:07:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1779466069; bh=tRhHNFawhCo6pM9tnWmE786F1aMZ0uk8jmoxkaNKhSQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=SMuzFprdx8wE7h7zVMHdOlf60XOV2WA8HHteNjsS+pbu/f7B71Qr4Ac6gXzZCfjhp 6aCEsMdA1VvbEZPNn1V/Rh58tkCoaKqaxeE2HC5y9BYfGeyssvf9CIEVudEawj+NzO fYNDnV1DvtNHk8FhprbLd2iJndT0xp0IgdJC70K9SciXGYnOwWNn13kTGMqCsy64Z5 Kc6JI/u43bGaGAPOwg/9GbBWd1nhjGEK5knx4Pnoe+ZhC/A3h6txJgVaf7K7m7A/7h Fac8ZVbQjNm2w3lR1+Wt0bvfcYcoCS1Xs58rtfeytqLtl4n0fPeunSLGeTzXm+Mxa7 E2rtCct1u6ivg== Date: Fri, 22 May 2026 17:07:46 +0100 From: Lorenzo Stoakes To: Andrew Morton Cc: Arnd Bergmann , Greg Kroah-Hartman , David Hildenbrand , "Liam R . Howlett" , Vlastimil Babka , Mike Rapoport , Suren Baghdasaryan , Michal Hocko , Jann Horn , Pedro Falcato , linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: Re: [PATCH v2 0/3] remove mmap_action success, error hooks Message-ID: References: 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-Disposition: inline In-Reply-To: FYI re: the sashiko reports on the v1: https://sashiko.dev/#/patchset/cover.1779379804.git.ljs%40kernel.org 1. This was the bug the fix-patch fixed, it seems sashiko doesn't update when these are sent (which I cannot blame it for :). Anyway, I did say I felt fix-patches should just not be accepted any more to avoid various forms of confusion, so in future will just reply to ACK a thing like that, then send out a respin the next day :>) 2. The 'the series didn't introduce this' thread can just end right there ;) It's an existing behaviour that's been there from... very early on. It can wait. I will put it (probably quite far down) on my TODO to examine that. Thanks, Lorenzo