From: Jan Stancek jstancek@redhat.com
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"
Cc: stable@vger.kernel.org Signed-off-by: Jan Stancek jstancek@redhat.com Signed-off-by: Herbert Xu herbert@gondor.apana.org.au
[upstream commit 81dc0365cfa7bc7c08a0e44d9ee04964df782e19] Reviewed-by: Scott Parlane scott.parlane@alliedtelesis.co.nz Reviewed-by: Luuk Paulussen luuk.paulussen@alliedtelesis.co.nz
Change-Id: Ie811cd1fbb497c84ca86d18ae8362973c600d9a1 --- drivers/crypto/qat/qat_common/Makefile | 1 + 1 file changed, 1 insertion(+)
diff --git a/drivers/crypto/qat/qat_common/Makefile b/drivers/crypto/qat/qat_common/Makefile index 9e9e196c6d51..45b5adaafa6f 100644 --- a/drivers/crypto/qat/qat_common/Makefile +++ b/drivers/crypto/qat/qat_common/Makefile @@ -2,6 +2,7 @@ $(obj)/qat_rsapubkey-asn1.o: $(obj)/qat_rsapubkey-asn1.c \ $(obj)/qat_rsapubkey-asn1.h $(obj)/qat_rsaprivkey-asn1.o: $(obj)/qat_rsaprivkey-asn1.c \ $(obj)/qat_rsaprivkey-asn1.h +$(obj)/qat_asym_algs.o: $(obj)/qat_rsapubkey-asn1.h $(obj)/qat_rsaprivkey-asn1.h
clean-files += qat_rsapubkey-asn1.c qat_rsapubkey-asn1.h clean-files += qat_rsaprivkey-asn1.c qat_rsapvivkey-asn1.h
On Fri, Sep 28, 2018 at 10:42:44AM +1200, Chris Packham wrote:
From: Jan Stancek jstancek@redhat.com
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"
Cc: stable@vger.kernel.org Signed-off-by: Jan Stancek jstancek@redhat.com Signed-off-by: Herbert Xu herbert@gondor.apana.org.au
[upstream commit 81dc0365cfa7bc7c08a0e44d9ee04964df782e19] Reviewed-by: Scott Parlane scott.parlane@alliedtelesis.co.nz Reviewed-by: Luuk Paulussen luuk.paulussen@alliedtelesis.co.nz
Change-Id: Ie811cd1fbb497c84ca86d18ae8362973c600d9a1
Why is this change-id line here? What am I supposed to do with this patch overall? What stable tree do you want it in? It's already backported to really old kernels today, shouldn't you just be using them already?
confused,
greg k-h
Hi Greg,
On 28/09/18 16:46, Greg KH wrote:
On Fri, Sep 28, 2018 at 10:42:44AM +1200, Chris Packham wrote:
From: Jan Stancek jstancek@redhat.com
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"
Cc: stable@vger.kernel.org Signed-off-by: Jan Stancek jstancek@redhat.com Signed-off-by: Herbert Xu herbert@gondor.apana.org.au
[upstream commit 81dc0365cfa7bc7c08a0e44d9ee04964df782e19] Reviewed-by: Scott Parlane scott.parlane@alliedtelesis.co.nz Reviewed-by: Luuk Paulussen luuk.paulussen@alliedtelesis.co.nz
Change-Id: Ie811cd1fbb497c84ca86d18ae8362973c600d9a1
Why is this change-id line here? What am I supposed to do with this patch overall? What stable tree do you want it in? It's already backported to really old kernels today, shouldn't you just be using them already?
Sorry for the noise. I fat-fingered the git send-email invocation for applying this to an internal kernel fork.
On Fri, Sep 28, 2018 at 04:51:43AM +0000, Chris Packham wrote:
Hi Greg,
On 28/09/18 16:46, Greg KH wrote:
On Fri, Sep 28, 2018 at 10:42:44AM +1200, Chris Packham wrote:
From: Jan Stancek jstancek@redhat.com
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"
Cc: stable@vger.kernel.org Signed-off-by: Jan Stancek jstancek@redhat.com Signed-off-by: Herbert Xu herbert@gondor.apana.org.au
[upstream commit 81dc0365cfa7bc7c08a0e44d9ee04964df782e19] Reviewed-by: Scott Parlane scott.parlane@alliedtelesis.co.nz Reviewed-by: Luuk Paulussen luuk.paulussen@alliedtelesis.co.nz
Change-Id: Ie811cd1fbb497c84ca86d18ae8362973c600d9a1
Why is this change-id line here? What am I supposed to do with this patch overall? What stable tree do you want it in? It's already backported to really old kernels today, shouldn't you just be using them already?
Sorry for the noise. I fat-fingered the git send-email invocation for applying this to an internal kernel fork.
Your internal kernel fork should be based on a newer kernel version. If you have to backport this old patch, you have much worse problems than this :)
good luck!
greg k-h
linux-stable-mirror@lists.linaro.org