Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E3A90C433F5 for ; Fri, 17 Dec 2021 18:21:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234143AbhLQSVm (ORCPT ); Fri, 17 Dec 2021 13:21:42 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42262 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229543AbhLQSVk (ORCPT ); Fri, 17 Dec 2021 13:21:40 -0500 Received: from galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9470FC061574; Fri, 17 Dec 2021 10:21:40 -0800 (PST) Date: Fri, 17 Dec 2021 19:21:37 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1639765299; 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=fm8Ji21c2eiKP0yW1lKrfGVuKLVJyDvJbeQwn/ZsYvM=; b=YqrU3fHSQRfaFxUWraZUi980r3t8h7vYSYTYzSR3s0gWO5X9yKrM2rWbqwY39lGVyl0lSX ONjIGeqwz29rc6M5TyE4S/cLoCfB9Dckz1DMBhjwSy0asb+U2J3j6IYEjiK4jOfYnQzpwA Qi9+Idkz9wWSoDviGb6NrcMSxjOkBxKODW47A99mUb+LDX1V+mNK+rg9+7m5XI/FWfo/ak 29Qzc4S7++v3EotbBhJ1xtorSGNzhcAsKrH9ISvrSYT+I58TA4csXrlM3Ggtaqx5WK6/ZV 4o7mi8wdT3FZFilT5Znj32LIkdmV+NKQ28BWl9WBQfaDNg1qFHolx2kunWfE2Q== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1639765299; 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=fm8Ji21c2eiKP0yW1lKrfGVuKLVJyDvJbeQwn/ZsYvM=; b=9Tm2o/FLsPj4spSSiHLUbXy/DCYZ3PjoY5s5g+ZQy2QGHF7KQk9kTv/yEF/a//9Ryn4TzC sA45eR7TuPsNTiDQ== From: Sebastian Andrzej Siewior To: Waiman Long Cc: Johannes Weiner , Michal Hocko , Vladimir Davydov , Andrew Morton , linux-kernel@vger.kernel.org, cgroups@vger.kernel.org, linux-mm@kvack.org, Thomas Gleixner Subject: Re: [PATCH-next v3] mm/memcg: Properly handle memcg_stock access for PREEMPT_RT Message-ID: References: <20211214144412.447035-1-longman@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2021-12-17 12:42:51 [+0100], To Waiman Long wrote: > On 2021-12-14 09:44:12 [-0500], Waiman Long wrote: > > --- a/mm/memcontrol.c > > +++ b/mm/memcontrol.c > > @@ -2096,7 +2096,12 @@ struct obj_stock { so I made something based on this. Let me clean this up and test it first. So it is just a heads up :) Sebastian