From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: [Xen-devel] [PATCH 2/2] xen/xenbus: don't reimplement kvasprintf via a fixed size buffer Date: Wed, 4 Jan 2012 10:12:49 -0500 Message-ID: <20120104151249.GF3322@phenom.dumpdata.com> References: <1325677158.25206.244.camel@zakaz.uk.xensource.com> <1325677192-10459-2-git-send-email-ian.campbell@citrix.com> <4F044D10020000780006A5B4@nat28.tlf.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <4F044D10020000780006A5B4@nat28.tlf.novell.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: virtualization-bounces@lists.linux-foundation.org Errors-To: virtualization-bounces@lists.linux-foundation.org To: Jan Beulich Cc: Jeremy Fitzhardinge , xen-devel@lists.xensource.com, Ian Campbell , linux-kernel@vger.kernel.org, virtualization@lists.linux-foundation.org, Haogang Chen List-Id: virtualization@lists.linuxfoundation.org On Wed, Jan 04, 2012 at 11:58:56AM +0000, Jan Beulich wrote: > >>> On 04.01.12 at 12:39, Ian Campbell wrote: > > Signed-off-by: Ian Campbell > > Acked-by: Jan Beulich OK, took: Ian Campbell (3): xen/xenbus: Reject replies with payload > XENSTORE_PAYLOAD_MAX. xenbus: maximum buffer size is XENSTORE_PAYLOAD_MAX xen/xenbus: don't reimplement kvasprintf via a fixed size buffer And put the ' xen/xenbus: Reject replies with payload > XENSTORE_PAYLOAD_MAX' on the stable@kernel.org as well. Thanks!