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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id F2A2BCDB483 for ; Wed, 18 Oct 2023 15:51:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344753AbjJRPvR (ORCPT ); Wed, 18 Oct 2023 11:51:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41890 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232289AbjJRPvP (ORCPT ); Wed, 18 Oct 2023 11:51:15 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 351C311A for ; Wed, 18 Oct 2023 08:51:13 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 82B8EC433C9; Wed, 18 Oct 2023 15:51:11 +0000 (UTC) Date: Wed, 18 Oct 2023 16:51:09 +0100 From: Catalin Marinas To: Liu Shixin Cc: Patrick Wang , Andrew Morton , Kefeng Wang , linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 6/7] mm: kmemleak: add __find_and_remove_object() Message-ID: References: <20231018102952.3339837-1-liushixin2@huawei.com> <20231018102952.3339837-7-liushixin2@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231018102952.3339837-7-liushixin2@huawei.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 18, 2023 at 06:29:51PM +0800, Liu Shixin wrote: > Add new __find_and_remove_object() without kmemleak_lock protect, it is > in preparation for the next patch. > > Signed-off-by: Liu Shixin Acked-by: Catalin Marinas