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 X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 988A2C432BE for ; Wed, 4 Aug 2021 08:52:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8247560EBC for ; Wed, 4 Aug 2021 08:52:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236783AbhHDIww (ORCPT ); Wed, 4 Aug 2021 04:52:52 -0400 Received: from smtp-out1.suse.de ([195.135.220.28]:33530 "EHLO smtp-out1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236689AbhHDIwv (ORCPT ); Wed, 4 Aug 2021 04:52:51 -0400 Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out1.suse.de (Postfix) with ESMTP id 27BB622029; Wed, 4 Aug 2021 08:52:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.com; s=susede1; t=1628067158; h=from:from:reply-to: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=0b7BpAenRMJ5oMid71xEw73/C0eBnz+/7D1hkNZyYUk=; b=fnvlgV0kQl5eGqkDNi1u2Fd9DECKfV794NWwudenH7QZzVVYgIWsOBi6tw43Fh4ce4d9Mp 1vv98NW/26rcwniF04DbenIJpRKWAkwzOfU4s1ww693aKL8jcC6ikPXBuELG2IckXoNypI xeRV4NcCVvBCCEz0PRsgzEqqlN8bK4s= Received: from suse.cz (unknown [10.100.201.86]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by relay2.suse.de (Postfix) with ESMTPS id E299EA3B92; Wed, 4 Aug 2021 08:52:37 +0000 (UTC) Date: Wed, 4 Aug 2021 10:52:35 +0200 From: Michal Hocko To: Waiman Long Cc: Thomas Gleixner , Johannes Weiner , Vladimir Davydov , Andrew Morton , Vlastimil Babka , Roman Gushchin , linux-kernel@vger.kernel.org, cgroups@vger.kernel.org, linux-mm@kvack.org, Shakeel Butt , Muchun Song , Luis Goncalves , Sebastian Andrzej Siewior , Daniel Bristot de Oliveira , Linus Torvalds Subject: Re: [PATCH] mm/memcg: Disable task obj_stock for PREEMPT_RT Message-ID: References: <20210803175519.22298-1-longman@redhat.com> <87h7g62jxm.ffs@tglx> <8953e099-356e-ee09-a701-f4c7f4cda487@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8953e099-356e-ee09-a701-f4c7f4cda487@redhat.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue 03-08-21 21:40:35, Waiman Long wrote: [...] > The purpose of this series is to improve kmem_cache allocation and free > performance for non-RT kernel. So not disabling/enabling interrupt help a > bit in this regard. Johannes has explained the irq disabling role in the stock draining just yesterday. Have a look at http://lkml.kernel.org/r/YQlPiLY0ieRb704V@cmpxchg.org -- Michal Hocko SUSE Labs