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 3DD743BCD07 for ; Mon, 1 Jun 2026 14:58:51 +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=1780325933; cv=none; b=VbEQ6kkXlJ+BbGCifMhQbtdoaUpF8f5DmZuPDu6XEqfnPTCziFxWyX48AzlQ2cCu/sJhf2pIPcOwyRcyHLiWpcmgi+b2oGF29LdSZoUeLp4vCmnW/ZDZ2nREkJe8kqFLJSGNR90CemogiNgXxNlch4zh2NuHqtenyL87aXMH3es= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780325933; c=relaxed/simple; bh=5fKfyazNnOgDQ1rzNVNCp8aPiZYfF9vHVuUuM8ZktE8=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=gzgxZaCrPYDXqbyfDuVVBsKRV3hi3KZBNNpi0VXKdQdBIE+uxCpOBJJ4g3Mh0Mmuhd7e9mBVIH3WgfDUo+KXH4Hpedflwpp3ydLQaetZ6JZC1q79V5Msp46HW1+Qj3wSMeDOUuBEguOGD6FZ/oPQZdhzSGyh4R5ROsqtWXO99e8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=gM15N3mX; 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="gM15N3mX" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8173A1F00893; Mon, 1 Jun 2026 14:58:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1780325931; bh=R/IpOdtgbKIAl2lBIvOsqwpQFQ2lbotqYbZ0uquPqG0=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=gM15N3mXxI2CwaX53/dDJnjLxOmeL6ZUOw1xsN3O4J0pJ8WEUx8wSXel+u5aeP9o7 ajAibzrwSgw03R+J0jOw8AthcZtIagDt5R2e1OKX1aNovh/tCUN4j5D8hEgXsG9sta oZblYAG32oMb301wi0CDjDxqdKpySVfxb79dGVluRwJj/UTkiyzgtkOPfcXx6YjwVD A/Vf1Wk9LhiPHXduv12JSH0Lpuk3SsfXEnJrkjnpWHfYb2B3WNn3EEdCuC/vZiO2sX tyTmg7UblgR0LnTh1zTtmtBu2FSCkiPpKeS7YP278FffTFMar5zGg85HZSayYuN331 8n9UX2OOUiY+w== From: SeongJae Park To: "David Hildenbrand (Arm)" Cc: SeongJae Park , "Liam R. Howlett" , Andrew Morton , Lorenzo Stoakes , Michal Hocko , Mike Rapoport , Suren Baghdasaryan , Vlastimil Babka , linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: Re: [RFC PATCH] MAINTAINERS: add ABI documents for mm Date: Mon, 1 Jun 2026 07:58:33 -0700 Message-ID: <20260601145834.117387-1-sj@kernel.org> X-Mailer: git-send-email 2.47.3 In-Reply-To: <9271c3c0-0b04-47f8-adb2-83f5f89674ad@kernel.org> References: Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit On Sun, 31 May 2026 21:19:29 +0200 "David Hildenbrand (Arm)" wrote: > On 5/30/26 03:18, SeongJae Park wrote: > > A few mm subsystem entries in MAINTAINERS are missing their ABI > > documents. Add those. > > Maybe spell out "testing ABI" in here + subject, because I was concerned there > for a second :) Thank you for the nice suggestion, I will do so. [...] > All LGTM. > > Acked-by: David Hildenbrand (Arm) Thank you! Thanks, SJ [...]