Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932892AbdDQGvl (ORCPT ); Mon, 17 Apr 2017 02:51:41 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:44398 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932574AbdDQGvj (ORCPT ); Mon, 17 Apr 2017 02:51:39 -0400 Date: Mon, 17 Apr 2017 08:51:29 +0200 From: Greg KH To: Matt Brown Cc: jmorris@namei.org, akpm@linux-foundation.org, linux-security-module@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-hardening@lists.openwall.com Subject: Re: [PATCH 2/4] add tiocsti_restrict variable Message-ID: <20170417065129.GB21022@kroah.com> References: <20170417060706.28674-1-matt@nmatt.com> <20170417060706.28674-3-matt@nmatt.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170417060706.28674-3-matt@nmatt.com> User-Agent: Mutt/1.8.1 (2017-04-11) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 419 Lines: 15 On Mon, Apr 17, 2017 at 02:07:04AM -0400, Matt Brown wrote: > adding extern variable tiocsti_restrict to allow it to be included > in sysctl > > Signed-off-by: Matt Brown > --- > include/linux/tty.h | 2 ++ > 1 file changed, 2 insertions(+) I'm all for breaking up changes to be tiny logical pieces, but this is really not needed. Please make it "one logical feature" per patch. thanks, greg k-h