From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755781AbbCLUZl (ORCPT ); Thu, 12 Mar 2015 16:25:41 -0400 Received: from mail-bn1bon0131.outbound.protection.outlook.com ([157.56.111.131]:38483 "EHLO na01-bn1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752756AbbCLUZh (ORCPT ); Thu, 12 Mar 2015 16:25:37 -0400 Message-ID: <1426191927.30327.132.camel@freescale.com> Subject: Re: [PATCH 22/22] tracing: %pF is only for function pointers From: Scott Wood To: Steven Rostedt CC: , , Ingo Molnar Date: Thu, 12 Mar 2015 15:25:27 -0500 In-Reply-To: <20150312162346.67f25ea9@gandalf.local.home> References: <1426130037-17956-1-git-send-email-scottwood@freescale.com> <1426130037-17956-22-git-send-email-scottwood@freescale.com> <20150312162346.67f25ea9@gandalf.local.home> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.10-0ubuntu1~14.10.1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Originating-IP: [2601:2:5800:3f7:12bf:48ff:fe84:c9a0] X-ClientProxiedBy: BY2PR04CA0071.namprd04.prod.outlook.com (10.255.247.39) To BY2PR0301MB0727.namprd03.prod.outlook.com (25.160.63.17) Authentication-Results: goodmis.org; dkim=none (message not signed) header.d=none; X-Microsoft-Antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:BY2PR0301MB0727; X-Forefront-Antispam-Report: BMV:1;SFV:NSPM;SFS:(10019020)(6009001)(51704005)(24454002)(377424004)(164054003)(23676002)(50226001)(87976001)(62966003)(36756003)(110136001)(76176999)(50986999)(77156002)(46102003)(19580395003)(40100003)(19580405001)(122386002)(5820100001)(47776003)(2950100001)(50466002)(42186005)(103116003)(33646002)(92566002)(86362001)(3826002);DIR:OUT;SFP:1102;SCL:1;SRVR:BY2PR0301MB0727;H:[IPv6:2601:2:5800:3f7:12bf:48ff:fe84:c9a0];FPR:;SPF:None;MLV:sfv;LANG:en; X-Microsoft-Antispam-PRVS: X-Exchange-Antispam-Report-Test: UriScan:; X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:(601004)(5002009)(5005006);SRVR:BY2PR0301MB0727;BCL:0;PCL:0;RULEID:;SRVR:BY2PR0301MB0727; X-Forefront-PRVS: 05134F8B4F X-OriginatorOrg: freescale.com X-MS-Exchange-CrossTenant-OriginalArrivalTime: 12 Mar 2015 20:25:33.7643 (UTC) X-MS-Exchange-CrossTenant-FromEntityHeader: Hosted X-MS-Exchange-Transport-CrossTenantHeadersStamped: BY2PR0301MB0727 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2015-03-12 at 16:23 -0400, Steven Rostedt wrote: > On Wed, 11 Mar 2015 22:13:57 -0500 > Scott Wood wrote: > > > Use %pS for actual addresses, otherwise you'll get bad output > > on arches like ppc64 where %pF expects a function descriptor. > > Thanks, I'll pull this into my tree. Pulling this into the 4.1 queue is > fine, right? It's not marked for stable. 4.1 is fine. -Scott