From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753599AbcEYIix (ORCPT ); Wed, 25 May 2016 04:38:53 -0400 Received: from mail-yw0-f170.google.com ([209.85.161.170]:33026 "EHLO mail-yw0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751127AbcEYIiv (ORCPT ); Wed, 25 May 2016 04:38:51 -0400 MIME-Version: 1.0 In-Reply-To: References: <20160524155901.GX14480@ZenIV.linux.org.uk> Date: Wed, 25 May 2016 16:38:50 +0800 Message-ID: Subject: Re: can't boot with reiserfs on linux-4.6.0+ From: Jeff Chua To: Linus Torvalds Cc: Al Viro , lkml Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 25, 2016 at 12:10 AM, Linus Torvalds wrote: > On Tue, May 24, 2016 at 8:59 AM, Al Viro wrote: >> >> Umm... Any chance of getting the function names to go with the addresses? >> I'll try to reproduce it here, but the things would be easier with that >> information... > > Yeah, we shouldn't even allow non-KALLSYMS builds. In fact, unless you > pick EXPERT (which you shouldn't, unless you're doing some embedded > development) you can't even disable it. > > Jeff, please don't use non-KALLSYMS builds. They are completely undebuggable. > > Linus Got it. Will compile with CONFIG_KALLSYMS=y :) Thanks, Jeff