Re: [PATCH net-next] RDS: rds_conn_lookup() should factor in the struct net for a match

2015-09-05 Thread David Miller
From: Sowmini Varadhan Date: Thu, 3 Sep 2015 16:24:52 -0400 > > Only return a conn if the rds_conn_net(conn) matches the struct > net passed to rds_conn_lookup(). > > Fixes: 467fa15356ac ("RDS-TCP: Support multiple RDS-TCP listen endpoints, >one per netns.") > > Signed-off-by: Sowmini

Re: [PATCH net-next] RDS: rds_conn_lookup() should factor in the struct net for a match

2015-09-03 Thread santosh.shilim...@oracle.com
On 9/3/15 1:24 PM, Sowmini Varadhan wrote: Only return a conn if the rds_conn_net(conn) matches the struct net passed to rds_conn_lookup(). Fixes: 467fa15356ac ("RDS-TCP: Support multiple RDS-TCP listen endpoints, one per netns.") Signed-off-by: Sowmini Varadhan --- Acked-by: Santos

[PATCH net-next] RDS: rds_conn_lookup() should factor in the struct net for a match

2015-09-03 Thread Sowmini Varadhan
Only return a conn if the rds_conn_net(conn) matches the struct net passed to rds_conn_lookup(). Fixes: 467fa15356ac ("RDS-TCP: Support multiple RDS-TCP listen endpoints, one per netns.") Signed-off-by: Sowmini Varadhan --- net/rds/connection.c |9 + 1 files changed, 5 inser