Re: [PATCH 3.2 08/67] af_unix: fix struct pid memory leak

2016-02-24 Thread Willy Tarreau
On Wed, Feb 24, 2016 at 09:24:39PM +, Ben Hutchings wrote: (...) > Yes, it looks like the bug was really introduced way back in 2.5.65 by > "[NET]: Simplify scm handling and sendmsg/recvmsg invocation, > consolidate net compat syscalls." > > So I think this is also needed for 2.6.32. Thanks

Re: [PATCH 3.2 08/67] af_unix: fix struct pid memory leak

2016-02-24 Thread Willy Tarreau
On Wed, Feb 24, 2016 at 09:24:39PM +, Ben Hutchings wrote: (...) > Yes, it looks like the bug was really introduced way back in 2.5.65 by > "[NET]: Simplify scm handling and sendmsg/recvmsg invocation, > consolidate net compat syscalls." > > So I think this is also needed for 2.6.32. Thanks

Re: [PATCH 3.2 08/67] af_unix: fix struct pid memory leak

2016-02-24 Thread Ben Hutchings
On Tue, 2016-02-23 at 22:07 +, Rainer Weikusat wrote: > Ben Hutchings writes: > > 3.2.78-rc1 review patch.  If anyone has any objections, please let me know. > > > > -- > > > > From: Eric Dumazet > > > > commit

Re: [PATCH 3.2 08/67] af_unix: fix struct pid memory leak

2016-02-24 Thread Ben Hutchings
On Tue, 2016-02-23 at 22:07 +, Rainer Weikusat wrote: > Ben Hutchings writes: > > 3.2.78-rc1 review patch.  If anyone has any objections, please let me know. > > > > -- > > > > From: Eric Dumazet > > > > commit fa0dc04df259ba2df3ce1920e9690c7842f8fa4b upstream. > > [...]

Re: [PATCH 3.2 08/67] af_unix: fix struct pid memory leak

2016-02-23 Thread Rainer Weikusat
Ben Hutchings writes: > 3.2.78-rc1 review patch. If anyone has any objections, please let me know. > > -- > > From: Eric Dumazet > > commit fa0dc04df259ba2df3ce1920e9690c7842f8fa4b upstream. [...] > Fixes: b3ca9b02b007 ("net: fix

Re: [PATCH 3.2 08/67] af_unix: fix struct pid memory leak

2016-02-23 Thread Rainer Weikusat
Ben Hutchings writes: > 3.2.78-rc1 review patch. If anyone has any objections, please let me know. > > -- > > From: Eric Dumazet > > commit fa0dc04df259ba2df3ce1920e9690c7842f8fa4b upstream. [...] > Fixes: b3ca9b02b007 ("net: fix multithreaded signal handling in unix recv >

[PATCH 3.2 08/67] af_unix: fix struct pid memory leak

2016-02-23 Thread Ben Hutchings
3.2.78-rc1 review patch. If anyone has any objections, please let me know. -- From: Eric Dumazet commit fa0dc04df259ba2df3ce1920e9690c7842f8fa4b upstream. Dmitry reported a struct pid leak detected by a syzkaller program. Bug happens in

[PATCH 3.2 08/67] af_unix: fix struct pid memory leak

2016-02-23 Thread Ben Hutchings
3.2.78-rc1 review patch. If anyone has any objections, please let me know. -- From: Eric Dumazet commit fa0dc04df259ba2df3ce1920e9690c7842f8fa4b upstream. Dmitry reported a struct pid leak detected by a syzkaller program. Bug happens in unix_stream_recvmsg() when we break