Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757287AbdIIAay (ORCPT ); Fri, 8 Sep 2017 20:30:54 -0400 Received: from aserp1040.oracle.com ([141.146.126.69]:39568 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757173AbdIIAaw (ORCPT ); Fri, 8 Sep 2017 20:30:52 -0400 Subject: Re: [PATCH 04/14] ti_sci: Use %pS printk format for direct addresses To: Nishanth Menon , Helge Deller Cc: linux-kernel@vger.kernel.org, Sergey Senozhatsky , Petr Mladek , Andrew Morton , Tero Kristo , Santosh Shilimkar , linux-arm-kernel@lists.infradead.org References: <1504729681-3504-1-git-send-email-deller@gmx.de> <1504729681-3504-5-git-send-email-deller@gmx.de> <20170908233042.wdxhpp2uv4rslmwg@kahuna> From: Santosh Shilimkar Organization: Oracle Corporation Message-ID: <956d4eab-e817-663d-197b-68a1a4ccb527@oracle.com> Date: Fri, 8 Sep 2017 17:30:09 -0700 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <20170908233042.wdxhpp2uv4rslmwg@kahuna> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Source-IP: userv0022.oracle.com [156.151.31.74] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 766 Lines: 19 On 9/8/2017 4:30 PM, Nishanth Menon wrote: > On 20:27-20170906, Helge Deller wrote: >> Use the %pS printk format for printing symbols from direct addresses. >> This is important for the ia64, ppc64 and parisc64 architectures, while on >> other architectures there is no difference between %pS and %pF. >> Fix it for consistency across the kernel. >> >> Signed-off-by: Helge Deller >> Cc: Nishanth Menon >> Cc: Tero Kristo >> Cc: Santosh Shilimkar >> Cc: linux-arm-kernel@lists.infradead.org > > OK with me. Thanks for doing the patch. > Acked-by: Nishanth Menon > > Santosh, Tero: maybe queue for an rc or later cycle, I think? > Doesn't look a rc type fix so can wait for next one.