commit | b77b2637b39ecc380bb08992380d7d48452b0872 | [log] [tgz] |
---|---|---|
author | Jon Mason <jon.mason@intel.com> | Fri Feb 01 15:25:37 2013 -0700 |
committer | Jon Mason <jon.mason@intel.com> | Wed May 15 10:57:45 2013 -0700 |
tree | aa19d879e5a13dbda6817c439fd9154e5f934366 | |
parent | 113fc505b83b2d16e820ca74fa07f99a34877b1d [diff] |
NTB: Link toggle memory leak Each link-up will allocate a new NTB receive buffer when the NTB properties are negotiated with the remote system. These allocations did not check for existing buffers and thus did not free them. Now, the driver will check for an existing buffer and free it if not of the correct size, before trying to alloc a new one. Signed-off-by: Jon Mason <jon.mason@intel.com>