On Wed, Apr 02, 2025 at 03:56:44PM -0700, Jakub Kicinski wrote:
On Wed, 2 Apr 2025 18:55:29 +0100 Mark Brown wrote:
It seems like new cases continue to appear and we have to keep adding them to the local ignored list. Is it possible to get these fixed or can we exclude the cirrus tests from KUNIT_ALL_TESTS?
This is the first report I've seen from you...
More of a test balloon that a real report as you alluded to. I was wondering if it's just me, and from your response it seems to be just me.
There were some reports of things but not ongoing ones - that's where the fix that was queued came from.
And the problem reproduces on recent compilers, too. Which leads me to thinking that the tests are broken but stack init covers it up.. ? Strangely tho
make W=1 LLVM=1 ...
doesn't report any uninitialized variable warnings.
I think there's parameter passing by pointer which manages to confuse matters.