Re: [PATCH net] af_unix: return data from multiple SKBs on recv() with MSG_PEEK flag

2015-09-19 Thread Aaron Conole
Sergei Shtylyov writes: > Hello. > ... >Your patch doesn't comply to the Linux CodingStyle. > ... I'll fix and post v2 - apologies for messing up with that check. -Aaron -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.o

Re: [PATCH net] af_unix: return data from multiple SKBs on recv() with MSG_PEEK flag

2015-09-19 Thread Sergei Shtylyov
Hello. On 9/18/2015 7:04 PM, Aaron Conole wrote: AF_UNIX sockets now return multiple skbs from recv() when MSG_PEEK flag is set. This is referenced in kernel bugzilla #12323 @ https://bugzilla.kernel.org/show_bug.cgi?id=12323 As described both in the BZ and lkml thread @ http://lkml.org/lkml/

[PATCH net] af_unix: return data from multiple SKBs on recv() with MSG_PEEK flag

2015-09-18 Thread Aaron Conole
AF_UNIX sockets now return multiple skbs from recv() when MSG_PEEK flag is set. This is referenced in kernel bugzilla #12323 @ https://bugzilla.kernel.org/show_bug.cgi?id=12323 As described both in the BZ and lkml thread @ http://lkml.org/lkml/2008/1/8/444 calling recv() with MSG_PEEK on an AF_UN