From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.ilvokhin.com (mail.ilvokhin.com [178.62.254.231]) (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 8CC3918FDDE for ; Tue, 31 Mar 2026 13:48:23 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=178.62.254.231 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774964905; cv=none; b=Allb5kYYeKc+6ymznXJS/U7PnQ1TgAha6tqPBDTouL/gTiCPVwoLw8Zl6osLRddBkTdjWyEq1syK/fTOUJ1ikXkrmYw700xl4w5g1jNPhGjwaiJIf7vj/MBAawcNf7uDAA6MZjl4u2l32bEu2YFnluLvxxooY08utez+OhNRjKc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774964905; c=relaxed/simple; bh=KK1+rp2N4oydKVxpwBBScovSyMErkh6hTEBW5CzdC1U=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=LF0iJdHaiDZuW6YvVEmg9z+GTEKOlkcFa5AXVayg47R4wTi5v5wYbn8bRyYKbPt0+Jz+zWDPretZoNQcDvV4HXZO7bgjDhGW/WuJ9tSYjn3wIdCTKVninKIiFhjkBVTNvHBiaNVnP+t3gnbPQKCbu7qML1JfCLj2Hzi+0+oIScI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=ilvokhin.com; spf=pass smtp.mailfrom=ilvokhin.com; dkim=pass (1024-bit key) header.d=ilvokhin.com header.i=@ilvokhin.com header.b=2Cda15LA; arc=none smtp.client-ip=178.62.254.231 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=ilvokhin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=ilvokhin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=ilvokhin.com header.i=@ilvokhin.com header.b="2Cda15LA" Received: from shell.ilvokhin.com (shell.ilvokhin.com [138.68.190.75]) (Authenticated sender: d@ilvokhin.com) by mail.ilvokhin.com (Postfix) with ESMTPSA id A13CABE263; Tue, 31 Mar 2026 13:48:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ilvokhin.com; s=mail; t=1774964901; bh=/pV4EgpJwtFraOqoRaxue1MURJa9uMspoksUBJK2mHo=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=2Cda15LA/iaXi0PAjiJJxqtaNmql1f8Wt3+w1r1J4P6KlmvF0vzzdthv0hpMcNpQq IHc+fwHlQXVNvMhsauVF27OGdtXuneAn0HB3VCn3u2AshOq3DMI3bWIPQ6GsbTctjD lpW0dbQepMBj+71p426o6ocH2oRuMqtVcEcmot18= Date: Tue, 31 Mar 2026 13:48:20 +0000 From: Dmitry Ilvokhin To: Thomas Gleixner Cc: LKML , x86@kernel.org, Michael Kelley , Radu Rendec , Jan Kiszka , Kieran Bingham , Florian Fainelli , Marc Zyngier Subject: Re: [patch V4 13/15] genirq: Expose irq_find_desc_at_or_after() in core code Message-ID: References: <20260331071453.172185305@kernel.org> <20260331072419.416836521@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260331072419.416836521@kernel.org> On Tue, Mar 31, 2026 at 09:26:30AM +0200, Thomas Gleixner wrote: > From: Thomas Gleixner > > ... in preparation for a smarter iterator for /proc/interrupts. > > Signed-off-by: Thomas Gleixner Reviewed-by: Dmitry Ilvokhin