[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1229668537.17082.15.camel@violet>
Date: Fri, 19 Dec 2008 07:35:37 +0100
From: Marcel Holtmann <marcel@...tmann.org>
To: Wei Yongjun <yjwei@...fujitsu.com>
Cc: David Miller <davem@...emloft.net>, netdev@...r.kernel.org
Subject: Re: [PATCH] net: Fix module refcount leak in kernel_accept()
Hi Wei,
> The kernel_accept() does not hold the module refcount of newsock->ops->owner,
> so we need __module_get(newsock->ops->owner) code after call kernel_accept()
> by hand.
> In sunrpc, the module refcount is missing to hold. So this cause kernel panic.
>
> Used following script to reproduct:
>
> while [ 1 ];
> do
> mount -t nfs4 192.168.0.19:/ /mnt
> touch /mnt/file
> umount /mnt
> lsmod | grep ipv6
> done
>
> This patch fixed the problem by add __module_get(newsock->ops->owner) to
> kernel_accept(). So we do not need to used __module_get(newsock->ops->owner)
> in every place when used kernel_accept().
>
> Signed-off-by: Wei Yongjun <yjwei@...fujitsu.com>
> ---
> net/bluetooth/rfcomm/core.c | 2 --
> net/socket.c | 1 +
> 2 files changed, 1 insertions(+), 2 deletions(-)
I was just about to reply and ask you to double check the users since I
know that I am using that API. Hey, but you already did that. Thanks.
Dave, for what its worth, Acked-by me.
Regards
Marcel
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists