diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2015-09-04 11:59:53 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-09-04 11:59:53 -0400 |
| commit | 02cf1da2548d318ad4db9eb4cf8656e24b11aefc (patch) | |
| tree | b966cb8239e1a934c2a91da67162b7a7a7b5ac8d /include/uapi/linux | |
| parent | a4fdb2a46f617b8b2cd47acec026ec16532edbc6 (diff) | |
| parent | 8d03bc56cc27ddd93f70a630686ef06289787c78 (diff) | |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile
Pull tile updates from Chris Metcalf:
"This includes secure computing support as well as miscellaneous minor
improvements"
* git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile:
tile: correct some typos in opcode type names
tile/vdso: emit a GNU hash as well
tile: Remove finish_arch_switch
tile: enable full SECCOMP support
tile/time: Migrate to new 'set-state' interface
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/audit.h | 3 | ||||
| -rw-r--r-- | include/uapi/linux/elf-em.h | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/include/uapi/linux/audit.h b/include/uapi/linux/audit.h index d3475e1f15ec..1f977dd4c370 100644 --- a/include/uapi/linux/audit.h +++ b/include/uapi/linux/audit.h | |||
| @@ -382,6 +382,9 @@ enum { | |||
| 382 | #define AUDIT_ARCH_SHEL64 (EM_SH|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE) | 382 | #define AUDIT_ARCH_SHEL64 (EM_SH|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE) |
| 383 | #define AUDIT_ARCH_SPARC (EM_SPARC) | 383 | #define AUDIT_ARCH_SPARC (EM_SPARC) |
| 384 | #define AUDIT_ARCH_SPARC64 (EM_SPARCV9|__AUDIT_ARCH_64BIT) | 384 | #define AUDIT_ARCH_SPARC64 (EM_SPARCV9|__AUDIT_ARCH_64BIT) |
| 385 | #define AUDIT_ARCH_TILEGX (EM_TILEGX|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE) | ||
| 386 | #define AUDIT_ARCH_TILEGX32 (EM_TILEGX|__AUDIT_ARCH_LE) | ||
| 387 | #define AUDIT_ARCH_TILEPRO (EM_TILEPRO|__AUDIT_ARCH_LE) | ||
| 385 | #define AUDIT_ARCH_X86_64 (EM_X86_64|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE) | 388 | #define AUDIT_ARCH_X86_64 (EM_X86_64|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE) |
| 386 | 389 | ||
| 387 | #define AUDIT_PERM_EXEC 1 | 390 | #define AUDIT_PERM_EXEC 1 |
diff --git a/include/uapi/linux/elf-em.h b/include/uapi/linux/elf-em.h index b08829667ed7..3429a3ba382b 100644 --- a/include/uapi/linux/elf-em.h +++ b/include/uapi/linux/elf-em.h | |||
| @@ -38,6 +38,8 @@ | |||
| 38 | #define EM_ALTERA_NIOS2 113 /* Altera Nios II soft-core processor */ | 38 | #define EM_ALTERA_NIOS2 113 /* Altera Nios II soft-core processor */ |
| 39 | #define EM_TI_C6000 140 /* TI C6X DSPs */ | 39 | #define EM_TI_C6000 140 /* TI C6X DSPs */ |
| 40 | #define EM_AARCH64 183 /* ARM 64 bit */ | 40 | #define EM_AARCH64 183 /* ARM 64 bit */ |
| 41 | #define EM_TILEPRO 188 /* Tilera TILEPro */ | ||
| 42 | #define EM_TILEGX 191 /* Tilera TILE-Gx */ | ||
| 41 | #define EM_FRV 0x5441 /* Fujitsu FR-V */ | 43 | #define EM_FRV 0x5441 /* Fujitsu FR-V */ |
| 42 | #define EM_AVR32 0x18ad /* Atmel AVR32 */ | 44 | #define EM_AVR32 0x18ad /* Atmel AVR32 */ |
| 43 | 45 | ||
