<div style="line-height:1.7;color:#000000;font-size:14px;font-family:Arial"><div>Hi,</div><div><br></div><div>I'm just the guy who asked a question about the page fault handler days ago. Thanks for telling me about the fault-around feature.&nbsp;</div><div><br></div><div>You also told me that this feature could be disabled in debugfs, but I still don't know how to achieve it by debugfs. I only know that debugfs is something that developers could put information about kernel there. So could you tell me how to disable fault-around feature by debugfs? Or is it OK to directly modify kernel? I find where it is located in source:</div><div><br></div><div><div>3518 &nbsp; &nbsp; if (vma-&gt;vm_ops-&gt;map_pages) {</div><div>3519 &nbsp; &nbsp; &nbsp; &nbsp; pte = pte_offset_map_lock(mm, pmd, address, &amp;ptl);</div><div>3520 &nbsp; &nbsp; &nbsp; &nbsp; do_fault_around(vma, address, pte, pgoff, flags);</div><div>3521 &nbsp; &nbsp; &nbsp; &nbsp; if (!pte_same(*pte, orig_pte))</div><div>3522 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; goto unlock_out;</div><div>3523 &nbsp; &nbsp; &nbsp; &nbsp; pte_unmap_unlock(pte, ptl);</div><div>3524 &nbsp; &nbsp; }</div></div><div><br></div><div>Thank you very much!</div><div>Best regards</div></div><br><br><span title="neteasefooter"><span id="netease_mail_footer"></span></span>