[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20150729.152737.853332463848886188.davem@davemloft.net>
Date: Wed, 29 Jul 2015 15:27:37 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: decui@...rosoft.com
Cc: gregkh@...uxfoundation.org, stephen@...workplumber.org,
netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
driverdev-devel@...uxdriverproject.org, olaf@...fle.de,
apw@...onical.com, jasowang@...hat.com, kys@...rosoft.com,
pebolle@...cali.nl, stefanha@...hat.com, vkuznets@...hat.com,
dan.carpenter@...cle.com
Subject: Re: [PATCH V4 6/7] hvsock: introduce Hyper-V VM Sockets feature
From: Dexuan Cui <decui@...rosoft.com>
Date: Tue, 28 Jul 2015 05:35:23 -0700
> +/* hvsock_release() can be invoked in 2 paths:
> + * 1. on process termination:
> + * hvsock_sk_destruct+0x1a/0x20
> + * __sk_free+0x1d/0x130
> + * sk_free+0x19/0x20
> + * hvsock_release+0x138/0x160
> + * sock_release+0x1f/0x90
> + * sock_close+0x12/0x20
> + * __fput+0xdf/0x1f0
> + * ____fput+0xe/0x10
> + * task_work_run+0xd4/0xf0
> + * do_exit+0x334/0xb90
> + * ? __do_page_fault+0x1e1/0x490
> + * ? lockdep_sys_exit_thunk+0x35/0x67
> + * do_group_exit+0x54/0xe0
> + * SyS_exit_group+0x14/0x20
> + * system_call_fastpath+0x16/0x1b
> + *
> + * 2. when accept() returns -ENITR:
> + * hvsock_release+0x151/0x160
> + * sock_release+0x1f/0x90
> + * sock_close+0x12/0x20
> + * __fput+0xdf/0x1f0
> + * ____fput+0xe/0x10
> + * task_work_run+0xb7/0xf0
> + * get_signal+0x750/0x770
> + * do_signal+0x28/0xbb0
> + * ? put_unused_fd+0x52/0x60
> + * ? SYSC_accept4+0x1ca/0x220
> + * do_notify_resume+0x4f/0x90
> + * int_signal+0x12/0x17
> + */
It is a bit much to put full stack backtraces into a comment like this.
--
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