From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753901AbdLIAAR (ORCPT ); Fri, 8 Dec 2017 19:00:17 -0500 Received: from mail-pg0-f68.google.com ([74.125.83.68]:41215 "EHLO mail-pg0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753865AbdLIAAM (ORCPT ); Fri, 8 Dec 2017 19:00:12 -0500 X-Google-Smtp-Source: AGs4zMZ1cPMOKRhGD2b6184NLMhEIDig2J8wLi1vU1Rme5ZBI6jz0VkQ1rvnUu+lTaY2QQhHqhXJFg== Date: Sat, 9 Dec 2017 09:00:08 +0900 From: Sergey Senozhatsky To: Andrew Morton Cc: Sergey Senozhatsky , 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: <20171209000008.GF489@tigerII.localdomain> References: <20171208025616.16267-1-sergey.senozhatsky@gmail.com> <20171208142442.7c09406d7f0bc3d2c1bfe411@linux-foundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171208142442.7c09406d7f0bc3d2c1bfe411@linux-foundation.org> User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On (12/08/17 14:24), Andrew Morton wrote: > 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. thank you! -ss From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf0-f198.google.com (mail-pf0-f198.google.com [209.85.192.198]) by kanga.kvack.org (Postfix) with ESMTP id 140B16B0260 for ; Fri, 8 Dec 2017 19:00:13 -0500 (EST) Received: by mail-pf0-f198.google.com with SMTP id n187so9989058pfn.10 for ; Fri, 08 Dec 2017 16:00:13 -0800 (PST) Received: from mail-sor-f65.google.com (mail-sor-f65.google.com. [209.85.220.65]) by mx.google.com with SMTPS id b65sor1145864pfk.78.2017.12.08.16.00.11 for (Google Transport Security); Fri, 08 Dec 2017 16:00:12 -0800 (PST) Date: Sat, 9 Dec 2017 09:00:08 +0900 From: Sergey Senozhatsky Subject: Re: [PATCH 0/9] remove some of unneeded kallsyms includes Message-ID: <20171209000008.GF489@tigerII.localdomain> References: <20171208025616.16267-1-sergey.senozhatsky@gmail.com> <20171208142442.7c09406d7f0bc3d2c1bfe411@linux-foundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171208142442.7c09406d7f0bc3d2c1bfe411@linux-foundation.org> Sender: owner-linux-mm@kvack.org List-ID: To: Andrew Morton Cc: Sergey Senozhatsky , 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 On (12/08/17 14:24), Andrew Morton wrote: > 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. thank you! -ss -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org