From nobody Fri Oct 3 07:40:40 2025 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) (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 C35FC320A0C; Wed, 3 Sep 2025 15:12:35 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=193.142.43.55 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756912357; cv=none; b=HSrgmYufM16VbjEM1rEqWoU9ao3KtHnw6nJxPxakl5cicDU11b1JDbDl51n/lW+fMxqpL2OQ6sb18+rUdgaTeuIEJN5XGNSYJDoPDsLQNoDpffr58UNFgfUzxIypA4h5ssjaJE1b04c6vp7b7Yg/WNv6uc1ayVq4T2yznLAu4LM= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756912357; c=relaxed/simple; bh=16NeIuxXtAnYZRftrBcbBJ2Xhkrjk9sHAlMaXxaCdPs=; h=Date:From:To:Subject:Cc:In-Reply-To:References:MIME-Version: Message-ID:Content-Type; b=B2/q/u18EPJ7Vd9Nkkdi6Sy9lK/pJnShnNek6RWWS95nh5EMZqkhWUHsoOPxPOwXQO98Y6eGfsL37ojSMmk9kelZ/i0IzQgDFXrcfc8U4lZuHMmViXpy3jogrSeQLl4WyxMgkoCz5VIMk2dAdgD7qyy8VO3PymoB7vdaJJL1zC0= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linutronix.de; spf=pass smtp.mailfrom=linutronix.de; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b=DxgnE5Os; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b=SMgb3VMv; arc=none smtp.client-ip=193.142.43.55 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linutronix.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linutronix.de Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="DxgnE5Os"; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="SMgb3VMv" Date: Wed, 03 Sep 2025 15:12:32 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1756912353; h=from:from:sender:sender:reply-to: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=u41lNaP24N3I7KFS997jmyYM0tYqqzML0MefaD9aIbo=; b=DxgnE5Os9MbMhOTjS5+M1WpZjiDN4hx/SLEpyYv1src0WHETERpVpqYzYzPel+SeHYwZ76 EfNkupPC44clvF1NUgxwDCYllNFPbeDYB0J0J9Vk9QZeMXyg6+e+jzOvjbbXWBenuzK1BC 9cyKvOPHOYSRNyB6nxjINFPG36c40kzshrxwNs07razJNLRsxWrPAssMBqR7YScXATN7Nb LEDzFpTGweH/3huOtn1X97SzvJ5DT2xC3+oRovzXmEFmUMdd+Pi7SrvdETXtRh6nU+eldQ 4u8k4OPUx+t6JAblqetttsSN4CQIFtU4JaUggAZ5YZJPo43vawfE6OuhmLU8jw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1756912353; h=from:from:sender:sender:reply-to: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=u41lNaP24N3I7KFS997jmyYM0tYqqzML0MefaD9aIbo=; b=SMgb3VMvTerzuQuB+8m841bQqZ4dysuOPpCojFF/Q+uzcP5N12fWp2Z8g5nfx1nb6T9xmZ SOmi5vW4hJIWHlAQ== From: "tip-bot2 for Brian Norris" Sender: tip-bot2@linutronix.de Reply-to: linux-kernel@vger.kernel.org To: linux-tip-commits@vger.kernel.org Subject: [tip: irq/core] genirq/test: Select IRQ_DOMAIN Cc: Guenter Roeck , Brian Norris , Thomas Gleixner , David Gow , x86@kernel.org, linux-kernel@vger.kernel.org, maz@kernel.org In-Reply-To: <20250822190140.2154646-2-briannorris@chromium.org> References: <20250822190140.2154646-2-briannorris@chromium.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Message-ID: <175691235253.1920.10187725279710747530.tip-bot2@tip-bot2> Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails Precedence: bulk Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable The following commit has been merged into the irq/core branch of tip: Commit-ID: f8a44f9babd054ff19e20a30cab661d716ad5459 Gitweb: https://git.kernel.org/tip/f8a44f9babd054ff19e20a30cab661d71= 6ad5459 Author: Brian Norris AuthorDate: Fri, 22 Aug 2025 11:59:02 -07:00 Committer: Thomas Gleixner CommitterDate: Wed, 03 Sep 2025 17:04:52 +02:00 genirq/test: Select IRQ_DOMAIN These tests use irq_domain_alloc_descs() and so require CONFIG_IRQ_DOMAIN. Fixes: 66067c3c8a1e ("genirq: Add kunit tests for depth counts") Reported-by: Guenter Roeck Signed-off-by: Brian Norris Signed-off-by: Thomas Gleixner Tested-by: Guenter Roeck Reviewed-by: David Gow Link: https://lore.kernel.org/all/20250822190140.2154646-2-briannorris@chro= mium.org Closes: https://lore.kernel.org/lkml/ded44edf-eeb7-420c-b8a8-d6543b955e6e@r= oeck-us.net/ --- kernel/irq/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/kernel/irq/Kconfig b/kernel/irq/Kconfig index 3667364..8bc4de3 100644 --- a/kernel/irq/Kconfig +++ b/kernel/irq/Kconfig @@ -144,6 +144,7 @@ config IRQ_KUNIT_TEST bool "KUnit tests for IRQ management APIs" if !KUNIT_ALL_TESTS depends on KUNIT=3Dy default KUNIT_ALL_TESTS + select IRQ_DOMAIN imply SMP help This option enables KUnit tests for the IRQ subsystem API. These are