* Stable inclusion request: recvmsg/sendmsg userspace regression fix
@ 2015-01-30 15:28 Michal Marek
2015-02-18 15:37 ` Luis Henriques
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Michal Marek @ 2015-01-30 15:28 UTC (permalink / raw)
To: Linux Kernel Network Developers; +Cc: Ani Sinha, David S. Miller, Stable Tree
Hi,
please include
commit 6a2a2b3ae0759843b22c929881cc184b00cc63ff
Author: Ani Sinha <ani@arista.com>
Date: Mon Sep 8 14:49:59 2014 -0700
net:socket: set msg_namelen to 0 if msg_name is passed as NULL in
msghdr struct from userland.
to 3.14.y and older trees, since it fixes a userspace regression caused
by commit dbb490b9 ("net: socket: error on a negative msg_namelen"). The
patch applies cleanly to all trees down to 2.6.32.y.
Thanks,
Michal
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Stable inclusion request: recvmsg/sendmsg userspace regression fix
2015-01-30 15:28 Stable inclusion request: recvmsg/sendmsg userspace regression fix Michal Marek
@ 2015-02-18 15:37 ` Luis Henriques
2015-03-16 9:43 ` Jiri Slaby
2015-04-09 1:24 ` Zefan Li
2 siblings, 0 replies; 5+ messages in thread
From: Luis Henriques @ 2015-02-18 15:37 UTC (permalink / raw)
To: Michal Marek
Cc: Linux Kernel Network Developers, Ani Sinha, David S. Miller,
Stable Tree
On Fri, Jan 30, 2015 at 04:28:56PM +0100, Michal Marek wrote:
> Hi,
>
> please include
>
> commit 6a2a2b3ae0759843b22c929881cc184b00cc63ff
> Author: Ani Sinha <ani@arista.com>
> Date: Mon Sep 8 14:49:59 2014 -0700
>
> net:socket: set msg_namelen to 0 if msg_name is passed as NULL in
> msghdr struct from userland.
>
> to 3.14.y and older trees, since it fixes a userspace regression caused
> by commit dbb490b9 ("net: socket: error on a negative msg_namelen"). The
> patch applies cleanly to all trees down to 2.6.32.y.
>
I'm queuing this for the 3.16 kernel as well. Thanks!
Cheers,
--
Luís
> Thanks,
> Michal
> --
> To unsubscribe from this list: send the line "unsubscribe stable" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Stable inclusion request: recvmsg/sendmsg userspace regression fix
2015-01-30 15:28 Stable inclusion request: recvmsg/sendmsg userspace regression fix Michal Marek
2015-02-18 15:37 ` Luis Henriques
@ 2015-03-16 9:43 ` Jiri Slaby
2015-04-09 1:24 ` Zefan Li
2 siblings, 0 replies; 5+ messages in thread
From: Jiri Slaby @ 2015-03-16 9:43 UTC (permalink / raw)
To: Michal Marek, Linux Kernel Network Developers, David S. Miller
Cc: Ani Sinha, Stable Tree
On 01/30/2015, 04:28 PM, Michal Marek wrote:
> Hi,
>
> please include
>
> commit 6a2a2b3ae0759843b22c929881cc184b00cc63ff
> Author: Ani Sinha <ani@arista.com>
> Date: Mon Sep 8 14:49:59 2014 -0700
>
> net:socket: set msg_namelen to 0 if msg_name is passed as NULL in
> msghdr struct from userland.
>
> to 3.14.y and older trees, since it fixes a userspace regression caused
> by commit dbb490b9 ("net: socket: error on a negative msg_namelen"). The
> patch applies cleanly to all trees down to 2.6.32.y.
Hi,
this was not in the last batch of fixes yet. David, do you have any
plans with this one?
thanks,
--
js
suse labs
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Stable inclusion request: recvmsg/sendmsg userspace regression fix
2015-01-30 15:28 Stable inclusion request: recvmsg/sendmsg userspace regression fix Michal Marek
2015-02-18 15:37 ` Luis Henriques
2015-03-16 9:43 ` Jiri Slaby
@ 2015-04-09 1:24 ` Zefan Li
2015-05-03 21:21 ` Ben Hutchings
2 siblings, 1 reply; 5+ messages in thread
From: Zefan Li @ 2015-04-09 1:24 UTC (permalink / raw)
To: Michal Marek
Cc: Linux Kernel Network Developers, Ani Sinha, David S. Miller,
Stable Tree, Ben Hutchings
Cc: Ben
On 2015/1/30 23:28, Michal Marek wrote:
> Hi,
>
> please include
>
> commit 6a2a2b3ae0759843b22c929881cc184b00cc63ff
> Author: Ani Sinha <ani@arista.com>
> Date: Mon Sep 8 14:49:59 2014 -0700
>
> net:socket: set msg_namelen to 0 if msg_name is passed as NULL in
> msghdr struct from userland.
>
> to 3.14.y and older trees, since it fixes a userspace regression caused
> by commit dbb490b9 ("net: socket: error on a negative msg_namelen"). The
> patch applies cleanly to all trees down to 2.6.32.y.
>
Queued up for 3.4. Thansks!
It's still missing from 3.2.y, so cc Ben.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Stable inclusion request: recvmsg/sendmsg userspace regression fix
2015-04-09 1:24 ` Zefan Li
@ 2015-05-03 21:21 ` Ben Hutchings
0 siblings, 0 replies; 5+ messages in thread
From: Ben Hutchings @ 2015-05-03 21:21 UTC (permalink / raw)
To: Zefan Li
Cc: Michal Marek, Linux Kernel Network Developers, Ani Sinha,
David S. Miller, Stable Tree
[-- Attachment #1: Type: text/plain, Size: 846 bytes --]
On Thu, 2015-04-09 at 09:24 +0800, Zefan Li wrote:
> Cc: Ben
>
> On 2015/1/30 23:28, Michal Marek wrote:
> > Hi,
> >
> > please include
> >
> > commit 6a2a2b3ae0759843b22c929881cc184b00cc63ff
> > Author: Ani Sinha <ani@arista.com>
> > Date: Mon Sep 8 14:49:59 2014 -0700
> >
> > net:socket: set msg_namelen to 0 if msg_name is passed as NULL in
> > msghdr struct from userland.
> >
> > to 3.14.y and older trees, since it fixes a userspace regression caused
> > by commit dbb490b9 ("net: socket: error on a negative msg_namelen"). The
> > patch applies cleanly to all trees down to 2.6.32.y.
> >
>
> Queued up for 3.4. Thansks!
>
> It's still missing from 3.2.y, so cc Ben.
Queued up for 3.2, thanks.
Ben.
--
Ben Hutchings
One of the nice things about standards is that there are so many of them.
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 811 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-05-03 21:21 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-30 15:28 Stable inclusion request: recvmsg/sendmsg userspace regression fix Michal Marek
2015-02-18 15:37 ` Luis Henriques
2015-03-16 9:43 ` Jiri Slaby
2015-04-09 1:24 ` Zefan Li
2015-05-03 21:21 ` Ben Hutchings
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).