The patch titled Introduce O_CLOEXEC (parisc fix) has been added to the -mm tree. Its filename is introduce-o_cloexec-parisc-fix.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: Introduce O_CLOEXEC (parisc fix) From: Kyle McMartin <kyle@xxxxxxxxxxxxxxxx> Signed-off-by: Kyle McMartin <kyle@xxxxxxxxxxxxxxxx> Cc: Ulrich Drepper <drepper@xxxxxxxxxx> Cc: Ingo Molnar <mingo@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/asm-parisc/fcntl.h | 1 + 1 file changed, 1 insertion(+) diff -puN include/asm-parisc/fcntl.h~introduce-o_cloexec-parisc-fix include/asm-parisc/fcntl.h --- a/include/asm-parisc/fcntl.h~introduce-o_cloexec-parisc-fix +++ a/include/asm-parisc/fcntl.h @@ -14,6 +14,7 @@ #define O_DSYNC 01000000 /* HPUX only */ #define O_RSYNC 02000000 /* HPUX only */ #define O_NOATIME 04000000 +#define O_CLOEXEC 08000000 /* set close_on_exec */ #define O_DIRECTORY 00010000 /* must be a directory */ #define O_NOFOLLOW 00000200 /* don't follow links */ _ Patches currently in -mm which might be from kyle@xxxxxxxxxxxxxxxx are origin.patch git-parisc.patch dma-mapping-prevent-dma-dependent-code-from-linking-on.patch introduce-o_cloexec-parisc-fix.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html