mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/8] Fix FRV, ELF-FDPIC and NOMMU stuff [try #4]
@ 2006-07-07 11:47 David Howells
  2006-07-07 11:47 ` [PATCH 1/8] FRV: Fix FRV arch compile errors " David Howells
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: David Howells @ 2006-07-07 11:47 UTC (permalink / raw)
  To: torvalds, akpm, bernds_cb1, sam; +Cc: dhowells, linux-kernel


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.

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2006-07-07 11:49 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-07-07 11:47 [PATCH 0/8] Fix FRV, ELF-FDPIC and NOMMU stuff [try #4] David Howells
2006-07-07 11:47 ` [PATCH 1/8] FRV: Fix FRV arch compile errors " David Howells
2006-07-07 11:47 ` [PATCH 2/8] NOMMU: Fix execution off of ramfs with mmap() " David Howells
2006-07-07 11:47 ` [PATCH 3/8] FDPIC: Fix FDPIC compile errors " David Howells
2006-07-07 11:47 ` [PATCH 4/8] FDPIC: Adjust the ELF-FDPIC driver to conform more to the CodingStyle " David Howells
2006-07-07 11:47 ` [PATCH 5/8] FDPIC: Define SEEK_* constants in the Linux kernel headers " David Howells
2006-07-07 11:47 ` [PATCH 6/8] FDPIC: Move roundup() into linux/kernel.h " David Howells
2006-07-07 11:47 ` [PATCH 7/8] FDPIC: Add coredump capability for the ELF-FDPIC binfmt " David Howells
2006-07-07 11:47 ` [PATCH 8/8] FRV: Introduce asm-offsets for FRV arch " David Howells

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome