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 26B3E1EB1AA; Fri, 26 Jun 2026 06:05:09 +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=1782453911; cv=none; b=IkQ8DfKBi83RrRuzUoMnLJEc3OaSKbN9H/hMTyjMKDQdCBLKuOsA6wivmbvRbaZrZnThB976mXQaEhzHy1b6H6D/57OQM8po6s3ydoRS4bFUDPbfEs4iTEvZOt0z5jgweJAnkHPnhUPLyfFyR94hPYCaxbbYzNhB+QuoqHPkVHQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782453911; c=relaxed/simple; bh=S9oL7c3i+gk56KOTzil5DMHlEF4gYOabQZTiWR5RK4M=; h=Message-ID:Date:MIME-Version:Subject:From:To:Cc:References: In-Reply-To:Content-Type; b=KJN7VL+N8zP5tq3fIiUS5dGajw4nnxPHFec4/6Zz52ZYNmwcKp2BEPJ/Tb5fKHvx19E4inZGWyB1ICsiPV6KXK5+jkjFbV9BmOM761XfMmKOC5j+W14BDfKHnQqtoGgG6fv2Li9zVQJhGoEABkwcn62Id3RzEgP9iKB74LJ5EIw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=DlqtmkwO; 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="DlqtmkwO" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D47471F000E9; Fri, 26 Jun 2026 06:05:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1782453909; bh=S9oL7c3i+gk56KOTzil5DMHlEF4gYOabQZTiWR5RK4M=; h=Date:Subject:From:To:Cc:References:In-Reply-To; b=DlqtmkwOymvSa5ZtNvNfHbECUNFE7rZKzhXuStdjYZwLnFUTSY2M3eKhy4ZtQzyri LZwaAEt+JAkRKwkl4Bnd+/4ByhlVn2eQ26irDRzqRYoKWyEOmG2En6OYMDuSRSYa/D pUV4zyONLqW65JAZDreixRqs/BNWc5qhuUy/CHbWayhycGCaN77lcVM7GAJKHUu8/q wpV1XUCSP0JxWFUJe/yHBXAmgM6T5xTZc/vpUM54JJUZ/zVg5he8bd0nc6pUt6Q6dG SXfhzNN8oGBK2YqiGGS7HDVJrEJcFRycal3pN8pooUnnC5R7nMG7ImePS7JrLGgkbr cgEaFra2NEg/g== Message-ID: Date: Fri, 26 Jun 2026 15:04:50 +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 RFC 0/4] memcg,slab: kmalloc_nolock() fixes From: Harry Yoo To: Johannes Weiner , Michal Hocko , Roman Gushchin , Shakeel Butt , Muchun Song , Andrew Morton , Vlastimil Babka , Hao Li , Christoph Lameter , David Rientjes , Alexei Starovoitov , Pedro Falcato Cc: cgroups@vger.kernel.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org, bpf@vger.kernel.org References: <20260624-kmalloc-nolock-fixes-v1-0-fdf4d17351dd@kernel.org> Content-Language: en-US In-Reply-To: <20260624-kmalloc-nolock-fixes-v1-0-fdf4d17351dd@kernel.org> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------ejXnirQmd0n0E9T07k6SM4Rs" This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --------------ejXnirQmd0n0E9T07k6SM4Rs Content-Type: multipart/mixed; boundary="------------xqitAKa4qlewiFSJqUEqWGv3"; protected-headers="v1" From: Harry Yoo To: Johannes Weiner , Michal Hocko , Roman Gushchin , Shakeel Butt , Muchun Song , Andrew Morton , Vlastimil Babka , Hao Li , Christoph Lameter , David Rientjes , Alexei Starovoitov , Pedro Falcato Cc: cgroups@vger.kernel.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org, bpf@vger.kernel.org Message-ID: Subject: Re: [PATCH RFC 0/4] memcg,slab: kmalloc_nolock() fixes References: <20260624-kmalloc-nolock-fixes-v1-0-fdf4d17351dd@kernel.org> In-Reply-To: <20260624-kmalloc-nolock-fixes-v1-0-fdf4d17351dd@kernel.org> --------------xqitAKa4qlewiFSJqUEqWGv3 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 6/24/26 10:11 PM, Harry Yoo (Oracle) wrote: > Apologies for posting another series during the merge window. > But these are bug fixes and there are other features that need to be > rebased on top, so... Okay, given that this needs a bit of discussion with the memcg folks and this has been there for a year and nobody noticed, I'd suggest we be bit less hurried and not delay other new features going on because of this. But I still think they should eventually be fixed. --=20 Cheers, Harry / Hyeonggon --------------xqitAKa4qlewiFSJqUEqWGv3-- --------------ejXnirQmd0n0E9T07k6SM4Rs Content-Type: application/pgp-signature; name="OpenPGP_signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="OpenPGP_signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQQQ1ub6gR5ogjaKRmOGXBN6rc5S1gUCaj4WggAKCRCGXBN6rc5S 1gJoAQCU62++/Xsx2zl/wm3/4ApCCo8iBQMYmBrJ4FIbh3ZIfwEA8BrSGtpSXrbl 07eyqHG4yRJBsXB/Xo0SQu5z9kQcFgI= =TLzD -----END PGP SIGNATURE----- --------------ejXnirQmd0n0E9T07k6SM4Rs--