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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 81CFDC83F2F for ; Thu, 29 Aug 2024 16:24:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To: Content-Transfer-Encoding:Content-Type:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=hxEIDQoDWtdUgJ7q5z8OENcrfXByIDfv6FE5WqeB3+I=; b=OqrZ+7KEFz8JC12PZFRMUWSxGa ElOUdcXZ3ijtKD/x0X4Y8sTOeFqRJVMTtUTiKXsjV6JbIKgdrou7R6byZaeouF0qfgyewgKEA1Ohd 5p8SoCc8YfWGFJqWV/yMQ7Z02mrPy5NfNthPY4v/lYsjC+iJVfKD3E3fki018lNXkJVZkTpQfzu84 4dfPOaFPxpMSuIw5x/MXsIipxYDalI43y3uLa8uAoNldxgYMyAA3iSwakrODrczn+MPeuQg/ZxyoQ CBL7LPDflOJOWLypVvBx7zz9Gk3eivudft0bEz4wson+DuM1gpXv2UzFCsnpotxe8k9aZei2/fZh4 9sv8Np8A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sjhwo-00000002p7q-17RY; Thu, 29 Aug 2024 16:24:34 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sjhvx-00000002ozx-0H4x for linux-arm-kernel@lists.infradead.org; Thu, 29 Aug 2024 16:23:42 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id A81B3106F; Thu, 29 Aug 2024 09:24:06 -0700 (PDT) Received: from bogus (e107155-lin.cambridge.arm.com [10.1.198.42]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 56AFB3F762; Thu, 29 Aug 2024 09:23:39 -0700 (PDT) Date: Thu, 29 Aug 2024 17:23:37 +0100 From: Sudeep Holla To: Liviu Dudau Cc: Krzysztof Kozlowski , Linus Walleij , Sudeep Holla , Lorenzo Pieralisi , Russell King , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] ARM: versatile: fix OF node leak in CPUs prepare Message-ID: References: <20240826054934.10724-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240829_092341_173320_E8274EA7 X-CRM114-Status: GOOD ( 14.23 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, Aug 29, 2024 at 01:33:45PM +0100, Liviu Dudau wrote: > On Mon, Aug 26, 2024 at 07:49:33AM +0200, Krzysztof Kozlowski wrote: > > Machine code is leaking OF node reference from of_find_matching_node() > > in realview_smp_prepare_cpus(). > > > > Fixes: 5420b4b15617 ("ARM: realview: add an DT SMP boot method") > > Signed-off-by: Krzysztof Kozlowski > > Acked-by: Liviu Dudau > > I think Sudeep is going to take the series through his tree, but he might > be on holiday at this time. > I am not that lucky 😉. Anyways I left these to Linus W as he deals with versatile platforms. I have only seen them but never run anything on them. -- Regards, Sudeep