mirror of https://github.com/dynup/kpatch
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:
parent
9cd7eb224a
commit
14f7367e45
|
@ -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
|
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.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
|
+++ src/fs/nfsd/export.c 2016-12-15 19:57:31.068000000 +0000
|
Loading…
Reference in New Issue