* Re: [linux-dvb] compiling on 2.6.28 broken?
[not found] ` <496E5AB2.7040507@sandeen.net>
@ 2009-01-14 21:41 ` Eric Sandeen
[not found] ` <20090114134417.e6b29b52.akpm@linux-foundation.org>
1 sibling, 0 replies; 4+ messages in thread
From: Eric Sandeen @ 2009-01-14 21:41 UTC (permalink / raw)
To: Chris Mason
Cc: wk, Matthew Wilcox, linux-kernel, mchehab, rjw, viro,
linux-fsdevel, HWerner4, Andrew Morton, xfs mailing list
Eric Sandeen wrote:
> Chris Mason wrote:
>> On Wed, 2009-01-14 at 22:19 +0100, wk wrote:
> ...
>>> I cannot fully understand what strace -v outputs (see attachment), but
>>> what i see is that 'find' stops after finding a file with d_off = 4294967295
>>> 4294967295 = 0xFFFFFFFF, adding any number greater that zero will be
>>> greater that 32bits, so this could be the reason for the message "value
>>> too large".
>>>
>>>
>>>
>>> I also noticed that i cannot access these files through samba if i boot
>>> from 2.6.28 - really strange.
>>> If i reboot older kernels these are visible in samba again and fully
>>> accessible.
>>>
>>> Attached the log from stracing the command which was ivoked by the
>>> Makefile from v4l-dvb.
>>> I guess this is all i could contribute to that problem. Thats stuff for
>>> xfs filesystem experts now..
>> Seems suspect indeed. Could you please attach the strace for the run
>> that works on the older kernel?
>
> Chris got my attention on this one; you probably want this fix from hch:
>
> http://oss.sgi.com/archives/xfs/2009-01/msg00158.html
I should have referenced the sgi git tree commit:
http://oss.sgi.com/cgi-bin/gitweb.cgi?p=xfs/xfs.git;a=commitdiff;h=15440319767942a363f282d6585303d3d75088ba
and should have also cc'd the xfs list, doing so now.
-Eric
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [linux-dvb] compiling on 2.6.28 broken?
[not found] ` <20090114134417.e6b29b52.akpm@linux-foundation.org>
@ 2009-01-14 21:48 ` Eric Sandeen
2009-01-14 22:57 ` Lachlan McIlroy
2009-01-18 22:06 ` Christoph Hellwig
0 siblings, 2 replies; 4+ messages in thread
From: Eric Sandeen @ 2009-01-14 21:48 UTC (permalink / raw)
To: Andrew Morton
Cc: handygewinnspiel, matthew, linux-kernel, mchehab, rjw, viro,
linux-fsdevel, HWerner4, xfs mailing list, Christoph Hellwig,
stable, chris.mason
Andrew Morton wrote:
> On Wed, 14 Jan 2009 15:35:46 -0600
> Eric Sandeen <sandeen@sandeen.net> wrote:
>
>> Chris Mason wrote:
>>> On Wed, 2009-01-14 at 22:19 +0100, wk wrote:
>> ...
>>>> I cannot fully understand what strace -v outputs (see attachment), but
>>>> what i see is that 'find' stops after finding a file with d_off = 4294967295
>>>> 4294967295 = 0xFFFFFFFF, adding any number greater that zero will be
>>>> greater that 32bits, so this could be the reason for the message "value
>>>> too large".
>>>>
>>>>
>>>>
>>>> I also noticed that i cannot access these files through samba if i boot
>>>> from 2.6.28 - really strange.
>>>> If i reboot older kernels these are visible in samba again and fully
>>>> accessible.
>>>>
>>>> Attached the log from stracing the command which was ivoked by the
>>>> Makefile from v4l-dvb.
>>>> I guess this is all i could contribute to that problem. Thats stuff for
>>>> xfs filesystem experts now..
>>> Seems suspect indeed. Could you please attach the strace for the run
>>> that works on the older kernel?
>> Chris got my attention on this one; you probably want this fix from hch:
>>
>> http://oss.sgi.com/archives/xfs/2009-01/msg00158.html
>>
>
> Looks likely. It is below, for anyone who would like to test it.
>
>
> It is in linux-next. Guys, do we plan to merge this into 2.6.29?
It should be merged there, yes. Was hoping that sgi would request that
soon....
> (cc's stable@kernel.org)
>
> This patch applies OK to 2.6.27 and 2.6.28. Is it also needed there?
> If so, it should have had "Cc: <stable@kernel.org>" in the changelog so
> that it doesn't get lost.
>
It is needed for .28, but should not be needed for .27 AFAIK.
-Eric
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [linux-dvb] compiling on 2.6.28 broken?
2009-01-14 21:48 ` Eric Sandeen
@ 2009-01-14 22:57 ` Lachlan McIlroy
2009-01-18 22:06 ` Christoph Hellwig
1 sibling, 0 replies; 4+ messages in thread
From: Lachlan McIlroy @ 2009-01-14 22:57 UTC (permalink / raw)
To: Eric Sandeen
Cc: handygewinnspiel, matthew, linux-kernel, mchehab, rjw, viro,
linux-fsdevel, HWerner4, Andrew Morton, xfs mailing list,
Christoph Hellwig, stable, chris.mason
Eric Sandeen wrote:
> Andrew Morton wrote:
>> On Wed, 14 Jan 2009 15:35:46 -0600
>> Eric Sandeen <sandeen@sandeen.net> wrote:
>>
>>> Chris Mason wrote:
>>>> On Wed, 2009-01-14 at 22:19 +0100, wk wrote:
>>> ...
>>>>> I cannot fully understand what strace -v outputs (see attachment), but
>>>>> what i see is that 'find' stops after finding a file with d_off = 4294967295
>>>>> 4294967295 = 0xFFFFFFFF, adding any number greater that zero will be
>>>>> greater that 32bits, so this could be the reason for the message "value
>>>>> too large".
>>>>>
>>>>>
>>>>>
>>>>> I also noticed that i cannot access these files through samba if i boot
>>>>> from 2.6.28 - really strange.
>>>>> If i reboot older kernels these are visible in samba again and fully
>>>>> accessible.
>>>>>
>>>>> Attached the log from stracing the command which was ivoked by the
>>>>> Makefile from v4l-dvb.
>>>>> I guess this is all i could contribute to that problem. Thats stuff for
>>>>> xfs filesystem experts now..
>>>> Seems suspect indeed. Could you please attach the strace for the run
>>>> that works on the older kernel?
>>> Chris got my attention on this one; you probably want this fix from hch:
>>>
>>> http://oss.sgi.com/archives/xfs/2009-01/msg00158.html
>>>
>> Looks likely. It is below, for anyone who would like to test it.
>>
>>
>> It is in linux-next. Guys, do we plan to merge this into 2.6.29?
>
> It should be merged there, yes. Was hoping that sgi would request that
> soon....
I was going to do it yesterday after merging in another patch series but
there was problem with one of the patches. I'll get a pull request out
real soon.
>
>> (cc's stable@kernel.org)
>>
>> This patch applies OK to 2.6.27 and 2.6.28. Is it also needed there?
>> If so, it should have had "Cc: <stable@kernel.org>" in the changelog so
>> that it doesn't get lost.
>>
>
> It is needed for .28, but should not be needed for .27 AFAIK.
>
> -Eric
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [linux-dvb] compiling on 2.6.28 broken?
2009-01-14 21:48 ` Eric Sandeen
2009-01-14 22:57 ` Lachlan McIlroy
@ 2009-01-18 22:06 ` Christoph Hellwig
1 sibling, 0 replies; 4+ messages in thread
From: Christoph Hellwig @ 2009-01-18 22:06 UTC (permalink / raw)
To: Eric Sandeen
Cc: handygewinnspiel, matthew, linux-kernel, mchehab, rjw, viro,
linux-fsdevel, HWerner4, Andrew Morton, xfs mailing list,
Christoph Hellwig, stable, chris.mason
On Wed, Jan 14, 2009 at 03:48:40PM -0600, Eric Sandeen wrote:
> > This patch applies OK to 2.6.27 and 2.6.28. Is it also needed there?
> > If so, it should have had "Cc: <stable@kernel.org>" in the changelog so
> > that it doesn't get lost.
> >
>
> It is needed for .28, but should not be needed for .27 AFAIK.
That's correct.
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-01-18 22:08 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20090112190420.51f75853@pedra.chehab.org>
[not found] ` <20090112132130.6c932b85.akpm@linux-foundation.org>
[not found] ` <20090112220624.4fbfee34@pedra.chehab.org>
[not found] ` <20090112162337.318dd61d.akpm@linux-foundation.org>
[not found] ` <20090113184755.87720@gmx.net>
[not found] ` <20090113105947.9e774b69.akpm@linux-foundation.org>
[not found] ` <20090113191757.74290@gmx.net>
[not found] ` <20090113113700.776a94b5.akpm@linux-foundation.org>
[not found] ` <20090113203843.GJ29283@parisc-linux.org>
[not found] ` <1231957750.8269.28.camel@think.oraclecorp.com>
[not found] ` <496E56EB.2030301@gmx.de>
[not found] ` <1231968240.8269.48.camel@think.oraclecorp.com>
[not found] ` <496E5AB2.7040507@sandeen.net>
2009-01-14 21:41 ` [linux-dvb] compiling on 2.6.28 broken? Eric Sandeen
[not found] ` <20090114134417.e6b29b52.akpm@linux-foundation.org>
2009-01-14 21:48 ` Eric Sandeen
2009-01-14 22:57 ` Lachlan McIlroy
2009-01-18 22:06 ` Christoph Hellwig
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox