K 10 svn:author V 3 imp K 8 svn:date V 27 2019-09-05T23:13:44.222408Z K 7 svn:log V 491 MFC r351706: In nvme_completion_poll, add a sanity check to make sure that we complete the polling within a second. Panic if we don't. All the commands that use this interface should typically complete within a few tens to hundreds of microseconds. Panic rather than return ETIMEDOUT because if the command somehow does later complete, it will randomly corrupt memory. Also, it helps to get a traceback from where the unexpected failure happens, rather than an infinite loop. END