From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 02BE32459EA for ; Sun, 24 May 2026 12:37:40 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779626261; cv=none; b=PhN5HW7UsomLAOolYenSa14OQgXso8ov1aDfd9eGNQWj+BFpRu4SAlWBkt7NfQgzwLCDJDkMVSsCbt2+XBzyebWVVFOP5VZKRlaX32T/gJXwYgJPDbkSBSVUwjBXsAtTlTchMRQoGDQ+Jy7+qIE3FlhBTg7+sOyvjnqnuUpLSNA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779626261; c=relaxed/simple; bh=RXULnEr+jBFixx/KKM0MEAu9wPs5olJEdPdwWNnBIYg=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=gPQfdhdmWh2sO9lzTOL9JrtLgKCSK/a4Dba4OvIzNQxx5VfJvytvIc97EIuF7M1uh47cRRI3UVpdcr9PzLeGjMNqbNj5434qFb22qIJAPmivzzDMQ4RpOd3fkgl2SCc772VNc1Qrasi8XIuvulAVILYp7c+/uQTnSi+ys92HXc8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=CM5nPmyZ; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="CM5nPmyZ" Received: by smtp.kernel.org (Postfix) with UTF8SMTPSA id EA52D1F000E9; Sun, 24 May 2026 12:37:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1779626260; bh=RXULnEr+jBFixx/KKM0MEAu9wPs5olJEdPdwWNnBIYg=; h=From:To:Cc:Subject:In-Reply-To:References:Date; b=CM5nPmyZgiWQJS72df7bwS7PAVzmhoACf4V1f2goGdzGQm2I5qFW2/Hz9wZvYtnFQ cbmd+w3/mu1TNvcFqFEV2FM+DB8olpiGPAsNIfvq7ZeX/VkSg3wRZk5gvFjtrDd+U1 8d3Pw9afGd+jl4xZuNSuLerlpsk1Jmb/jW6fCqqomX82hX0qE5T+pbO0Lg0lLWH4ot OruI2tdvmjA5bglGh+V78SYJTJoQF+0ZrvlsSm3+nTvvkwNNoKf2lwLk7s0X6MF1jM zmKKeZAw4GkNG1WV7c2YcmvOLibshDU10hzmpGDA3FjfqnYYQe03GOvjf52u4DnEWO a0U4pd6OOqQyA== From: Thomas Gleixner To: Shrikanth Hegde , LKML Cc: x86@kernel.org, Michael Kelley , Dmitry Ilvokhin , Radu Rendec , Jan Kiszka , Kieran Bingham , Florian Fainelli , Marc Zyngier Subject: Re: [patch V6 05/16] x86/irq: Suppress unlikely interrupt stats by default In-Reply-To: <16b15414-d85a-4cc7-8e2d-7f85977afea9@linux.ibm.com> References: <20260517194421.705253664@kernel.org> <20260517194931.276486277@kernel.org> <16b15414-d85a-4cc7-8e2d-7f85977afea9@linux.ibm.com> Date: Sun, 24 May 2026 14:37:37 +0200 Message-ID: <87pl2lt23y.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 Sat, May 23 2026 at 23:18, Shrikanth Hegde wrote: > On 5/18/26 1:31 AM, Thomas Gleixner wrote: >> +/* >> + * Used for default enabled counters to increment the stats and to enable the >> + * entry for /proc/interrupts output. >> + */ > > nit: > > Noticed this while copying the code. > I think you meant "Used for default disabled counters" Indeed.