Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932185AbdLTKUp (ORCPT ); Wed, 20 Dec 2017 05:20:45 -0500 Received: from mail-pf0-f194.google.com ([209.85.192.194]:32859 "EHLO mail-pf0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754104AbdLTKUk (ORCPT ); Wed, 20 Dec 2017 05:20:40 -0500 X-Google-Smtp-Source: ACJfBoselZAfLZzsSKEfM2qkC3cUiU03SbjXUflDMHVdtxxQXwzCoy6GmCkDHwyD9zcCn6t0YPj4YA== Date: Wed, 20 Dec 2017 19:20:34 +0900 From: Sergey Senozhatsky 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 , Petr Mladek , 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: <20171220102034.GG11774@jagdpanzerIV> References: <20171211125025.2270-1-sergey.senozhatsky@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171211125025.2270-1-sergey.senozhatsky@gmail.com> User-Agent: Mutt/1.9.2 (2017-12-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 941 Lines: 30 On (12/11/17 21:50), Sergey Senozhatsky wrote: > > A rather automatic replacement of print_symbol() > with direct printk() calls. print_symbol() uses extra stack > buffer (KSYM_SYMBOL_LEN 128 bytes) and, basically, should > be identical to printk(%pS). > > I can't test all of the patches, because I don't > own any of those exotic arch-s. Sorry for the inconvenience. > > Sergey Senozhatsky (13): > arm: do not use print_symbol() > arm64: do not use print_symbol() > c6x: do not use print_symbol() > ia64: do not use print_symbol() > mn10300: do not use print_symbol() > sh: do not use print_symbol() > unicore32: do not use print_symbol() > x86: do not use print_symbol() > drivers: do not use print_symbol() > sysfs: do not use print_symbol() > irq debug: do not use print_symbol() > lib: do not use print_symbol() > arc: do not use __print_symbol() Hello, can we please have more reviews/acks/etc? -ss