From mboxrd@z Thu Jan 1 00:00:00 1970 From: Don Slutz Subject: Re: [BUGFIX][PATCH v2 2/5] dbg_rw_guest_mem: need to call put_gfn in error path. Date: Wed, 08 Jan 2014 09:01:26 -0500 Message-ID: <52CD5A36.4030504@terremark.com> References: <1389140748-26524-1-git-send-email-dslutz@verizon.com> <1389140748-26524-3-git-send-email-dslutz@verizon.com> <52CCA204.2020601@citrix.com> <1389177658.4883.13.camel@kazak.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1389177658.4883.13.camel@kazak.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell , Andrew Cooper Cc: Keir Fraser , Stefano Stabellini , George Dunlap , Tim Deegan , Ian Jackson , Don Slutz , xen-devel@lists.xen.org, Jan Beulich List-Id: xen-devel@lists.xenproject.org On 01/08/14 05:40, Ian Campbell wrote: > On Wed, 2014-01-08 at 00:55 +0000, Andrew Cooper wrote: > >>> Signed-off-by: Don Slutz >> Technically this should include by Signed-off-by: Andrew Cooper >> tag (being the author of the code) > If you are the author then the first line of the mail should also be > > From: Andrew Cooper > > Don, if you git commit --author='....' (or --amend to fixup an existing > commit) then git send-email will do the right thing. I have taken my best shot at doing the right thing here in different email. >> Ian (with RM hat on): >> This is a hypervisor reference counting error on a toolstack hypercall >> path. Irrespective of any of the other patches in this series, I think >> this should be included ASAP (although probably subject to review from a >> third person), which will fix the hypervisor crashes from gdbsx usage. > I've already given this stuff a release Ack, subject to Muckesh > approving it and someone saying for sure that this patch can only affect > debuggers. For what it is worth, I will say that this patch can only affect debuggers. -Don Slutz > Ian. > >