Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754445AbaA1G2M (ORCPT ); Tue, 28 Jan 2014 01:28:12 -0500 Received: from mail-ee0-f47.google.com ([74.125.83.47]:41484 "EHLO mail-ee0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751151AbaA1G2K (ORCPT ); Tue, 28 Jan 2014 01:28:10 -0500 Date: Tue, 28 Jan 2014 07:28:06 +0100 From: Ingo Molnar To: Kees Cook Cc: Richard Weinberger , "H. Peter Anvin" , "H. Peter Anvin" , Linus Torvalds , Cong Ding , Ingo Molnar , Linux Kernel Mailing List , Mathias Krause , Michael Davidson , Thomas Gleixner , Wei Yongjun Subject: Re: [GIT PULL] x86/kaslr for v3.14 Message-ID: <20140128062806.GA20750@gmail.com> References: <201401201647.s0KGlZdh004167@tazenda.hos.anvin.org> <52E5EFAF.3060609@linux.intel.com> <52E6954F.2060303@nod.at> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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: > On Mon, Jan 27, 2014 at 9:20 AM, Richard Weinberger wrote: > > Am 27.01.2014 18:05, schrieb Kees Cook: > >> I would argue that decoding a non-panic oops on a running system is > >> entirely possible as-is, since the offset can be found from > >> /proc/kallsyms as root. It was the dead system that needed the offset > >> exported: via text in the panic, or via an ELF note in a core. > > > > The problem is that you have to pickup information from two sources. > > As a kernel developer users/customers often show you a backtrace (oops or panic) > > and want you do find the problem. > > They barley manage it copy&paste the topmost full trace from dmesg or /var/log/messages. > > If I have to ask them a bit later to tell me the offset from /proc/kallsyms or something else > > I'm lost. Mostly because they have already rebooted the box... > > As long as I can turn it off, I'd be happy. :) > /proc/sys/kernel/kaslr_in_oops or something? Yeah, as long as it decodes by default. Thanks, Ingo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/