From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-185.mta0.migadu.com (out-185.mta0.migadu.com [91.218.175.185]) (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 33BC2443AB3 for ; Tue, 14 Jul 2026 20:00:33 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.185 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784059237; cv=none; b=Y9jn3roREisenij09ek5mpCxB2SU9raUjaU0yZ0/9Q7KysunkemsLiZjs4SFLlDDafg7F9MKZflgtbZsxNJCEQine+rRaN74Zagtqmb74Vl82YaOIzIc2UkIqDmBLzyVBizt6MQpvIEj29N4kZewQZaHw1YGANzG82s5G7yIyiU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784059237; c=relaxed/simple; bh=lwWRquSdH9aMP7sk6dbTHX88POd5U1yfcjT/G5QhmFk=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=RD1CjogA/RlbdejpU4x/yhWgUTDJ6x0KU+6P9SkkIWh0rU9G6gWQ5YTRTJKr0VUUEeoLJk2DuVqR7T2eQxysuqw6rUVPy0O3NMqXci/j3c0u3gMNiAb6msNinI3/RxIkFq213//mDt8IxhhuoDGv365N+gowjDzbfmzt8B1Yl7I= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=Quc44Btb; arc=none smtp.client-ip=91.218.175.185 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="Quc44Btb" Date: Tue, 14 Jul 2026 13:00:27 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1784059231; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=A2CBkxlbhYJRAR57C5mndFI8SavuY0NkUB+CXiuOB5Q=; b=Quc44BtbaXKf68dgZXyNGf4Aaf1q5Gtl78Y/HbM3BOo5WFEfCY52DsJbRCm3Ml4EGvIDnP wy9yqHgiFs2biTETmQPI1yz5Zb2dVinvOw1bf4v4ujYQgbaNmWnZmH1xaJ+JvIYnG6Q8bd HhhBs5kMLWTFPX8D+5v3iyNo/zjD4i4= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Shakeel Butt To: Guopeng Zhang Cc: Andrew Morton , Johannes Weiner , Michal Hocko , Roman Gushchin , Muchun Song , cgroups@vger.kernel.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org, Guopeng Zhang Subject: Re: [PATCH] mm: memcg-v1: fix wrong linux-mm list address in deprecation warnings Message-ID: References: <20260713085756.2973549-1-guopeng.zhang@linux.dev> 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: <20260713085756.2973549-1-guopeng.zhang@linux.dev> X-Migadu-Flow: FLOW_OUT On Mon, Jul 13, 2026 at 04:57:56PM +0800, Guopeng Zhang wrote: > From: Guopeng Zhang > > The deprecation warnings for memory.oom_control and > memory.pressure_level use linux-mm-@kvack.org instead of the linux-mm > mailing list address. Remove the extra hyphen. > > Signed-off-by: Guopeng Zhang Acked-by: Shakeel Butt