From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 A49883F9F48 for ; Mon, 11 May 2026 14:15:05 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778508905; cv=none; b=LSijuLaLAuTVkIsmpohE+cqlYATiudeW71YnaeEeyMb/zPQ+CYRuezdaDw/BUg8xolKhOEN6lJv24OTLesD+2imJc98z7TrrPsxw10ncrpi2m52a/22kuJUee2Z1RioVw7gCapgF6zWv2AFhE/CS2CWauuFEhfnbqqiBNw0xnIk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778508905; c=relaxed/simple; bh=B8O5BAMOAQBS/fWsmiojHv/xErh7l+8c7ZI/TkjjQZs=; h=From:To:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=Gl5HoeYEE4V/9tBzgRUwQK+JgOPwryU8w3kPAqiFAbj6Vlc8BeS87PNsfR21MvREyM6/eeBKlSqthNhez9mXm5lkwH0DvDp4dxCXysvnDNx1klxbtkO2M8DIyGBdGNstZMDH6oZOCrh5CDsmSQNKJtKrJbge7RA37m87+BFEx34= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=k+9HZv+W; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="k+9HZv+W" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 146A2C2BCB0; Mon, 11 May 2026 14:15:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778508905; bh=B8O5BAMOAQBS/fWsmiojHv/xErh7l+8c7ZI/TkjjQZs=; h=From:To:Subject:In-Reply-To:References:Date:From; b=k+9HZv+Wr0modJ4vYmWpiPKSRvzBB2KUkC26AuCGDR24ZSCZKI2lFQ5fDPsFmoLgb aqyYlt0GVVArd0VwqAaVuhBE2uwozHsglOhtYjCygoilb83pjwjAqIFMSJwmxVkYwl sveGLv+jUbGZ+mR+YKPqKRvafGNhDT300B8Z8rOoQkfLKog91h+zmeAki/LMc9ulAj vYZq/EOCen27U8DnGzLMQ3saqdCehxer7G0R0gyNTrzm1a2koOg6nAA1KnL/P6qy2X FV9sBPrRZr1zo7fRk/1uDBWbyjm7rw8oBgz3Cr6rmsO3qqpHJd5KVUnOp8xBFttx/i cjoEDXM82iWww== From: Thomas Gleixner To: Rosen Penev , linux-kernel@vger.kernel.org Subject: Re: [PATCHv2] irqchip/mbigen: add COMPILE_TEST support In-Reply-To: <20260510195247.10368-1-rosenp@gmail.com> References: <20260510195247.10368-1-rosenp@gmail.com> Date: Mon, 11 May 2026 16:15:01 +0200 Message-ID: <87lddq823e.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 Sun, May 10 2026 at 12:52, Rosen Penev wrote: > Add description to bool to do so. > > Remove ARM_GIC_V3 as the driver does not need it to compile. True, but you fail to explain that GIC_V3* is always selected for ARM64 builds. > Add GENERIC_MSI_IRQ since it's now needed as the ARM stuff went away. That's not a sensible explanation either. It's required for COMPILE_TEST builds because it's not longer selected by the removed ARM_GIC_V3_ITS. > Assisted-by: Codex-GPT-5.5 This thing clearly lacks any competence for writing comprehensible change logs. What a waste of time and energy.