From: Greg Joyce <gjoyce@xxxxxxxxxxxxx> Some SED Opal compliant NVMe drives generate "empty atoms" that cause the message response parser to fail. The TCG spec indicates that empty atoms are for alignment and should be ignored. This change adds recognition of empty atoms and ignores them if found. This allows the parser to corectly process the response message. Greg Joyce (1): block: sed-opal: handle empty atoms when parsing response block/opal_proto.h | 1 + block/sed-opal.c | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) -- gjoyce@xxxxxxxxxxxxx