[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <AE90C24D6B3A694183C094C60CF0A2F6026B7056@saturn3.aculab.com>
Date: Fri, 19 Oct 2012 10:26:52 +0100
From: "David Laight" <David.Laight@...LAB.COM>
To: "Eric Dumazet" <eric.dumazet@...il.com>
Cc: <netdev@...r.kernel.org>
Subject: RE: sock_getsockopt() not exported
> > The problem is that it might be needed by an 'out of tree' driver.
> > We already have the function:
>
> We dont care of out of tree drivers.
>
> Thats really simple.
>
> Submit this driver, and add the EXPORT_SYMBOL() you need at that time.
Even if management would release the source, you wouldn't
want 4MB of source for an ss7 protocol stack for a card
that isn't generally available, and that needs another
similar sized driver (and libraries etc) to be useful.
The Linux interface is all done with wrapper functions
that get compiled on the target system so we can ship
a big binary 'blob'.
David
Powered by blists - more mailing lists