Simon Horman
736561a01f
IPVS: Use global mutex in ip_vs_app.c
...
As part of the work to make IPVS network namespace aware
__ip_vs_app_mutex was replaced by a per-namespace lock,
ipvs->app_mutex. ipvs->app_key is also supplied for debugging purposes.
Unfortunately this implementation results in ipvs->app_key residing
in non-static storage which at the very least causes a lockdep warning.
This patch takes the rather heavy-handed approach of reinstating
__ip_vs_app_mutex which will cover access to the ipvs->list_head
of all network namespaces.
[ 12.610000] IPVS: Creating netns size=2456 id=0
[ 12.630000] IPVS: Registered protocols (TCP, UDP, SCTP, AH, ESP)
[ 12.640000] BUG: key ffff880003bbf1a0 not in .data!
[ 12.640000] ------------[ cut here ]------------
[ 12.640000] WARNING: at kernel/lockdep.c:2701 lockdep_init_map+0x37b/0x570()
[ 12.640000] Hardware name: Bochs
[ 12.640000] Pid: 1, comm: swapper Tainted: G W 2.6.38-kexec-06330-g69b7efe-dirty #122
[ 12.650000] Call Trace:
[ 12.650000] [<ffffffff8102e685>] warn_slowpath_common+0x75/0xb0
[ 12.650000] [<ffffffff8102e6d5>] warn_slowpath_null+0x15/0x20
[ 12.650000] [<ffffffff8105967b>] lockdep_init_map+0x37b/0x570
[ 12.650000] [<ffffffff8105829d>] ? trace_hardirqs_on+0xd/0x10
[ 12.650000] [<ffffffff81055ad8>] debug_mutex_init+0x38/0x50
[ 12.650000] [<ffffffff8104bc4c>] __mutex_init+0x5c/0x70
[ 12.650000] [<ffffffff81685ee7>] __ip_vs_app_init+0x64/0x86
[ 12.660000] [<ffffffff81685a3b>] ? ip_vs_init+0x0/0xff
[ 12.660000] [<ffffffff811b1c33>] T.620+0x43/0x170
[ 12.660000] [<ffffffff811b1e9a>] ? register_pernet_subsys+0x1a/0x40
[ 12.660000] [<ffffffff81685a3b>] ? ip_vs_init+0x0/0xff
[ 12.660000] [<ffffffff81685a3b>] ? ip_vs_init+0x0/0xff
[ 12.660000] [<ffffffff811b1db7>] register_pernet_operations+0x57/0xb0
[ 12.660000] [<ffffffff81685a3b>] ? ip_vs_init+0x0/0xff
[ 12.670000] [<ffffffff811b1ea9>] register_pernet_subsys+0x29/0x40
[ 12.670000] [<ffffffff81685f19>] ip_vs_app_init+0x10/0x12
[ 12.670000] [<ffffffff81685a87>] ip_vs_init+0x4c/0xff
[ 12.670000] [<ffffffff8166562c>] do_one_initcall+0x7a/0x12e
[ 12.670000] [<ffffffff8166583e>] kernel_init+0x13e/0x1c2
[ 12.670000] [<ffffffff8128c134>] kernel_thread_helper+0x4/0x10
[ 12.670000] [<ffffffff8128ad40>] ? restore_args+0x0/0x30
[ 12.680000] [<ffffffff81665700>] ? kernel_init+0x0/0x1c2
[ 12.680000] [<ffffffff8128c130>] ? kernel_thread_helper+0x0/0x1global0
Signed-off-by: Simon Horman <horms@verge.net.au>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Eric Dumazet <eric.dumazet@gmail.com>
Cc: Julian Anastasov <ja@ssi.bg>
Cc: Hans Schillstrom <hans@schillstrom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-03-21 20:39:24 -07:00
..
2011-03-20 15:35:01 +01:00
2011-03-21 20:39:24 -07:00
2011-02-19 19:17:35 -08:00
2011-03-15 20:17:44 +01:00
2011-03-15 20:16:20 +01:00
2010-06-25 14:46:56 +02:00
2010-05-13 15:02:08 +02:00
2011-01-18 18:12:24 +01:00
2011-03-15 13:03:27 -07:00
2011-02-01 16:06:30 +01:00
2011-01-14 15:45:56 +01:00
2010-11-15 19:45:13 +01:00
2010-05-13 15:02:08 +02:00
2008-01-31 19:28:07 -08:00
2011-03-12 15:08:51 -08:00
2008-01-31 19:28:07 -08:00
2011-01-14 15:45:56 +01:00
2010-05-13 15:02:08 +02:00
2008-04-14 11:15:52 +02:00
2011-01-18 18:12:24 +01:00
2011-02-04 14:28:58 -08:00
2010-02-15 18:13:33 +01:00
2010-11-12 17:33:17 +01:00
2009-11-12 02:05:06 -08:00
2010-03-30 22:02:32 +09:00
2010-11-12 17:33:17 +01:00
2011-02-28 18:02:33 +01:00
2010-02-15 17:45:08 +01:00
2010-02-15 17:45:08 +01:00
2010-11-15 19:45:13 +01:00
2010-03-30 22:02:32 +09:00
2010-10-21 08:21:34 -07:00
2011-01-18 18:12:24 +01:00
2011-01-19 19:10:49 +01:00
2010-05-13 15:02:08 +02:00
2011-01-19 16:00:07 +01:00
2010-05-13 15:02:08 +02:00
2011-03-03 21:27:42 -08:00
2011-01-18 16:08:30 +01:00
2009-09-30 16:12:20 -07:00
2011-02-17 11:32:38 +01:00
2011-02-15 21:59:37 +01:00
2011-01-18 15:27:28 +01:00
2010-05-13 15:02:08 +02:00
2011-03-14 19:11:44 +01:00
2011-03-15 20:17:44 +01:00
2011-03-16 18:32:13 +01:00
2010-07-15 17:20:46 +02:00
2010-11-15 13:57:56 +01:00
2010-06-08 16:09:52 +02:00
2010-05-11 18:33:37 +02:00
2010-06-25 14:44:07 +02:00
2011-03-15 13:26:32 +01:00
2010-05-11 18:33:37 +02:00
2010-05-11 18:31:17 +02:00
2011-02-14 17:28:55 +01:00
2011-01-18 06:33:54 +01:00
2010-10-21 10:12:48 +11:00
2010-05-11 18:35:27 +02:00
2011-02-03 00:05:43 +01:00
2010-05-11 18:33:37 +02:00
2010-05-11 18:31:17 +02:00
2010-05-11 18:35:27 +02:00
2010-08-19 17:16:25 -07:00
2010-05-11 18:33:37 +02:00
2010-05-11 18:33:37 +02:00
2010-05-11 18:31:17 +02:00
2011-01-18 06:33:54 +01:00
2011-02-04 14:28:58 -08:00
2011-01-13 10:30:27 +09:00
2011-01-18 06:33:54 +01:00
2010-05-11 18:33:37 +02:00
2010-05-11 18:33:37 +02:00
2010-05-11 18:33:37 +02:00
2010-05-11 18:33:37 +02:00
2010-05-11 18:35:27 +02:00
2010-05-11 18:31:17 +02:00
2011-01-18 16:08:30 +01:00
2010-06-08 16:09:52 +02:00
2010-05-11 18:33:37 +02:00
2010-05-11 18:33:37 +02:00
2010-05-11 18:33:37 +02:00
2010-05-11 18:33:37 +02:00
2010-05-11 18:33:37 +02:00
2010-07-23 14:07:47 +02:00
2010-05-11 18:33:37 +02:00
2010-06-11 18:37:08 -07:00
2010-05-11 18:33:37 +02:00
2010-10-15 15:53:27 +02:00
2010-02-10 17:50:47 +01:00
2010-06-09 14:47:40 +02:00
2010-10-21 10:12:48 +11:00
2011-02-01 15:56:00 +01:00
2011-02-17 11:32:38 +01:00
2010-06-08 16:09:52 +02:00
2010-06-01 12:00:41 +02:00
2010-05-11 18:33:37 +02:00
2010-05-11 18:35:27 +02:00
2011-03-12 15:08:51 -08:00
2010-05-11 18:31:17 +02:00
2010-05-11 18:35:27 +02:00
2011-03-12 15:08:54 -08:00
2010-05-13 15:16:27 +02:00
2011-02-17 11:32:38 +01:00
2010-05-11 18:31:17 +02:00
2010-05-11 18:33:37 +02:00