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 01FB7C531DC for ; Fri, 23 Aug 2024 09:36:06 +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:Content-Transfer-Encoding: Content-Type:MIME-Version:References:In-Reply-To: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=hxszrgTfu5DNhhdPZSdbfApdD3WFlV5mkaDhlcVV7ww=; b=RzfYgQ7ibIVADUzZ1BBsqy4EkR m60vUaWixEdPrZ6RzoWpk+YIaeDN8EJNsDKKGXbxQheIgPrAt4KYfRPeQcl5e1JjKGi5kpOshi5g9 spkFiUI9G7KAkkvYgCXnB9SY6WCXH3lLf7ne1o867kWHfNZTen89ccGTNpULveGyXg7FROkXQgf3F 7lo30162baRRoVFByyRvk2Sbb5NSPt0E5uWJ3KSeV4LyQd6fRIYY7yo2UyC4NMZvzCPgE7pQaeTz+ 1khIKK/etR1wxmvqwlC+bP8r0W9MwkZK3gTTA9WXlyKf79TP7NEypkj4APWRA1EwK1RrtqNKwZ5ho xchv74dg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1shQi3-0000000G8mY-015K; Fri, 23 Aug 2024 09:35:55 +0000 Received: from relay2-d.mail.gandi.net ([2001:4b98:dc4:8::222]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1shQhI-0000000G8gi-1Fuh for linux-arm-kernel@lists.infradead.org; Fri, 23 Aug 2024 09:35:10 +0000 Received: by mail.gandi.net (Postfix) with ESMTPSA id 629E040007; Fri, 23 Aug 2024 09:35:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1724405703; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=hxszrgTfu5DNhhdPZSdbfApdD3WFlV5mkaDhlcVV7ww=; b=ijDn3QUy55N0MEtS815dDTilIs7DaSEADkeOC3jOjoYnF0SoBqpeVURSJ605Aub4C1lf/f zwYWLkDilxj/kQwRD1+xf29EdMQVcB0CJZLBSSN5kGXkKGpVdT80/y6mS2N5AiMlivGLSv q37IMDSFiWyuZWx+HN2rhd2xj8tKystOTz0HmhXt+o3z5HYokggi24awKo2IZGKI7h9X2y g9+sE84+u1KlkJQUjcqPHa+WkcmbwI4bpIAUNObN5Ku30iSc54KHWPuMrY/fcartQqP2V7 hRnzfyiT1CrRHGpSYouJyESM1rHUh9jZhoYPSwtVbkEccQV5GaQzPGJb8y4gxw== Date: Fri, 23 Aug 2024 11:34:58 +0200 From: Maxime Chevallier To: Thomas Gleixner Cc: Andrew Lunn , Gregory Clement , Sebastian Hesselbarth , Russell King , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Thomas Petazzoni Subject: Re: Regression on Macchiatobin from the irqchip driver Message-ID: <20240823113458.7540bf0a@fedora-3.home> In-Reply-To: <87frqvh9wz.ffs@tglx> References: <20240821165034.1af97bad@fedora-3.home> <87frqvh9wz.ffs@tglx> Organization: Bootlin X-Mailer: Claws Mail 4.3.0 (GTK 3.24.43; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-GND-Sasl: maxime.chevallier@bootlin.com X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240823_023508_987909_B3BB50BD X-CRM114-Status: UNSURE ( 7.79 ) X-CRM114-Notice: Please train this message. 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 Hello Thomas, On Fri, 23 Aug 2024 11:21:16 +0200 Thomas Gleixner wrote: > It obviously is the proper solution check after use is pretty pointless > as you demonstrated. Care to send a proper patch? Sure :) Thanks, Maxime