Skip to content

Commit e1ccc46

Browse files
committed
uapi: update headers from 4.21-rc1
Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
1 parent 724ec5a commit e1ccc46

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

include/uapi/linux/elf-em.h

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
#define EM_M32R 88 /* Renesas M32R */
3535
#define EM_MN10300 89 /* Panasonic/MEI MN10300, AM33 */
3636
#define EM_OPENRISC 92 /* OpenRISC 32-bit embedded processor */
37+
#define EM_XTENSA 94 /* Tensilica Xtensa Architecture */
3738
#define EM_BLACKFIN 106 /* ADI Blackfin Processor */
3839
#define EM_ALTERA_NIOS2 113 /* Altera Nios II soft-core processor */
3940
#define EM_TI_C6000 140 /* TI C6X DSPs */
@@ -43,6 +44,7 @@
4344
#define EM_TILEGX 191 /* Tilera TILE-Gx */
4445
#define EM_RISCV 243 /* RISC-V */
4546
#define EM_BPF 247 /* Linux BPF - in-kernel virtual machine */
47+
#define EM_CSKY 252 /* C-SKY */
4648
#define EM_FRV 0x5441 /* Fujitsu FR-V */
4749

4850
/*

include/uapi/linux/magic.h

+1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
#define DAXFS_MAGIC 0x64646178
7474
#define BINFMTFS_MAGIC 0x42494e4d
7575
#define DEVPTS_SUPER_MAGIC 0x1cd1
76+
#define BINDERFS_SUPER_MAGIC 0x6c6f6f70
7677
#define FUTEXFS_SUPER_MAGIC 0xBAD1DEA
7778
#define PIPEFS_MAGIC 0x50495045
7879
#define PROC_SUPER_MAGIC 0x9fa0

0 commit comments

Comments
 (0)