From owner-svn-src-all@freebsd.org Mon May 16 17:26:27 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 1E657B3C77F; Mon, 16 May 2016 17:26:27 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-io0-x232.google.com (mail-io0-x232.google.com [IPv6:2607:f8b0:4001:c06::232]) (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 DA05E103F; Mon, 16 May 2016 17:26:26 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-io0-x232.google.com with SMTP id d62so218395855iof.2; Mon, 16 May 2016 10:26:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=4k1+lSaZjBfaowVuonflUDI1Bc+Qqp1hZZr9oRKLz8I=; b=IPj55cbJbdt/f2HzhcfPaP7b64wbabinrh9qnfD6Z0mZqolZkY2Fj3GWynBZxfTyFh gotTcWLID97Ibw0pY4tp8DImynizfCukp5axChzw8/WqCxdes5EzBqqZh12FNfEONAmi 0HhOYXiP/eRcuQ4fF24MOQ3lI7+Fz3qXQwDzNtVR8bc/L2t/m7xOi8tqt1SvK7uCe+xH RV1wgiU1+SgT4swCMtXeliZB6yb2kc6GwvJHL5afSrCquSIfRtUrPYKWJeCE20ZcI87B LucY4oK36zkGZeTlUZkG9thBOAmdiZ5Nh+mD/tMm9Tf3WzkzV/YPFGZKRftOkLqFe8jo zGyA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=4k1+lSaZjBfaowVuonflUDI1Bc+Qqp1hZZr9oRKLz8I=; b=fDlqrScCKeYL0hWZ8Q9s9oBNfpxH29vslTzkO2NxSMC85Z41GDRGz9GukZzC3SsMCq a9/e35mD0DBodgnq1yuiTDhF2ESHJMd8ymhGgU/GmXq5xg/BvlCGJsfESi2P5y8JKyLY IHjPOCRciQJnp0CmKnfjjRwOz6iqyzUlxkpS4XKDJ0OB2lgtrWxJSw3m0OVFW49Ox4+B ErCHPq3CabcWvcOAUyZD3lsv6YC77aVNZsgeoz/uYLrWJqAIDVp+qw5SfDhzetIgQQxV UnHTkA7hja61TsqXO3QZO//DEkCTVRdi/hFDF1NI4tHf2J1l4Fd7745fbOTNn2Y6+DGX yKuA== X-Gm-Message-State: AOPr4FV0BkpCfyAS67vXzN5vb4GgdBTLW8Y32DC7ZAGGlcHXnGDKFsCzFunm072Z51h7bPf8v01twxcVSLppiw== X-Received: by 10.36.74.74 with SMTP id k71mr11099399itb.68.1463419586133; Mon, 16 May 2016 10:26:26 -0700 (PDT) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 10.107.27.197 with HTTP; Mon, 16 May 2016 10:26:06 -0700 (PDT) In-Reply-To: References: <201605161407.u4GE7h9n002600@repo.freebsd.org> From: Ed Maste Date: Mon, 16 May 2016 13:26:06 -0400 X-Google-Sender-Auth: mll0WbDfJOj-QaFgrHluYAlH8Q0 Message-ID: Subject: Re: svn commit: r299944 - in head/sys: arm64/arm64 conf To: Zbigniew Bodek Cc: Andrew Turner , "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.22 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: Mon, 16 May 2016 17:26:27 -0000 On 16 May 2016 at 12:08, Zbigniew Bodek wrote: > Hello Andrew, > > I think committing this code should be preceded by at least brief review. I agree, review makes sense especially in the case of GICv3 and other files that originated in the ThunderX work or are closely tied to that platform.