Haren Myneni <ha...@linux.vnet.ibm.com> writes: > [PATCH 5/5] crypto/nx: Add P9 NX specific error codes for 842 engine > > This patch adds changes for checking P9 specific 842 engine > error codes. These errros are reported in co-processor status > block (CSB) for failures.
But you just enabled support on P9 in patch 4. So you should reorder patch 4 and 5. ie. add the P9 error handling before you enable P9 support. cheers