Re: [PATCH] audit: Use struct net not pid_t to remember the network namespce to reply in

2014-03-16 Thread Richard Guy Briggs
On 14/03/16, Richard Guy Briggs wrote: > On 14/02/28, Eric W. Biederman wrote: > > > > While reading through 3.14-rc1 I found a pretty siginficant mishandling > > of network namespaces in the recent audit changes. > > > > In struct audit_netlink_list and audit_reply add a reference to the > >

Re: [PATCH] audit: Use struct net not pid_t to remember the network namespce to reply in

2014-03-16 Thread Richard Guy Briggs
On 14/02/28, Eric W. Biederman wrote: > > While reading through 3.14-rc1 I found a pretty siginficant mishandling > of network namespaces in the recent audit changes. > > In struct audit_netlink_list and audit_reply add a reference to the > network namespace of the caller and remove the

Re: [PATCH] audit: Use struct net not pid_t to remember the network namespce to reply in

2014-03-16 Thread Richard Guy Briggs
On 14/02/28, Eric W. Biederman wrote: While reading through 3.14-rc1 I found a pretty siginficant mishandling of network namespaces in the recent audit changes. In struct audit_netlink_list and audit_reply add a reference to the network namespace of the caller and remove the userspace pid

Re: [PATCH] audit: Use struct net not pid_t to remember the network namespce to reply in

2014-03-16 Thread Richard Guy Briggs
On 14/03/16, Richard Guy Briggs wrote: On 14/02/28, Eric W. Biederman wrote: While reading through 3.14-rc1 I found a pretty siginficant mishandling of network namespaces in the recent audit changes. In struct audit_netlink_list and audit_reply add a reference to the network

Re: [PATCH] audit: Use struct net not pid_t to remember the network namespce to reply in

2014-02-28 Thread Eric W. Biederman
Richard Guy Briggs writes: > On 14/02/28, Eric W. Biederman wrote: >> While reading through 3.14-rc1 I found a pretty siginficant mishandling >> of network namespaces in the recent audit changes. >> >> In struct audit_netlink_list and audit_reply add a reference to the >> network namespace of

Re: [PATCH] audit: Use struct net not pid_t to remember the network namespce to reply in

2014-02-28 Thread Richard Guy Briggs
On 14/02/28, Eric W. Biederman wrote: > While reading through 3.14-rc1 I found a pretty siginficant mishandling > of network namespaces in the recent audit changes. > > In struct audit_netlink_list and audit_reply add a reference to the > network namespace of the caller and remove the userspace

[PATCH] audit: Use struct net not pid_t to remember the network namespce to reply in

2014-02-28 Thread Eric W. Biederman
While reading through 3.14-rc1 I found a pretty siginficant mishandling of network namespaces in the recent audit changes. In struct audit_netlink_list and audit_reply add a reference to the network namespace of the caller and remove the userspace pid of the caller. This cleanly remembers the

[PATCH] audit: Use struct net not pid_t to remember the network namespce to reply in

2014-02-28 Thread Eric W. Biederman
While reading through 3.14-rc1 I found a pretty siginficant mishandling of network namespaces in the recent audit changes. In struct audit_netlink_list and audit_reply add a reference to the network namespace of the caller and remove the userspace pid of the caller. This cleanly remembers the

Re: [PATCH] audit: Use struct net not pid_t to remember the network namespce to reply in

2014-02-28 Thread Richard Guy Briggs
On 14/02/28, Eric W. Biederman wrote: While reading through 3.14-rc1 I found a pretty siginficant mishandling of network namespaces in the recent audit changes. In struct audit_netlink_list and audit_reply add a reference to the network namespace of the caller and remove the userspace pid of

Re: [PATCH] audit: Use struct net not pid_t to remember the network namespce to reply in

2014-02-28 Thread Eric W. Biederman
Richard Guy Briggs r...@redhat.com writes: On 14/02/28, Eric W. Biederman wrote: While reading through 3.14-rc1 I found a pretty siginficant mishandling of network namespaces in the recent audit changes. In struct audit_netlink_list and audit_reply add a reference to the network namespace