commit | 11d49e9d089ccec81be87c2386dfdd010d7f7f6e | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sun Sep 24 18:36:44 2017 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Wed Oct 11 22:36:54 2017 -0400 |
tree | b0f7adbe5d724edf295cfe639352273096ee9bda | |
parent | 09cf698a594276139b7dfafb232af3fe4fbc4438 [diff] |
fix a page leak in vhost_scsi_iov_to_sgl() error recovery we are advancing sg as we go, so the pages we need to drop in case of error are *before* the current sg. Cc: stable@vger.kernel.org Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>