This is a note to let you know that I've just added the patch titled

    x86, amd-ucode: Remove needless log messages

to the 2.6.32-longterm tree which can be found at:
    
http://www.kernel.org/git/?p=linux/kernel/git/longterm/longterm-queue-2.6.32.git;a=summary

The filename of the patch is:
     x86-amd-ucode-remove-needless-log-messages.patch
and it can be found in the queue-2.6.32 subdirectory.

If you, or anyone else, feels it should not be added to the 2.6.32 longterm 
tree,
please let <[email protected]> know about it.


>From [email protected]  Mon Apr 11 15:47:36 2011
From: Andreas Herrmann <[email protected]>
Date: Tue, 29 Mar 2011 21:29:53 +0200
Subject: x86, amd-ucode: Remove needless log messages
To: [email protected]
Cc: Greg Kroah-Hartman <[email protected]>, Andreas Herrmann 
<[email protected]>, Andreas Herrmann 
<[email protected]>, Borislav Petkov <[email protected]>, 
Boris Ostrovsky <[email protected]>, Ingo Molnar <[email protected]>
Message-ID: <[email protected]>


From: Andreas Herrmann <[email protected]>

Upstream commit: 6e18da75c28b592594fd632cf3e6eb09d3d078de

Signed-off-by: Andreas Herrmann <[email protected]>
Cc: Borislav Petkov <[email protected]>
LKML-Reference: <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
 arch/x86/kernel/microcode_amd.c |    9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

--- a/arch/x86/kernel/microcode_amd.c
+++ b/arch/x86/kernel/microcode_amd.c
@@ -109,12 +109,8 @@ static int get_matching_microcode(int cp
                return 0;
        }
 
-       if (mc_header->processor_rev_id != equiv_cpu_id) {
-               printk(KERN_ERR "microcode: CPU%d: patch mismatch "
-                      "(processor_rev_id: %x, equiv_cpu_id: %x)\n",
-                      cpu, mc_header->processor_rev_id, equiv_cpu_id);
+       if (mc_header->processor_rev_id != equiv_cpu_id)
                return 0;
-       }
 
        /* ucode might be chipset specific -- currently we don't support this */
        if (mc_header->nb_dev_id || mc_header->sb_dev_id) {
@@ -185,9 +181,6 @@ get_next_ucode(const u8 *buf, unsigned i
 
        total_size = (unsigned long) (section_hdr[4] + (section_hdr[5] << 8));
 
-       printk(KERN_DEBUG "microcode: size %u, total_size %u\n",
-              size, total_size);
-
        if (total_size > size || total_size > UCODE_MAX_SIZE) {
                printk(KERN_ERR "microcode: error: size mismatch\n");
                return NULL;


Patches currently in longterm-queue-2.6.32 which might be from 
[email protected] are

/home/gregkh/linux/longterm/longterm-queue-2.6.32/queue-2.6.32/x86-amd-ucode-remove-needless-log-messages.patch

_______________________________________________
stable mailing list
[email protected]
http://linux.kernel.org/mailman/listinfo/stable

Reply via email to