From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 1CFC8397E73 for ; Tue, 30 Jun 2026 16:40:44 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782837645; cv=none; b=maJ8d/eWffD0uxtZ1Ll6C9RA7tI0Cm3bx5lUfwl1k3rNrmm8Iq5SgzEd8hOVNqbnWzqTHHoqQANN50qivqur8Q5avnXUNK4O23I/9TNYoCK9RtBuk/jcb1Nh89M9Seu+bVjFdvmSd+yLguEJds5e+WkdN8i6eS3iSLOXvtA44ps= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782837645; c=relaxed/simple; bh=x0PwWqtcyn2/6E4eEseLcM333EoFnqx6s644DAGx7LE=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=qI9WbjmHd/ygXkHC3MEB09grhUq+4nBZG8uGNlOUq1Wtevt9ObAcv36gvTssFr2TbE1zTn7bXv0dKiCcD/oO3l0ylhnJR7fZwC+1/QyUGJiCiv27sxdJV8zo59yV9BGuqOcgAY5H6zs/GR5tbnYtpF9SMG/3cuprfA4Y8cpi4Po= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=n7K7bTof; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="n7K7bTof" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 025451F000E9; Tue, 30 Jun 2026 16:40:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1782837644; bh=x0PwWqtcyn2/6E4eEseLcM333EoFnqx6s644DAGx7LE=; h=From:To:Cc:Subject:In-Reply-To:References:Date; b=n7K7bTofzOYBPmwN7oy/xRHqgYXW6lxFGNVlIlmKhfwEkfLcCvSEARhIpD+zRq0th UO+8AF1Ms1ja3JAvJG3vK6ifAu7ZY4LaCK+0hHwfTZwMx0035w71+uQh0l3T0A4VvI z0tHptz80kjlwsz96JBJFDZeXTar1SfQwsZT5+35JmVCcN6ep47VXxTsCAZL10NUOj 7p/Ea04gOutRAaZT5LvK3DYgRrjDf7YZXDQD89gBlZ6LFRTybpjUqHh+ull1xQ2C57 wnKTWP0so2nETmRx24dwFNqFb6gvu509OhiH//Wel2zEdp9j6pMJ1w/7ZWM3AjgJG6 9nGh/mrDB+lLA== From: Thomas Gleixner To: Kemeng Shi , maz@kernel.org Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, shikemeng@huaweicloud.com Subject: Re: [PATCH v3 2/6] irqchip/gic-v3-its: Fix its node leak in gic_acpi_parse_madt_its() In-Reply-To: <20260623020135.3584-3-shikemeng@huaweicloud.com> References: <20260623020135.3584-1-shikemeng@huaweicloud.com> <20260623020135.3584-3-shikemeng@huaweicloud.com> Date: Tue, 30 Jun 2026 18:40:41 +0200 Message-ID: <875x30q8vq.ffs@fw13> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain On Tue, Jun 23 2026 at 10:01, Kemeng Shi wrote: > Fix its node leak when its_probe_one() failed in > gic_acpi_parse_madt_its(). Lacks a Fixes: tag as well