Re: [PATCH 02/26] pstore: add flags

2012-10-25 Thread Tatulea, Dragos
On Tue, Oct 23, 2012 at 7:57 PM, Luck, Tony wrote: >> I wonder if the default should be to not show headers, and to add this >> flag to the backends that want the pstore-added header. I think the >> more common case going forward will to be without headers since >> backends should arguably storing

Re: [PATCH 01/26] pstore: allow for big files

2012-10-25 Thread Tatulea, Dragos
On Tue, Oct 23, 2012 at 7:48 PM, Kees Cook wrote: > > On Tue, Oct 23, 2012 at 6:47 AM, Irina Tirdea wrote: > > From: Adrian Hunter > > > > pstore reads all files into memory at mount time. To allow for back ends > > that will store arbitrarily large files, enhance pstore also to be able > > to r

Re: [PATCH] x86: set fpmath to 387 to avoid gcc warnings

2012-08-07 Thread Tatulea, Dragos
On Wed, Aug 8, 2012 at 9:27 AM, Dragos Tatulea wrote: > If gcc has a different default fpmath set (ex: sse), > many unuseful warnings will be spewed. > > This can affect out of tree modules that compile with > -Werror (ex: systemtap stp scripts). > > Be paranoid and add -msoft-float as well to try