From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751856AbcBEGvI (ORCPT ); Fri, 5 Feb 2016 01:51:08 -0500 Received: from mail7.hitachi.co.jp ([133.145.228.42]:47830 "EHLO mail7.hitachi.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750963AbcBEGvG (ORCPT ); Fri, 5 Feb 2016 01:51:06 -0500 From: =?utf-8?B?5bmz5p2+6ZuF5bezIC8gSElSQU1BVFXvvIxNQVNBTUk=?= To: "'Rusty Russell'" , "linux-kernel@vger.kernel.org" CC: Weilong Chen , Peter Zijlstra Subject: RE: [PATCH 0/3] module stable fixes. Thread-Topic: [PATCH 0/3] module stable fixes. Thread-Index: AQHRX6oycMgcuwHW3EelwzVZcDk9nZ8dAsBg Date: Fri, 5 Feb 2016 06:51:01 +0000 Message-ID: <50399556C9727B4D88A595C8584AAB37B4DDD5EA@GSjpTKYDCembx31.service.hitachi.net> References: <1454631253-14379-1-git-send-email-rusty@rustcorp.com.au> In-Reply-To: <1454631253-14379-1-git-send-email-rusty@rustcorp.com.au> Accept-Language: ja-JP, en-US Content-Language: ja-JP X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.198.220.63] Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by mail.home.local id u156pEWZ012741 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 , Weilong Chen , Masami Hiramatsu , >---> <"PDate:Wed"@ozlabs.org>, <3@ozlabs.org>, , <2016@ozlabs.org>, <"16:55:26"@ozlabs.org>, <+1030@ozlabs.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.pt@hitachi.com >-----Original Message----- >From: Rusty Russell [mailto:rusty@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