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 26AF818C933 for ; Tue, 7 Jul 2026 19:41:42 +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=1783453304; cv=none; b=bsNF7mnyzSizjCbY+sfGlebr5kI845wlKCupRWm0AIEm6jaZRjnJFKbiuWrixy3WC9fo8fDTV+DUqoZhGR2fqPWpjA+ADTO84gBc1txCRiakMEj3a0FmnmI8BaTYD0z5rCaoaw1BqjupFvJolF4myFJylIUay0w758oecmQqtUQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783453304; c=relaxed/simple; bh=VW1ljX8JFTqbSBhXGT2c04FK3K8+wRRyOdhxhG0TZiA=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=TX/1GUyaXtti45OA2bPN3jfHW4nU05lqDRaq9xZNbmIAGTP2yNnpxbDqZGRCHXQsfPC23oH0tC7FIMz65KVUPLFTCRr30uv4FAWdIHvVfJIzmOcNHEfHCO4+t3QXymBA0v0dAQNlwq50rf9tq/n9zvPiak5oRzNT4a9udI1HOOw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=HY+jxYwc; 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="HY+jxYwc" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 245DD1F000E9; Tue, 7 Jul 2026 19:41:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1783453302; bh=ouh4d3M1GrP00dGhYJiGO89ebL2KCVwml/EwfPaFIU0=; h=From:To:Cc:Subject:In-Reply-To:References:Date; b=HY+jxYwcFc/OGD529auYtGxupZk+5fsHcwjFfzfcPGvSQA/2EAAvaStb3D3EPqSop A/pePaKDXYTjFnduiMI3nO1ehq1ND7+WiQ3plB+cZV/JopnrSVTyzOkUHpDG1mtO+L OAsLqmbdw4LwC29MGlconNZAX0NIfSvc5MQmxLPc7YO1QImljUJf2kIxJ+pQHF6+7V sRMgfg0pdadAruOGwg0/xIEEi8i3QQQhLVTlY/QAhRczsp6eaJHmqd6eRtREucTnb1 ixzn70EVZBPK6bNT6rzTWi3wcXwSxZvo8jGSO63Lz4l9PJoJliTno95LXzaBbCd4O1 DNam49VFc4lRg== From: Thomas Gleixner To: Qingshuang Fu , Geert Uytterhoeven Cc: maz@kernel.org, linux-kernel@vger.kernel.org Subject: Re:Re: [PATCH 1/1] irqchip/renesas-irqc: fix generic IRQ chip leak on remove In-Reply-To: <79fd72af.550d.19f3b5cca2f.Coremail.fuqingshuang@kylinos.cn> References: <20260612065501.1168892-1-fffsqian@163.com> <79fd72af.550d.19f3b5cca2f.Coremail.fuqingshuang@kylinos.cn> Date: Tue, 07 Jul 2026 21:41:39 +0200 Message-ID: <87tsqasi30.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, Jul 07 2026 at 14:56, Qingshuang Fu wrote: > At 2026-06-12 15:44:15, "Geert Uytterhoeven" wrote: > The patch adds missing irq_domain_remove_generic_chips() cleanup path > in probe error handling, no functional breakage. Could you help merge > it when you have time? How about pinging the maintainer or resending the patch with [RESEND] in the subject line? That patch never made it into my inbox for whatever reasons, so it's not a surprise that it is not merged. Thanks, tglx