From owner-freebsd-current@freebsd.org Wed Aug 8 17:39:25 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2983C1064265 for ; Wed, 8 Aug 2018 17:39:25 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "troutmask", Issuer "troutmask" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id B6709891B4; Wed, 8 Aug 2018 17:39:24 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.15.2/8.15.2) with ESMTPS id w78HdYDB088149 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 8 Aug 2018 10:39:34 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.15.2/8.15.2/Submit) id w78HdXJB088148; Wed, 8 Aug 2018 10:39:33 -0700 (PDT) (envelope-from sgk) Date: Wed, 8 Aug 2018 10:39:33 -0700 From: Steve Kargl To: Warner Losh Cc: Ed Maste , Dimitry Andric , FreeBSD Current Subject: Re: kldref: unhandled relocation type 2 Message-ID: <20180808173933.GA88135@troutmask.apl.washington.edu> Reply-To: sgk@troutmask.apl.washington.edu References: <20180808165819.GA87623@troutmask.apl.washington.edu> <20180808171936.GA87930@troutmask.apl.washington.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Aug 2018 17:39:25 -0000 On Wed, Aug 08, 2018 at 06:27:21PM +0100, Warner Losh wrote: > On Wed, Aug 8, 2018 at 6:19 PM, Steve Kargl < > sgk@troutmask.apl.washington.edu> wrote: > > > > Thanks for info. > > > > I'll note that freshly built kldxref gives the same messages. > > > > % /usr/obj/usr/src/i386.i386/usr.sbin/kldxref/kldxref /boot/kernel > > kldxref: unhandled relocation type 2 > > (40+ messages...) > > > > Oh, wait: relocation type, not module info.... That's not me, that's ed and > the new linker I think, or Dimitry and the new clang... > Too late. Already rebooted with new kernel. :-) It would be nice if the warning included the name of the symbol/module that is causing the problem. I guess I'll peak at kldxref sources. -- Steve