2003-01-16 20:48:03

by Jonah Sherman

[permalink] [raw]
Subject: [PATCH] Trivial: Fix date in i386 microcode changelog

The changelog dates for the i386 microcode are wrong(1.11 is
before 1.09 and 1.10)
Patch is against 2.5.58

diff -Nru linux-2.5.58/arch/i386/kernel/microcode.c linux-2.5.58-new/arch/i386/kernel/microcode.c
--- linux-2.5.58/arch/i386/kernel/microcode.c 2003-01-14 00:58:25.000000000 -0500
+++ linux-2.5.58-new/arch/i386/kernel/microcode.c 2003-01-16 10:38:55.000000000 -0500
@@ -55,7 +55,7 @@
* Tigran Aivazian <[email protected]>,
* Serialize updates as required on HT processors due to speculative
* nature of implementation.
- * 1.11 22 Mar 2001 Tigran Aivazian <[email protected]>
+ * 1.11 22 Mar 2002 Tigran Aivazian <[email protected]>
* Fix the panic when writing zero-length microcode chunk.
*/


2003-01-17 09:05:33

by Tigran Aivazian

[permalink] [raw]
Subject: Re: [PATCH] Trivial: Fix date in i386 microcode changelog

Hi Jonah,

Yes, your patch is correct, thanks.

Regards
Tigran

On Thu, 16 Jan 2003, Jonah Sherman wrote:

> The changelog dates for the i386 microcode are wrong(1.11 is
> before 1.09 and 1.10)
> Patch is against 2.5.58
>
> diff -Nru linux-2.5.58/arch/i386/kernel/microcode.c linux-2.5.58-new/arch/i386/kernel/microcode.c
> --- linux-2.5.58/arch/i386/kernel/microcode.c 2003-01-14 00:58:25.000000000 -0500
> +++ linux-2.5.58-new/arch/i386/kernel/microcode.c 2003-01-16 10:38:55.000000000 -0500
> @@ -55,7 +55,7 @@
> * Tigran Aivazian <[email protected]>,
> * Serialize updates as required on HT processors due to speculative
> * nature of implementation.
> - * 1.11 22 Mar 2001 Tigran Aivazian <[email protected]>
> + * 1.11 22 Mar 2002 Tigran Aivazian <[email protected]>
> * Fix the panic when writing zero-length microcode chunk.
> */
>
>