Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus

* 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus:
[MIPS] vmlinux.lds.S: Handle note sections
[MIPS] Fix value of O_TRUNC

+3
+2
arch/mips/kernel/vmlinux.lds.S
··· 45 45 __dbe_table : { *(__dbe_table) } 46 46 __stop___dbe_table = .; 47 47 48 + NOTES 49 + 48 50 RODATA 49 51 50 52 /* writeable */
+1
include/asm-mips/fcntl.h
··· 13 13 #define O_SYNC 0x0010 14 14 #define O_NONBLOCK 0x0080 15 15 #define O_CREAT 0x0100 /* not fcntl */ 16 + #define O_TRUNC 0x0200 /* not fcntl */ 16 17 #define O_EXCL 0x0400 /* not fcntl */ 17 18 #define O_NOCTTY 0x0800 /* not fcntl */ 18 19 #define FASYNC 0x1000 /* fcntl, for BSD compatibility */