Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752323AbdFOOaq (ORCPT ); Thu, 15 Jun 2017 10:30:46 -0400 Received: from mail.kernel.org ([198.145.29.99]:53688 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751673AbdFOOap (ORCPT ); Thu, 15 Jun 2017 10:30:45 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 26A3422CB7 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=goodmis.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=rostedt@goodmis.org Date: Thu, 15 Jun 2017 10:30:41 -0400 From: Steven Rostedt To: Pratyush Anand Cc: linux-kernel@vger.kernel.org Subject: Re: [RFC, 2/2] kallsyms: Do not display SyS_foo() syscall aliases in kallsyms Message-ID: <20170615103041.3767421f@gandalf.local.home> In-Reply-To: <20170615142640.28291-1-panand@redhat.com> References: <20150506182359.216601202@goodmis.org> <20170615142640.28291-1-panand@redhat.com> X-Mailer: Claws Mail 3.14.0 (GTK+ 2.24.31; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 399 Lines: 19 On Thu, 15 Jun 2017 19:56:40 +0530 Pratyush Anand wrote: > From: Steven Rostedt > > > Hi Steve, > > Is there any plan for next revision of this patchset. > Heh, I forgot about this. Actually, I didn't. I was just thinking about the issue of SyS vs sys, but forgot I had patches to fix it. I should push it again. Thanks for the reminder. -- Steve