xen/ubsan: Import ubsan implementation from Linux 4.13
authorAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 3 Oct 2017 18:07:51 +0000 (19:07 +0100)
committerWei Liu <wei.liu2@citrix.com>
Mon, 9 Oct 2017 16:04:55 +0000 (17:04 +0100)
commit00fcf4dd8eb403a7de5210a457c60cd339ed36c1
treeaf370d72eccc2b0b2c750d3be87c4babe878d28b
parente43aad54fc89bb77a369430a37a2d4949dfa3d9e
xen/ubsan: Import ubsan implementation from Linux 4.13

A future change will adjust it to compile in Xen.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Reviewed-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/common/ubsan/Makefile [new file with mode: 0644]
xen/common/ubsan/ubsan.c [new file with mode: 0644]
xen/common/ubsan/ubsan.h [new file with mode: 0644]