Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1694680

Re: [PATCH 00/16] arm/arm64: Workaround misprogrammed CNTFRQ

From Marc Zyngier <marc.zyngier@arm.com>
Newsgroups linux.kernel
Subject Re: [PATCH 00/16] arm/arm64: Workaround misprogrammed CNTFRQ
Date 2017-07-24 14:50 +0200
Message-ID <u6KYa-4Ul-7@gated-at.bofh.it> (permalink)
References <u5JKN-7DO-7@gated-at.bofh.it> <u6KEP-4Lv-21@gated-at.bofh.it>
Organization ARM Ltd

Show all headers | View raw


On 24/07/17 13:19, Will Deacon wrote:
> On Fri, Jul 21, 2017 at 06:15:26PM +0100, Marc Zyngier wrote:
>> It is an unfortunate situation that CNTFRQ{,_EL0} is often
>> misprogrammed from the firmware side, leaving it up to the kernel to
>> work around it. This is usually done by providing an alternative
>> frequency in the Device Tree.
>>
>> Unfortunately, CNTFRQ is accessible from EL0, giving userspace the
>> wrong frequency, and potentially a different frequency per CPU, which
>> is definitely not what you want. A possible workaround is to trap this
>> into the kernel and to emulate it (together with the VDSO being
>> disabled), and this is what this series is achieving.
> 
> Which userspace is actually affected by a broken CNTFRQ register? I suspect
> most users will be more upset at losing their (perfectly functional) vDSO
> acceleration than they are about having a broken CNTFRQ value that is hardly
> ever used, especially since this affects quite a few systems.

OpenMPI is one of the things I'm aware of (we broke it when implementing
the first set of timer workarounds), and from trawling the Debian code
search, at least HHVM is another candidate. How this will affect them is
anybody's guess.

	M.
-- 
Jazz is not dead. It just smells funny...

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 00/16] arm/arm64: Workaround misprogrammed CNTFRQ Marc Zyngier <marc.zyngier@arm.com> - 2017-07-21 19:20 +0200
  Re: [PATCH 00/16] arm/arm64: Workaround misprogrammed CNTFRQ Will Deacon <will.deacon@arm.com> - 2017-07-24 14:30 +0200
    Re: [PATCH 00/16] arm/arm64: Workaround misprogrammed CNTFRQ Marc Zyngier <marc.zyngier@arm.com> - 2017-07-24 14:50 +0200
      Re: [PATCH 00/16] arm/arm64: Workaround misprogrammed CNTFRQ Will Deacon <will.deacon@arm.com> - 2017-07-24 15:20 +0200
        Re: [PATCH 00/16] arm/arm64: Workaround misprogrammed CNTFRQ Marc Zyngier <marc.zyngier@arm.com> - 2017-07-24 15:40 +0200
          Re: [PATCH 00/16] arm/arm64: Workaround misprogrammed CNTFRQ Will Deacon <will.deacon@arm.com> - 2017-07-25 13:50 +0200

csiph-web