Re: [PATCH] kvm: Fix irqfd resampler list walk

2013-01-28 Thread Marcelo Tosatti
On Mon, Jan 28, 2013 at 08:25:00AM -0700, Alex Williamson wrote: > On Mon, 2012-12-10 at 18:16 -0200, Marcelo Tosatti wrote: > > On Thu, Dec 06, 2012 at 02:44:59PM -0700, Alex Williamson wrote: > > > Typo for the next pointer means we're walking random data here. > > > > > > Signed-off-by: Alex Wi

Re: [PATCH] kvm: Fix irqfd resampler list walk

2013-01-28 Thread Alex Williamson
On Mon, 2012-12-10 at 18:16 -0200, Marcelo Tosatti wrote: > On Thu, Dec 06, 2012 at 02:44:59PM -0700, Alex Williamson wrote: > > Typo for the next pointer means we're walking random data here. > > > > Signed-off-by: Alex Williamson > > Cc: sta...@vger.kernel.org [3.7] > > --- > > > > Not sure if

Re: [PATCH] kvm: Fix irqfd resampler list walk

2012-12-10 Thread Marcelo Tosatti
On Thu, Dec 06, 2012 at 02:44:59PM -0700, Alex Williamson wrote: > Typo for the next pointer means we're walking random data here. > > Signed-off-by: Alex Williamson > Cc: sta...@vger.kernel.org [3.7] > --- > > Not sure if this will make 3.7, so preemptively adding the stable flag > > virt/kvm

[PATCH] kvm: Fix irqfd resampler list walk

2012-12-06 Thread Alex Williamson
Typo for the next pointer means we're walking random data here. Signed-off-by: Alex Williamson Cc: sta...@vger.kernel.org [3.7] --- Not sure if this will make 3.7, so preemptively adding the stable flag virt/kvm/eventfd.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v