From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Mon, 5 Aug 2013 10:21:18 +0200 From: Ingo Molnar To: Li Zefan Cc: Greg Kroah-Hartman , Peter Zijlstra , LKML , stable Subject: Re: stable: please queue commit 0231bb5 ("perf: Fix event group context move") Message-ID: <20130805082118.GD26746@gmail.com> References: <51FF5FC9.8080302@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <51FF5FC9.8080302@huawei.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: * Li Zefan wrote: > Plese consider adding commit 0231bb5336758426b44ccd798ccd3c5419c95d58 > to stable tree. It fixes a real bug, which was explained here: > > http://thread.gmane.org/gmane.linux.kernel.perf.user/1144 > > and I've managed to reproduce the bug in 3.4 kernel with the test > program attached in the above email, and I've confirmed the bug fix. > > The effect of the bug is, if we open a group of mixed events(sw/hw) > and the "disabled" flag is not set and sw events come first, then > some of the perf events won't be started after the call to perf_event_open(). > > The bug fix should be applicable to kernels >= 3.0 && <= 3.7. Acked-by: Ingo Molnar Thanks, Ingo