Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1622975
| From | Borislav Petkov <bp@suse.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [RFC PATCH] x86, mce: change the mce notifier to 'blocking' from 'atomic' |
| Date | 2017-04-13 14:20 +0200 |
| Message-ID | <tvLTd-2Sx-33@gated-at.bofh.it> (permalink) |
| References | (5 earlier) <tvyjf-1Lt-5@gated-at.bofh.it> <tvyMh-2fe-3@gated-at.bofh.it> <tvyVX-2js-3@gated-at.bofh.it> <tvyVX-2js-9@gated-at.bofh.it> <tvLgt-2jU-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Thu, Apr 13, 2017 at 01:31:59PM +0200, Borislav Petkov wrote:
> @@ -321,18 +321,8 @@ static void __print_mce(struct mce *m)
>
> static void print_mce(struct mce *m)
> {
> - int ret = 0;
> -
> __print_mce(m);
> -
> - /*
> - * Print out human-readable details about the MCE error,
> - * (if the CPU has an implementation for that)
> - */
> - ret = atomic_notifier_call_chain(&x86_mce_decoder_chain, 0, m);
> - if (ret == NOTIFY_STOP)
> - return;
> -
> + mce_log(m);
Actually, we don't need that call here because do_machine_check()
already does it.
--
Regards/Gruss,
Boris.
SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nürnberg)
--
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[RFC PATCH] x86, mce: change the mce notifier to 'blocking' from 'atomic' Vishal Verma <vishal.l.verma@intel.com> - 2017-04-12 00:50 +0200
Re: [RFC PATCH] x86, mce: change the mce notifier to 'blocking' from 'atomic' Borislav Petkov <bp@suse.de> - 2017-04-12 11:20 +0200
Re: [RFC PATCH] x86, mce: change the mce notifier to 'blocking' from 'atomic' Vishal Verma <vishal.l.verma@intel.com> - 2017-04-12 22:10 +0200
Re: [RFC PATCH] x86, mce: change the mce notifier to 'blocking' from 'atomic' Borislav Petkov <bp@suse.de> - 2017-04-12 22:30 +0200
Re: [RFC PATCH] x86, mce: change the mce notifier to 'blocking' from 'atomic' "Verma, Vishal L" <vishal.l.verma@intel.com> - 2017-04-12 22:30 +0200
Re: [RFC PATCH] x86, mce: change the mce notifier to 'blocking' from 'atomic' Dan Williams <dan.j.williams@intel.com> - 2017-04-12 23:00 +0200
Re: [RFC PATCH] x86, mce: change the mce notifier to 'blocking' from 'atomic' Thomas Gleixner <tglx@linutronix.de> - 2017-04-12 23:20 +0200
Re: [RFC PATCH] x86, mce: change the mce notifier to 'blocking' from 'atomic' "Luck, Tony" <tony.luck@intel.com> - 2017-04-12 23:20 +0200
Re: [RFC PATCH] x86, mce: change the mce notifier to 'blocking' from 'atomic' Borislav Petkov <bp@suse.de> - 2017-04-12 23:50 +0200
Re: [RFC PATCH] x86, mce: change the mce notifier to 'blocking' from 'atomic' Borislav Petkov <bp@suse.de> - 2017-04-13 00:20 +0200
Re: [RFC PATCH] x86, mce: change the mce notifier to 'blocking' from 'atomic' "Luck, Tony" <tony.luck@intel.com> - 2017-04-13 00:30 +0200
Re: [RFC PATCH] x86, mce: change the mce notifier to 'blocking' from 'atomic' Borislav Petkov <bp@suse.de> - 2017-04-13 00:30 +0200
Re: [RFC PATCH] x86, mce: change the mce notifier to 'blocking' from 'atomic' Borislav Petkov <bp@suse.de> - 2017-04-13 13:40 +0200
Re: [RFC PATCH] x86, mce: change the mce notifier to 'blocking' from 'atomic' Borislav Petkov <bp@suse.de> - 2017-04-13 14:20 +0200
Re: [RFC PATCH] x86, mce: change the mce notifier to 'blocking' from 'atomic' "Luck, Tony" <tony.luck@intel.com> - 2017-04-18 18:30 +0200
Re: [RFC PATCH] x86, mce: change the mce notifier to 'blocking' from 'atomic' "Verma, Vishal L" <vishal.l.verma@intel.com> - 2017-04-21 23:50 +0200
Re: [RFC PATCH] x86, mce: change the mce notifier to 'blocking' from 'atomic' "Luck, Tony" <tony.luck@intel.com> - 2017-04-12 23:00 +0200
Re: [RFC PATCH] x86, mce: change the mce notifier to 'blocking' from 'atomic' Borislav Petkov <bp@suse.de> - 2017-04-12 23:20 +0200
Re: [RFC PATCH] x86, mce: change the mce notifier to 'blocking' from 'atomic' Thomas Gleixner <tglx@linutronix.de> - 2017-04-13 00:00 +0200
Re: [RFC PATCH] x86, mce: change the mce notifier to 'blocking' from 'atomic' "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> - 2017-04-13 00:50 +0200
Re: [RFC PATCH] x86, mce: change the mce notifier to 'blocking' from 'atomic' "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> - 2017-04-13 01:50 +0200
Re: [RFC PATCH] x86, mce: change the mce notifier to 'blocking' from 'atomic' "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> - 2017-04-13 16:40 +0200
[tip:ras/urgent] x86/mce: Make the MCE notifier a blocking one tip-bot for Vishal Verma <tipbot@zytor.com> - 2017-04-18 22:30 +0200
csiph-web