<div dir="ltr">you mean like this ? i think im doing it right finally ,thank you ! </div><div class="gmail_extra"><br><div class="gmail_quote">2018-07-02 23:59 GMT+08:00  <span dir="ltr"><<a href="mailto:valdis.kletnieks@vt.edu" target="_blank">valdis.kletnieks@vt.edu</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Sun, 01 Jul 2018 20:44:29 +0800, bing zhu said:<br>
<br>
> say use kthread_create func ,my question is :how can i make this thread to<br>
> run on a cpu and never get switched or scheduled , there is a<br>
> while(1).....structure in that thread i need it to do work<br>
<br>
</span>That's almost certainly a result of a poor design.  What problem<br>
were you trying to solve by wrapping a 'while(1)' around in-kernel code?<br>
<span class=""><br>
> comes with errors like "NMI watchdog: BUG: soft lockup - CPU#0 stuck for<br>
> 23s! [test thread :1881]",i understand there is a watchdog but is there<br>
> anyway i can feed the dog myself and let my thread have cpu as much as i<br>
> want ?<br>
<br>
</span>There are ways.  But you probably should figure out how to fix your code<br>
so feeding the watchdog isn't needed....<br>
</blockquote></div><br></div>