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 E884A3CA48D for ; Thu, 5 Mar 2026 15:52:51 +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=1772725972; cv=none; b=AJR5TB2O1pL9djemIRB4wO5fvYiZTr8uYgfXVRHgj5MQojAgCBPWlhLGCDWVPun9M5blIbzgsR8IzYnwsElD9/u7PZSIC1PbwFyfZPFd4bycdruMwByR3PVW9G2JJBHoi56pRZ5ctiCevexWnzRZKF3AOnnIn6MTyG3csu13KoM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772725972; c=relaxed/simple; bh=Z8y0unW6UePGmiuy77j/SE2hamKMs3Uw7WwVw/dMgns=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=NUbHNO/y+ss3EZWCn3ywSL3NWgLYiidj41GJg/VmMnmUflAKI43vmfPtfOiwzFCNru49EEoilHeE7ExdW1lXpKtB/4GgKsIp2Y1aGn/0380DI93f+Qn1X1B4yyaEiAJ4tbJHYWnGHZnsbrxEDu6Mcm/7SwiADpQSchtteSevJT4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=fuEi4wqR; 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="fuEi4wqR" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D5CE5C2BCAF; Thu, 5 Mar 2026 15:52:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772725971; bh=Z8y0unW6UePGmiuy77j/SE2hamKMs3Uw7WwVw/dMgns=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=fuEi4wqRz6gxP54Z+JkRZFW3ArCgr5exdNLvqOH8ZmvVtkboEezGYYjgBh8PCw8xS 7Z0r+5w+PZf2L7rjnUVGKdg7+dLfDxBKsHy9E8ZHp8dlrsldu3IHBgoEzRWxFq7ors FTxLTyulP7T/gm+rrV4M6LVN1+nOkr9aCL+X/XjZfJjf5zKfSukfaYRbINkXAQB5VH +vjk5d9lTIWS7jVJ3pLTDXysLs5JNBQVqoCthKYAi1+m3RvWz4X2HwHMaxoW9QKp5H hpNjTRmXEBvOyyNHYgEihCo/MWQgy6GnbiezRWhRWyEx+GKAIC8rvDUWRbkCIgl8Ij 1B6SmsLvY55aw== From: Thomas Gleixner To: Michael Kelley , LKML Cc: "x86@kernel.org" , Dmitry Ilvokhin , Neil Horman Subject: RE: [patch 04/14] x86/irq: Make irqstats array based In-Reply-To: References: <20260303150539.513068586@kernel.org> <20260303154548.218256740@kernel.org> Date: Thu, 05 Mar 2026 16:52:47 +0100 Message-ID: <87342e46k0.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, Mar 04 2026 at 22:18, Michael Kelley wrote: > From: Thomas Gleixner Sent: Wednesday, March 4, 2026 10:56 AM >> - inc_irq_stat(hyperv_stimer0_count); >> + inc_irq_stat(HYPERV_STIMER0) > > Missing semicolon at the end of this line causes a compile error. >> - seq_printf(p, "%*s: %10u\n", prec, "ERR", atomic_read(&irq_err_count)); >> -#if defined(CONFIG_X86_IO_APIC) >> - seq_printf(p, "%*s: %10u\n", prec, "MIS", atomic_read(&irq_mis_count)); >> + ITS(HYPERV_REENLIGHTMENT, "HRE", " Hyper-V reenlightment interrupts\n"), > > s/HYPERV_REENLIGHTMENT/HYPERV_REENLIGHTENMENT/ (causes compile error) > s/reenlightment/reenlightenment/ Grmbl. Why did neither me nor the robots catch that before I posted?