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 988AE1C27 for ; Thu, 5 Jun 2025 11:38:22 +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=1749123502; cv=none; b=ocwpdQ5rnV0TEZ8eLoZ+ohz9Fh+yYckKjn6VSmJZHl/Q1MSxlndbtCfhGHElzZSIvp0hTa/86UC8QkI6raAToMjeDhGzPtqau8J6pMwfnUpDySY5r75Lz6ivaYwP6NNToJ1FUJVpNZi2t1Tabt3/1oqItQ8Bd0zi8wPGOJZorUU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1749123502; c=relaxed/simple; bh=lIb0jfAObaB5dNIo2rUyYWR/iyhbU1Fo0x6bq/t5iyc=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=kZ4Q+jYGSYjuNegFz20Kay0W9j4r3yi8wSQtd0the5CpCE6CatSG6oK6gA+mzuv7Uvnfxo6H+NJqHzVhusNlzmDCN3/IsqrFE3E+28gzHRStpp4x1CI43HC6SKK8zmYFwWaIbTUsziG2Eg/n6AifRfd+9PVBJrvBjaC75B3/jq4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=k+Am1q0t; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="k+Am1q0t" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 58FB8C4CEE7; Thu, 5 Jun 2025 11:38:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1749123502; bh=lIb0jfAObaB5dNIo2rUyYWR/iyhbU1Fo0x6bq/t5iyc=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=k+Am1q0t6P6/W9PecX+/w5If3APc5iBk7kNUrrfCLcc45Hm04y3LBbCTKXrk1WcHU AjK+4WYH0pWi6ONstjGl7G0lHS+gEUpSYRIj5Z7vlhLG2/80a/lHEIIsL9lUaAs/U5 K/vfP+HQXdEY10hgtldFuP3932ARU23ch7viiNIx/O7SaQRkvwKFCGYptWXibvgGAI V9qQxdmsN5CIHTZH7VFhdU8EFu6eoqvoiEqFTzCiSelNQvLWuBzNoJOuLRVrsTQa6r /pc4y9OCnZxpBWpdz3qFH3SdTknzFBf5S1HhourGKwmmWhQoQSH1e2u9VIEryBhWfN Lk+dNT8Fd443A== From: Pratyush Yadav To: Jakub Acs Cc: , Peter Xu , Mark Rutland , Lorenzo Stoakes , "Liam R. Howlett" , "Mike Rapoport (IBM)" , Andrew Morton , Jakub Acs , Subject: Re: [PATCH 6.1] Mm/uffd: fix vma operation where start addr cuts part of vma In-Reply-To: <20250604123830.61771-1-acsjakub@amazon.de> References: <20250604123830.61771-1-acsjakub@amazon.de> Date: Thu, 05 Jun 2025 13:38:19 +0200 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain Hi Jakub, > Subject: [PATCH 6.1] Mm/uffd: fix vma operation where start addr cuts part of vma Nit: upstream commit has "mm/uffd...". The 'M' should be lowercase. Maybe your email client mangled the subject? Some of my tooling scans for commit subjects to track stable patches. So it would be nice to not change the subject without need. On Wed, Jun 04 2025, Jakub Acs wrote: > commit 270aa010620697fb27b8f892cc4e194bc2b7d134 upstream. [...] -- Regards, Pratyush Yadav