From owner-freebsd-current@freebsd.org Wed Aug 8 17:27:22 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 CA1081063978 for ; Wed, 8 Aug 2018 17:27:22 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-io0-x22d.google.com (mail-io0-x22d.google.com [IPv6:2607:f8b0:4001:c06::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 603268868F for ; Wed, 8 Aug 2018 17:27:22 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-io0-x22d.google.com with SMTP id l7-v6so2503864ioj.1 for ; Wed, 08 Aug 2018 10:27:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=M/BmuVfRs12cTUDdIVbdScGwkog5FclVZeoArzVWnwU=; b=oDMfu7NoJtXIAqY2rk+CWamOMrtwvZLlTzv69ipGfUnCoREfp5hS3EXqoeGVGHkDFa 1P1bRZ5kDyrhJrHoLKYP6vxRCpDCrtlLHwe/hRjqhTLEA3ybEDR0wgEbgKSJ68CYqcC6 tNtmcpph31FehMqL1pvI0pLGOGPKP7pJaLWBYwij3azCXtFNRIr6E7mf4lC0DPxFTutj KND2TDUzuAMn6MSB4QeIF8k0ifsF+ux53iQXVtUMHjxwnJb72B8fJ9aZONvf8SyijbTK B6IOw4gKA0rLGFKlkBLFzVF3HESXg9/9YdeF3Xp3BsCRI5Y761gyH5SrRlbyy4AFpsSt qB9g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=M/BmuVfRs12cTUDdIVbdScGwkog5FclVZeoArzVWnwU=; b=cnXLgYZm9nsjAyGWGvVziCUEke+DKtS6iX+3jQga9lCd8J+o93IB/CETEkQbyFDSaa XwKFI4fj400CYqx2d8fem9YK010kMO0TpfCHDm/jkYz4zZFMX5zCmxg2NmsvDokH8Ltb +uBgBfZL3NBNEx71VOfKS3+akjrbrYzDrzT+09sMObRWpj3x2tgIrFyV5oHohGJT7rDx CiwBQC/j5UYuAC+g2V2sRo/iK0ogWkyRA1B87uxxCuo6raUqLPAJwIbvWnF47gPEGBRJ k8p/mQaeRDNEWpnFmwKtIi0/7r8MXTn+tQAuvY8cgs2mVdjWELlJROyd52XVEtreuBOQ N1tw== X-Gm-Message-State: AOUpUlEdMe/I/ZuiN9+MzTJ8iU3LSdplkipgD9pZ5UsywPECHayArXHm gcqGGjPiKtSbmQDkG4ZYWSTLyko2I7HfZYfyI5dLjw== X-Google-Smtp-Source: AA+uWPyReV9rmuStmv8VzthutMOejQ9+uDLmlyUTDVcWDaQIe2K2Ugw60AJVx2yvgOL+43mCIQ6KY3CBgpnETcFA25s= X-Received: by 2002:a6b:f719:: with SMTP id k25-v6mr3193232iog.37.1533749241576; Wed, 08 Aug 2018 10:27:21 -0700 (PDT) MIME-Version: 1.0 Sender: wlosh@bsdimp.com Received: by 2002:a4f:381a:0:0:0:0:0 with HTTP; Wed, 8 Aug 2018 10:27:21 -0700 (PDT) X-Originating-IP: [104.153.224.166] In-Reply-To: <20180808171936.GA87930@troutmask.apl.washington.edu> References: <20180808165819.GA87623@troutmask.apl.washington.edu> <20180808171936.GA87930@troutmask.apl.washington.edu> From: Warner Losh Date: Wed, 8 Aug 2018 18:27:21 +0100 X-Google-Sender-Auth: JfS3-aSGUp-6MMSP6edGPZGE34I Message-ID: Subject: Re: kldref: unhandled relocation type 2 To: Steve Kargl , Ed Maste , Dimitry Andric Cc: FreeBSD Current Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.27 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:27:23 -0000 On Wed, Aug 8, 2018 at 6:19 PM, Steve Kargl < sgk@troutmask.apl.washington.edu> wrote: > On Wed, Aug 08, 2018 at 06:14:19PM +0100, Warner Losh wrote: > > On Wed, Aug 8, 2018 at 5:58 PM, Steve Kargl < > > sgk@troutmask.apl.washington.edu> wrote: > > > > > Just build a new world and kernel. Upon doing "make installkernel", > > > I see at the end of the process > > > > > > kldxref /boot/kernel > > > kldxref: unhandled relocation type 2 > > > kldxref: unhandled relocation type 2 > > > kldxref: unhandled relocation type 2 > > > (40 more messages) > > > kldxref: unhandled relocation type 2 > > > > > > The currently running kernel (as I don't want to reboot > > > if the above messages signal a problem) is > > > > > (snip for brevity) > > > > > Yes. You need a new kldxref installed. > > > > 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... Warner