login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2007
»
September
»
8
Re: [patch 1/8] Immediate Values - Global Modules List and Module Mutex
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Alexey Dobriyan
Subject:
Re: [patch 1/8] Immediate Values - Global Modules List and Module Mutex
Date: Saturday, September 8, 2007 - 12:28 am
On Thu, Sep 06, 2007 at 04:02:29PM -0400, Mathieu Desnoyers wrote:
quoted text
> Remove "static" from module_mutex and the modules list so it can be used by > other builtin objects in the kernel. Otherwise, every code depending on the > module list would have to be put in kernel/module.c. Since the immediate values > depends on the module list but can be considered as logically different, it > makes sense to implement them in their own file. > > The alternative to this would be to disable preemption in code path that need > such synchronization, so they can be protected against module unload by > stop_machine(), but not being able to sleep within while needing such > synchronization is limiting.
quoted text
> --- linux-2.6-lttng.orig/kernel/module.c > +++ linux-2.6-lttng/kernel/module.c > @@ -64,8 +64,8 @@ extern int module_sysfs_initialized; > > /* List of modules, protected by module_mutex or preempt_disable > * (add/delete uses stop_machine). */ > -static DEFINE_MUTEX(module_mutex); > -static LIST_HEAD(modules); > +DEFINE_MUTEX(module_mutex); > +LIST_HEAD(modules); > static DECLARE_MUTEX(notify_mutex); > > static BLOCKING_NOTIFIER_HEAD(module_notify_list); > --- linux-2.6-lttng.orig/include/linux/module.h > +++ linux-2.6-lttng/include/linux/module.h > @@ -60,6 +60,10 @@ struct module_kobject > struct kobject *drivers_dir; > }; > > +/* Protects the list of modules. */ > +extern struct mutex module_mutex; > +extern struct list_head modules;
Rusty, do you still want to keep module_mutex virgin? If not, I can backout /proc/*/wchan vs rmmod race fix et al and use muuuch simpler version. -
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[patch 1/8] Immediate Values - Global Modules List and Mod ...
, Mathieu Desnoyers
, (Thu Sep 6, 1:02 pm)
Re: [patch 1/8] Immediate Values - Global Modules List and ...
, Alexey Dobriyan
, (Sat Sep 8, 12:28 am)
Re: [patch 1/8] Immediate Values - Global Modules List and ...
, Rusty Russell
, (Mon Sep 10, 4:53 pm)
Re: [patch 1/8] Immediate Values - Global Modules List and ...
, Mathieu Desnoyers
, (Mon Sep 10, 5:45 pm)
Re: [patch 1/8] Immediate Values - Global Modules List and ...
, Rusty Russell
, (Mon Sep 10, 10:18 pm)
Re: [patch 1/8] Immediate Values - Global Modules List and ...
, Mathieu Desnoyers
, (Tue Sep 11, 7:27 am)
Re: [patch 1/8] Immediate Values - Global Modules List and ...
, Rusty Russell
, (Wed Sep 12, 10:47 pm)
Re: [patch 1/8] Immediate Values - Global Modules List and ...
, Mathieu Desnoyers
, (Thu Sep 13, 2:21 pm)
Re: [patch 1/8] Immediate Values - Global Modules List and ...
, Rusty Russell
, (Thu Sep 13, 4:15 pm)
Re: [patch 1/8] Immediate Values - Global Modules List and ...
, Mathieu Desnoyers
, (Fri Sep 14, 8:32 am)
Re: [patch 1/8] Immediate Values - Global Modules List and ...
, Rusty Russell
, (Mon Sep 17, 3:54 pm)
Re: [patch 1/8] Immediate Values - Global Modules List and ...
, Mathieu Desnoyers
, (Tue Sep 18, 6:41 am)
Re: [patch 1/8] Immediate Values - Global Modules List and ...
, Rusty Russell
, (Thu Sep 20, 5:29 am)
Re: [patch 1/8] Immediate Values - Global Modules List and ...
, Mathieu Desnoyers
, (Fri Sep 21, 6:37 am)
Re: [patch 1/8] Immediate Values - Global Modules List and ...
, Rusty Russell
, (Sat Sep 22, 12:15 am)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Greg Kroah-Hartman
[PATCH 041/196] kobject: add kobject_init_and_add function
Lukas Hejtmanek
Re: Another libata error related to OCZ SSD
Greg Kroah-Hartman
[PATCH 023/196] MCP_UCB1200: Convert from class_device to device
Florian Fainelli
Re: System clock runs too fast after 2.6.27 -> 2.6.28.1 upgrade
Christoph Lameter
[patch 1/4] mmu_notifier: Core code
git
:
Johannes Schindelin
Re: [PATCH 1/2] Add strbuf_initf()
John Bito
[EGIT] Push to GitHub caused corruption
Jakub Narebski
Re: [PATCH 0/2] gitweb: patch view
Junio C Hamano
Re: [PATCH] When a remote is added but not fetched, tell the user.
Andy Parkins
Re: [RFC] Submodules in GIT
git-commits-head
:
Linux Kernel Mailing List
ahci: Workaround HW bug for SB600/700 SATA controller PMP support
Linux Kernel Mailing List
V4L/DVB (11086): au0828: rename macro for currently non-function VBI support
Linux Kernel Mailing List
ceph: client types
Linux Kernel Mailing List
ceph: on-wire types
Linux Kernel Mailing List
crypto: chainiv - Use kcrypto_wq instead of keventd_wq
linux-netdev
:
Andrew Morton
Re: [Bugme-new] [Bug 14969] New: b44: WOL does not work in suspended state
Giuseppe CAVALLARO
Re: [PATCH 03/13] stmmac: add the new Header file for stmmac platform data
Taku Izumi
[PATCH 3/3] ixgbe: add registers etc. printout code just before resetting adapters
Eric Dumazet
rps: some comments
Thomas Gleixner
Re: [RFC PATCH 02/12] On Tue, 23 Sep 2008, David Miller wrote:
openbsd-misc
:
Stephan Andreas
problems with login after xlock in OpenBSD release 4.7
pmc
Make A Change. Alcoholism and Drug Addiction Treatment
ropers
Re: what exactly is enc0?
Fuad NAHDI
Re: What does your environment look like?
Matthew Szudzik
Typo on OpenBSD 4.4 CD Set
Colocation donated by:
Syndicate