Received: by 2002:a6b:fb09:0:0:0:0:0 with SMTP id h9csp1674624iog; Tue, 14 Jun 2022 10:39:16 -0700 (PDT) X-Google-Smtp-Source: AGRyM1vDGLuL6DsD8+X1gUTfw2zecvpsTkwomYRs7a7qgkqk+RooJ73WJ7VsqG3vR0urYXkTV2oQ X-Received: by 2002:a05:6402:40d6:b0:42e:3d4:4406 with SMTP id z22-20020a05640240d600b0042e03d44406mr7380267edb.387.1655228356339; Tue, 14 Jun 2022 10:39:16 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1655228356; cv=none; d=google.com; s=arc-20160816; b=FxQWszbPEQ0Vm+UL7vJKsFAsW0HopJN7rUv1PfVJNzoKnmEAG7FGIk5XspXZusxjz6 3A/DfH92U6wJ/HlyBCMS0j83IUaTrrGiwckXsaDnuJZkLtxx7gu3AEnnuv6Sa17PuKsp 9vDH+pV6t2JX2Gy55pw2348bXpUvNHAfpLARfaxlq7XLhAmrS52QyOS2uFIBVcuR1Upq LIq8YdYOveTxCyXdmwY1c1+QjSodX1Z+vBiMqS7HiFh3wTsD/wBYwlw+QFa2gma8snkZ wldYxsGce2enV6ICiRiHgXymRj00uZTaGsaEInvjD+eVzP1TX5H6u0XNuisxdWpGmsyX /KVQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=hqKnhSCKvoFSBfBRgf9BiFOddEHObXYhd5/LaTjizU8=; b=vDqHp6YwjRMMCPjqYq7D3Eq+pkjIISEPGnVkE44ImiwumkBJATp77s2DjOm3/fUswU BK9Hhpvs1Z05Xx/8WUXgUlH70gZpqxp03r3yP9G6s0wsDnqrFLkQskTMMtSX8TqZQAQf wvn05npeB6QQDJoBLGRGzx5nr9B01CuOtSpclyGDFF+5pKutwmPXmn8rQfOD9HKmb0ax qT1xYmw+rLFwdjrLvdrPG2Pt3j/ZhoVK5y9jYnZwz3L20xbWyemDG/8C5N1a7BBy30J5 2bPaauCc+/NVYs4H+HyEjA3odm83WVPGOQ3UnXmTR4fN+RxFGSYAZWU2DQ5be+KJNRnd BuWA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Return-Path: Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id bq16-20020a170906d0d000b0070f1226eabbsi11825650ejb.681.2022.06.14.10.38.49; Tue, 14 Jun 2022 10:39:16 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231607AbiFNRPV (ORCPT + 99 others); Tue, 14 Jun 2022 13:15:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36356 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231223AbiFNRPO (ORCPT ); Tue, 14 Jun 2022 13:15:14 -0400 Received: from sin.source.kernel.org (sin.source.kernel.org [IPv6:2604:1380:40e1:4800::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8926421265 for ; Tue, 14 Jun 2022 10:15:13 -0700 (PDT) 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 sin.source.kernel.org (Postfix) with ESMTPS id DD087CE1B7B for ; Tue, 14 Jun 2022 17:15:11 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 662CFC3411B; Tue, 14 Jun 2022 17:15:09 +0000 (UTC) Date: Tue, 14 Jun 2022 18:15:05 +0100 From: Catalin Marinas To: Waiman Long Cc: Andrew Morton , linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 3/3] mm/kmemleak: Prevent soft lockup in first object iteration loop of kmemleak_scan() Message-ID: References: <20220612183301.981616-1-longman@redhat.com> <20220612183301.981616-4-longman@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220612183301.981616-4-longman@redhat.com> X-Spam-Status: No, score=-6.7 required=5.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,RCVD_IN_DNSWL_HI,SPF_HELO_NONE,SPF_PASS, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Jun 12, 2022 at 02:33:01PM -0400, Waiman Long wrote: > @@ -1437,10 +1440,25 @@ static void kmemleak_scan(void) > #endif > /* reset the reference count (whiten the object) */ > object->count = 0; > - if (color_gray(object) && get_object(object)) > + if (color_gray(object) && get_object(object)) { > list_add_tail(&object->gray_list, &gray_list); > + gray_list_cnt++; > + object_pinned = true; > + } > > raw_spin_unlock_irq(&object->lock); > + > + /* > + * With object pinned by a positive reference count, it > + * won't go away and we can safely release the RCU read > + * lock and do a cond_resched() to avoid soft lockup every > + * 64k objects. > + */ > + if (object_pinned && !(gray_list_cnt & 0xffff)) { > + rcu_read_unlock(); > + cond_resched(); > + rcu_read_lock(); > + } I'm not sure this gains much. There should be very few gray objects initially (those passed to kmemleak_not_leak() for example). The majority should be white objects. If we drop the fine-grained object->lock, we could instead take kmemleak_lock outside the loop with a cond_resched_lock(&kmemleak_lock) within the loop. I think we can get away with not having an rcu_read_lock() at all for list traversal with the big lock outside the loop. The reason I added it in the first kmemleak incarnation was to defer kmemleak_object freeing as it was causing a re-entrant call into the slab allocator. I later went for fine-grained locking and RCU list traversal but I may have overdone it ;). -- Catalin