From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753398AbdLHWYq (ORCPT ); Fri, 8 Dec 2017 17:24:46 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:51306 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752350AbdLHWYo (ORCPT ); Fri, 8 Dec 2017 17:24:44 -0500 Date: Fri, 8 Dec 2017 14:24:42 -0800 From: Andrew Morton To: Sergey Senozhatsky Cc: Peter Zijlstra , Michal Hocko , Rafael Wysocki , Len Brown , Bjorn Helgaas , Vlastimil Babka , Tejun Heo , Lai Jiangshan , Thomas Gleixner , Fengguang Wu , Steven Rostedt , Petr Mladek , LKML , linux-pm@vger.kernel.org, linux-pci@vger.kernel.org, linux-mm@kvack.org, Sergey Senozhatsky Subject: Re: [PATCH 0/9] remove some of unneeded kallsyms includes Message-Id: <20171208142442.7c09406d7f0bc3d2c1bfe411@linux-foundation.org> In-Reply-To: <20171208025616.16267-1-sergey.senozhatsky@gmail.com> References: <20171208025616.16267-1-sergey.senozhatsky@gmail.com> X-Mailer: Sylpheed 3.4.1 (GTK+ 2.24.23; 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 On Fri, 8 Dec 2017 11:56:07 +0900 Sergey Senozhatsky wrote: > A small patch set that removes some kallsyms includes > here and there. Mostly those kallsyms includes are leftovers: > printk() gained %pS/%pF modifiers support some time ago, so > print_symbol() and friends became sort of unneeded [along with > print_fn_descriptor_symbol() deprecation], thus some of the > users were converted to pS/pF. This patch set just cleans up > that convertion. > > We still have a number of print_symbol() users [which > must be converted to ps/pf, print_symbol() uses a stack buffer > KSYM_SYMBOL_LEN to do what printk(ps/pf) can do], but this is > out of scope. > > I compile tested the patch set; but, as always and > usual, would be great if 0day build robot double check it. I grabbed everything and shall drop any patches which later turn up in the various subsystem trees.