integration/ubuntu1604: disable module-call-external.patch

Original build includes "kzalloc" in af_netlink.c's symbol list, this
does not happen during kpatch build so create-diff-object fails with
find_local_syms.

Signed-off-by: Artem Savkov <asavkov@redhat.com>
This commit is contained in:
Artem Savkov 2019-01-08 17:11:43 +01:00
parent 9cd7eb224a
commit 14f7367e45
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Disabled:
Original build includes "kzalloc" in af_netlink.c's symbol list, this
does not happen during kpatch build so create-diff-object fails with
find_local_syms.
---
diff -Nupr src.orig/fs/nfsd/export.c src/fs/nfsd/export.c
--- src.orig/fs/nfsd/export.c 2016-12-15 19:55:39.012000000 +0000
+++ src/fs/nfsd/export.c 2016-12-15 19:57:31.068000000 +0000