RE: JFFS2 corruption when mounting filesystem with filenames oflength> 7

2010-06-26 Thread Joakim Tjernlund
> > > -Original Message- > > From: linux-mtd-boun...@lists.infradead.org > > [mailto:linux-mtd-boun...@lists.infradead.org] On Behalf Of > > Steve Deiters > > Sent: Thursday, June 24, 2010 3:02 PM > > To: linux-...@lists.infradead.org > > Subject: RE: JFFS2 corruption when mounting filesyst

Re: [PATCH 11/26] KVM: PPC: Make RMO a define

2010-06-26 Thread Segher Boessenkool
On PowerPC it's very normal to not support all of the physical RAM in real mode. Oh? Are you referring to "real mode limit", or 32-bit implementations with more than 32 address lines, or something else? Either way, RMO is a really bad name for this, since that name is already used for a

Re: [PATCH 24/26] KVM: PPC: PV mtmsrd L=0 and mtmsr

2010-06-26 Thread Segher Boessenkool
There is also a form of mtmsr where all bits need to be addressed. While the PPC64 Linux kernel behaves resonably well here, the PPC32 one never uses the L=1 form but does mtmsr even for simple things like only changing EE. You make it sound like the 32-bit kernel does something stupid, whil

Re: [PATCH 1/2] KVM: PPC: Add generic hpte management functions

2010-06-26 Thread Benjamin Herrenschmidt
On Tue, 2010-06-22 at 15:20 +0300, Avi Kivity wrote: > On 06/22/2010 03:14 PM, Alexander Graf wrote: > > Avi Kivity wrote: > > > >> On 06/22/2010 03:10 PM, Alexander Graf wrote: > >> > >>> If you have more performance hints, I'll gladly take them :). > >>> > >>> > >> Using a cpu t

Re: [PATCH] pcf857x: support working w/o platform data

2010-06-26 Thread Dmitry Eremin-Solenikov
Hello, On 6/25/10, David Brownell wrote: > > --- On Thu, 6/17/10, Dmitry Eremin-Solenikov wrote: > >> Provide sane defaults for pcf857x, so >> the driver can be used w/o >> providing platform data (and thus can be simply bound via OF tree). > > > Maybe we can get an ack from some OF folk > who a