Files
linux-apfs/drivers/net
Eric W. Biederman 2b008b0a8e [NET]: Marking struct pernet_operations __net_initdata was inappropriate
It is not safe to to place struct pernet_operations in a special section.
We need struct pernet_operations to last until we call unregister_pernet_subsys.
Which doesn't happen until module unload.

So marking struct pernet_operations is a disaster for modules in two ways.
- We discard it before we call the exit method it points to.
- Because I keep struct pernet_operations on a linked list discarding
  it for compiled in code removes elements in the middle of a linked
  list and does horrible things for linked insert.

So this looks safe assuming __exit_refok is not discarded
for modules.

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2007-10-26 22:54:53 -07:00
..
2007-10-19 11:53:41 -07:00
2007-10-20 03:06:37 +02:00
2007-10-25 03:31:14 -04:00
2007-10-17 20:11:28 -04:00
2007-10-10 16:52:01 -07:00
2007-10-19 23:00:01 -04:00
2007-10-17 20:23:30 -04:00
2007-10-10 16:52:06 -07:00
2007-10-10 16:51:57 -07:00
2007-10-10 16:55:27 -07:00
2007-10-10 16:51:43 -07:00
2007-10-10 16:54:07 -07:00
2007-10-19 11:53:41 -07:00
2007-10-10 16:55:57 -07:00
2007-10-10 16:55:27 -07:00
2007-10-19 23:00:01 -04:00
2007-10-10 16:51:13 -07:00
2007-10-10 16:51:13 -07:00
2007-10-19 11:53:42 -07:00
2007-07-30 15:48:16 -04:00
2007-07-30 15:48:16 -04:00
2007-10-17 20:11:28 -04:00
2007-10-10 16:50:46 -07:00
2007-10-25 03:31:13 -04:00
2007-10-25 03:31:13 -04:00
2007-10-19 11:53:41 -07:00
2007-10-10 16:51:13 -07:00
2007-10-23 15:49:55 +10:00
2007-10-19 11:53:42 -07:00
2007-10-15 14:29:49 -04:00
2007-10-10 16:51:13 -07:00
2007-10-23 21:28:40 -04:00
2007-10-22 02:59:53 -07:00
2007-10-10 16:54:38 -07:00
2007-10-23 20:18:13 -04:00
2007-10-10 16:54:30 -07:00
2007-10-18 21:26:17 +02:00
2007-10-19 11:53:42 -07:00
2007-10-19 11:53:42 -07:00
2007-10-19 11:53:42 -07:00
2007-10-15 14:29:48 -04:00
2007-10-16 21:10:29 -04:00
2007-10-16 21:10:29 -04:00
2007-10-23 20:18:13 -04:00
2007-10-11 22:17:19 -07:00
2007-10-10 16:51:13 -07:00
2007-10-10 16:51:13 -07:00
2007-10-10 16:51:34 -07:00
2007-10-15 14:29:48 -04:00
2007-10-10 16:51:34 -07:00
2007-10-22 02:59:51 -07:00
2007-10-22 02:59:51 -07:00
2007-10-10 16:51:13 -07:00
2007-10-19 23:00:03 -04:00
2007-09-13 15:43:46 -05:00
2007-10-10 16:52:04 -07:00
2007-10-10 16:53:49 -07:00
2007-10-23 15:49:54 +10:00