From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0a-001b2d01.pphosted.com (mx0a-001b2d01.pphosted.com [148.163.156.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3tNV9y6Gf5zDvgw for ; Wed, 23 Nov 2016 02:43:34 +1100 (AEDT) Received: from pps.filterd (m0098409.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.17/8.16.0.17) with SMTP id uAMFcvcT059652 for ; Tue, 22 Nov 2016 10:43:31 -0500 Received: from e28smtp03.in.ibm.com (e28smtp03.in.ibm.com [125.16.236.3]) by mx0a-001b2d01.pphosted.com with ESMTP id 26vnpa107w-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Tue, 22 Nov 2016 10:43:30 -0500 Received: from localhost by e28smtp03.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 22 Nov 2016 21:13:27 +0530 Received: from d28relay03.in.ibm.com (d28relay03.in.ibm.com [9.184.220.60]) by d28dlp01.in.ibm.com (Postfix) with ESMTP id B21D3E005B for ; Tue, 22 Nov 2016 21:13:41 +0530 (IST) Received: from d28av01.in.ibm.com (d28av01.in.ibm.com [9.184.220.63]) by d28relay03.in.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id uAMFhOE927066492 for ; Tue, 22 Nov 2016 21:13:24 +0530 Received: from d28av01.in.ibm.com (localhost [127.0.0.1]) by d28av01.in.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id uAMFhMSU008386 for ; Tue, 22 Nov 2016 21:13:24 +0530 Date: Tue, 22 Nov 2016 21:13:18 +0530 From: "Naveen N. Rao" To: Steven Rostedt Cc: Michael Ellerman , linuxppc-dev@lists.ozlabs.org, Torsten Duwe Subject: Re: [PATCH] powerpc: split ftrace bits into a separate file References: <20161122095532.21062-1-naveen.n.rao@linux.vnet.ibm.com> <20161122094617.43d050f0@gandalf.local.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20161122094617.43d050f0@gandalf.local.home> Message-Id: <20161122154318.GA29256@naverao1-tp.localdomain> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi Steve, On 2016/11/22 09:46AM, Steven Rostedt wrote: > On Tue, 22 Nov 2016 15:25:32 +0530 > "Naveen N. Rao" wrote: > > > No functional changes. > > Should have a better change log though. Why did you do this? > > I'm personally fine with this, as long as the powerpc maintainers are > too. Sure, thanks. Michael Ellerman wanted to split up entry_*.S: https://marc.info/?l=linuxppc-embedded&m=147944810526787 I probably should have added a tag to indicate the same: Suggested-by: Michael Ellerman - Naveen