You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nvme-print-stdout: fix persistent-event-log set feature event output
Refer to FDP Events Set Feature Data Structure:
the number of FDP Event Types is only Dword11 bits [23:16].
the buffer only contains FDP Event Type.
The value of mem_buf is incorrect:
the pointer 'set_feat_event' should be converted to 'unsigned char *' first
Signed-off-by: Xiaoyuan Zhang <zhxiaoy2024@gmail.com>
0 commit comments