From owner-svn-src-head@FreeBSD.ORG Wed Oct 29 20:13:14 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 574D84B6; Wed, 29 Oct 2014 20:13:14 +0000 (UTC) Received: from mail-ig0-x235.google.com (mail-ig0-x235.google.com [IPv6:2607:f8b0:4001:c05::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1B43DF16; Wed, 29 Oct 2014 20:13:14 +0000 (UTC) Received: by mail-ig0-f181.google.com with SMTP id l13so4167397iga.14 for ; Wed, 29 Oct 2014 13:13:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=XX2/oRpuoealHADJfoz6NzpmSYjBjfe7uw42W4yfjfA=; b=xSeYzssyeoqFQeVfS1GBse3Qr27lgUPkH4PALezY/jMz0hSe6Ctj2bEwnM2YO5ryny dmZQeu3ukRqsDamlbwn3PX6V1/fvRf58ZF/gbi3oFAB9Akb7I26uRXkLUDN7HZvZxoQv Zie9xyHiNExj6YB343il1YScd3aPXuD5ROPjbfTw+46EiTDMM1+DWhiloO9hfOWoM9+V mFLtQTDBI60b/bp4lKEOvvTfVbbLdz+Aenqr0r0i/UPsZW0xD2ES5g0614Z0Up9DNvPF w6Kf7wBRMAx4Xfy/WmzZypl34Qx1y0/7WK5xBpJOBtzN879+hkx5lh2+ahxfsZQUL4PE rWoQ== MIME-Version: 1.0 X-Received: by 10.107.12.222 with SMTP id 91mr5571673iom.71.1414613593536; Wed, 29 Oct 2014 13:13:13 -0700 (PDT) Received: by 10.50.193.135 with HTTP; Wed, 29 Oct 2014 13:13:13 -0700 (PDT) In-Reply-To: <20141029200805.GD42752@f10.opsec.eu> References: <201410271138.s9RBcHrA002447@svn.freebsd.org> <20141027153957.GZ1877@kib.kiev.ua> <20141027155427.GM1492@f10.opsec.eu> <86vbn4egjt.fsf@nine.des.no> <86r3xseepw.fsf@nine.des.no> <20141028141426.GA42752@f10.opsec.eu> <20141029200805.GD42752@f10.opsec.eu> Date: Wed, 29 Oct 2014 13:13:13 -0700 Message-ID: Subject: Re: svn commit: r273734 - head/bin/dd From: NGie Cooper To: Kurt Jaeger Content-Type: text/plain; charset=UTF-8 Cc: Konstantin Belousov , =?UTF-8?Q?Dag=2DErling_Sm=C3=B8rgrav?= , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" , "svn-src-head@freebsd.org" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 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: Wed, 29 Oct 2014 20:13:14 -0000 On Wed, Oct 29, 2014 at 1:08 PM, Kurt Jaeger wrote: > Hi! > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191263 > >> Right now the submitter tests on 32bit and if time permits, I'll >> experiment on ARM as well. > > The submitter has provided a new patch, he tested it and, I tested it on > - 10.0p10 amd64 > - 10.1-RC3-i386 > - 10.1-RC3-armv6 (raspberry-pi) > > All looks fine (I hope). > > Would some kind soul from the much more experienced src-committers > please take up the PR, do some more testing and commit it ? > > Thanks very much! I'll work on integrating in bin/dd/tests from NetBSD too soon with some of the changes that I have from my github branch (they pass on amd64/i386 at least). The NetBSD tests deal with some of the edgecases with overflow output, etc. Cheers,