From owner-svn-src-head@FreeBSD.ORG Mon May 25 14:04:38 2015 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B412A70; Mon, 25 May 2015 14:04:38 +0000 (UTC) (envelope-from dchagin@dchagin.static.corbina.net) Received: from heemeyer.club (heemeyer.club [IPv6:2001:19f0:6400:80a1::1]) (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 6EA2F8D9; Mon, 25 May 2015 14:04:37 +0000 (UTC) (envelope-from dchagin@dchagin.static.corbina.net) Received: from dchagin.static.corbina.net (gprs-client-83.149.8.109.misp.ru [83.149.8.109] (may be forged)) by heemeyer.club (8.15.1/8.15.1) with ESMTPS id t4PE4Wg0021061 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Mon, 25 May 2015 14:04:34 GMT (envelope-from dchagin@dchagin.static.corbina.net) X-Authentication-Warning: heemeyer.club: Host gprs-client-83.149.8.109.misp.ru [83.149.8.109] (may be forged) claimed to be dchagin.static.corbina.net Received: from dchagin.static.corbina.net (localhost [127.0.0.1]) by dchagin.static.corbina.net (8.15.1/8.15.1) with ESMTPS id t4PE4L4v017376 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 25 May 2015 17:04:29 +0300 (MSK) (envelope-from dchagin@dchagin.static.corbina.net) Received: (from dchagin@localhost) by dchagin.static.corbina.net (8.15.1/8.15.1/Submit) id t4PE4LXq017375; Mon, 25 May 2015 17:04:21 +0300 (MSK) (envelope-from dchagin) Date: Mon, 25 May 2015 17:04:21 +0300 From: Chagin Dmitry To: John Baldwin Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r283424 - in head/sys: amd64/linux modules/linux64 Message-ID: <20150525140421.GA17366@dchagin.static.corbina.net> References: <201505241607.t4OG7C7b073936@svn.freebsd.org> <2938779.SXzlp9bc0j@ralph.baldwin.cx> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2938779.SXzlp9bc0j@ralph.baldwin.cx> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 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: Mon, 25 May 2015 14:04:38 -0000 On Mon, May 25, 2015 at 07:48:49AM -0400, John Baldwin wrote: > On Sunday, May 24, 2015 04:07:12 PM Dmitry Chagin wrote: > > Author: dchagin > > Date: Sun May 24 16:07:11 2015 > > New Revision: 283424 > > URL: https://svnweb.freebsd.org/changeset/base/283424 > > > > Log: > > Add preliminary support for x86-64 Linux binaries. > > > > Differential Revision: https://reviews.freebsd.org/D1076 > > > > Added: > > head/sys/amd64/linux/ > > head/sys/amd64/linux/Makefile (contents, props changed) > > head/sys/amd64/linux/linux.h (contents, props changed) > > head/sys/amd64/linux/linux_dummy.c (contents, props changed) > > head/sys/amd64/linux/linux_genassym.c (contents, props changed) > > head/sys/amd64/linux/linux_ipc64.h (contents, props changed) > > head/sys/amd64/linux/linux_locore.s (contents, props changed) > > head/sys/amd64/linux/linux_machdep.c (contents, props changed) > > head/sys/amd64/linux/linux_support.s (contents, props changed) > > head/sys/amd64/linux/linux_sysvec.c (contents, props changed) > > head/sys/amd64/linux/linux_vdso.lds.s (contents, props changed) > > head/sys/amd64/linux/syscalls.conf (contents, props changed) > > head/sys/amd64/linux/syscalls.master (contents, props changed) > > head/sys/modules/linux64/ > > head/sys/modules/linux64/Makefile (contents, props changed) > > First, I'm really happy to see this land in HEAD! Thanks! > > Second, __FreeBSD_version bump perhaps? dim@ bumped, is that enough? -- Have fun! chd