[PATCH 0/8] Fix FRV, ELF-FDPIC and NOMMU stuff [try #4]

From: David Howells
Date: Fri Jul 07 2006 - 07:46:15 EST



The attached patches:

(1) Fix compilation errors and other problems in the FRV arch and the
ELF-FDPIC binfmt driver.

(2) Fix a problem with the NOMMU ramfs filesystem when executing binaries
stored therein.

(3) Fix up the ELF-FDPIC coding style and implement a minor change to reduce
the number of times ksize() is called.

(4) Declare SEEK_SET, SEEK_CUR and SEEK_END in linux/fs.h.

(5) Move roundup() to linux/kernel.h from fs/binfmt_elf.c

(6) Add ELF-FDPIC coredump support.

(7) Make the FRV arch make use of the asm-offsets stuff.

In [try #2] the following change has been made:

(*) Inclusions of <linux/config.h> added by the patches have been dropped as
they're not necessary.

In [try #3]:

(*) ELF-FDPIC Coding style fixups.

(*) Minor ELF-FDPIC change to reduce the number of times ksize() is called.

In [try #4]:

(*) Fix some more FRV compile warnings.

(*) Move roundup() to linux/kernel.h.

(*) Declare the SEEK_* constants in linux/fs.h.

(*) Clean up ELF-FDPIC some more.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/