linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Mis-backport in af_unix patch for Linux 3.10.95
@ 2016-01-24  5:10 Sultan Qasim
  2016-01-24  8:31 ` Willy Tarreau
  0 siblings, 1 reply; 4+ messages in thread
From: Sultan Qasim @ 2016-01-24  5:10 UTC (permalink / raw)
  To: stable, linux-kernel

Hello all,

I'm an outsider to the Linux kernel community, so I apologize if this
is not the right channel to mention this. I noticed that the
backported version of the patch "af_unix: Revert 'lock_interruptible'
in stream receive code" in Linux 3.10.95 seems to have removed the
mutex_lock_interruptible from the wrong function.

Here is the backported patch:
https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/commit/?id=3a57e783016bf43ab9326172217f564941b85b17

Here is the original:
https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/commit/net/unix/af_unix.c?id=3822b5c2fc62e3de8a0f33806ff279fb7df92432

Was it not meant to be removed from unix_stream_recvmsg instead of
unix_dgram_recvmsg? Also, the variable called "noblock" needs to be
removed from the function being changed to prevent unused variable
warnings.

Sultan Q. Khan

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-01-24 21:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-24  5:10 Mis-backport in af_unix patch for Linux 3.10.95 Sultan Qasim
2016-01-24  8:31 ` Willy Tarreau
2016-01-24 16:16   ` Sultan Qasim
2016-01-24 21:40     ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).