From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jan Beulich" Subject: Re: [PATCH 09/34] xen/common: tmem: Remove dumb check in do_tmem_destroy_pool [and 2 more messages] Date: Fri, 23 May 2014 07:08:04 +0100 Message-ID: <537F01E402000078000152A1@mail.emea.novell.com> References: <1395766541-23979-1-git-send-email-julien.grall@linaro.org> <1395766541-23979-10-git-send-email-julien.grall@linaro.org> <5331C583.9090001@citrix.com> <5331C86D.6070306@linaro.org> <20140403180616.GB24597@andromeda.dapyr.net><5331C583.9090001@citrix.com>, <5331C86D.6070306@linaro.org>, <20140403180616.GB24597@andromeda.dapyr.net> <21374.8026.596097.191502@mariner.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1WnieE-0001fP-Ud for xen-devel@lists.xenproject.org; Fri, 23 May 2014 06:08:07 +0000 In-Reply-To: <21374.8026.596097.191502@mariner.uk.xensource.com> Content-Disposition: inline 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 Jackson Cc: ian.campbell@citrix.com, Andrew Cooper , Julien Grall , tim@xen.org, stefano.stabellini@citrix.com, Konrad Rzeszutek Wilk , xen-devel@lists.xenproject.org List-Id: xen-devel@lists.xenproject.org >>> On 22.05.14 at 18:01, wrote: > On 25/03/14 16:55, Julien Grall wrote: >> do_tmem_destroy_pool is checking if pools == NULL. But, pools is a fixed >> array. > > This patch (committed to staging as ac0f56a2) has turned up in my > backport list somehow, even though (a) it wouldn't be my > responsibility as it's a hypervisor patch and (b) I can find no trace > of it in my mailbox to explain why. > > My backport list only records the identity of the patch and the date > when I added it to the list (8th of April 2014 in this case). I > normally use my email to find out why. Perhaps just a one-off in picking commit IDs from git log output? > Anyway, I thought I'd email Jan as stable maintainer to decide what to > do about it. I'm removing it from my own backport list. I see no reason to apply any tmem patches to stable trees until tmem's status changes back to supported, or unless being urged by the tmem maintainer. Jan