linux-uconsole/net/phonet
Rémi Denis-Courmont 8e983dfe01 Phonet: disable network namespace support
[Solved differently upstream]

Network namespace in the Phonet socket stack causes an OOPS when a
namespace is destroyed. This occurs as the loopback exit_net handler is
called after the Phonet exit_net handler, and re-enters the Phonet
stack. I cannot think of any nice way to fix this in kernel <= 2.6.32.

For lack of a better solution, disable namespace support completely.
If you need that, upgrade to a newer kernel.

Signed-off-by: Rémi Denis-Courmont <remi.denis-courmont@nokia.com>
Cc: Eric W. Biederman <ebiederm@xmission.com>
Cc: Ben Hutchings <ben@decadent.org.uk>
Acked-by: David S. Miller <davem@davemloft.net>
2010-10-28 21:44:17 -07:00
..
af_phonet.c Phonet: disable network namespace support 2010-10-28 21:44:17 -07:00
datagram.c Phonet: dropped datagrams accounting 2009-07-23 17:58:20 -07:00
Kconfig trivial: fix typos/grammar errors in Kconfig texts 2009-03-30 15:22:01 +02:00
Makefile Phonet: implement GPRS virtual interface over PEP socket 2008-10-05 11:16:16 -07:00
pep-gprs.c netdev: convert pseudo drivers to netdev_tx_t 2009-09-01 01:13:40 -07:00
pep.c Phonet: Correct header retrieval after pskb_may_pull 2010-10-28 21:44:07 -07:00
pn_dev.c Phonet: disable network namespace support 2010-10-28 21:44:17 -07:00
pn_netlink.c Phonet: disable network namespace support 2010-10-28 21:44:17 -07:00
socket.c Phonet: fix mutex imbalance 2009-09-30 16:41:34 -07:00
sysctl.c sysctl: remove "struct file *" argument of ->proc_handler 2009-09-24 07:21:04 -07:00