From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 24 Oct 2012 23:20:22 -0400 (EDT) Message-Id: <20121024.232022.1340389049377129136.davem@davemloft.net> To: mst@redhat.com Cc: agraf@suse.de, netdev@vger.kernel.org, kvm@vger.kernel.org, virtualization@lists.linux-foundation.org, stable@vger.kernel.org Subject: Re: [PATCH repost for-3.7] vhost: fix mergeable bufs on BE hosts From: David Miller In-Reply-To: <20121024183751.GC11118@redhat.com> References: <20121024183751.GC11118@redhat.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: kvm-owner@vger.kernel.org List-ID: From: "Michael S. Tsirkin" Date: Wed, 24 Oct 2012 20:37:51 +0200 > We copy head count to a 16 bit field, this works by chance on LE but on > BE guest gets 0. Fix it up. > > Signed-off-by: Michael S. Tsirkin > Tested-by: Alexander Graf > Cc: stable@vger.kernel.org Applied, thanks.