From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751564AbaAWJT1 (ORCPT ); Thu, 23 Jan 2014 04:19:27 -0500 Received: from mail-ee0-f44.google.com ([74.125.83.44]:51549 "EHLO mail-ee0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750903AbaAWJTZ (ORCPT ); Thu, 23 Jan 2014 04:19:25 -0500 Date: Thu, 23 Jan 2014 10:19:21 +0100 From: Ingo Molnar To: Kees Cook Cc: crash-utility@redhat.com, linux-kernel@vger.kernel.org, Dave Anderson , Andrew Honig , Eugene Surovegin , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , x86@kernel.org, Yinghai Lu Subject: Re: [PATCH] x86, kaslr: export offset in VMCOREINFO ELF notes Message-ID: <20140123091921.GB11454@gmail.com> References: <20140122235615.GA21632@www.outflux.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140122235615.GA21632@www.outflux.net> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Kees Cook wrote: > Include kASLR offset in VMCOREINFO ELF notes to assist in debugging. > > Signed-off-by: Eugene Surovegin > Signed-off-by: Kees Cook The signoff sequence is weird. If this came from Eugene then the patch is missing a From: line. If he reviewed or acked it then it should be a Reviewed-by or Acked-by tag. Thanks, Ingo