Re: [PATCH 03/18] perf target: Fix check on buffer size

2012-08-05 Thread Namhyung Kim
Hi, David On Sun, 05 Aug 2012 22:14:42 -0600, David Ahern wrote: > On 8/5/12 9:53 PM, Namhyung Kim wrote: >> >> I think this should go to the urgent branch too as the offending patch >> seemed to go to the mainline already. >> > > It was picked up by Ingo today and included in his pull request sen

Re: [PATCH 03/18] perf target: Fix check on buffer size

2012-08-05 Thread David Ahern
On 8/5/12 9:53 PM, Namhyung Kim wrote: I think this should go to the urgent branch too as the offending patch seemed to go to the mainline already. It was picked up by Ingo today and included in his pull request sent to Linus. David -- To unsubscribe from this list: send the line "unsubsc

Re: [PATCH 03/18] perf target: Fix check on buffer size

2012-08-05 Thread Namhyung Kim
Hi, Arnaldo On Fri, 3 Aug 2012 17:17:03 +0300, Kirill A. Shutemov wrote: > On Fri, Aug 03, 2012 at 11:00:55AM -0300, Arnaldo Carvalho de Melo wrote: >> From: Namhyung Kim >> >> It was a mistake just replace assert to BUG_ON since its condition >> should be negated. Fix it. >> >> Signed-off-by:

Re: [PATCH 03/18] perf target: Fix check on buffer size

2012-08-03 Thread Kirill A. Shutemov
On Fri, Aug 03, 2012 at 11:00:55AM -0300, Arnaldo Carvalho de Melo wrote: > From: Namhyung Kim > > It was a mistake just replace assert to BUG_ON since its condition > should be negated. Fix it. > > Signed-off-by: Namhyung Kim > Cc: "Kirill A. Shutemov" > Cc: Ingo Molnar > Cc: Kirill A. Shute

[PATCH 03/18] perf target: Fix check on buffer size

2012-08-03 Thread Arnaldo Carvalho de Melo
From: Namhyung Kim It was a mistake just replace assert to BUG_ON since its condition should be negated. Fix it. Signed-off-by: Namhyung Kim Cc: "Kirill A. Shutemov" Cc: Ingo Molnar Cc: Kirill A. Shutemov Cc: Paul Mackerras Cc: Peter Zijlstra Cc: Ulrich Drepper Link: http://lkml.kernel.o