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 B15223BB66C for ; Fri, 26 Jun 2026 09:26:31 +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=1782465992; cv=none; b=Z8uWeRI3UmsA/cfRRSUmjXmLAnY0tUoLNE/B/IYgEyRLMH9jzZL6NlQDSXoKQ+hL8/pSFB384ROfOw053n5uBLKxJ5kmA0B8cfB//kBW5vzjh2Sh2jnJMVv0yJZg6kYhjXGV0GAD9zgimQKi6/dqm731JyEAhwaI6eLJL9Yhvow= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782465992; c=relaxed/simple; bh=01m3+JrV7x8mtVic+JScx8nYqoYaBvDNEk9FDqRBYl8=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=nAMim5o4Vc9CtU7T8b191ysseneI26lXJ53mvBsLh7O9yZEBqvtCVMqXDVSalwqm1ewHFR0OKsPb+tREatw7PSeAieGaZIo+Y1ZEVB86yyEYAqfAbG+/XtALqkMJjeeIIggZT6nJlJJ+vvseRhIXJzSp5WR3AShttHJfT+Lao40= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=l+gGMaTD; 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="l+gGMaTD" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1EDA81F00A3A; Fri, 26 Jun 2026 09:26:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1782465991; bh=01m3+JrV7x8mtVic+JScx8nYqoYaBvDNEk9FDqRBYl8=; h=Date:Subject:To:Cc:References:From:In-Reply-To; b=l+gGMaTDDsAyWw3kZpPgLMz4/yZwTquI7bXU9gw4LfXHQ28YVHfaFS1gFU2uAn/jS T4QdliSEZSnYYgj2xEjgU5PPvYpNuHkCfgsChMBgJNyUsHINgcONm9HssLBa+DNMQp yRtolTqFvsMYqalXl7HEmPbpseO6qlxZfrtArOdavz9GdCTS8Bm4PPYQmNAv0Aws7e yAHPD6O3TNIehS5Lb1AywYH4akW6d/StxRESlJNr4ABjPxHAMPpGVY3N9LgQUu794a 0YHpou7lmPlAgZmY1icXHGqUgWtrPlMvwNOo5oGIa0QybpV4dUmjLttN15iY0Nz7/V 22hLBL0uriinQ== Message-ID: <99b492bc-52fe-418c-88da-4e86bd7adce6@kernel.org> Date: Fri, 26 Jun 2026 18:26:27 +0900 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 2/2] mm: move alloc tag to mm To: Suren Baghdasaryan , akpm@linux-foundation.org Cc: kent.overstreet@linux.dev, david@kernel.org, ljs@kernel.org, liam@infradead.org, vbabka@kernel.org, rppt@kernel.org, hao.ge@linux.dev, jackmanb@google.com, linux-kernel@vger.kernel.org, linux-mm@kvack.org References: <20260625184857.2193482-1-surenb@google.com> <20260625184857.2193482-3-surenb@google.com> Content-Language: en-US From: Harry Yoo In-Reply-To: <20260625184857.2193482-3-surenb@google.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------gE6xfyk5b3YJWqjJKRgr36tT" This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --------------gE6xfyk5b3YJWqjJKRgr36tT Content-Type: multipart/mixed; boundary="------------xgyUie7mXHuSqSafgvREO57l"; protected-headers="v1" From: Harry Yoo To: Suren Baghdasaryan , akpm@linux-foundation.org Cc: kent.overstreet@linux.dev, david@kernel.org, ljs@kernel.org, liam@infradead.org, vbabka@kernel.org, rppt@kernel.org, hao.ge@linux.dev, jackmanb@google.com, linux-kernel@vger.kernel.org, linux-mm@kvack.org Message-ID: <99b492bc-52fe-418c-88da-4e86bd7adce6@kernel.org> Subject: Re: [PATCH 2/2] mm: move alloc tag to mm References: <20260625184857.2193482-1-surenb@google.com> <20260625184857.2193482-3-surenb@google.com> In-Reply-To: <20260625184857.2193482-3-surenb@google.com> --------------xgyUie7mXHuSqSafgvREO57l Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 6/26/26 3:48 AM, Suren Baghdasaryan wrote: > From: Lorenzo Stoakes >=20 > The alloc tagging work is really mm-specific, so move alloc_tag.c to mm= / > and additionally update the MAINTAINERS entry to place it within memory= > management and port over the Kconfig and Makefile code to mm. >=20 > Signed-off-by: Lorenzo Stoakes > Signed-off-by: Suren Baghdasaryan > --- Acked-by: Harry Yoo (Oracle) --=20 Cheers, Harry / Hyeonggon --------------xgyUie7mXHuSqSafgvREO57l-- --------------gE6xfyk5b3YJWqjJKRgr36tT Content-Type: application/pgp-signature; name="OpenPGP_signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="OpenPGP_signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQQQ1ub6gR5ogjaKRmOGXBN6rc5S1gUCaj5FwwAKCRCGXBN6rc5S 1im+AQDJ/4/3Q05RgEx2et2igvt2pYusJSrt8UvfyTtiEE3C8gEAygxikW7+fgcA 1w/YWzNHmxD+MDrA8YEnpgpmdHKPvAQ= =r1yp -----END PGP SIGNATURE----- --------------gE6xfyk5b3YJWqjJKRgr36tT--