update Linux headers to 4.6

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Paolo Bonzini
2016-03-25 13:15:01 +01:00
parent 92741fc4b6
commit b89485a52e
14 changed files with 140 additions and 12 deletions

View File

@ -78,7 +78,7 @@ struct uffd_msg {
__u64 reserved3;
} reserved;
} arg;
} __packed;
} __attribute__((packed));
/*
* Start at 0x12 and not at 0 to be more strict against bugs.