From owner-freebsd-current@FreeBSD.ORG Tue May 5 19:58:55 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 76768421; Tue, 5 May 2015 19:58:55 +0000 (UTC) Received: from relay.mailchannels.net (ar-005-i192.relay.mailchannels.net [162.253.144.74]) by mx1.freebsd.org (Postfix) with ESMTP id 7183D12BC; Tue, 5 May 2015 19:58:53 +0000 (UTC) X-Sender-Id: duocircle|x-authuser|hippie Received: from smtp3.ore.mailhop.org (ip-10-229-11-165.us-west-2.compute.internal [10.229.11.165]) by relay.mailchannels.net (Postfix) with ESMTPA id 48D73A18F7; Tue, 5 May 2015 19:58:45 +0000 (UTC) X-Sender-Id: duocircle|x-authuser|hippie Received: from smtp3.ore.mailhop.org (smtp3.ore.mailhop.org [10.45.8.167]) (using TLSv1 with cipher DHE-RSA-AES256-SHA) by 0.0.0.0:2500 (trex/5.4.8); Tue, 05 May 2015 19:58:46 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: duocircle|x-authuser|hippie X-MailChannels-Auth-Id: duocircle X-MC-Loop-Signature: 1430855925547:3678586346 X-MC-Ingress-Time: 1430855925547 Received: from c-73-34-117-227.hsd1.co.comcast.net ([73.34.117.227] helo=ilsoft.org) by smtp3.ore.mailhop.org with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.82) (envelope-from ) id 1YpizM-0006yU-UV; Tue, 05 May 2015 19:58:45 +0000 Received: from revolution.hippie.lan (revolution.hippie.lan [172.22.42.240]) by ilsoft.org (8.14.9/8.14.9) with ESMTP id t45JwguT063225; Tue, 5 May 2015 13:58:42 -0600 (MDT) (envelope-from ian@freebsd.org) X-Mail-Handler: DuoCircle Outbound SMTP X-Originating-IP: 73.34.117.227 X-Report-Abuse-To: abuse@duocircle.com (see https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information for abuse reporting information) X-MHO-User: U2FsdGVkX1+/KoT6+65lOkifuLWrlhYX Message-ID: <1430855922.6170.127.camel@freebsd.org> Subject: Re: [patch] fix add_bounce_page() for BUS_DMA_KEEP_PG_OFFSET From: Ian Lepore To: Hans Petter Selasky Cc: John Baldwin , freebsd-current@freebsd.org, Svatopluk Kraus Date: Tue, 05 May 2015 13:58:42 -0600 In-Reply-To: <55491FF5.8020006@selasky.org> References: <1429882188.1157.2.camel@freebsd.org> <553B2D56.1000405@selasky.org> <1878637.qa1RymYSTA@ralph.baldwin.cx> <553F253D.7010605@selasky.org> <55491FF5.8020006@selasky.org> Content-Type: text/plain; charset="us-ascii" X-Mailer: Evolution 3.12.10 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-AuthUser: hippie X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 May 2015 19:58:55 -0000 On Tue, 2015-05-05 at 21:54 +0200, Hans Petter Selasky wrote: > Hi, > > https://svnweb.freebsd.org/changeset/base/282506 > https://svnweb.freebsd.org/changeset/base/282507 > > Does this need to be MFC'ed to 8-stable? I guess not? > > --HPS We don't really maintain the arm code on branches earlier than 10-stable unless someone specifically asks for a change in 8.x. (afaik, virtually nobody uses 9.x on arm). -- Ian