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 399BF22095 for ; Mon, 9 Sep 2024 14:04:21 +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=1725890661; cv=none; b=YbU28jTSa5MRTBNpqLL5XLK4DOp0JtNWlLsKl5JEqhq9RGtv3xkt54p46n3VEGxQgbmqgr4DaEKgdLkoGZNDalP/gAfe22/W7FQTsuqO+q0e7UfVA/IUa2P1LT5H4DLxegjKMiIgyVXpVNqmMCgr67NWbCY3zJ7f1pZrRvbHTr0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1725890661; c=relaxed/simple; bh=imMFojer9vm4ioUYSov1FWoVA3pqpFbP7tw40ECG2JQ=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=T5nd5TeS5iSmPUa0qbs0qI6e7jqmrbMMButHK7bk5P0Eh5WXmVW6MxliVvkZDhCOwT2xW8PJGDJ/gDiWkt8TF1yfDRQSoQICcIbJ31AX08ATuGE0PUDiQ0plYWPdZrTqDMdtd4EJIIlZkJ4NE70l15E/5gv2f5aaJGJWXRiqZxU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=WpIQXni/; 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="WpIQXni/" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 80F20C4CEC5; Mon, 9 Sep 2024 14:04:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1725890661; bh=imMFojer9vm4ioUYSov1FWoVA3pqpFbP7tw40ECG2JQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=WpIQXni/lquu8R2QPcNaeYdTAga0J17BWA9GHQqHdxayhiVvvYzWIZvIxSxFpUk6f X0ONyylOYajPDOns7JyhryMKaRUFgmQdDTqqRozUlj+GTjg97yNTYS/EK2CQNIXnfD +jk6KK5CMnBqFDe1OfS0x5dySFcA3Ufc2epcZq90= Date: Mon, 9 Sep 2024 16:04:16 +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: <2024090904-unframed-immerse-6db8@gregkh> References: <2024081218-demote-shakily-f31c@gregkh> <20240906154140.70821-1-krckatom@amazon.de> <2024090810-jailer-overeater-9253@gregkh> 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: 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?