All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
From: Ross Lagerwall <ross.lagerwall@citrix.com>
To: Andrew Cooper <Andrew.Cooper3@citrix.com>,
	"xen-devel@lists.xenproject.org" <xen-devel@lists.xenproject.org>
Cc: Jan Beulich <jbeulich@suse.com>,
	Roger Pau Monne <roger.pau@citrix.com>, Wei Liu <wl@xen.org>
Subject: Re: [PATCH] x86/cpu: Drop _init from *_cpu_cap functions
Date: Thu, 11 Aug 2022 10:30:51 +0000	[thread overview]
Message-ID: <PH0PR03MB63827F5CFCCB8277405FD70BF0649@PH0PR03MB6382.namprd03.prod.outlook.com> (raw)
In-Reply-To: <7ff6d006-0a6d-60e9-ebb7-70ad3c6d6a5b@citrix.com>

> From: Andrew Cooper <Andrew.Cooper3@citrix.com>
> Sent: Thursday, August 11, 2022 11:21 AM
> To: Ross Lagerwall <ross.lagerwall@citrix.com>; xen-devel@lists.xenproject.org <xen-devel@lists.xenproject.org>
> Cc: Jan Beulich <jbeulich@suse.com>; Roger Pau Monne <roger.pau@citrix.com>; Wei Liu <wl@xen.org>
> Subject: Re: [PATCH] x86/cpu: Drop _init from *_cpu_cap functions 
>  
> On 11/08/2022 11:17, Ross Lagerwall wrote:
> > These functions may be called by init_amd() after the _init functions
> > have been purged during CPU hotplug or PV shim boot so drop the _init.
> >
> > Signed-off-by: Ross Lagerwall <ross.lagerwall@citrix.com>
> 
> Hmm.  That's a bug in init_amd() I'd say.  These really shouldn't be
> used after __init.
> 
> Which path exploded specifically?

The stack trace was:

setup_force_cpu_cap
init_amd
identify_cpu
start_secondary

In setup_force_cpu_cap() here:

        /*
         * On pre-CLFLUSHOPT AMD CPUs, CLFLUSH is weakly ordered with
         * everything, including reads and writes to address, and
         * LFENCE/SFENCE instructions.
         */
        if (!cpu_has_clflushopt)
                setup_force_cpu_cap(X86_BUG_CLFLUSH_MFENCE);

which was recently introduced by:

commit 062868a5a8b428b85db589fa9a6d6e43969ffeb9
Author: Andrew Cooper <andrew.cooper3@citrix.com>
Date:   Thu Jun 9 14:23:07 2022 +0200

    x86/amd: Work around CLFLUSH ordering on older parts


Should the fix rather be to guard that call with "if (c == &boot_cpu_data ..." ?

Ross

  reply	other threads:[~2022-08-11 10:31 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-11 10:17 [PATCH] x86/cpu: Drop _init from *_cpu_cap functions Ross Lagerwall
2022-08-11 10:21 ` Andrew Cooper
2022-08-11 10:30   ` Ross Lagerwall [this message]
2022-08-11 10:34     ` Andrew Cooper
2022-08-11 10:59       ` Jan Beulich

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=PH0PR03MB63827F5CFCCB8277405FD70BF0649@PH0PR03MB6382.namprd03.prod.outlook.com \
    --to=ross.lagerwall@citrix.com \
    --cc=Andrew.Cooper3@citrix.com \
    --cc=jbeulich@suse.com \
    --cc=roger.pau@citrix.com \
    --cc=wl@xen.org \
    --cc=xen-devel@lists.xenproject.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.