]> git.baikalelectronics.ru Git - kernel.git/commit
Phonet: mark the pipe controller as EXPERIMENTAL
authorRémi Denis-Courmont <remi.denis-courmont@nokia.com>
Fri, 8 Oct 2010 04:02:03 +0000 (04:02 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 8 Oct 2010 21:09:10 +0000 (14:09 -0700)
commit7468221e868238b887055e01afcd5b5b61840a66
tree8c6dd33de004de38b187fdf08867c98f82757f79
parent3a0b399fcaed7761c3ab3c0417ac245121cb4223
Phonet: mark the pipe controller as EXPERIMENTAL

There are a bunch of issues that need to be fixed, including:
 - GFP_KERNEL allocations from atomic context
   (and GFP_ATOMIC in process context),
 - abuse of the setsockopt() call convention,
 - unprotected/unlocked static variables...

IMHO, we will need to alter the userspace ABI when we fix it. So mark
the configuration option as EXPERIMENTAL for the time being (or should
it be BROKEN instead?).

Signed-off-by: Rémi Denis-Courmont <remi.denis-courmont@nokia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/phonet/Kconfig