<div dir="ltr"><div><div><div><div><div><div><div><div><div><div><div><div>Hi,<br><br></div>I would like to write a kernel module that will induce the softlockup and hardlockup on the cpu core(s). Below is my logic and was wondering if some one can help me verify and guide me creating a thread and other stuff for implementing the logic.<br>
<br></div>softlockup:<br></div><div>on given cpu number.<br></div>1. disable kernel preemption<br></div>2. keep looping for 21 seconds (as per kernel Documentation it takes 20 seconds to detect and I would like to recover the system once its detected).<br>
</div>3. release the cpu<br><br></div>hardlockup<br></div>on given cpu number.<br></div>1. disable interrrupts.<br></div>2. keep looping for 11 seconds.<br></div>3. enable interrupts and release cpu.<br><br></div>Regards,<br>
</div>Vipul.<br><br></div>