mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/3] module stable fixes.
@ 2016-02-05  0:14 Rusty Russell
  2016-02-05  0:14 ` [PATCH 1/3] modules: fix modparam async_probe request Rusty Russell
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Rusty Russell @ 2016-02-05  0:14 UTC (permalink / raw)
  To: linux-kernel
  Cc: Rusty Russell, Weilong Chen, Masami Hiramatsu, Peter Zijlstra

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-02-05  6:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-05  0:14 [PATCH 0/3] module stable fixes Rusty Russell
2016-02-05  0:14 ` [PATCH 1/3] modules: fix modparam async_probe request Rusty Russell
2016-02-05  0:14 ` [PATCH 2/3] module: wrapper for symbol name Rusty Russell
2016-02-05  6:45   ` 平松雅巳 / HIRAMATU,MASAMI
2016-02-05  0:14 ` [PATCH 3/3] modules: fix longstanding /proc/kallsyms vs module insertion race Rusty Russell
2016-02-05  6:41   ` 平松雅巳 / HIRAMATU,MASAMI
2016-02-05  6:51 ` [PATCH 0/3] module stable fixes 平松雅巳 / HIRAMATU,MASAMI

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®