From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <48FB73C4.4090408@domain.hid> Date: Sun, 19 Oct 2008 19:52:04 +0200 From: Philippe Gerum MIME-Version: 1.0 References: <48FB693B.2080104@domain.hid> <48FB6D40.5090903@domain.hid> In-Reply-To: <48FB6D40.5090903@domain.hid> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Adeos-main] [PATCH] x86: Don't instrument vdso functions Reply-To: rpm@xenomai.org List-Id: General discussion about Adeos List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gilles Chanteperdrix Cc: adeos-main Gilles Chanteperdrix wrote: > Jan Kiszka wrote: >> The mcount instrumentation is currently leaking into vdso functions. >> Patch below fixes this (bits taken from 2.6.27). > > What are these vdso functions? Functions called from user-space? > Yes. Bits of kernel code mapped into user-space to eliminate the need for reaching them via syscalls. -- Philippe.