From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (bilbo.ozlabs.org [203.11.71.1]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 40gzyc3RHrzF2SQ for ; Thu, 10 May 2018 00:59:04 +1000 (AEST) In-Reply-To: To: "Naveen N. Rao" From: Michael Ellerman Cc: linuxppc-dev@lists.ozlabs.org, Dominik Brodowski Subject: Re: [1/2] powerpc/trace elfv1: Update syscall name matching logic Message-Id: <40gzyc2YY6z9s5b@ozlabs.org> Date: Thu, 10 May 2018 00:59:04 +1000 (AEST) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 2018-05-04 at 13:14:24 UTC, "Naveen N. Rao" wrote: > On powerpc64 ABIv1, we are enabling syscall tracing for only ~20 > syscalls. This is due to commit e145242ea0df6 ("syscalls/core, > syscalls/x86: Clean up syscall stub naming convention") which has > changed the syscall entry wrapper prefix from "SyS" to "__se_sys". > > Update the logic for ABIv1 to not just skip the initial dot, but also > the "__se_sys" prefix. > > Fixes: commit e145242ea0df6 ("syscalls/core, syscalls/x86: Clean up syscall stub naming convention") > Reported-by: Michael Ellerman > Signed-off-by: Naveen N. Rao Series applied to powerpc fixes, thanks. https://git.kernel.org/powerpc/c/0b7758aaf6543b9a10c8671db559e9 cheers