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 B4DD61CEADB; Thu, 21 May 2026 18:12:12 +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=1779387133; cv=none; b=fzBxZ9o9mnrH1GFC78/vG41piQ4nqgPxkVqqmbcy12rzUwcCCfFrzmrdvo+1COdZxZXL98a2+CwuIZKYNx1LXXfcymQT+t61dmM9DO6/nUNrhQUtUVR3XqGWX4RVYbKii/PhaMuKvv4J3lMh/qPzX/j11taCi1NC7DxgQNuaDHE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779387133; c=relaxed/simple; bh=5M5SlgwjbFiAwGejzAhr1HFn33POKIa9/iMoH4jhUxE=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=W3klwngaJ1IlhY5+SEhw7FyLR598H6LMviREHNcAXI0d7uEnZwklryv3Ea6vQUlKLvfQ8yemxojOhgcdErWGKHaoMNM0pUbsauwx6G24/dG5aY2GnFZuqr24AG5chcFkHoZt7130tyfXx1pyQSCjXz0Z9MLEGyXm6RVSawCch0A= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=SVaFs8mL; 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="SVaFs8mL" Received: by smtp.kernel.org (Postfix) with UTF8SMTPSA id 80A271F00A3F; Thu, 21 May 2026 18:12:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1779387132; bh=eAQ3m4W6T765Y3xdKxt7FpRFHhj9sY4JnS/5m8K2deE=; h=From:To:Cc:Subject:In-Reply-To:References:Date; b=SVaFs8mLqLvDXIRJrnjIThmyU7GeDCb2YqHkBkQXGq245SDtmLc+RNglb+lg0H9aX 2Ui+YKB7pYzhuB08kwymtPxswS2AM+A9aFa92QUZh0aZnXCWa6LH46mSlHZr1GR41Y 7SlzkDCiXggi0SQPnV9y6jTc7NpD4eT8TeKm1nJ3+PaEWuMfJ5GyHP+F5uOWby/vJk vsjmiFeti7i+nXQgAHjuQD2ExnVc46i0ypYq33+cdDDwSU1WY9KpISKZH6Nc48bD2b DRrz3CAy/niO/6Urt2llPYFCPWsamqtxA8PXv39Splq5ojcVlSuuFqG3GH5+2FAutj DV1mt1cGGv3xA== From: Thomas Gleixner To: Cosmin-Gabriel Tanislav , "linux-kernel@vger.kernel.org" , "linux-tip-commits@vger.kernel.org" Cc: "x86@kernel.org" , "maz@kernel.org" Subject: RE: [tip: irq/urgent] irqchip/renesas-rzv2h: Unwind on setup error In-Reply-To: References: <20260520201736.1509741-1-cosmin-gabriel.tanislav.xa@renesas.com> <177935703340.711.10070410285638178038.tip-bot2@tip-bot2> Date: Thu, 21 May 2026 20:12:08 +0200 Message-ID: <87qzn4vdhj.ffs@tglx> 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 Thu, May 21 2026 at 09:58, Cosmin-Gabriel Tanislav wrote: >> From: tip-bot2@linutronix.de >> Sent: Thursday, May 21, 2026 12:51 PM >> >> The following commit has been merged into the irq/urgent branch of tip: >> > > Hi Thomas. > > Sashiko identified some valid issues with this patch, I'm working on Indeed. > addressing them. I think we shouldn't be merging this patch for now if > possible. I removed it from the urgent branch.