From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932285AbdJRCbk (ORCPT ); Tue, 17 Oct 2017 22:31:40 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:44513 "EHLO out4-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932091AbdJRCbj (ORCPT ); Tue, 17 Oct 2017 22:31:39 -0400 X-ME-Sender: Date: Wed, 18 Oct 2017 13:31:36 +1100 From: "Tobin C. Harding" To: "Jason A. Donenfeld" Cc: kernel-hardening@lists.openwall.com, Linus Torvalds , Kees Cook , Paolo Bonzini , Tycho Andersen , "Roberts, William C" , Tejun Heo , Jordan Glover , Greg KH , Petr Mladek , Joe Perches , Ian Campbell , Sergey Senozhatsky , Catalin Marinas , Will Deacon , Steven Rostedt , Chris Fries , Dave Weinstein , Daniel Micay , Djalal Harouni , LKML Subject: Re: [kernel-hardening] [PATCH v3] printk: hash addresses printed with %p Message-ID: <20171018023136.GC30848@eros> References: <1508288088-31867-1-git-send-email-me@tobin.cc> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 Wed, Oct 18, 2017 at 02:59:17AM +0200, Jason A. Donenfeld wrote: > Hi Tobin, > > You submitted v3 without replying to my v2 comments. I'll give a > condensed version of those here for convenience. Wow, thanks for taking the time to do this. Lesson learned: recheck emails right before submitting patches :) thanks, Tobin.