On 4/20/22 14:00, Qiuxu Zhuo wrote: > Accessing to the zero page with uncorrectable errors causes unexpected > machine checks. So forbid the zero page from being used by user-space > processes once it has uncorrectable errors. Processes that have already > mapped the zero page with uncorrectable errors will get killed once they > access to it. New processes will not use the zero page. There are lots of pages which are entirely fatal if they have uncorrectable errors. On my laptop, if there were an error, there is a 0.00000596% chance it will be in the zero page. Why is this worth special casing this one page?