From: Jon Mason Date: Fri, 1 Feb 2013 22:25:37 +0000 (-0700) Subject: NTB: Link toggle memory leak X-Git-Tag: v3.10-rc2~16^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b77b2637b39ecc380bb08992380d7d48452b0872;p=pandora-kernel.git 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 --- Reading git-diff-tree failed