From owner-svn-src-head@freebsd.org Mon May 18 21:56:12 2020 Return-Path: Delivered-To: svn-src-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 437DF2DEADC; Mon, 18 May 2020 21:56:12 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49QtBN0zf1z4RQN; Mon, 18 May 2020 21:56:12 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Received: from [192.168.0.5] (unknown [181.52.72.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: pfg) by smtp.freebsd.org (Postfix) with ESMTPSA id 99B7E24A62; Mon, 18 May 2020 21:56:11 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Subject: Re: svn commit: r361136 - head/sys/fs/ext2fs To: Fedor Uporov , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <202005171452.04HEqs7b063888@repo.freebsd.org> From: Pedro Giffuni Organization: FreeBSD Message-ID: <370c8418-0f6e-398e-e32e-0a08b234182b@FreeBSD.org> Date: Mon, 18 May 2020 16:56:09 -0500 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0 MIME-Version: 1.0 In-Reply-To: <202005171452.04HEqs7b063888@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 May 2020 21:56:12 -0000 ... On 17/05/2020 09:52, Fedor Uporov wrote: > Author: fsu > Date: Sun May 17 14:52:54 2020 > New Revision: 361136 > URL: https://svnweb.freebsd.org/changeset/base/361136 > > Log: > Add BE architectures support. > > Author of most initial version: pfg (https://reviews.freebsd.org/D23259) > > Reviewed by: pfg > MFC after: 3 months > > Differential Revision: https://reviews.freebsd.org/D24685 Thanks so much for finishing off my initial code and for testing in PPC! Pedro.