Re: [PATCH] crypto: qat - make qat_asym_algs.o depend on asn1 headers

From: Thomas Backlund
Date: Wed Jul 20 2016 - 11:52:27 EST


Den 01-07-2016 kl. 12:30, skrev Herbert Xu:
On Thu, Jun 30, 2016 at 12:23:51PM +0200, Jan Stancek wrote:
Parallel build can sporadically fail because asn1 headers may
not be built yet by the time qat_asym_algs.o is compiled:
drivers/crypto/qat/qat_common/qat_asym_algs.c:55:32: fatal error: qat_rsapubkey-asn1.h: No such file or directory
#include "qat_rsapubkey-asn1.h"

Signed-off-by: Jan Stancek <jstancek@xxxxxxxxxx>
Cc: Tadeusz Struk <tadeusz.struk@xxxxxxxxx>
Cc: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>

Jan, Salvatore just posted a patch to delete the qat ASN code
altogether, so your patch won't be needed.

Thanks,


Yeah, but that patch seem to be heading to 4.8 only , so qat build in upcoming 4.7 still breaks...

and pulling that fix only to 4.7 breaks too, so I guess more fixes
would be needed for proper backport then...

or are the qat fixes already queued somewhere for 4.7 final ?

--
Thomas