On Wed, 2015-01-21 at 04:03 -0500, Devendra Naga wrote:
> The 1st patch (replace kthread_create..) replace the
> kthread_create and wake_up_process with a call to
> kthread_run.
> 
> The 2nd patch changes the library API uisthread_start
> and uisthread_stop to use the kthread API.
> 
> The 3rd patch and 4th patch checks on kthread_should_stop
> instead of checking should_stop variable.
> 
> The 5th patch removes the variables should_stop and
> KILL as they are no longer required.
> 
> 
> All patches applies on next-20150120 cleanly. All the patches are
> compile tested on X86_64 allmodconfig.
> 

Hi,

I've built and tested your set of patches on an s-Par guest, and with
the changes I get a kernel oops during boot, but I haven't determined
the cause yet. I'll let you know what I find. :)

-- Ben

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to