From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965500AbdLSA2T (ORCPT ); Mon, 18 Dec 2017 19:28:19 -0500 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:42799 "EHLO out3-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935250AbdLSA2P (ORCPT ); Mon, 18 Dec 2017 19:28:15 -0500 X-ME-Sender: Date: Tue, 19 Dec 2017 11:28:11 +1100 From: "Tobin C. Harding" To: Randy Dunlap Cc: Jonathan Corbet , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Kees Cook , Alexander Popov , Joe Perches , kernel-hardening@lists.openwall.com Subject: Re: [PATCH v3 2/3] doc: update kpt_restrict documentation Message-ID: <20171219002811.GG19604@eros> References: <1513636145-30033-1-git-send-email-me@tobin.cc> <1513636145-30033-3-git-send-email-me@tobin.cc> <064efc24-fff2-0a3b-b7af-b64d53400fc0@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <064efc24-fff2-0a3b-b7af-b64d53400fc0@infradead.org> X-Mailer: Mutt 1.5.24 (2015-08-30) User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Dec 18, 2017 at 03:50:06PM -0800, Randy Dunlap wrote: > On 12/18/2017 02:29 PM, Tobin C. Harding wrote: > > Recently the behaviour of printk specifier %pK was changed. The > > documentation does not currently mirror this. > > > > Update documentation for sysctl kpt_restrict. > > Fix subject and here ............ ^^^^^^^^^^^^. Oh thanks. Took quite a few minutes of staring to see the mistake ;) Will fix and re-spin. thanks, Tobin.