From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 259B0C388F9 for ; Fri, 13 Nov 2020 06:48:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C4DAE221EB for ; Fri, 13 Nov 2020 06:48:04 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="TMR+Phe4" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726188AbgKMGqB (ORCPT ); Fri, 13 Nov 2020 01:46:01 -0500 Received: from mail.kernel.org ([198.145.29.99]:33142 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725999AbgKMGqB (ORCPT ); Fri, 13 Nov 2020 01:46:01 -0500 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 7879820B80; Fri, 13 Nov 2020 06:46:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1605249961; bh=2IrTy598p5eO9wUbXEXxTKsfXd945Fw5j2OUTg3vc/M=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=TMR+Phe4fxTEMlgID3/X2hbOGxu2oMWxSthh1WOKCZn1He3cDP4lZqzn0yiw4mJSr S9oe53hqG/W3sYaIZl44PQ01/nhCOMRD2Xh9RsfJN22+vxZz7acFVnrXdt+6LOLG3u BJEs9uuLGttEL7vCwgAUQUGIyOsaGjUyFkdV4jhg= Date: Fri, 13 Nov 2020 07:46:57 +0100 From: Greg Kroah-Hartman To: kernel test robot Cc: Lee Jones , Daniel Vetter , Russell King , Peilin Ye , LKML , lkp@lists.01.org, lkp@intel.com, ying.huang@intel.com, feng.tang@intel.com, zhengjun.xing@intel.com Subject: Re: [Fonts] 9522750c66: fio.read_iops 7.5% improvement Message-ID: References: <20201112140625.GA21612@xsang-OptiPlex-9020> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201112140625.GA21612@xsang-OptiPlex-9020> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Nov 12, 2020 at 10:06:25PM +0800, kernel test robot wrote: > > Greeting, > > FYI, we noticed a 7.5% improvement of fio.read_iops due to commit: > > > commit: 9522750c66c689b739e151fcdf895420dc81efc0 ("Fonts: Replace discarded const qualifier") > https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git master I strongly doubt this :)