stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Jan Hudoba <kernel@jahu.sk>
Cc: stable@vger.kernel.org
Subject: Re: kernel stable 4.9 - NFSv4 callback processes fills process table
Date: Mon, 18 Sep 2017 17:52:27 +0200	[thread overview]
Message-ID: <20170918155227.GA19150@kroah.com> (raw)
In-Reply-To: <f57a60a7-2e3a-a1c9-6f57-1df85021e888@jahu.sk>

On Mon, Sep 18, 2017 at 05:27:00PM +0200, Jan Hudoba wrote:
> hello,
> when using nfs with automount (umount every N secs), every mount creates
> "NFSv4 callback" process. after while these fills process table.
> 
> https://lists.debian.org/debian-kernel/2017/05/msg00193.html
> 
> https://bugzilla.redhat.com/show_bug.cgi?id=1427493
> 
> i have same problems. listed commits solved them.
> thanks for including patches.
> 
> "Aurelien Jarno:"
> 
> It seems the issues is fixed since 4.12-rc1 by the following set of
> commts:
> 
> 
> 
> |  commit ed6473ddc704a2005b9900ca08e236ebb2d8540a
> |  Author: Trond Myklebust <trond.myklebust@primarydata.com>
> |  Date:   Wed Apr 26 11:55:27 2017 -0400
> |
> |      NFSv4: Fix callback server shutdown
> |
> |      We want to use kthread_stop() in order to ensure the threads are
> |      shut down before we tear down the nfs_callback_info in
> nfs_callback_down.
> |
> |      Tested-and-reviewed-by: Kinglong Mee <kinglongmee@gmail.com>
> |      Reported-by: Kinglong Mee <kinglongmee@gmail.com>
> |      Fixes: bb6aeba736ba9 ("NFSv4.x: Switch to using
> svc_set_num_threads()...")
> |      Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
> |      Signed-off-by: J. Bruce Fields <bfields@redhat.com>
> |
> |  commit 9e0d87680d689f1758185851c3da6eafb16e71e1
> |  Author: Trond Myklebust <trond.myklebust@primarydata.com>
> |  Date:   Wed Apr 26 11:55:26 2017 -0400
> |
> |      SUNRPC: Refactor svc_set_num_threads()
> |
> |      Refactor to separate out the functions of starting and stopping
> threads
> |      so that they can be used in other helpers.
> |
> |      Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
> |      Tested-and-reviewed-by: Kinglong Mee <kinglongmee@gmail.com>
> |      Signed-off-by: J. Bruce Fields <bfields@redhat.com>
> |
> |  commit df807fffaabde625fa9adb82e3e5b88cdaa5709a
> |  Author: Kinglong Mee <kinglongmee@gmail.com>
> |  Date:   Thu Apr 27 11:13:38 2017 +0800
> |
> |      NFSv4.x/callback: Create the callback service through
> svc_create_pooled
> |
> |      As the comments for svc_set_num_threads() said,
> |      " Destroying threads relies on the service threads filling in
> |      rqstp->rq_task, which only the nfs ones do.  Assumes the serv
> |      has been created using svc_create_pooled()."
> |
> |      If creating service through svc_create(), the svc_pool_map_put()
> |      will be called in svc_destroy(), but the pool map isn't used.
> |      So that, the reference of pool map will be drop, the next using
> |      of pool map will get a zero npools.


Care to cc: the authors/maintainers of these patches to see if they
agree it should be backported?

thanks,

greg k-h

  reply	other threads:[~2017-09-18 15:52 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-18 15:27 kernel stable 4.9 - NFSv4 callback processes fills process table Jan Hudoba
2017-09-18 15:52 ` Greg KH [this message]
2017-09-18 16:06   ` Jan Hudoba
2017-09-18 18:05     ` Holger Hoffstätte

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170918155227.GA19150@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=kernel@jahu.sk \
    --cc=stable@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).