Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751513AbeAPQdJ (ORCPT + 1 other); Tue, 16 Jan 2018 11:33:09 -0500 Received: from mx2.suse.de ([195.135.220.15]:43190 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750764AbeAPQdG (ORCPT ); Tue, 16 Jan 2018 11:33:06 -0500 Date: Tue, 16 Jan 2018 17:33:01 +0100 From: Petr Mladek To: Sergey Senozhatsky Cc: Andrew Morton , Russell King , Catalin Marinas , Mark Salter , Tony Luck , David Howells , Yoshinori Sato , Guan Xuetao , Borislav Petkov , Greg Kroah-Hartman , Thomas Gleixner , Peter Zijlstra , Vineet Gupta , Fengguang Wu , Steven Rostedt , LKML , linux-arm-kernel@lists.infradead.org, linux-c6x-dev@linux-c6x.org, linux-ia64@vger.kernel.org, linux-am33-list@redhat.com, linux-sh@vger.kernel.org, linux-edac@vger.kernel.org, x86@kernel.org, linux-snps-arc@lists.infradead.org, Sergey Senozhatsky Subject: Re: [PATCH 00/13] replace print_symbol() with printk()-s Message-ID: <20180116163301.lh76kvjheyobjgkp@pathway.suse.cz> References: <20171211125025.2270-1-sergey.senozhatsky@gmail.com> <20180105100300.j3svmcvvpfe2iows@pathway.suse.cz> <20180105102105.GB471@jagdpanzerIV> <20180105102538.GC471@jagdpanzerIV> <20180105144239.i3pc6npgmoi4ddln@pathway.suse.cz> <20180108020942.GB533@jagdpanzerIV> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180108020942.GB533@jagdpanzerIV> User-Agent: NeoMutt/20170421 (1.8.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On Mon 2018-01-08 11:09:42, Sergey Senozhatsky wrote: > On (01/05/18 15:42), Petr Mladek wrote: > > > > I am all for it. But I would postpone this removal to 4.17. > > The reason is rather ugly. 13th patch is already in arc tree. > > We would need to shuffle the patch or coordinate pull requests. > > JFI, the patch is in Linus's tree as of now (d0729bc6bee797fb). Great. I have pushed the patch that removes printk_symbol() into printk.git, branch for-4.16-print-symbol. Note that I have updated the commit message similar way like I did for the other commits. Especially I wanted to mention what it was obsoleted by. The message is: kallsyms: remove print_symbol() function No more print_symbol()/__print_symbol() users left, remove these symbols. It was a very old API that encouraged people use continuous lines. It had been obsoleted by %pS format specifier in a normal printk() call. See also https://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk.git/commit/?h=for-4.16-print-symbol&id=d2279c9d7f7db7f97567368bfc4539b3411adf8d Best Regards, Petr