From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760592AbYA3I57 (ORCPT ); Wed, 30 Jan 2008 03:57:59 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1760339AbYA3I5h (ORCPT ); Wed, 30 Jan 2008 03:57:37 -0500 Received: from bombadil.infradead.org ([18.85.46.34]:55823 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760318AbYA3I5g (ORCPT ); Wed, 30 Jan 2008 03:57:36 -0500 Subject: Re: [PATCH 05/22 -v7] add notrace annotations to vsyscall. From: Peter Zijlstra To: Steven Rostedt Cc: LKML , Ingo Molnar , Linus Torvalds , Andrew Morton , Christoph Hellwig , Mathieu Desnoyers , Gregory Haskins , Arnaldo Carvalho de Melo , Thomas Gleixner , Tim Bird , Sam Ravnborg , "Frank Ch. Eigler" , Jan Kiszka , John Stultz , Arjan van de Ven , Steven Rostedt In-Reply-To: <20080130031840.829420571@goodmis.org> References: <20080130031521.258552785@goodmis.org> <20080130031840.829420571@goodmis.org> Content-Type: text/plain Date: Wed, 30 Jan 2008 09:49:38 +0100 Message-Id: <1201682978.28547.165.camel@lappy> Mime-Version: 1.0 X-Mailer: Evolution 2.21.5 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2008-01-29 at 22:15 -0500, Steven Rostedt wrote: > plain text document attachment > (mcount-add-x86-vdso-notrace-annotations.patch) > Add the notrace annotations to some of the vsyscall functions. Would the VDSO stuff crash a kernel without these annotations and CONFIG_MCOUNT=y ? If so, I think it would be best of you placed these annotations before adding the core code, this would improve bisectability.