From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934148AbcJSByn (ORCPT ); Tue, 18 Oct 2016 21:54:43 -0400 Received: from mail-pf0-f196.google.com ([209.85.192.196]:34774 "EHLO mail-pf0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756105AbcJSBye (ORCPT ); Tue, 18 Oct 2016 21:54:34 -0400 Date: Wed, 19 Oct 2016 10:54:28 +0900 From: Sergey Senozhatsky To: Steven Rostedt Cc: Sergey Senozhatsky , Petr Mladek , Andrew Morton , Jan Kara , Tejun Heo , Calvin Owens , Thomas Gleixner , Mel Gorman , Ingo Molnar , Peter Zijlstra , linux-kernel@vger.kernel.org, Sergey Senozhatsky Subject: Re: [RFC][PATCHv3 2/6] printk: rename nmi.c and exported api Message-ID: <20161019015428.GD513@swordfish> References: <20161018154045.7364-1-sergey.senozhatsky@gmail.com> <20161018154045.7364-3-sergey.senozhatsky@gmail.com> <20161018124936.5a9cc230@gandalf.local.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161018124936.5a9cc230@gandalf.local.home> User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On (10/18/16 12:49), Steven Rostedt wrote: > On Wed, 19 Oct 2016 00:40:41 +0900 > Sergey Senozhatsky wrote: > > > A preparation patch for printk_safe work. No functional change. > > - rename nmi.c to print_safe.c > > - rename exported functions to have `safe' prefix. > > > > Signed-off-by: Sergey Senozhatsky > > > Acked-by: Steven Rostedt Thanks. -ss