linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: 4.3-rc3 Regression: NFS access stall by commit 6ae459bdaaee
       [not found] <s5ha8s6bscn.wl-tiwai@suse.de>
@ 2015-09-28 17:19 ` Pravin Shelar
  2015-09-29  0:35 ` Pravin Shelar
  1 sibling, 0 replies; 4+ messages in thread
From: Pravin Shelar @ 2015-09-28 17:19 UTC (permalink / raw)
  To: Takashi Iwai
  Cc: David S. Miller, Trond Myklebust, Anupam Chanda, Tom Herbert,
	netdev, LKML

On Mon, Sep 28, 2015 at 6:12 AM, Takashi Iwai <tiwai@suse.de> wrote:
> [I resent this since the previous mail didn't go out properly, as it
>  seems; apologies if you already read it, please disregard]
>
> Hi,
>
> I noticed that NFS access from my workstation slowed down drastically,
> almost stalls, with the fresh 4.3-rc3.  There are no particular kernel
> errors / warnings.
>

I have seen error reports related to IPv6 traffic which I am
debugging. Are you trying access NFS over IPv6?


> Then I performed git section, and it leaded to the commit:
> 6ae459bdaaeebc632b16e54dcbabb490c6931d61
>     skbuff: Fix skb checksum flag on skb pull
>
> Reverting this commit from 4.3-rc3 fixed the issue indeed.
>
> Could you take a look at this?  I added Trond to Cc in case he might
> already know of it.
>
>
> thanks,
>
> Takashi

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

* Re: 4.3-rc3 Regression: NFS access stall by commit 6ae459bdaaee
       [not found] <s5ha8s6bscn.wl-tiwai@suse.de>
  2015-09-28 17:19 ` 4.3-rc3 Regression: NFS access stall by commit 6ae459bdaaee Pravin Shelar
@ 2015-09-29  0:35 ` Pravin Shelar
  2015-09-29 10:33   ` Takashi Iwai
  1 sibling, 1 reply; 4+ messages in thread
From: Pravin Shelar @ 2015-09-29  0:35 UTC (permalink / raw)
  To: Takashi Iwai
  Cc: David S. Miller, Trond Myklebust, Anupam Chanda, Tom Herbert,
	netdev, LKML

On Mon, Sep 28, 2015 at 6:12 AM, Takashi Iwai <tiwai@suse.de> wrote:
> [I resent this since the previous mail didn't go out properly, as it
>  seems; apologies if you already read it, please disregard]
>
> Hi,
>
> I noticed that NFS access from my workstation slowed down drastically,
> almost stalls, with the fresh 4.3-rc3.  There are no particular kernel
> errors / warnings.
>
> Then I performed git section, and it leaded to the commit:
> 6ae459bdaaeebc632b16e54dcbabb490c6931d61
>     skbuff: Fix skb checksum flag on skb pull
>
> Reverting this commit from 4.3-rc3 fixed the issue indeed.
>
> Could you take a look at this?  I added Trond to Cc in case he might
> already know of it.
>
I send out fix for similar issue. Can you try the posted patch.
https://patchwork.ozlabs.org/patch/523632/

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

* Re: 4.3-rc3 Regression: NFS access stall by commit 6ae459bdaaee
  2015-09-29  0:35 ` Pravin Shelar
@ 2015-09-29 10:33   ` Takashi Iwai
  2015-09-29 17:32     ` Pravin Shelar
  0 siblings, 1 reply; 4+ messages in thread
From: Takashi Iwai @ 2015-09-29 10:33 UTC (permalink / raw)
  To: Pravin Shelar
  Cc: David S. Miller, Trond Myklebust, Anupam Chanda, Tom Herbert,
	netdev, LKML

On Tue, 29 Sep 2015 02:35:04 +0200,
Pravin Shelar wrote:
> 
> On Mon, Sep 28, 2015 at 6:12 AM, Takashi Iwai <tiwai@suse.de> wrote:
> > [I resent this since the previous mail didn't go out properly, as it
> >  seems; apologies if you already read it, please disregard]
> >
> > Hi,
> >
> > I noticed that NFS access from my workstation slowed down drastically,
> > almost stalls, with the fresh 4.3-rc3.  There are no particular kernel
> > errors / warnings.
> >
> > Then I performed git section, and it leaded to the commit:
> > 6ae459bdaaeebc632b16e54dcbabb490c6931d61
> >     skbuff: Fix skb checksum flag on skb pull
> >
> > Reverting this commit from 4.3-rc3 fixed the issue indeed.
> >
> > Could you take a look at this?  I added Trond to Cc in case he might
> > already know of it.
> >
> I send out fix for similar issue. Can you try the posted patch.
> https://patchwork.ozlabs.org/patch/523632/

Yes, the patch fixes the problem, thanks.  Feel free to take my
tested-by tag:
  Tested-by: Takashi Iwai <tiwai@suse.de>

But I guess the real fix is only the first chunk and the latter is
nothing but a cleanup?  If so, it'd be better to split it.


Takashi

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

* Re: 4.3-rc3 Regression: NFS access stall by commit 6ae459bdaaee
  2015-09-29 10:33   ` Takashi Iwai
@ 2015-09-29 17:32     ` Pravin Shelar
  0 siblings, 0 replies; 4+ messages in thread
From: Pravin Shelar @ 2015-09-29 17:32 UTC (permalink / raw)
  To: Takashi Iwai
  Cc: David S. Miller, Trond Myklebust, Anupam Chanda, Tom Herbert,
	netdev, LKML

On Tue, Sep 29, 2015 at 3:33 AM, Takashi Iwai <tiwai@suse.de> wrote:
> On Tue, 29 Sep 2015 02:35:04 +0200,
> Pravin Shelar wrote:
>>
>> On Mon, Sep 28, 2015 at 6:12 AM, Takashi Iwai <tiwai@suse.de> wrote:
>> > [I resent this since the previous mail didn't go out properly, as it
>> >  seems; apologies if you already read it, please disregard]
>> >
>> > Hi,
>> >
>> > I noticed that NFS access from my workstation slowed down drastically,
>> > almost stalls, with the fresh 4.3-rc3.  There are no particular kernel
>> > errors / warnings.
>> >
>> > Then I performed git section, and it leaded to the commit:
>> > 6ae459bdaaeebc632b16e54dcbabb490c6931d61
>> >     skbuff: Fix skb checksum flag on skb pull
>> >
>> > Reverting this commit from 4.3-rc3 fixed the issue indeed.
>> >
>> > Could you take a look at this?  I added Trond to Cc in case he might
>> > already know of it.
>> >
>> I send out fix for similar issue. Can you try the posted patch.
>> https://patchwork.ozlabs.org/patch/523632/
>
> Yes, the patch fixes the problem, thanks.  Feel free to take my
> tested-by tag:
>   Tested-by: Takashi Iwai <tiwai@suse.de>
>
Thanks for testing the patch.

> But I guess the real fix is only the first chunk and the latter is
> nothing but a cleanup?  If so, it'd be better to split it.
>

Both chunks are required for the fix.

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

end of thread, other threads:[~2015-09-29 17:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <s5ha8s6bscn.wl-tiwai@suse.de>
2015-09-28 17:19 ` 4.3-rc3 Regression: NFS access stall by commit 6ae459bdaaee Pravin Shelar
2015-09-29  0:35 ` Pravin Shelar
2015-09-29 10:33   ` Takashi Iwai
2015-09-29 17:32     ` Pravin Shelar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).