Revert "linux kernel 4.4: fix race during build"
Removes patch. Was fixed upstream.
This reverts commit 4788ec1372.
This commit is contained in:
@@ -136,10 +136,6 @@ rec {
|
||||
{ name = "mfd_fix_dependency";
|
||||
patch = ./chromiumos-patches/mfd-fix-dependency.patch;
|
||||
};
|
||||
qat_common_Makefile =
|
||||
{ name = "qat_common_Makefile";
|
||||
patch = ./qat_common_Makefile.patch;
|
||||
};
|
||||
|
||||
hiddev_CVE_2016_5829 =
|
||||
{ name = "hiddev_CVE_2016_5829";
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
--- a/drivers/crypto/qat/qat_common/Makefile
|
||||
+++ b/drivers/crypto/qat/qat_common/Makefile
|
||||
@@ -2,6 +2,7 @@
|
||||
$(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_rsaprivkey-asn1.h $(obj)/qat_rsapubkey-asn1.h
|
||||
|
||||
clean-files += qat_rsapubkey-asn1.c qat_rsapubkey-asn1.h
|
||||
clean-files += qat_rsaprivkey-asn1.c qat_rsapvivkey-asn1.h
|
||||
Reference in New Issue
Block a user