Commit a131d822 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont Committed by David S. Miller

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: default avatarRémi Denis-Courmont <remi.denis-courmont@nokia.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 03789f26
...@@ -16,8 +16,8 @@ config PHONET ...@@ -16,8 +16,8 @@ config PHONET
will be called phonet. If unsure, say N. will be called phonet. If unsure, say N.
config PHONET_PIPECTRLR config PHONET_PIPECTRLR
bool "Phonet Pipe Controller" bool "Phonet Pipe Controller (EXPERIMENTAL)"
depends on PHONET depends on PHONET && EXPERIMENTAL
default N default N
help help
The Pipe Controller implementation in Phonet stack to support Pipe The Pipe Controller implementation in Phonet stack to support Pipe
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment