<div dir="ltr"><div>Hi All,<br><br></div>Currently I am looking into an issue which is holding the printk lock(logbuf_lock)<br><div><div><br>logbuf_lock = {<br>  raw_lock = {<br>    owner = 0, <br>    next = 4<br>  }<br>}<br><br>I read about ticketing spinlocks to understand the above output. I understood that 4 cpu&#39;s are waiting for the lock while someone already has it.<br><br></div><div>I would like to know who has it? Is there a way I can know which process is acquiring a given spinlock? Is the information not stored in it?<br><br></div><div>I am using crash tool to analyse the dump<br></div><div><br></div><div>Regards,<br>Manty<br></div></div></div>