[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <50C6D3DF.3030209@zytor.com>
Date: Mon, 10 Dec 2012 22:34:07 -0800
From: "H. Peter Anvin" <hpa@...or.com>
To: Yinghai Lu <yinghai@...nel.org>
CC: "Yu, Fenghua" <fenghua.yu@...el.com>,
"mingo@...nel.org" <mingo@...nel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"tglx@...utronix.de" <tglx@...utronix.de>,
"hpa@...ux.intel.com" <hpa@...ux.intel.com>,
"linux-tip-commits@...r.kernel.org"
<linux-tip-commits@...r.kernel.org>
Subject: Re: [tip:x86/microcode] x86/microcode_intel_early.c: Early update
ucode on Intel's CPU
On 12/10/2012 07:55 PM, Yinghai Lu wrote:
>
> And my suggestion is: after scan and find the ucode, save it to BRK,
> so don't need to adjust
> pointer again, and don't need to copy the blob and update the pointer again.
>
That doesn't work if the microcode is replaced at runtime. However,
vmalloc doesn't work either since 32 bits needs any one blob to be
physically contiguous. I have suggested Fenghua replace it with a
linked list of kmalloc areas, one for each blob.
-hpa
--
H. Peter Anvin, Intel Open Source Technology Center
I work for Intel. I don't speak on their behalf.
--
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