* Request for inclusion on linux-4.14.y
@ 2019-07-26 21:36 Qian Lu
2019-07-28 15:04 ` Sasha Levin
0 siblings, 1 reply; 7+ messages in thread
From: Qian Lu @ 2019-07-26 21:36 UTC (permalink / raw)
To: gregkh; +Cc: stable, bfields, ctracy
Hello Greg,
Can you please consider including the following patches in the stable
linux-4.14.y branch?
An NFS server accepts only a limited number of concurrent v4.1+ mounts. Once
that limit is reached, on the affected client side, mount.nfs appears to hang to
keep reissuing CREATE_SESSION calls until one of them succeeds. This is to bump
the limit, also return smaller ca_maxrequests as the limit approaches instead of
waiting till we have to fail CREATE_SESSION completely.
44d8660d3bb0("nfsd: increase DRC cache limit")
de766e570413("nfsd: give out fewer session slots as limit approaches")
c54f24e338ed("nfsd: fix performance-limiting session calculation")
Thanks,
Qian Lu
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: Request for inclusion on linux-4.14.y
2019-07-26 21:36 Request for inclusion on linux-4.14.y Qian Lu
@ 2019-07-28 15:04 ` Sasha Levin
2019-07-29 19:58 ` J. Bruce Fields
0 siblings, 1 reply; 7+ messages in thread
From: Sasha Levin @ 2019-07-28 15:04 UTC (permalink / raw)
To: Qian Lu; +Cc: gregkh, stable, bfields, ctracy
On Fri, Jul 26, 2019 at 02:36:35PM -0700, Qian Lu wrote:
>Hello Greg,
>
>Can you please consider including the following patches in the stable
>linux-4.14.y branch?
>
>An NFS server accepts only a limited number of concurrent v4.1+ mounts. Once
>that limit is reached, on the affected client side, mount.nfs appears to hang to
>keep reissuing CREATE_SESSION calls until one of them succeeds. This is to bump
>the limit, also return smaller ca_maxrequests as the limit approaches instead of
>waiting till we have to fail CREATE_SESSION completely.
>
>44d8660d3bb0("nfsd: increase DRC cache limit")
>de766e570413("nfsd: give out fewer session slots as limit approaches")
>c54f24e338ed("nfsd: fix performance-limiting session calculation")
I've queued these 3 for 4.14 and older.
Note that c54f24e338ed has a fix: 3b2d4dcf71c4a ("nfsd: Fix overflow
causing non-working mounts on 1 TB machines") which was queued as well.
--
Thanks,
Sasha
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: Request for inclusion on linux-4.14.y
2019-07-28 15:04 ` Sasha Levin
@ 2019-07-29 19:58 ` J. Bruce Fields
0 siblings, 0 replies; 7+ messages in thread
From: J. Bruce Fields @ 2019-07-29 19:58 UTC (permalink / raw)
To: Sasha Levin; +Cc: Qian Lu, gregkh, stable, ctracy
On Sun, Jul 28, 2019 at 11:04:25AM -0400, Sasha Levin wrote:
> On Fri, Jul 26, 2019 at 02:36:35PM -0700, Qian Lu wrote:
> > Hello Greg,
> >
> > Can you please consider including the following patches in the stable
> > linux-4.14.y branch?
> >
> > An NFS server accepts only a limited number of concurrent v4.1+ mounts. Once
> > that limit is reached, on the affected client side, mount.nfs appears to hang to
> > keep reissuing CREATE_SESSION calls until one of them succeeds. This is to bump
> > the limit, also return smaller ca_maxrequests as the limit approaches instead of
> > waiting till we have to fail CREATE_SESSION completely.
> >
> > 44d8660d3bb0("nfsd: increase DRC cache limit")
> > de766e570413("nfsd: give out fewer session slots as limit approaches")
> > c54f24e338ed("nfsd: fix performance-limiting session calculation")
>
> I've queued these 3 for 4.14 and older.
>
> Note that c54f24e338ed has a fix: 3b2d4dcf71c4a ("nfsd: Fix overflow
> causing non-working mounts on 1 TB machines") which was queued as well.
Thanks for catching that. These sound like reasonable stable backports.
--b.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Request for inclusion on linux-4.14.y
@ 2019-07-26 18:17 Qian Lu
2019-07-28 14:18 ` Sasha Levin
0 siblings, 1 reply; 7+ messages in thread
From: Qian Lu @ 2019-07-26 18:17 UTC (permalink / raw)
To: gregkh; +Cc: tigran.mkrtchyan, trond.myklebust, Anna.Schumaker, stable
Hello Greg,
Can you please consider including the following patch in the stable linux-4.14.y branch?
This is to fix that NFS client incorrectly handling a failed OPEN and ensure that we present the same verifier.
8fd1ab747d2b("NFSv4: Fix open create exclusive when the server reboots")
Thanks,
Qian Lu
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: Request for inclusion on linux-4.14.y
2019-07-26 18:17 Qian Lu
@ 2019-07-28 14:18 ` Sasha Levin
0 siblings, 0 replies; 7+ messages in thread
From: Sasha Levin @ 2019-07-28 14:18 UTC (permalink / raw)
To: Qian Lu; +Cc: gregkh, tigran.mkrtchyan, trond.myklebust, Anna.Schumaker, stable
On Fri, Jul 26, 2019 at 11:17:39AM -0700, Qian Lu wrote:
>Hello Greg,
>
>Can you please consider including the following patch in the stable linux-4.14.y branch?
>
>This is to fix that NFS client incorrectly handling a failed OPEN and ensure that we present the same verifier.
>
>8fd1ab747d2b("NFSv4: Fix open create exclusive when the server reboots")
I've queued it up for 4.14 and older, thanks!
--
Thanks,
Sasha
^ permalink raw reply [flat|nested] 7+ messages in thread
* Request for inclusion on linux-4.14.y
@ 2018-09-19 22:37 Alakesh Haloi
2018-09-20 5:24 ` Greg KH
0 siblings, 1 reply; 7+ messages in thread
From: Alakesh Haloi @ 2018-09-19 22:37 UTC (permalink / raw)
To: stable, gregkh; +Cc: davem, tiwai, stephen
Hello Greg,
Can you please consider including the following patch in the stable
linux-4.14.y branch?
This is to fix a defect in the Hyper-V network driver (hv_netsvc) that
triggers kernel null pointer dereference bug, while loading the driver.
b19b46346f48("hv/netvsc: Fix NULL dereference at single queue mode fallback")
Thanks
Alakesh Haloi
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: Request for inclusion on linux-4.14.y
2018-09-19 22:37 Alakesh Haloi
@ 2018-09-20 5:24 ` Greg KH
0 siblings, 0 replies; 7+ messages in thread
From: Greg KH @ 2018-09-20 5:24 UTC (permalink / raw)
To: Alakesh Haloi; +Cc: stable, davem, tiwai, stephen
On Wed, Sep 19, 2018 at 10:37:44PM +0000, Alakesh Haloi wrote:
> Hello Greg,
>
> Can you please consider including the following patch in the stable
> linux-4.14.y branch?
>
> This is to fix a defect in the Hyper-V network driver (hv_netsvc) that
> triggers kernel null pointer dereference bug, while loading the driver.
>
> b19b46346f48("hv/netvsc: Fix NULL dereference at single queue mode fallback")
Now applied, thanks.
greg k-h
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2019-07-29 19:58 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-26 21:36 Request for inclusion on linux-4.14.y Qian Lu
2019-07-28 15:04 ` Sasha Levin
2019-07-29 19:58 ` J. Bruce Fields
-- strict thread matches above, loose matches on Subject: below --
2019-07-26 18:17 Qian Lu
2019-07-28 14:18 ` Sasha Levin
2018-09-19 22:37 Alakesh Haloi
2018-09-20 5:24 ` Greg KH
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).