lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <20171220102034.GG11774@jagdpanzerIV> Date: Wed, 20 Dec 2017 19:20:34 +0900 From: Sergey Senozhatsky <sergey.senozhatsky.work@...il.com> To: Sergey Senozhatsky <sergey.senozhatsky.work@...il.com> Cc: Andrew Morton <akpm@...ux-foundation.org>, Russell King <linux@...linux.org.uk>, Catalin Marinas <catalin.marinas@....com>, Mark Salter <msalter@...hat.com>, Tony Luck <tony.luck@...el.com>, David Howells <dhowells@...hat.com>, Yoshinori Sato <ysato@...rs.sourceforge.jp>, Guan Xuetao <gxt@...c.pku.edu.cn>, Borislav Petkov <bp@...en8.de>, Greg Kroah-Hartman <gregkh@...uxfoundation.org>, Thomas Gleixner <tglx@...utronix.de>, Peter Zijlstra <peterz@...radead.org>, Vineet Gupta <vgupta@...opsys.com>, Fengguang Wu <fengguang.wu@...el.com>, Steven Rostedt <rostedt@...dmis.org>, Petr Mladek <pmladek@...e.com>, LKML <linux-kernel@...r.kernel.org>, linux-arm-kernel@...ts.infradead.org, linux-c6x-dev@...ux-c6x.org, linux-ia64@...r.kernel.org, linux-am33-list@...hat.com, linux-sh@...r.kernel.org, linux-edac@...r.kernel.org, x86@...nel.org, linux-snps-arc@...ts.infradead.org, Sergey Senozhatsky <sergey.senozhatsky@...il.com> Subject: Re: [PATCH 00/13] replace print_symbol() with printk()-s 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
Powered by blists - more mailing lists