From owner-freebsd-current@freebsd.org Fri Aug 17 23:11:31 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 B69CC107E20B for ; Fri, 17 Aug 2018 23:11:31 +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 3779376B43; Fri, 17 Aug 2018 23:11:31 +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 w7HMoCJ0092995 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 17 Aug 2018 15:50:12 -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 w7HMoCMB092994; Fri, 17 Aug 2018 15:50:12 -0700 (PDT) (envelope-from sgk) Date: Fri, 17 Aug 2018 15:50:12 -0700 From: Steve Kargl To: Ed Maste Cc: Warner Losh , Dimitry Andric , FreeBSD Current Subject: Re: kldref: unhandled relocation type 2 Message-ID: <20180817225012.GA92976@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: Fri, 17 Aug 2018 23:11:31 -0000 On Fri, Aug 17, 2018 at 05:50:06PM -0400, Ed Maste wrote: > On 8 August 2018 at 13:27, Warner Losh wrote: > > > >> % /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... > > 2 is R_386_PC32. It looks like the kernel's relocation code handles > this, but not kldxref. I hope to be able to look at it soon. Thanks, Ed. If you need any other information, just ask. -- Steve