On Sun 2015-01-04 15:25:02, Nicolas Pitre wrote: > On Sun, 4 Jan 2015, Pavel Machek wrote: > > > On Sun 2015-01-04 15:03:02, Nicolas Pitre wrote: > > > If that is still unacceptable to you for whatever reason, then the least > > > wrong compromize should be: > > > > > > seq_printf(m, "BogoMIPS\t: 1.00\n"); > > > > > > That'D allow for those broken applications to run while making clear > > > that the provided value is phony. I was about to suggest 0.00 but that > > > could trigger a divide by zero error somewhere I suppose. > > > > I don't know what 1.00 will cause, and neither do you, so what about > > simply reverting the bad patch? > > Because the patch wasn't "bad". It did solve a recurring support > problem where people did actually complain on the list because the value > was not what they would have liked. Removing this meaningless value did > actually fix that support issue as no more complaints came through for > the last 1.3 year, and is actually the only way for user space to be > fixed too.
People complain on the list, so what? People complain about systemd, too. We ignore them. Alternatively, just don't touch the bogomips computation. It is not that much of maintainance burden. You can probably also get away with replacing bogomips with actual cpu frequency. Replacing it with 1 is asking for trouble. See the links I quoted. Removing the value caused real problems. (And I still did not hear so much as "sorry".) Now you propose to put obviously wrong value in there, and claim it is not a problem... because it takes time before someone debugs breakage you want to cause. https://www.google.cz/search?q=FATAL:+cannot+locate+cpu+MHz+in+/proc/cpuinfo&ie=utf-8&oe=utf-8&gws_rd=cr,ssl&ei=06OpVJWuIcPkUsOTgbAL First 2 screens in google are full of poor folks debugging this breakage. Pavel -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/