[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20131112230016.GA30674@gmail.com>
Date: Wed, 13 Nov 2013 00:00:16 +0100
From: Ingo Molnar <mingo@...nel.org>
To: Borislav Petkov <bp@...e.de>
Cc: hpa@...or.com, linux-kernel@...r.kernel.org, stable@...nel.org,
tglx@...utronix.de, trenn@...e.de,
linux-tip-commits@...r.kernel.org
Subject: Re: [tip:x86/urgent] x86/microcode/amd: Tone down printk(), don' t
treat a missing firmware file as an error
* Borislav Petkov <bp@...e.de> wrote:
> On Tue, Nov 12, 2013 at 01:58:00PM -0800, tip-bot for Thomas Renninger wrote:
> > Commit-ID: 11f918d3e2d3861b6931e97b3aa778e4984935aa
> > Gitweb: http://git.kernel.org/tip/11f918d3e2d3861b6931e97b3aa778e4984935aa
> > Author: Thomas Renninger <trenn@...e.de>
> > AuthorDate: Tue, 12 Nov 2013 17:39:43 +0100
> > Committer: Ingo Molnar <mingo@...nel.org>
> > CommitDate: Tue, 12 Nov 2013 22:03:49 +0100
> >
> > x86/microcode/amd: Tone down printk(), don't treat a missing firmware file as an error
> >
> > Do it the same way as done in microcode_intel.c: use pr_debug()
> > for missing firmware files.
> >
> > There seem to be CPUs out there for which no microcode update
> > has been submitted to kernel-firmware repo yet resulting in
> > scary sounding error messages in dmesg:
> >
> > microcode: failed to load file amd-ucode/microcode_amd_fam16h.bin
> >
> > Signed-off-by: Thomas Renninger <trenn@...e.de>
> > Acked-by: Borislav Petkov <bp@...e.de>
> > Cc: <stable@...nel.org>
>
> Shouldn't that be <stable@...r.kernel.org> ?
Indeed that is the documented alias, although stable@...nel.org works as
well and is used frequently:
comet:~/tip> git log v3.0..v3.12 | grep 'stable@...nel.org' | wc -l
1390
comet:~/tip> git log v3.0..v3.12 | grep 'stable@...r.kernel.org' | wc -l
4750
Thanks,
Ingo
--
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