From owner-freebsd-arm@FreeBSD.ORG Sat Dec 21 18:31:03 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E98BDB3B for ; Sat, 21 Dec 2013 18:31:03 +0000 (UTC) Received: from mail-pd0-f178.google.com (mail-pd0-f178.google.com [209.85.192.178]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B4633190E for ; Sat, 21 Dec 2013 18:31:03 +0000 (UTC) Received: by mail-pd0-f178.google.com with SMTP id y10so3757621pdj.23 for ; Sat, 21 Dec 2013 10:30:56 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=EzjSC/R2+XSVwBfJgOumc1RAd5HFmTtJ270f4D4LSsE=; b=aSmvbmpc1HQ3bm+DxRNKw++DQ6qgwh6qGPkHy0fgXcplKOJBY+0kbuO1JPLn7DRFYg I9v3sRcgMPpfiudrM5ur3mlCBkH7YZUX5l2tdiX74S3oRMFfiPsnkAj5bsRLKaedpuB6 O+VpyUIRxVcXf2Rcq5/sri41uTxJnYv/pMiShi7/91yV0vwMAVo8ggVVfC4n0bKqDruT mgyVvnAtSPUqG0CxtHS9r7iiPojknysV2owrq4dn90D0pqkVe3aiAmU68BsQA0eX79oM HD8YuscneXAy3urLNB06okeqER8DpCL6fHeBQdT18enPBaXVyyUD55aN7ok8mPcAL1MK 1eMA== X-Gm-Message-State: ALoCoQkfQKI4GWZV2zgZZmsziorUg1Fq0phX5q8vIvVhW9BifEQXtjWcnrUyooNe6mixThKJgwVC X-Received: by 10.66.25.134 with SMTP id c6mr16149469pag.60.1387650656808; Sat, 21 Dec 2013 10:30:56 -0800 (PST) Received: from [192.168.2.123] (99-74-169-43.lightspeed.sntcca.sbcglobal.net. [99.74.169.43]) by mx.google.com with ESMTPSA id qw8sm22851582pbb.27.2013.12.21.10.30.54 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 21 Dec 2013 10:30:55 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.1 \(1827\)) Subject: Re: R-PI fixes for dhclient/sshd? From: Tim Kientzle In-Reply-To: Date: Sat, 21 Dec 2013 10:30:52 -0800 Content-Transfer-Encoding: 7bit Message-Id: References: <05740C4C-4B02-4567-9E46-E739ECEDA797@bsdimp.com> <20131220040429.3452e8df4d3c03046c3ac1d6@FreeBSD.org> <8012AB59-1ECB-45E4-9274-013393E6E8CE@bsdimp.com> To: Adrian Chadd X-Mailer: Apple Mail (2.1827) Cc: "freebsd-arm@freebsd.org" X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Dec 2013 18:31:04 -0000 On Dec 21, 2013, at 8:00 AM, Adrian Chadd wrote: > Hi, > > The pmap-v6 code has changed a bit since this commit. I don't know > what is and isn't appropriate and I'm unfortunately not in a position > to do a test-build on a raspberry pi for another week or so. > > So would someone with a r-pi and a vested interest in this test > removing the L2_APX flag clearing lines? It happens in two places now > instead of one. > > I'm happy to commit a patch if it gets tested. :-) Could you send around a candidate patch? Tim