All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jiri Slaby <jirislaby@gmail.com>
To: "Ostrovsky, Boris" <Boris.Ostrovsky@amd.com>
Cc: "Jörg-Volker Peetz" <peetz@dynato-kyma.net>,
	"Borislav Petkov" <bp@alien8.de>,
	"Jörg-Volker Peetz" <jvpeetz@web.de>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"Herrmann3, Andreas" <Andreas.Herrmann3@amd.com>,
	"Petkov, Borislav" <Borislav.Petkov@amd.com>,
	"the arch/x86 maintainers" <x86@kernel.org>,
	stable@kernel.org
Subject: Re: Linux 2.6.38.4 : regression due to x86 AMD ARAT feature
Date: Fri, 29 Apr 2011 20:34:41 +0200	[thread overview]
Message-ID: <4DBB04C1.30003@gmail.com> (raw)
In-Reply-To: <EE335F95F28A664DB4A21289D2AA053BD1807651@SAUSEXMBP01.amd.com>

On 04/24/2011 09:44 PM, Ostrovsky, Boris wrote:
> Borislav Petkov wrote, on 04/24/11 20:20:
>> On Sun, Apr 24, 2011 at 10:06:36AM +0200, Jörg-Volker Peetz wrote:
>>> With 2.6.38.4 the clock slows down and the affected laptop sometimes, e.g. for
>>> the output of "ps axuw" to appear, needs an input from the keyboard or the
>>> touchpad. Please find attached the kernel config file and the output of dmesg.
>>>
>>> Commenting out the the lines
>>>
>>>      if (c->x86 >= 0xf && !cpu_has_amd_erratum(amd_erratum_400))
>>>              set_cpu_cap(c, X86_FEATURE_ARAT);
>>>
>>> in arch/x86/kernel/cpu/amd.c makes this laptop work as before with kernel
>>> 2.6.38.3. I think these lines came with commit
>>> d7b7f0c401303dd7eafcff11752fe74d3b75c766.

> It's an old family fh processor (CPUID 00020F42) that
cpu_has_amd_erratum(amd_erratum_400) apparently hasn't picked up. Since
all fh processors are affected by this erratum I'll replace "c->x86 >=
0xf" with "c->x86 > 0xf" (and probably fix erratum formula anyway).

Hi, what's the status of this please?

I don't see the fix neither in the -next tree.

thanks,
-- 
js

  parent reply	other threads:[~2011-04-29 18:34 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-21 21:39 Linux 2.6.38.4 Greg KH
2011-04-21 21:39 ` Greg KH
2011-04-24  8:06 ` Linux 2.6.38.4 : regression due to x86 AMD ARAT feature Jörg-Volker Peetz
2011-04-24 18:20   ` Borislav Petkov
2011-04-24 18:55     ` Jörg-Volker Peetz
2011-04-24 19:44       ` Ostrovsky, Boris
2011-04-25 14:04         ` Jörg-Volker Peetz
2011-04-29 18:34         ` Jiri Slaby [this message]
2011-04-29 18:56           ` Borislav Petkov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4DBB04C1.30003@gmail.com \
    --to=jirislaby@gmail.com \
    --cc=Andreas.Herrmann3@amd.com \
    --cc=Boris.Ostrovsky@amd.com \
    --cc=Borislav.Petkov@amd.com \
    --cc=bp@alien8.de \
    --cc=jvpeetz@web.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=peetz@dynato-kyma.net \
    --cc=stable@kernel.org \
    --cc=x86@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.