From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754962AbcEQChN (ORCPT ); Mon, 16 May 2016 22:37:13 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:35495 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751721AbcEQChM (ORCPT ); Mon, 16 May 2016 22:37:12 -0400 Date: Mon, 16 May 2016 19:37:10 -0700 From: Greg KH To: kernel-hardening@lists.openwall.com Cc: Jonathan Corbet , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [kernel-hardening] [PATCH] doc: self-protection: provide initial details Message-ID: <20160517023710.GA14736@kroah.com> References: <20160517022728.GA2821@www.outflux.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160517022728.GA2821@www.outflux.net> User-Agent: Mutt/1.6.1 (2016-04-27) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, May 16, 2016 at 07:27:28PM -0700, Kees Cook wrote: > This document attempts to codify the intent around kernel self-protection > along with discussion of both existing and desired technologies, with > attention given to the rationale behind them, and the expectations of > their usage. > > Signed-off-by: Kees Cook > --- > Documentation/security/self-protection.txt | 261 +++++++++++++++++++++++++++++ > 1 file changed, 261 insertions(+) > create mode 100644 Documentation/security/self-protection.txt Nice job: Reviewed-by: Greg Kroah-Hartman