Hi Herbert,
commit 788fefa33b0b50581585925c53c230a36af35d0e in cryptodev breaks hmac
on s390 du to the usage of sg_chain():
static inline void sg_chain(struct scatterlist *prv, unsigned int prv_nents,
struct scatterlist *sgl)
{
#ifndef ARCH_HAS_SG_CHAIN
BUG();
#endif
ARCH_HAS_SG_CHAIN is false for s390 (and also for some other arch's).
What should we do with this?
Cheers,
Jan
-
To unsubscribe from this list: send the line "unsubscribe linux-crypto" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html