lkml.org 
[lkml]   [2022]   [Jul]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRE: [PATCH v3] x86/mce: retrieve poison range from hardware
Date
+	m.misc = (MCI_MISC_ADDR_PHYS << 6) | __ffs64(mem_err->physical_addr_mask);

Do we want to unconditionally trust the sanity of the BIOS provided physical_address_mask?

There's a warning comment on the kernel __ffs64() function:

* The result is not defined if no bits are set, so check that @word
* is non-zero before calling this.

Otherwise, this looks like a good idea.

-Tony

\
 
 \ /
  Last update: 2022-07-18 18:20    [W:0.048 / U:2.324 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site