aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2017-01-27 10:50:23 -0800
committerChristopher Ferris <cferris@google.com>2017-01-27 10:50:23 -0800
commita7e96cb1e88b1b4e4a133f7283667683b881775e (patch)
treeb0ebbea435ae731373470b0214f1a6ef3b68190f
parent86442f415221bd76719f084b2909a65811a1df5e (diff)
downloadkernel-headers-a7e96cb1e88b1b4e4a133f7283667683b881775e.tar.gz
Update to kernel headers v4.9.6.
Test: Built arm/arm64/x86/x86_64 targets. Change-Id: Ic4d3591a992f1a7daba4cebf0e5ebad9825c7d6e
-rw-r--r--original/uapi/asm-arm64/asm/ptrace.h1
-rw-r--r--original/uapi/linux/version.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/original/uapi/asm-arm64/asm/ptrace.h b/original/uapi/asm-arm64/asm/ptrace.h
index b5c3933..d1ff83d 100644
--- a/original/uapi/asm-arm64/asm/ptrace.h
+++ b/original/uapi/asm-arm64/asm/ptrace.h
@@ -77,6 +77,7 @@ struct user_fpsimd_state {
__uint128_t vregs[32];
__u32 fpsr;
__u32 fpcr;
+ __u32 __reserved[2];
};
struct user_hwdebug_state {
diff --git a/original/uapi/linux/version.h b/original/uapi/linux/version.h
index b3e1646..1fe7e50 100644
--- a/original/uapi/linux/version.h
+++ b/original/uapi/linux/version.h
@@ -1,2 +1,2 @@
-#define LINUX_VERSION_CODE 264451
+#define LINUX_VERSION_CODE 264454
#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))