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 3A8CE2AF1D for ; Mon, 30 Mar 2026 13:06:33 +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=1774875993; cv=none; b=EowbfOqN0JfwtbONGs7e4JhUgbDIILvOYjbpsWNWfJjw0vLNoiyH9i7OExqtQLjk9WTcgWBUD8MkimYO0DuoxlrdNpWhWEmcdhG+E0b5NCf12B4X6tlmhqKHPT+4GCpx2hnbD4IdqtCZ7bX7qo4NRwiihVRM7Dcsn8zNIvxpDXg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774875993; c=relaxed/simple; bh=6ES2Hcu9fspAepvqmkUjDWkCuipPcyFzn9LoSpA3+PY=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=djtuKkiqvzmdNaQx8PYTdG3aH/QMhQJiM3HJbxZ0Ah/qSlWb6XK4D30zXVRjkVI3jk3r2MLn0lkgeVAwkL1ehWV3DHN3VtbjexGNnbDjDQSHl4Pkjw+s1EKdDqC2e80jAZYV1xS34ch+SsEHF3aQ4sfsaUV3DPdt/Is8DnoUVrY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=j52JEZlw; 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="j52JEZlw" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 80F17C4CEF7; Mon, 30 Mar 2026 13:06:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1774875993; bh=6ES2Hcu9fspAepvqmkUjDWkCuipPcyFzn9LoSpA3+PY=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=j52JEZlwQ94ZCpx8HqlaqQGVgbBdudjuhd20yW3RSaI5uHPNky/+7ry2UKszx9j2V WKjqZOq0TZ9eRYPvXWD9FLd3TDuERY4TF6FbsNV9U/6c7llBwIGOtHqE2uLK233+Ny SBYDwGlD9NMf2os45w7jAkisikq5tZg+xfC4UnOleXNu+uwLkY8nTpxGoVq1QYcua6 G5ZxMP5q4NFwlNrNxdkJsgjk6hffg2FZKn1K3FRzjXIbiUxQEG8/ndWJ7yfMd5PgD6 FM22m8oGQ3UrT3lyvZBys7LlDSfLQ3LUap0J+mSR8o2utiHUdyGL0cIslw9y2VLR0i mubh9NUL0E6tA== From: Thomas Gleixner To: LKML Cc: x86@kernel.org, Michael Kelley , Dmitry Ilvokhin , Radu Rendec , Jan Kiszka , Kieran Bingham , Florian Fainelli Subject: Re: [patch V3 00/14] Improve /proc/interrupts further In-Reply-To: <20260326214345.019130211@kernel.org> References: <20260326214345.019130211@kernel.org> Date: Mon, 30 Mar 2026 15:06:29 +0200 Message-ID: <87cy0lbh62.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, Mar 26 2026 at 22:56, Thomas Gleixner wrote: > This is a follow up to v2 which can be found here: I've found a couple of stupid bugs and I'm working on a V4, so don't waste your time reviewing this one. Thanks, tglx