[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <0207C53569FE594381A4F2EB66570B2A018EFB7762@orsmsx508.amr.corp.intel.com>
Date: Fri, 9 Dec 2011 10:19:02 -0800
From: "Luck, Tony" <tony.luck@...el.com>
To: Borislav Petkov <bp@...64.org>, LKML <linux-kernel@...r.kernel.org>
CC: X86-ML <x86@...nel.org>, EDAC devel <linux-edac@...r.kernel.org>,
Borislav Petkov <borislav.petkov@....com>
Subject: RE: [PATCH 2/2] x86, MCE: Drain mcelog buffer
void mce_register_decode_chain(struct notifier_block *nb)
{
atomic_notifier_chain_register(&x86_mce_decoder_chain, nb);
+ drain_mcelog_buffer();
}
Won't this dump all the pended stuff to the *first* guy to
register - but subsequent interested parties will still
miss out?
If so, then we might care who gets here first.
-Tony
--
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