Re: [RFC PATCH 0/2] kmod: Support lockup option to make module un-removable

2014-10-12 Thread Rusty Russell
Lucas De Marchi writes: > On Tue, Aug 26, 2014 at 9:04 AM, Masami Hiramatsu > wrote: >> Hi, >> >> Here is a pair of patches which adds --lockup option to >> modprobe and libkmod. >> >> As I sent a series of patches which removes stop_machine() >> from module removal:

Re: [RFC PATCH 0/2] kmod: Support lockup option to make module un-removable

2014-10-12 Thread Rusty Russell
Lucas De Marchi lucas.de.mar...@gmail.com writes: On Tue, Aug 26, 2014 at 9:04 AM, Masami Hiramatsu masami.hiramatsu...@hitachi.com wrote: Hi, Here is a pair of patches which adds --lockup option to modprobe and libkmod. As I sent a series of patches which removes stop_machine() from

Re: [RFC PATCH 0/2] kmod: Support lockup option to make module un-removable

2014-09-01 Thread Lucas De Marchi
On Tue, Aug 26, 2014 at 9:04 AM, Masami Hiramatsu wrote: > Hi, > > Here is a pair of patches which adds --lockup option to > modprobe and libkmod. > > As I sent a series of patches which removes stop_machine() > from module removal: https://lkml.org/lkml/2014/8/25/142 > it also adds lockup option

Re: [RFC PATCH 0/2] kmod: Support lockup option to make module un-removable

2014-09-01 Thread Lucas De Marchi
On Tue, Aug 26, 2014 at 9:04 AM, Masami Hiramatsu masami.hiramatsu...@hitachi.com wrote: Hi, Here is a pair of patches which adds --lockup option to modprobe and libkmod. As I sent a series of patches which removes stop_machine() from module removal: https://lkml.org/lkml/2014/8/25/142 it

[RFC PATCH 0/2] kmod: Support lockup option to make module un-removable

2014-08-26 Thread Masami Hiramatsu
Hi, Here is a pair of patches which adds --lockup option to modprobe and libkmod. As I sent a series of patches which removes stop_machine() from module removal: https://lkml.org/lkml/2014/8/25/142 it also adds lockup option which lock up the module in the kernel and makes it un-removable.

[RFC PATCH 0/2] kmod: Support lockup option to make module un-removable

2014-08-26 Thread Masami Hiramatsu
Hi, Here is a pair of patches which adds --lockup option to modprobe and libkmod. As I sent a series of patches which removes stop_machine() from module removal: https://lkml.org/lkml/2014/8/25/142 it also adds lockup option which lock up the module in the kernel and makes it un-removable.