From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.kernel.org ([198.145.29.99]:39218 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934268AbeD0OwY (ORCPT ); Fri, 27 Apr 2018 10:52:24 -0400 Date: Fri, 27 Apr 2018 23:52:18 +0900 From: Masami Hiramatsu To: Greg KH Cc: linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, Ingo Molnar , "H . Peter Anvin" , x86@kernel.org, Ananth N Mavinakayanahalli , Anil S Keshavamurthy , "David S . Miller" , Jon Medhurst , Will Deacon , Arnd Bergmann , David Howells , Heiko Carstens , "Tobin C . Harding" , Linus Torvalds , Thomas Richter , akpm@linux-foundation.org, acme@kernel.org, rostedt@goodmis.org, brueckner@linux.vnet.ibm.com, schwidefsky@de.ibm.com, stable@vger.kernel.org Subject: Re: [PATCH v3 1/7] kprobes: Make blacklist root user read only Message-Id: <20180427235218.60aec544b20f7abc5362482d@kernel.org> In-Reply-To: <20180427065611.GA4361@kroah.com> References: <152481117776.22588.1210388093668905564.stgit@devbox> <152481120919.22588.16126591608892708741.stgit@devbox> <20180427065611.GA4361@kroah.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: stable-owner@vger.kernel.org List-ID: On Fri, 27 Apr 2018 08:56:11 +0200 Greg KH wrote: > On Fri, Apr 27, 2018 at 03:40:09PM +0900, Masami Hiramatsu wrote: > > Since the blacklist file indicates a sensitive address > > information to reader, it should be restricted to the > > root user. > > > > Suggested-by: Thomas Richter > > Signed-off-by: Masami Hiramatsu > > --- > > kernel/kprobes.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > This is not the correct way to submit patches for inclusion in the > stable kernel tree. Please read: > https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html > for how to do this properly. > > > > If you want these to go to the stable tree(s), that is great, but please > mark them properly. As you did it here for this series, it will not > work. Sorry Greg. I'll mark it properly for next version. Thanks, -- Masami Hiramatsu