From owner-freebsd-stable@freebsd.org Fri Jul 3 08:25:41 2015 Return-Path: Delivered-To: freebsd-stable@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 52DBE9931C7 for ; Fri, 3 Jul 2015 08:25:41 +0000 (UTC) (envelope-from etnapierala@gmail.com) Received: from mail-wi0-x22d.google.com (mail-wi0-x22d.google.com [IPv6:2a00:1450:400c:c05::22d]) (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 E351B1FAF; Fri, 3 Jul 2015 08:25:37 +0000 (UTC) (envelope-from etnapierala@gmail.com) Received: by wibdq8 with SMTP id dq8so93680889wib.1; Fri, 03 Jul 2015 01:25:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:mail-followup-to :references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=4TcE1cOXScMhjpz0bBsGPk7J1uD+saaeI9SziWXqvqw=; b=G7k6nmLs0tXc0VZRCiBmv4eO6ese426jkGNI1kLgwiH4ff+NcKf4MkHII044UruR5k VZU1akx44jVwNBw8O08gw8+L+OUbTgXQLaFHEMs4U1M8my98XLtUW/OSv7pm3vedDMLn mu6tQAv5j1EaTu+0hWD0ht/J2ZxeJVZzp7lW8bAO4fRZDjtsGm0WKStp4QvL2EuDkz9R +3rIskRTPcpHnXRt/xDn5G+6iak0pHR8g7RtYcSIzTUKWPEmdF0XRmwQh9Q42H7H5YED 0IX2xDDWKqcFzATdZHay2b29om5Bue5ru7yHRuKkdyezGkt8Lbt6r4ZFRtWPeyRq8Oae p3Sw== X-Received: by 10.180.24.165 with SMTP id v5mr62559550wif.63.1435911936413; Fri, 03 Jul 2015 01:25:36 -0700 (PDT) Received: from brick.home (abqt164.neoplus.adsl.tpnet.pl. [83.8.87.164]) by mx.google.com with ESMTPSA id q2sm12203143wjz.15.2015.07.03.01.25.35 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 03 Jul 2015 01:25:35 -0700 (PDT) Sender: =?UTF-8?Q?Edward_Tomasz_Napiera=C5=82a?= Date: Fri, 3 Jul 2015 10:25:33 +0200 From: Edward Tomasz =?utf-8?Q?Napiera=C5=82a?= To: xmj@chaot.net Cc: gjb@FreeBSD.org, johannes@perceivon.net, freebsd-stable@FreeBSD.org, AllanJude@FreeBSD.org, dchagin@FreeBSD.org Subject: Re: 10-STABLE merge of lemul64 Message-ID: <20150703082533.GA3974@brick.home> Mail-Followup-To: xmj@chaot.net, gjb@FreeBSD.org, johannes@perceivon.net, freebsd-stable@FreeBSD.org, AllanJude@FreeBSD.org, dchagin@FreeBSD.org References: <55962295.6030103@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <55962295.6030103@FreeBSD.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 08:25:41 -0000 On 0703T0850, Johannes Jost Meixner wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA256 > > Hi Glen, > > Here's the PR you asked for: > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201299 > > I've discussed the merge with dchagin@, and he couldn't do it between > code slush and code freeze because on his weekends he was busy doing > other things. > > I'm not sure how it breaks ABI compatibility -- as it's pretty much a > drop-in replacement, and *ALL* linux tools just work. Including the > 64bit stuff. I see it as an extension, at that. Yup. I also took a quick glance at changes to sys/sys/; one of the commits extends 'struct thread', but it should be fine from ABI point of view, IIRC.