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 46856397E73 for ; Tue, 30 Jun 2026 16:40:20 +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=1782837621; cv=none; b=jTrHi558/bX1koTNYHRF0khpxxE4qE+6p+l8qPi8XhA9QB4B8ZdEybKHA2jG0yOimQ05inT7LeLG7gaS0gBqiTy54KfuXBgCeNDV1Yl1zIyi95ou1b2zwvd1XFcKID86lz5n/BUfNVbxMpqfjp+ZJI3u6MOYArM8Opno7xkX91E= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782837621; c=relaxed/simple; bh=LevAtRYyK0lkodfBPzo64Nz48aV/w2AHKkcP6qQOV88=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=dVrorTMDJKZhZdGA3T2AKujyvf8YQxiFCh4x/VophZc7XcBGPfT1o77DdrnCKMmv21HIAhywo0Nd7IYYOmJv0ooDVSBx8YfZSirw0fVIIR/eia5lp+m998fqsqxg4kA04C3L9R6bmax+2yRCiFej5B6N//fWEKXh1kLectGoUqs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=bw/+o6Pv; 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="bw/+o6Pv" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4DF271F00A3A; Tue, 30 Jun 2026 16:40:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1782837620; bh=LevAtRYyK0lkodfBPzo64Nz48aV/w2AHKkcP6qQOV88=; h=From:To:Cc:Subject:In-Reply-To:References:Date; b=bw/+o6PvWL8kpLimYjqUS4V1cbLY5T2rQpfy/ChDrsBvoGrbqAkD4jiu2i2Phjyxs vFuDDO4RTNcGlAn9rIyQQnpcBQ87qkygToz7J1UkFzU0d7KbrPMhQY6UfR3yWN74bn nfoO+NyLU0mpliM6Jlvvq2OY917f2Y/yvzIv1v/r6ubvY+RpIVxZqlWxzhp7371onc qx+FLFUWNzXAXj4BKfLiLTOCygAjJ10Nz/ij8l7hq8Mfp3f9G5FFRxbzSzrk9HExSZ DDo/Z4goxTd5BtureFntgX1/cP4yQ2XyBQn2wq6MWUNJEzywlI8h+lvD4P5CwQiR0V sSOcveb+Q05fQ== 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 1/6] irqchip/gic-v3-its: Fix memleak in its_probe_one() In-Reply-To: <20260623020135.3584-2-shikemeng@huaweicloud.com> References: <20260623020135.3584-1-shikemeng@huaweicloud.com> <20260623020135.3584-2-shikemeng@huaweicloud.com> Date: Tue, 30 Jun 2026 18:40:16 +0200 Message-ID: <878q7wq8wf.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 collection leak when its_init_domain() failed in its_probe_one(). > Lacks a Fixes: tag