From mboxrd@z Thu Jan 1 00:00:00 1970 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 5BC1421423C for ; Fri, 27 Feb 2026 13:21:01 +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=1772198462; cv=none; b=JKvEHKau2lDYJ5QRVynn/laTuATZU/8Ot/orafNZtOciZOY0ZusegwthwQ9XE4pB+y8BmB8B410vUocgCMc2y0wYYTlEs9DZef+1NGhlgVFJthg0n/J3lJCaFfZvTA+UmakwnmNHveCYCRXYErKeS4fWfReMCLhuVZlQyJGve6E= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772198462; c=relaxed/simple; bh=1He2CIpaUCIbqp1nGaj/p9SmIH6MQUTSKutKXTS1rUo=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=HiiMSxzdVSUgScRKu95F8wZDZHdmE9kFx9sjWTwnrMFwpA+hhOz8sa2Ey/qk5Hee8VBpLayMyF94m2D21ThzZGIxC7EnKWQL+5UDpqJNTwu3E87zzJmt7PXXuhxxOr3IllHnlBm9W7SWPocvpp9FOw+nKWhy6OPaeBudahD9qks= 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=p8rnE4Yn; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b=ekKneEZL; 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="p8rnE4Yn"; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="ekKneEZL" From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1772198459; 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: in-reply-to:in-reply-to:references:references; bh=gyaMzS7A6iXkY/gzzXIk8FTDxf753H6/AKioXHU1nXo=; b=p8rnE4YnuBawss9CyHV4KiZexDgCM3njBwr9PE2/2QLpxTCCYqTBfmYmh8A0Sj6IbHQk5S MzJEvcCtZs7nfWdTEssh/acyEFSAX/jf9sTtRilXADgqYbY0QesOOho2+1J62H6Mlhghoq qKpJakZ8lK9v4hLlA7sKY5HBhjWNDafvqDgsaL/C501SWTDBbLqqHG3W+9ZeTA1XngMNXt 39XQP+oGWk7eREGanPFDH0HpbvKXx3iwPTWzh0MkZ2NBycw64FoGXBluHjV0UwMZv/ttWn i9aXGMdkjD5zRtwO8Wf8S4r3c80fNSMk39zXnVozdG9g5deOpDVdBoDTJqX0kQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1772198459; 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: in-reply-to:in-reply-to:references:references; bh=gyaMzS7A6iXkY/gzzXIk8FTDxf753H6/AKioXHU1nXo=; b=ekKneEZLbrkc9IxHPIaWxz8tvRHj8AKan+XAdUL6l4ov3oGshAMiaYVUA267L1Zk7SyI4d mG78/BCIJKUlPyBw== To: Dmitry Ilvokhin , Ingo Molnar , Borislav Petkov , Dave Hansen , x86@kernel.org, "H. Peter Anvin" Cc: linux-kernel@vger.kernel.org, kernel-team@meta.com Subject: Re: [PATCH v2] x86/irq: Optimize interrupts decimals printing In-Reply-To: References: Date: Fri, 27 Feb 2026 14:20:57 +0100 Message-ID: <87ms0uz5ja.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 Wed, Feb 25 2026 at 17:22, Dmitry Ilvokhin wrote: Sorry, this fell through the cracks. > I would like to follow up on this patch with additional data from production > deployment. Instead of the non-interesting advertising blurb, you could have had the courtesy to follow up with a new version of this patch after checking whether it still applies, which it does not. But please spare the effort because I already fixed it up locally and thereby looked at the larger picture of /proc/interrupts. It's amazing that all the people who "improve" that stuff never see the obvious low hanging fruit there. I'll send out a series later. Thanks, tglx