From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753696Ab1HJLqI (ORCPT ); Wed, 10 Aug 2011 07:46:08 -0400 Received: from mail-pz0-f42.google.com ([209.85.210.42]:51114 "EHLO mail-pz0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753592Ab1HJLqG (ORCPT ); Wed, 10 Aug 2011 07:46:06 -0400 Date: Wed, 10 Aug 2011 19:45:50 +0800 From: Yong Zhang To: Peter Zijlstra Cc: mingo@redhat.com, hpa@zytor.com, linux-kernel@vger.kernel.org, sergey.senozhatsky@gmail.com, tglx@linutronix.de, mingo@elte.hu, linux-tip-commits@vger.kernel.org Subject: Re: [tip:core/urgent] lockdep: Fix wrong assumption in match_held_lock Message-ID: <20110810114550.GA3811@zhy> Reply-To: Yong Zhang References: <1312547787.28695.2.camel@twins> <20110810025845.GA5640@zhy> <1312970470.23660.3.camel@twins> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1312970470.23660.3.camel@twins> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Aug 10, 2011 at 12:01:10PM +0200, Peter Zijlstra wrote: > On Wed, 2011-08-10 at 10:58 +0800, Yong Zhang wrote: > > > > Link: http://lkml.kernel.org/r/1312547787.28695.2.camel@twins > > > > BTW, I can't open this link. > > Gah! I did mess that up, but I've no idea how though, I usually > copy/paste or let my script do it, in case of copy/paste one would > assume I picked the wrong msg, but a grep through my sent folder doesn't > find any email with that msgid.. and my script isn't imaginative enough > to just make one up like that. Anyway: > > lkml.kernel.org/r/1312969382.23148.1.camel@twins > > should be the actual link, however that doesn't appear to work either, > included the relevant headers of the actual email: > > --- > > Subject: Re: select_task_rq_fair: WARNING: at kernel/lockdep.c match_held_lock > From: Peter Zijlstra > To: Sergey Senozhatsky > Cc: Ingo Molnar , Thomas Gleixner , > Andrew Morton , linux-kernel@vger.kernel.org, > KAMEZAWA Hiroyuki , linux-mm@kvack.org > Date: Fri, 05 Aug 2011 14:36:20 +0200 > In-Reply-To: <20110804155347.GB3562@swordfish.minsk.epam.com> > References: <20110804141306.GA3536@swordfish.minsk.epam.com> > <1312470358.16729.25.camel@twins> > <20110804153752.GA3562@swordfish.minsk.epam.com> > <1312472867.16729.38.camel@twins> > <20110804155347.GB3562@swordfish.minsk.epam.com> > > Message-ID: <1312969382.23148.1.camel@twins> The actual one showed in maillist is like below: --- Subject: Re: select_task_rq_fair: WARNING: at kernel/lockdep.c match_held_lock From: Peter Zijlstra To: Sergey Senozhatsky Cc: Ingo Molnar , Thomas Gleixner , Andrew Morton , linux-kernel@vger.kernel.org, KAMEZAWA Hiroyuki , linux-mm@kvack.org Date: Fri, 05 Aug 2011 14:36:20 +0200 In-Reply-To: <20110804155347.GB3562@swordfish.minsk.epam.com> References: <20110804141306.GA3536@swordfish.minsk.epam.com> <1312470358.16729.25.camel@twins> <20110804153752.GA3562@swordfish.minsk.epam.com> <1312472867.16729.38.camel@twins> <20110804155347.GB3562@swordfish.minsk.epam.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT X-Mailer: Evolution 3.0.2- Message-ID: <1312547780.28695.1.camel@twins> --- Not sure how the difference happens. Thanks, Yong