From owner-svn-src-all@freebsd.org Sat Jan 16 13:08:56 2016 Return-Path: Delivered-To: svn-src-all@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 A7DF0A84EBE; Sat, 16 Jan 2016 13:08:56 +0000 (UTC) (envelope-from dchagin@chd.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 780AD182D; Sat, 16 Jan 2016 13:08:55 +0000 (UTC) (envelope-from dchagin@chd.heemeyer.club) Received: from chd.heemeyer.club (dchagin.static.corbina.ru [78.107.232.239]) by heemeyer.club (8.15.2/8.15.1) with ESMTPS id u0GD8ilE009122 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Sat, 16 Jan 2016 13:08:46 GMT (envelope-from dchagin@chd.heemeyer.club) X-Authentication-Warning: heemeyer.club: Host dchagin.static.corbina.ru [78.107.232.239] claimed to be chd.heemeyer.club Received: from chd.heemeyer.club (localhost [127.0.0.1]) by chd.heemeyer.club (8.15.2/8.15.1) with ESMTPS id u0GD8hF6037757 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 16 Jan 2016 16:08:44 +0300 (MSK) (envelope-from dchagin@chd.heemeyer.club) Received: (from dchagin@localhost) by chd.heemeyer.club (8.15.2/8.15.1/Submit) id u0GD8hfJ037756; Sat, 16 Jan 2016 16:08:43 +0300 (MSK) (envelope-from dchagin) Date: Sat, 16 Jan 2016 16:08:42 +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: r289769 - in head/sys: amd64/linux amd64/linux32 cddl/dev/systrace kern modules/dtrace modules/dtrace/systrace_linux modules/dtrace/systrace_linux32 Message-ID: <20160116130842.GA37748@chd.heemeyer.club> References: <201510222128.t9MLSLpI056145@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201510222128.t9MLSLpI056145@repo.freebsd.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Jan 2016 13:08:56 -0000 On Thu, Oct 22, 2015 at 09:28:21PM +0000, John Baldwin wrote: > Author: jhb > Date: Thu Oct 22 21:28:20 2015 > New Revision: 289769 > URL: https://svnweb.freebsd.org/changeset/base/289769 > > Log: > Rename remaining linux32 symbols such as linux_sysent[] and > linux_syscallnames[] from linux_* to linux32_* to avoid conflicts with > linux64.ko. While here, add support for linux64 binaries to systrace. > - Update NOPROTO entries in amd64/linux/syscalls.master to match the > main table to fix systrace build. > - Add a special case for union l_semun arguments to the systrace > generation. > - The systrace_linux32 module now only builds the systrace_linux32.ko. > module on amd64. > - Add a new systrace_linux module that builds on both i386 and amd64. > For i386 it builds the existing systrace_linux.ko. For amd64 it > builds a systrace_linux.ko for 64-bit binaries. Hi, John. is it possible to merge to the stable/10 a set of r289769, regen, r289822, r290143 and r290144? thanks