From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 7D68F3659F9 for ; Thu, 2 Apr 2026 18:30:01 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775154601; cv=none; b=NrU8do1zECmZF+VsnjFnoAN0STTZnA/ILFCkC2SLjl9NKz6m8afAfpLfc2rR0wWAyh+mDJJ5ka8r3lKjTiImaYaS/4+Dw3MwyYW60d7AWitIWco5bdArY0WZ0+EIKkV36h65oPLb+4qUrh0MECftL+SKmq+LkktSxSnG5CY5BMc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775154601; c=relaxed/simple; bh=vF883QY1i6xQFxIscdIh+q/em6KdwTdeclnXWtTzXkk=; h=Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References: Mime-Version:Content-Type; b=qYrKu82rktlhmgBNNtrvGJWWUsGl3UVzHMG44CKGLBmH8jhE3+ToZquWeuabhinzFW8d3p6AbKJ8NIVEv99vpxq91a8HWtY+cuqaHJWG4PMSC3uY9zc6EIKTtUfygpBRvvouV+XGH5uAHuKpMELjUqQT3rweCbqg0RLRky0cZco= 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=kX3tAo2C; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b="kX3tAo2C" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 93838C116C6; Thu, 2 Apr 2026 18:30:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1775154601; bh=vF883QY1i6xQFxIscdIh+q/em6KdwTdeclnXWtTzXkk=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=kX3tAo2Cur4GGUNI4u0sjdqYu7ePw4sUiH2ghrEyKTgb7J4fGr7QNYekE8fGkXOcu Jvfa9UFO//Y/wmeCo/ZVtZuW/6NnK3s6XeS7qHYtbF/sUamQr5XUX8USCb9+FBXFre 13Ac0ntJWOb3OmA8qLGc51vnfAlX4mFnYm7MSLQI= Date: Thu, 2 Apr 2026 11:29:59 -0700 From: Andrew Morton To: Pedro Falcato Cc: "Liam R. Howlett" , Lorenzo Stoakes , Vlastimil Babka , Jann Horn , David Hildenbrand , Dev Jain , Luke Yang , jhladky@redhat.com, linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 2/2] mm/mprotect: special-case small folios when applying write permissions Message-Id: <20260402112959.e8f079444a8c15086f5f578c@linux-foundation.org> In-Reply-To: <3rmcbafb3pwq6endpfpgh3kzygolhvpal2xwg5sgq4pw3toikf@t3jx5uorfzxs> References: <20260402141628.3367596-1-pfalcato@suse.de> <20260402141628.3367596-3-pfalcato@suse.de> <3rmcbafb3pwq6endpfpgh3kzygolhvpal2xwg5sgq4pw3toikf@t3jx5uorfzxs> 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 Thu, 2 Apr 2026 15:21:26 +0100 Pedro Falcato wrote: > Ugh, of course right after sending I notice a small problem. > Andrew, can you patch up the commit title to something like: > "mm/mprotect: special-case small folios when applying permissions" > (or protections, whatever sounds best) np. After scratching my head over the difference and not being able to discern any, I went with "mm/mprotect: special-case small folios when applying permissions"