Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752285AbeACLTk (ORCPT + 1 other); Wed, 3 Jan 2018 06:19:40 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:48326 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752247AbeACLTi (ORCPT ); Wed, 3 Jan 2018 06:19:38 -0500 Date: Wed, 3 Jan 2018 12:19:41 +0100 From: Greg Kroah-Hartman To: Markus Cc: lkml , Josh Poimboeuf , Ingo Molnar Subject: Re: objtool segfault with ORC unwinder enabled Message-ID: <20180103111941.GB5412@kroah.com> References: <1537667.mbZVOcHbLR@markus> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1537667.mbZVOcHbLR@markus> User-Agent: Mutt/1.9.2 (2017-12-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On Wed, Jan 03, 2018 at 11:49:08AM +0100, Markus wrote: > Hello! > > ORC unwinder is enabled in stable for wider testing but still at least one bug > is open: > https://bugzilla.kernel.org/show_bug.cgi?id=197035 Random web links on mailing lists don't help much, please put the information here in the email. > objtool will segfault because a NULL pointer is dereferenced. And how are you reproducing this? > Is a NULL pointer sym valid? > If a NULL pointer is invalid, it has to be checked why it is sometimes NULL. What .config is triggering this problem? And does this show up on 4.14.11, and 4.15-rc6? thanks, greg k-h