From owner-svn-src-head@freebsd.org Tue Jul 4 10:32:06 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CB5BFD8D540; Tue, 4 Jul 2017 10:32:06 +0000 (UTC) (envelope-from dchagin@mordor.heemeyer.club) Received: from heemeyer.club (heemeyer.club [108.61.204.158]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "heemeyer.club", Issuer "heemeyer.club" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 9C5CE765B2; Tue, 4 Jul 2017 10:32:05 +0000 (UTC) (envelope-from dchagin@mordor.heemeyer.club) Received: from mordor.heemeyer.club (dchagin.static.corbina.ru [78.107.232.239]) by heemeyer.club (8.15.2/8.15.1) with ESMTPS id v64AECIl023267 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Tue, 4 Jul 2017 10:14:15 GMT (envelope-from dchagin@mordor.heemeyer.club) X-Authentication-Warning: heemeyer.club: Host dchagin.static.corbina.ru [78.107.232.239] claimed to be mordor.heemeyer.club Received: from mordor.heemeyer.club (localhost [127.0.0.1]) by mordor.heemeyer.club (8.15.2/8.15.1) with ESMTPS id v64AE8MM039672 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 4 Jul 2017 13:14:08 +0300 (MSK) (envelope-from dchagin@mordor.heemeyer.club) Received: (from dchagin@localhost) by mordor.heemeyer.club (8.15.2/8.15.2/Submit) id v64AE5Mn039670; Tue, 4 Jul 2017 13:14:05 +0300 (MSK) (envelope-from dchagin) Date: Tue, 4 Jul 2017 13:14:04 +0300 From: Chagin Dmitry To: Ed Schouten Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r320595 - in head/sys: amd64/linux amd64/linux32 i386/linux Message-ID: <20170704101404.GA39629@mordor.heemeyer.club> References: <201707031024.v63AOnkp036085@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.8.3 (2017-05-23) X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 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: Tue, 04 Jul 2017 10:32:06 -0000 On Mon, Jul 03, 2017 at 03:52:54PM +0200, Ed Schouten wrote: > Hi there, > > 2017-07-03 12:24 GMT+02:00 Dmitry Chagin : > > + .compat_3_brand = "Linux", > > I suspect that you can safely remove this line. It's only intended to > match a field in ELF headers that is/was BSD specific. > hi, as far as i understand, this is an old style branding aka brandelf -t Linux xxx which is used if executable does not contain .note section.