From mboxrd@z Thu Jan 1 00:00:00 1970 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 kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by smtp.lore.kernel.org (Postfix) with ESMTP id CCB08C433F5 for ; Sat, 26 Feb 2022 00:05:44 +0000 (UTC) Received: by kanga.kvack.org (Postfix) id 504488D0002; Fri, 25 Feb 2022 19:05:44 -0500 (EST) Received: by kanga.kvack.org (Postfix, from userid 40) id 4B3798D0001; Fri, 25 Feb 2022 19:05:44 -0500 (EST) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 3A1FC8D0002; Fri, 25 Feb 2022 19:05:44 -0500 (EST) X-Delivered-To: linux-mm@kvack.org Received: from relay.hostedemail.com (relay.hostedemail.com [64.99.140.28]) by kanga.kvack.org (Postfix) with ESMTP id 287EE8D0001 for ; Fri, 25 Feb 2022 19:05:44 -0500 (EST) Received: from smtpin05.hostedemail.com (a10.router.float.18 [10.200.18.1]) by unirelay13.hostedemail.com (Postfix) with ESMTP id E63B660ABE for ; Sat, 26 Feb 2022 00:05:43 +0000 (UTC) X-FDA: 79182987366.05.14F7E87 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by imf25.hostedemail.com (Postfix) with ESMTP id 68D7CA0013 for ; Sat, 26 Feb 2022 00:05:43 +0000 (UTC) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 167BBB833BE; Sat, 26 Feb 2022 00:05:42 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 58137C340E7; Sat, 26 Feb 2022 00:05:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1645833940; bh=QnhN6FEIU1CbIXSpB7aRtuB1l8uYNL5aDrMq0ZS9vcI=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=rHkUzOZfWtMXlFqvgGtbLMBBgN6m0LVpS3+miQKtYhFbABnQho0jtStHZuVULnYCi hmEsKKmVD2BMrYhSzR5A4UJddq0SztB7RiLUEk5+yDd0rkfo+BbEuTTfdvTp5YrdQl AQInCPHyG7Lr8Yrx+D5gfIv4YWPBzVpR6t3grrpo= Date: Fri, 25 Feb 2022 16:05:39 -0800 From: Andrew Morton To: Sebastian Andrzej Siewior Cc: Shakeel Butt , Cgroups , Linux MM , Johannes Weiner , Michal Hocko , Michal =?ISO-8859-1?Q?Koutn=FD?= , Peter Zijlstra , Thomas Gleixner , Vladimir Davydov , Waiman Long , Roman Gushchin Subject: Re: [PATCH] mm/memcg: Only perform the debug checks on !PREEMPT_RT Message-Id: <20220225160539.22f5613abc0df8b75285f22c@linux-foundation.org> In-Reply-To: References: <20220221182540.380526-1-bigeasy@linutronix.de> <20220221182540.380526-4-bigeasy@linutronix.de> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 68D7CA0013 X-Stat-Signature: wewoyg8i77jbecejw6r7onyup68z5pod X-Rspam-User: Authentication-Results: imf25.hostedemail.com; dkim=pass header.d=linux-foundation.org header.s=korg header.b=rHkUzOZf; dmarc=none; spf=pass (imf25.hostedemail.com: domain of akpm@linux-foundation.org designates 145.40.68.75 as permitted sender) smtp.mailfrom=akpm@linux-foundation.org X-Rspamd-Server: rspam03 X-HE-Tag: 1645833943-149714 X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: On Sat, 26 Feb 2022 00:01:47 +0100 Sebastian Andrzej Siewior wrote: > > Andrew, if this getting to confused at some point, I can fold it myself > and repost the whole lot. Whatever works best for your. I think I have it all but yes please, do send along a v5 series and I'll double-check. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Morton Subject: Re: [PATCH] mm/memcg: Only perform the debug checks on !PREEMPT_RT Date: Fri, 25 Feb 2022 16:05:39 -0800 Message-ID: <20220225160539.22f5613abc0df8b75285f22c@linux-foundation.org> References: <20220221182540.380526-1-bigeasy@linutronix.de> <20220221182540.380526-4-bigeasy@linutronix.de> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1645833940; bh=QnhN6FEIU1CbIXSpB7aRtuB1l8uYNL5aDrMq0ZS9vcI=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=rHkUzOZfWtMXlFqvgGtbLMBBgN6m0LVpS3+miQKtYhFbABnQho0jtStHZuVULnYCi hmEsKKmVD2BMrYhSzR5A4UJddq0SztB7RiLUEk5+yDd0rkfo+BbEuTTfdvTp5YrdQl AQInCPHyG7Lr8Yrx+D5gfIv4YWPBzVpR6t3grrpo= In-Reply-To: List-ID: Content-Type: text/plain; charset="us-ascii" To: Sebastian Andrzej Siewior Cc: Shakeel Butt , Cgroups , Linux MM , Johannes Weiner , Michal Hocko , Michal =?ISO-8859-1?Q?Koutn=FD?= , Peter Zijlstra , Thomas Gleixner , Vladimir Davydov , Waiman Long , Roman Gushchin On Sat, 26 Feb 2022 00:01:47 +0100 Sebastian Andrzej Siewior wrote: > > Andrew, if this getting to confused at some point, I can fold it myself > and repost the whole lot. Whatever works best for your. I think I have it all but yes please, do send along a v5 series and I'll double-check.