Merge branch 'rds-net'
authorDavid S. Miller <davem@davemloft.net>
Fri, 3 Oct 2014 19:52:19 +0000 (12:52 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 3 Oct 2014 19:52:19 +0000 (12:52 -0700)
commitfba7516303c1f6bb45fcc3df888978d0b34202c4
tree5ce5ea7eed46aa59ff245a02ababb35a6b2b1d44
parentee042ec88022249b848306dd6e87ffd2fd88a839
parent593cbb3ec6a3f2424966832727f394b1696d0d72
Merge branch 'rds-net'

Herton R. Krzesinski says:

====================
Small fixes/changes for RDS

I got a report of one issue within RDS (after investigation it was a double
free), and I'm sending the fix (patch 3/3) which reporter said it works (no more
WARNING triggered on a specially instrumented kernel). The report/test was done
on a very old kernel (RHEL 5, 2.6.18 based with backports), but the problem the
patch handles still exists and should not change. Besides that, while
reviewing some of the code but being unable to reproduce with rds_tcp, I
noticed two small improvements/fixes which are in patches 1 and 2.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>