[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1526409864.9159.32.camel@codethink.co.uk>
Date: Tue, 15 May 2018 19:44:24 +0100
From: Ben Hutchings <ben.hutchings@...ethink.co.uk>
To: "J. Bruce Fields" <bfields@...hat.com>
Cc: stable@...r.kernel.org, David Jeffery <djeffery@...hat.com>,
Sasha Levin <alexander.levin@...rosoft.com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 4.4 014/190] lockd: fix lockd shutdown race
On Wed, 2018-04-11 at 20:34 +0200, Greg Kroah-Hartman wrote:
> 4.4-stable review patch. If anyone has any objections, please let me know.
>
> ------------------
>
> From: "J. Bruce Fields" <bfields@...hat.com>
>
>
> [ Upstream commit efda760fe95ea15291853c8fa9235c32d319cd98 ]
[...]
> --- a/fs/lockd/svc.c
> +++ b/fs/lockd/svc.c
> @@ -129,6 +129,8 @@ lockd(void *vrqstp)
> {
> int err = 0;
> struct svc_rqst *rqstp = vrqstp;
> + struct net *net = &init_net;
> + struct lockd_net *ln = net_generic(net, lockd_net_id);
>
> /* try_to_freeze() is called from svc_recv() */
> set_freezable();
> @@ -173,6 +175,8 @@ lockd(void *vrqstp)
> if (nlmsvc_ops)
> nlmsvc_invalidate_all();
> nlm_shutdown_hosts();
> + cancel_delayed_work_sync(&ln->grace_period_end);
> + locks_end_grace(&ln->lockd_manager);
> return 0;
> }
>
> @@ -267,8 +271,6 @@ static void lockd_down_net(struct svc_se
> if (ln->nlmsvc_users) {
> if (--ln->nlmsvc_users == 0) {
> nlm_shutdown_hosts_net(net);
> - cancel_delayed_work_sync(&ln->grace_period_end);
> - locks_end_grace(&ln->lockd_manager);
Aren't these statements still needed for non-initial namespaces?
Ben.
> svc_shutdown_net(serv, net);
> dprintk("lockd_down_net: per-net data destroyed; net=%p\n", net);
> }
>
>
>
--
Ben Hutchings
Software Developer, Codethink Ltd.
Powered by blists - more mailing lists