]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3ca58796381a0e057ff1444f03f8d38a8e279b08
tree5ce5ea7eed46aa59ff245a02ababb35a6b2b1d44
parentd7015509503f4b878aa53793ccc45ba948362ec5
parent8c1be9b2a1ff0b769b8f8b39c4cc79aded47950d
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>