From 8d58ed37f168b3ae927cbb2967089c85d10ef6f2 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Fri, 11 Sep 2020 05:51:53 -0700 Subject: x86: Add NT_X86_CET note Define NT_X86_CET which is the proposed note for x86 CET state to support Intel CET in Linux kernel. Double check it after Intel CET patches have been merged into Linux kernel. binutils/ * readelf.c (get_note_type): Support NT_X86_CET. include/ * elf/common.h (NT_X86_CET): New. --- include/ChangeLog | 4 ++++ include/elf/common.h | 2 ++ 2 files changed, 6 insertions(+) (limited to 'include') diff --git a/include/ChangeLog b/include/ChangeLog index cc29c6d..ac904ea 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2020-09-11 H.J. Lu + + * elf/common.h (NT_X86_CET): New. + 2020-09-10 Cooper Qu * opcode/csky.h (CSKY_ARCH_804): Define. diff --git a/include/elf/common.h b/include/elf/common.h index 8050581..571e21a 100644 --- a/include/elf/common.h +++ b/include/elf/common.h @@ -619,6 +619,8 @@ /* note name must be "LINUX". */ #define NT_X86_XSTATE 0x202 /* x86 XSAVE extended state */ /* note name must be "LINUX". */ +#define NT_X86_CET 0x203 /* x86 CET state. */ + /* note name must be "LINUX". */ #define NT_S390_HIGH_GPRS 0x300 /* S/390 upper halves of GPRs */ /* note name must be "LINUX". */ #define NT_S390_TIMER 0x301 /* S390 timer */ -- cgit v1.1