Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1664142
| From | "Luck, Tony" <tony.luck@intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] x86/mce: Always save severity in machine_check_poll |
| Date | 2017-06-12 20:10 +0200 |
| Message-ID | <tRBWN-5Ex-5@gated-at.bofh.it> (permalink) |
| References | <tRBWN-5Ex-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Mon, Jun 12, 2017 at 11:54:06AM -0500, Yazen Ghannam wrote: > - severity = mce_severity(&m, mca_cfg.tolerant, NULL, false); > - > - if (severity == MCE_DEFERRED_SEVERITY && mce_is_memory_error(&m)) > - if (m.status & MCI_STATUS_ADDRV) > - m.severity = severity; > + m.severity = mce_severity(&m, mca_cfg.tolerant, NULL, false); So that isn't quite the same. Before we only set m.severity for memory errors where we had a valid address. Now you unconditionally set it. Maybe that's more useful. But it now needs an audit of the code the registered notifiers to make sure they didn't assume that severity set meant that this is a memory error. -Tony
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
Re: [PATCH] x86/mce: Always save severity in machine_check_poll "Luck, Tony" <tony.luck@intel.com> - 2017-06-12 20:10 +0200 RE: [PATCH] x86/mce: Always save severity in machine_check_poll "Ghannam, Yazen" <Yazen.Ghannam@amd.com> - 2017-06-12 21:00 +0200
csiph-web