Hi Rusty,

I'm OK for this series of patches, and it seems that the CC list on your mail
(on patch mails) is broken.

  CC: Rusty Russell <ru...@rustcorp.com.au>, Weilong Chen
        <chenweil...@huawei.com>, Masami Hiramatsu 
<masami.hiramatsu...@hitachi.com>,
>--->
        <"PDate:Wed"@ozlabs.org>, <3...@ozlabs.org>, <f...@ozlabs.org>,
        <2...@ozlabs.org>, <"16:55:26"@ozlabs.org>, <+1...@ozlabs.org>,
<---<
        <sta...@kernel.org>

Maybe just an off-topic.

Thanks!

-- 
Masami HIRAMATSU
Linux Technology Research Center, System Productivity Research Dept.
Center for Technology Innovation - Systems Engineering
Hitachi, Ltd., Research & Development Group
E-mail: masami.hiramatsu...@hitachi.com


>-----Original Message-----
>From: Rusty Russell [mailto:ru...@rustcorp.com.au]
>Sent: Friday, February 05, 2016 9:14 AM
>To: linux-kernel@vger.kernel.org
>Cc: Rusty Russell; Weilong Chen; 平松雅巳 / HIRAMATU,MASAMI; Peter Zijlstra
>Subject: [PATCH 0/3] module stable fixes.
>
>Luis' async_probe is a recent issue, but the /proc/kallsyms vs
>module insertion race has been the for a long time, maybe forever.
>
>I expect some pain in backporting that fix, but mainly textual,
>and there's no simpler fix (grabbing the mutex for /proc/kallsyms
>would solve the reported case, but not fix it for the other kallsyms
>users).
>
>If no complaints, I'll send Linus a pull req.
>
>Thanks!
>Rusty.
>
>Luis R. Rodriguez (1):
>  modules: fix modparam async_probe request
>
>Rusty Russell (2):
>  module: wrapper for symbol name.
>  modules: fix longstanding /proc/kallsyms vs module insertion race.
>
> include/linux/module.h |  19 ++++----
> kernel/module.c        | 120 ++++++++++++++++++++++++++++++-------------------
> 2 files changed, 85 insertions(+), 54 deletions(-)
>
>--
>2.5.0

Reply via email to