[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <yk7ocbvfb7hswfdi2bft6lkatonn2ulu34kz44hypjwdagzeos@g6lmdncwrqhl>
Date: Mon, 21 Jul 2025 01:56:03 -0700
From: Breno Leitao <leitao@...ian.org>
To: "Luck, Tony" <tony.luck@...el.com>
Cc: "xueshuai@...ux.alibaba.com" <xueshuai@...ux.alibaba.com>,
"mahesh@...ux.ibm.com" <mahesh@...ux.ibm.com>, "oohall@...il.com" <oohall@...il.com>,
Borislav Petkov <bp@...en8.de>, "Rafael J. Wysocki" <rafael@...nel.org>,
Len Brown <lenb@...nel.org>, James Morse <james.morse@....com>,
"Moore, Robert" <robert.moore@...el.com>, "linux-acpi@...r.kernel.org" <linux-acpi@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>, "acpica-devel@...ts.linux.dev" <acpica-devel@...ts.linux.dev>,
"kernel-team@...a.com" <kernel-team@...a.com>, "osandov@...ndov.com" <osandov@...ndov.com>,
"linuxppc-dev@...ts.ozlabs.org" <linuxppc-dev@...ts.ozlabs.org>
Subject: Re: [PATCH] ghes: Track number of recovered hardware errors
Hello Tony,
On Fri, Jul 18, 2025 at 05:36:50PM +0000, Luck, Tony wrote:
> > I found that I don't need to expose the metrics in vmcore info at all to
> > be able to read them from vmcore, given crash/drgn can read those
> > symbols.
> >
> > Global variable hwerror_tracking will be write-only during kernel
> > run-time, and only read during post morten analyzes. I am still not sure
> > if the compiler might not get rid of them completely, given no on reads.
> > I am wondering if I should EXPORT_SYMBOL_GPL(hwerror_tracking) to avoid
> > any optimization there.
>
> Thanks for fleshing this out into a patch. It looks very much like I
> imagined.
>
> I'd be amazed if a compiler did elide all this code and data because it
> noticed it was written but never read.
>
> Is the spinlock when logging really helping anything? You weren't
> worried about locking/atomics in your original patch because users
> mostly care about zero vs. non-zero (or maybe vs. "many"). If the
> count is slightly off when many logs happen, it may not matter.
>
> The spinlock doesn't help with the timestamp part at all.
Agree, precise number is not important there, and if there are
conflicts, it will not hurt the message.
Let me remove the spinlock completely them and send a new version.
Thanks for your support,
--breno
Powered by blists - more mailing lists