Oops, I have forgotten the RFC before the patches from 1 to 5 also i have missed two email addresses (i have added them now). I will resend the whole series again with RFC tag before each PATCH and also proper cc's. Sorry On Wed, Jan 21, 2015 at 3:55 AM, Devendra Naga <devendra.aaru@xxxxxxxxx> 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. > > Devendra Naga (5): > unisys: replace kthread_create and wake_up_process with kthread_run > unisys: use simpler kthread_ API > unisys: use kthread_should_stop in the thread > unisys: use kthread_should_stop API in the lib thread > unisys: remove the thread variable and API > > drivers/staging/unisys/include/uisthread.h | 1 - > drivers/staging/unisys/uislib/uislib.c | 4 ++-- > drivers/staging/unisys/uislib/uisthread.c | 25 ++++++++----------------- > drivers/staging/unisys/virthba/virthba.c | 4 ++-- > 4 files changed, 12 insertions(+), 22 deletions(-) > > -- > 1.9.3 > _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel