lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Fri, 11 Oct 2013 11:40:14 +0100
From:	Will Deacon <will.deacon@....com>
To:	Andrew Morton <akpm@...ux-foundation.org>
Cc:	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] init: calibrate: don't print out bogomips value on boot

On Thu, Oct 10, 2013 at 10:52:35PM +0100, Andrew Morton wrote:
> On Wed,  9 Oct 2013 15:57:20 +0100 Will Deacon <will.deacon@....com> wrote:
> 
> > @@ -295,9 +295,7 @@ void calibrate_delay(void)
> >  	}
> >  	per_cpu(cpu_loops_per_jiffy, this_cpu) = lpj;
> >  	if (!printed)
> > -		pr_cont("%lu.%02lu BogoMIPS (lpj=%lu)\n",
> > -			lpj/(500000/HZ),
> > -			(lpj/(5000/HZ)) % 100, lpj);
> > +		pr_cont("lpj=%lu\n", lpj);
> >  
> >  	loops_per_jiffy = lpj;
> >  	printed = true;
> 
> Kidding?  BogoMIPS is an industry-standard metric which was established
> before many of us were born.  It even has its own wikipedia page!

Crikey, have you looked at that page? ARM is ominously described as `not
enough data (yet)' when discussing its BogoMIPS `rating'. This is all more
food for the marketing machines :(

> You have no heart.

Maybe I should stop worrying and learn to love the BogoMIPS.

Will
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ