From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753081AbcANJR7 (ORCPT ); Thu, 14 Jan 2016 04:17:59 -0500 Received: from mx1.redhat.com ([209.132.183.28]:44910 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753046AbcANJRw (ORCPT ); Thu, 14 Jan 2016 04:17:52 -0500 From: Vitaly Kuznetsov To: LKML Cc: James Bottomley , lkp@01.org, kernel test robot , Andrew Morton , Stephen Rothwell Subject: Re: [lkp] [string_helpers] 26cfdc920f: kmsg.test_string_helpers:string_get_size(size=#,blk_size=#,units= References: <87d1t4x48h.fsf@yhuang-dev.intel.com> Date: Thu, 14 Jan 2016 10:17:48 +0100 In-Reply-To: <87d1t4x48h.fsf@yhuang-dev.intel.com> (kernel test robot's message of "Thu, 14 Jan 2016 10:51:58 +0800") Message-ID: <87lh7s4j0j.fsf@vitty.brq.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org kernel test robot writes: > FYI, we noticed the below changes on > > https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master > commit 26cfdc920f1bb5766ff1493712a4f5a97ee5e484 ("string_helpers: fix precision loss for some inputs") > > [ 1.775834] test_string_helpers: Running tests... > [ 1.775834] test_string_helpers: Running tests... > [ 1.776987] test_string_helpers: Test 'test_string_get_size_one' failed! > [ 1.776987] test_string_helpers: Test 'test_string_get_size_one' failed! > [ 1.778265] test_string_helpers: string_get_size(size = 8192, blk_size = 4096, units = 0 > [ 1.778265] test_string_helpers: string_get_size(size = 8192, blk_size = 4096, units = 0 > [ 1.779732] test_string_helpers: expected: '32.7 MB', got '33.6 MB' > [ 1.779732] test_string_helpers: expected: '32.7 MB', got '33.6 MB' Yes, there was a patch updating tests in my series but apparently James's solution got merged without it. I'll dig it out and send. -- Vitaly