]> 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)
commit6042e4ca849278d2a23d38e2da5d7176a00be9fb
tree5ce5ea7eed46aa59ff245a02ababb35a6b2b1d44
parent8aec39486b8f0512874f9cc81f5c0cd9d65141cc
parentdcd6a12dcf8b72d897965deebc58c65b6082ac9b
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>