Prev: [PATCH] xfs: Make fiemap works with sparse file.
Next: [tip:x86/mce] x86, mce: Rename MSR_IA32_MCx_CTL2 value
From: tip-bot for Huang Ying on 11 Jun 2010 02:10 Commit-ID: c6de9f08912311ddc1b3502b90e10fd449acd401 Gitweb: http://git.kernel.org/tip/c6de9f08912311ddc1b3502b90e10fd449acd401 Author: Huang Ying <ying.huang(a)intel.com> AuthorDate: Mon, 31 May 2010 16:48:09 +0800 Committer: H. Peter Anvin <hpa(a)zytor.com> CommitDate: Thu, 10 Jun 2010 21:28:43 -0700 x86, mce: Add HW_ERR printk prefix for hardware error logging This makes hardware error related log in printk log more explicit. So that the users can report it to hardware vendor instead of LKML or software vendor. Signed-off-by: Huang Ying <ying.huang(a)intel.com> Reviewed-by: Hidetoshi Seto <seto.hidetoshi(a)jp.fujitsu.com> LKML-Reference: <1275295689.3444.462.camel(a)yhuang-dev.sh.intel.com> Signed-off-by: H. Peter Anvin <hpa(a)zytor.com> --- include/linux/kernel.h | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/include/linux/kernel.h b/include/linux/kernel.h index 8317ec4..3bf740b 100644 --- a/include/linux/kernel.h +++ b/include/linux/kernel.h @@ -247,6 +247,13 @@ extern struct pid *session_of_pgrp(struct pid *pgrp); #define FW_WARN "[Firmware Warn]: " #define FW_INFO "[Firmware Info]: " +/* + * HW_ERR + * Add this to a message for hardware errors, so that user can report + * it to hardware vendor instead of LKML or software vendor. + */ +#define HW_ERR "[Hardware Error]: " + #ifdef CONFIG_PRINTK asmlinkage int vprintk(const char *fmt, va_list args) __attribute__ ((format (printf, 1, 0))); -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |