From owner-svn-src-head@freebsd.org Sun Jul 15 14:12:49 2018 Return-Path: Delivered-To: svn-src-head@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 7BBA510408EF; Sun, 15 Jul 2018 14:12:49 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-io0-x232.google.com (mail-io0-x232.google.com [IPv6:2607:f8b0:4001:c06::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F12268999F; Sun, 15 Jul 2018 14:12:48 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-io0-x232.google.com with SMTP id e13-v6so35335317iof.6; Sun, 15 Jul 2018 07:12:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=tC/rJhpg/HBpO/EZwBKuNlPX3jqqD5/RqqUNShS15pA=; b=CJ8ufKyxvyObfUKfyYMcgrIId1WzInznqZBHrNxEty+zyHpLFmi1WlWzzaYDeWgdXx 2pXKlUG2Jp0gH/pe/uRvQSagnP23QZolBj6DZERkt+i0dnxSKb+wMFowc8Ay94huye/h N71h0iIn0BtBDmSufssAbkneiJeAeVhgRKZxG52b0jjLkhqb4/JBh1uju5V3yjE9Xog2 f7LgpWBVduhLkCW4ACb9N1Jh/yYk++VS3omQADaoRH3AF9wJogneQipzqvnHBNRgwJu4 b9PBNCrQcTnTJ4BHQXxEjN9Ux+bieEIRjy44/ZTxODV5AYjnUR/ZaUTXVgF0XM+bOvYP zBTQ== 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=tC/rJhpg/HBpO/EZwBKuNlPX3jqqD5/RqqUNShS15pA=; b=U/FQ4yU2zhBdHpL8Q2l3d7TBSDrzKq/J9pz5do0ZRUFYiULDviMbHKfoLxk5HrDTJR qh4iDNAX4p6m09VsDTJs6BJOosFsIEZ3ouu59wxSNGJ4I99mUg1LWEex2fC3mMkQ7QH1 Qf3aNqsOQjfISuNw/uolwCvTxod7eLXQmpgQEUBGZYoEATYUApIHr5gzv92E08DSEaPE pDkx70sJKKfl00DDB82R9ivVjDqQ1RpYKsrVahiVSFBOMpvPYwC9jRpY2uOXf0eRhaoE 8NQ120DdUyrPfk/zComipjiArW/VA4omkrWkR3l9ddSDJ63BDRNMObHjcVHKMJEWay5q /teA== X-Gm-Message-State: AOUpUlELS1eB5qM9rYcaKlxEoFzCa+M85gE0vZwBvooG/ek+gruGjrjS AOWKRCBW6x9vL+cxom/rIjDd9DbnMm8iuX8/XYQHbgrg X-Google-Smtp-Source: AAOMgpcFmlap2YtOhSZ/L/x3w9zrjnQAt8XAB7pYSzxEhiDJJrVjvoNIjqaWx9a2xo7FgdZBcsXICrKoRBqTNV1HrJo= X-Received: by 2002:a6b:3e46:: with SMTP id l67-v6mr35854659ioa.294.1531663967923; Sun, 15 Jul 2018 07:12:47 -0700 (PDT) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 2002:a6b:290d:0:0:0:0:0 with HTTP; Sun, 15 Jul 2018 07:12:27 -0700 (PDT) In-Reply-To: <201807150529.w6F5Te51019341@repo.freebsd.org> References: <201807150529.w6F5Te51019341@repo.freebsd.org> From: Ed Maste Date: Sun, 15 Jul 2018 10:12:27 -0400 X-Google-Sender-Auth: CR8XN5dXh9Afob2y8sRoJZpQ1Lw Message-ID: Subject: Re: svn commit: r336302 - head/usr.sbin/kldxref To: Warner Losh Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Jul 2018 14:12:49 -0000 On 15 July 2018 at 01:29, Warner Losh wrote: > Author: imp > Date: Sun Jul 15 05:29:39 2018 > New Revision: 336302 > URL: https://svnweb.freebsd.org/changeset/base/336302 > > Log: > Use EF_SEG_READ_STRING instead of EF_SEG_READ when reading strings. For reference this is the same sort of problem that r328094 fixed - beyond optimization settings it's also dependent on the linker's section placement algorithm and the earlier issue appeared with the switch to lld.