User Details
- User Since
- Jun 3 2014, 6:27 PM (547 w, 1 d)
Tue, Nov 5
Apr 10 2024
Mar 25 2024
Mar 21 2024
I don't have any chip documentation to know what is right here, so just wonder if unconditional printing a bunch of raw hex numbers is expected here. It feels mpi3mr_print_fault_info() is another candidate for mpi3mr_dprint().
I am not a big fan of kernel printing something in response to arbitrary user requests, it makes logs messy. Is the error reporting to user is not enough here?
Mar 18 2024
Why not backport 506fe78c48 instead?
Mar 15 2024
My only complaint is that it puts the queue into the same cache line as the main queue, that may be modified by writers. But if you really need it for debugging, it could be understood.
Mar 6 2024
Mar 5 2024
On failure we've already notified consumers that controller has failed. What will report it is back? And is there even a device to sent request IOCTL?
If you say it helps I have no objections, but I see nvme_sim_controller_fail() destroying SIM, so I am not sure you actually get here.
I wonder if there are any namespace-specific events? I remember NVMe specs allow per-namespace SMART, but I don't remember much details now.
Feb 27 2024
Feb 5 2024
Jan 27 2024
Jan 19 2024
Jan 10 2024
There is already a panic in apei_ge_handler(), based on total status severity. Do you see it not enough?
Jan 3 2024
Dec 30 2023
Not very my area, but seems to have sense.
Dec 28 2023
Dec 27 2023
Dec 26 2023
This is already merged.