From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 B08CA1EEFC for ; Mon, 9 Sep 2024 14:45:38 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1725893138; cv=none; b=KEx2iR3FWeiIrUVwm7mPOyBd3Iug22iAldm1D4EFAE2Lfrg+e6TqSY+VVo2Tw6l5DwjGXfoB/UnF4GVyNXXK1X0hhBGx3F0npssHnqXXJ+RS9R7eSpvYLF5QLG1uyAbglKWWuBemfpidOV96pJlnOSY2AA246tnokfiYxGDBOkI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1725893138; c=relaxed/simple; bh=tu1WESvjJz1TxKhL6ZHdnnNfXKaI92CF36oawF8CJUI=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=tdvNj+reUk9awsYlH4rtTdel2h4o/nLW+ie12W1LFIIbErF9Q+iS2LICFFaLHGOkxapWyw7lUkR3mvZ+inUFqVg44c5AvtgCH8hpy34WEDzHh3XMsgnlV+q6XdFzYRZXt+qV7H/mcTsloqinBAFEAWFa7/D04HPRR8FT2UM1A18= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=j5e8vSYk; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="j5e8vSYk" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B647DC4CEC7; Mon, 9 Sep 2024 14:45:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1725893138; bh=tu1WESvjJz1TxKhL6ZHdnnNfXKaI92CF36oawF8CJUI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=j5e8vSYkxgbar5HGoO8ZGrjB69d98jtCRDWJpMLFFF462pJaQyrW+VxXDVQEG9Tf/ 69XEuP+yU/W8onEPYEXtoCele594ZJo93s/6NnIsBgmrC0Zgekrb93CdVegNpwHm0H uBxpeEH29V5AMlKDg4nVgp33LTYClFVZEheEx0BQ= Date: Mon, 9 Sep 2024 16:45:34 +0200 From: Greg KH To: "Krcka, Tomas" Cc: Tomas Krcka , "stable@vger.kernel.org" , Shakeel Butt , Muchun Song , Roman Gushchin , Johannes Weiner , Michal Hocko , Andrew Morton Subject: Re: [PATCH 5.10.y] memcg: protect concurrent access to mem_cgroup_idr Message-ID: <2024090922-crawfish-congenial-33e6@gregkh> References: <2024081218-demote-shakily-f31c@gregkh> <20240906154140.70821-1-krckatom@amazon.de> <2024090810-jailer-overeater-9253@gregkh> <2024090904-unframed-immerse-6db8@gregkh> <139A9542-CECA-4A05-AD88-1C06ED4CB8D9@amazon.de> Precedence: bulk X-Mailing-List: stable@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: <139A9542-CECA-4A05-AD88-1C06ED4CB8D9@amazon.de> On Mon, Sep 09, 2024 at 02:10:24PM +0000, Krcka, Tomas wrote: > > > > On 9. Sep 2024, at 16:04, Greg KH wrote: > > > > CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you can confirm the sender and know the content is safe. > > > > > > > > On Mon, Sep 09, 2024 at 01:43:25PM +0000, Krcka, Tomas wrote: > >> Hi Greg, > >> Got it, thanks. > > > > Please do not top-post. > > > >> Submitted > >> v6.1 - https://lore.kernel.org/stable/20240909134012.11944-1-krckatom@amazon.de/ > >> v5.15 - https://lore.kernel.org/stable/20240909134046.12713-1-krckatom@amazon.de/ > > > > No 5.10? > > > > 5.10 - is the original one https://lore.kernel.org/stable/20240906154140.70821-1-krckatom@amazon.de/ > > Or shall I re-post it ? That's what my original response asked for, right? :)