Hello Borislav, On Tue, Jul 15, 2025 at 10:29:39AM +0200, Borislav Petkov wrote: > We have all of that info in rasdaemon. If the machine explodes, one can simply > read out its database from the core file. > > And if you don't run rasdaemon, you can read out dmesg from the vmcore where > the errors should have been dumped anyway. I approach this from a slightly different perspective, given my experience overseeing millions of servers and having to diagnose kernel problems across such a massive fleet. To be candid, when you’re operating at that scale, kernel crashes and hardware errors are unfortunately a common occurrence. For instance, If every investigation (as you suggested above) take just a couple of minutes, there simply wouldn’t be enough hours in the day, even working 24x7, to keep up with the volume. Thanks for the review and suggestions, --breno