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 E9A1E3B71B1 for ; Mon, 17 Aug 2026 07:48:50 +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=1786952932; cv=none; b=DPFijlWPSpDTucPjGbwPLL1XyW749Ig1HnuJIXaJGfHy0gFsl0NT6hd9Out/hAhKh8MhqtLeXs4VzxcevXl9IaD6lX0AhEkDB0HO1jojl1BJ1GDWSPdDMQA1thYx3PbEAdolnVoNairmKw3lt5PkpnU7fkTOJnredkRtqUqbwhA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1786952932; c=relaxed/simple; bh=+gd/jJWm1b8TWiEmzS8qYWyqkO1MX22E8BGtKq8nG5g=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=YeeaZhlTo94xL7C9itPgVmu4uQm0x4bqARZEAhxI+wKX2KGKMEEJCGBknI9k/c9X/IZjv9apeq9DszW2ImUfDUS2cbasBik+eSnXEAtgw0MfdU6b9tHf7JVTYLpfAzq7owLBm6l9/bVB7vRMnqQy2F1pK3g+sdObOcOW0JF56rg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=B16+gD/h; 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="B16+gD/h" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7ADF31F000E9; Mon, 17 Aug 2026 07:48:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1786952930; bh=0gv21sh9XLRNZ9Jrxv7t4il9hC4kodx+sB469t0bwq8=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=B16+gD/hF6e5hh9HS8Dt+1I3LlFX1KTKz5g3EqC9w4AsxdPeJ3+3uD1DcVzdGVluJ yB+PIorCeGjMXdXpuXKWcNKLp9S9OkT6euA30ktmo5dlw5fg9nFjkBHIW0VZXGfpjC 4mQtZzVGVGi15Vxi23hLYR+UczR8ZPyKVGu2FgCMajs4e9F2OVOS6uR9FiyVQx2fTq y8C39kjP3ocaLrbGnHO3DAZeCPs6oP8asFJQz1r8/SwM0RKqQB+6jl9V4wFzEkWk0S h/tcWpX6WnaY1X1ofmgb9/D9Ghx5OKDTn/b5t4k0LJ0vfre+RfonhfkaLfFY/9nrht cRu94YkT2wxIA== Date: Mon, 17 Aug 2026 08:48:32 +0100 From: "Lorenzo Stoakes (ARM)" To: Eric Kim Cc: akpm@linux-foundation.org, david@kernel.org, riel@surriel.com, liam@infradead.org, vbabka@kernel.org, harry@kernel.org, jannh@google.com, lance.yang@linux.dev, linux-mm@kvack.org, linux-kernel@vger.kernel.org, Barry Song Subject: Re: [PATCH v4] mm/rmap: synchronize lock and unlock target in anon_vma_clone 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: On Mon, Aug 17, 2026 at 08:43:30AM +0100, Lorenzo Stoakes (ARM) wrote: > On Mon, Aug 17, 2026 at 02:25:11PM +0900, Eric Kim wrote: > > --- > > v2: > > - Clarify the commit message to explain that src->anon_vma and > > active_anon_vma refer to the same anon_vma. > > v3: > > - Carry over review tags from v2. > > v4: > > - Clarify ctive_anon_vma and src->anon_vma refer to the same > > anon_vma. > > Extremely petty nit - and you don't have to do anything this is just for the > future: > > - Prefer a reverse order, so latest revision at the top. > - Nice to have lore links to previous revisions. Oh and also - nice to attribute the changes to the person who requested them, e.g. 'Clarify xxx as per Barry Song', etc. thanks! :) -- Cheers, Lorenzo