From owner-svn-src-all@freebsd.org Wed Jan 20 01:11:30 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 66979A828E7; Wed, 20 Jan 2016 01:11:30 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 43CC31EAD; Wed, 20 Jan 2016 01:11:30 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from ralph.baldwin.cx (c-73-231-226-104.hsd1.ca.comcast.net [73.231.226.104]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id C36A5B917; Tue, 19 Jan 2016 20:11:28 -0500 (EST) From: John Baldwin To: Chagin Dmitry 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 Date: Tue, 19 Jan 2016 17:11:23 -0800 Message-ID: <2131071.yAhOJvfGDs@ralph.baldwin.cx> User-Agent: KMail/4.14.3 (FreeBSD/10.2-STABLE; KDE/4.14.3; amd64; ; ) In-Reply-To: <20160116130842.GA37748@chd.heemeyer.club> References: <201510222128.t9MLSLpI056145@repo.freebsd.org> <20160116130842.GA37748@chd.heemeyer.club> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Tue, 19 Jan 2016 20:11:28 -0500 (EST) 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: Wed, 20 Jan 2016 01:11:30 -0000 On Saturday, January 16, 2016 04:08:42 PM Chagin Dmitry wrote: > 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 Done. -- John Baldwin