>>> On 24.03.16 at 21:00, wrote:
> @@ -1414,10 +1420,16 @@ static void xsplice_printall(unsigned char key)
>
> static int __init xsplice_init(void)
> {
> +const void *binary_id = NULL;
> +unsigned int len = 0;
Pointless initializer.
> BUILD_BUG_ON( sizeof(struct xsplice_patch_fu
As it should be an useful debug mechanism.
Signed-off-by: Konrad Rzeszutek Wilk
--
Cc: Ian Jackson
Cc: Jan Beulich
Cc: Keir Fraser
Cc: Tim Deegan
v2: s/char */const void *
v5: s/ssize_t/unsigned int/
---
xen/common/xsplice.c | 12
1 file changed, 12 insertions(+)
diff --git a/