Linus Torvalds
02201e3f1b
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
...
Pull module updates from Rusty Russell:
"Main excitement here is Peter Zijlstra's lockless rbtree optimization
to speed module address lookup. He found some abusers of the module
lock doing that too.
A little bit of parameter work here too; including Dan Streetman's
breaking up the big param mutex so writing a parameter can load
another module (yeah, really). Unfortunately that broke the usual
suspects, !CONFIG_MODULES and !CONFIG_SYSFS, so those fixes were
appended too"
* tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux: (26 commits)
modules: only use mod->param_lock if CONFIG_MODULES
param: fix module param locks when !CONFIG_SYSFS.
rcu: merge fix for Convert ACCESS_ONCE() to READ_ONCE() and WRITE_ONCE()
module: add per-module param_lock
module: make perm const
params: suppress unused variable error, warn once just in case code changes.
modules: clarify CONFIG_MODULE_COMPRESS help, suggest 'N'.
kernel/module.c: avoid ifdefs for sig_enforce declaration
kernel/workqueue.c: remove ifdefs over wq_power_efficient
kernel/params.c: export param_ops_bool_enable_only
kernel/params.c: generalize bool_enable_only
kernel/module.c: use generic module param operaters for sig_enforce
kernel/params: constify struct kernel_param_ops uses
sysfs: tightened sysfs permission checks
module: Rework module_addr_{min,max}
module: Use __module_address() for module_address_lookup()
module: Make the mod_tree stuff conditional on PERF_EVENTS || TRACING
module: Optimize __module_address() using a latched RB-tree
rbtree: Implement generic latch_tree
seqlock: Introduce raw_read_seqcount_latch()
...
2015-07-01 10:49:25 -07:00
..
2015-06-08 14:33:26 +03:00
2015-05-26 09:18:29 +05:30
2015-05-22 18:58:44 +09:00
2015-06-01 15:10:09 +02:00
2015-06-22 12:25:04 +01:00
2015-06-01 11:31:12 +01:00
2015-06-27 12:44:34 -07:00
2015-06-26 14:51:15 -07:00
2015-06-24 16:49:49 -07:00
2015-06-24 16:49:49 -07:00
2015-06-18 09:20:48 +02:00
2015-05-27 12:42:16 -07:00
2015-06-18 21:14:33 +02:00
2015-06-23 14:08:54 -07:00
2015-06-03 14:13:41 +09:00
2015-06-01 15:48:12 +02:00
2015-06-29 09:44:45 -07:00
2015-05-23 22:43:28 +02:00
2015-06-22 11:19:56 +01:00
2015-05-20 15:05:39 -07:00
2015-06-19 15:18:28 +02:00
2015-06-01 17:57:34 +02:00
2015-05-31 13:40:53 +02:00
2015-06-21 21:52:24 +02:00
2015-06-04 16:56:01 -04:00
2015-06-02 10:47:03 +09:00
2015-06-29 10:34:42 -07:00
2015-06-02 08:40:20 -06:00
2015-06-25 16:00:17 -07:00
2015-06-23 15:47:35 +01:00
2015-06-21 21:55:33 +02:00
2015-06-02 08:33:34 -06:00
2015-06-26 10:11:58 -04:00
2015-06-25 16:00:17 -07:00
2015-06-01 14:35:56 -06:00
2015-06-26 12:35:01 -07:00
2015-06-24 17:49:41 -07:00
2015-05-19 08:39:11 +02:00
2015-06-15 15:53:50 -07:00
2015-06-10 23:33:58 -07:00
2015-05-24 12:31:33 -07:00
2015-06-18 16:54:28 -04:00
2015-06-26 19:50:04 -07:00
2015-06-02 16:56:42 +02:00
2015-05-19 16:12:32 +02:00
2015-06-25 17:00:38 -07:00
2015-06-25 17:00:38 -07:00
2015-07-01 10:49:25 -07:00
2015-06-24 17:49:39 -07:00
2015-06-25 17:00:38 -07:00
2015-05-23 00:49:04 +02:00
2015-06-19 01:18:02 +02:00
2015-05-28 11:05:20 +09:30
2015-05-26 15:26:43 +02:00
2015-06-22 15:49:30 +08:00
2015-05-20 00:25:25 -07:00
2015-06-25 09:21:49 +05:30
2015-06-12 11:33:52 +02:00
2015-06-25 09:06:57 +02:00
2015-06-29 10:34:42 -07:00
2015-06-10 08:01:20 -06:00
2015-06-12 17:01:42 -07:00
2015-05-28 15:41:45 -07:00
2015-05-21 17:07:59 -04:00
2015-06-24 17:49:45 -07:00
2015-06-30 20:16:08 -07:00
2015-05-31 15:51:24 +09:00
2015-06-24 17:49:38 -07:00
2015-05-23 01:22:35 -04:00
2015-05-31 11:40:14 +09:00
2015-05-19 08:39:11 +02:00
2015-06-01 14:33:35 +02:00
2015-05-19 08:39:14 +02:00
2015-06-19 15:18:28 +02:00
2015-06-01 10:56:31 +09:00
2015-05-31 13:40:53 +02:00
2015-06-15 17:23:03 -07:00
2015-06-23 06:14:04 -07:00
2015-06-01 16:50:52 -07:00
2015-06-15 19:49:22 -07:00
2015-06-24 02:15:54 -07:00
2015-06-26 19:50:04 -07:00
2015-06-23 18:27:19 -07:00
2015-05-19 08:39:14 +02:00
2015-06-03 12:02:00 +02:00
2015-06-11 09:01:55 +02:00
2015-06-20 19:14:31 +02:00
2015-06-16 10:10:16 +02:00
2015-06-15 14:36:01 -04:00
2015-06-10 11:31:14 +02:00
2015-07-01 10:49:25 -07:00
2015-06-18 16:54:28 -04:00
2015-06-24 17:49:46 -07:00
2015-06-05 17:26:35 +02:00
2015-05-26 12:40:17 +02:00
2015-06-19 10:03:12 +02:00
2015-06-25 16:49:21 -07:00
2015-06-26 11:23:38 -04:00
2015-05-19 23:58:43 +02:00
2015-06-24 15:09:40 -07:00
2015-06-27 13:26:03 -07:00
2015-06-11 22:19:45 +05:30
2015-05-28 12:21:08 +02:00
2015-05-24 11:15:54 -07:00
2015-06-24 17:49:45 -07:00
2015-06-25 16:00:17 -07:00
2015-06-24 17:49:41 -07:00
2015-06-25 16:00:17 -07:00
2015-06-24 17:49:44 -07:00
2015-06-26 15:59:26 -07:00
2015-07-01 10:49:25 -07:00
2015-07-01 10:49:25 -07:00
2015-06-16 14:35:06 +08:00
2015-06-25 04:20:04 -04:00
2015-06-15 17:23:03 -07:00
2015-06-12 14:16:46 +02:00
2015-06-18 21:14:31 +02:00
2015-06-12 14:10:12 +02:00
2015-06-18 21:14:31 +02:00
2015-06-24 17:49:40 -07:00
2015-06-05 10:58:34 -06:00
2015-06-02 16:31:25 +01:00
2015-06-24 11:18:48 +10:00
2015-05-26 19:55:56 -07:00
2015-06-24 17:49:43 -07:00
2015-06-02 08:33:33 -06:00
2015-06-01 07:08:18 +09:00
2015-06-24 16:49:49 -07:00
2015-06-12 15:26:45 -05:00
2015-05-29 07:39:34 +10:00
2015-06-26 14:02:43 -07:00
2015-05-27 00:27:35 -04:00
2015-05-30 02:17:15 +02:00
2015-05-20 01:56:31 +02:00
2015-06-19 01:18:14 +02:00
2015-06-29 10:34:42 -07:00
2015-06-10 16:15:54 +02:00
2015-06-07 15:57:43 +02:00
2015-06-25 17:00:38 -07:00
2015-06-15 14:40:49 +02:00
2015-06-12 11:36:30 +02:00
2015-06-05 11:40:45 +01:00
2015-05-28 10:47:45 -05:00
2015-06-10 19:14:04 +08:00
2015-05-28 11:32:04 +09:30
2015-05-28 11:32:06 +09:30
2015-05-28 11:32:04 +09:30
2015-05-27 12:58:04 -07:00
2015-07-01 10:49:25 -07:00
2015-05-27 12:59:31 -07:00
2015-06-22 18:57:44 -07:00
2015-05-22 12:19:21 +01:00
2015-05-26 15:23:23 +02:00
2015-06-25 01:13:43 +02:00
2015-06-23 06:56:18 -07:00
2015-06-25 15:22:36 -07:00
2015-06-27 13:26:03 -07:00
2015-05-24 12:13:36 -07:00
2015-06-27 13:26:03 -07:00
2015-07-01 10:49:25 -07:00
2015-05-31 16:21:38 +09:00
2015-06-15 14:30:32 -07:00
2015-06-29 10:49:51 -07:00
2015-06-24 17:49:40 -07:00
2015-06-15 19:49:22 -07:00
2015-05-27 12:57:27 -07:00
2015-06-25 17:00:38 -07:00
2015-05-30 17:04:36 -07:00
2015-06-25 17:00:40 -07:00
2015-05-19 09:19:59 -06:00
2015-06-26 14:02:43 -07:00
2015-06-25 17:00:39 -07:00
2015-05-23 01:22:35 -04:00
2015-06-23 14:18:07 -07:00
2015-06-12 11:15:49 +02:00
2015-06-12 11:15:49 +02:00
2015-05-22 10:36:29 -07:00
2015-06-19 15:18:28 +02:00
2015-05-27 15:22:15 +02:00
2015-05-18 14:08:58 -07:00
2015-05-29 17:21:45 -05:00
2015-06-15 16:02:52 -07:00
2015-05-19 08:39:18 +02:00
2015-06-12 17:26:57 -07:00
2015-06-29 11:10:56 -07:00
2015-05-21 17:26:22 -04:00
2015-06-02 08:40:20 -06:00
2015-06-25 17:00:37 -07:00