Re: [PATCH v2 4/5] kmod: add helpers for getting kmod limit

2017-05-26 Thread Luis R. Rodriguez
On Thu, May 25, 2017 at 05:56:51PM -0700, Dmitry Torokhov wrote: > On Thu, May 25, 2017 at 05:16:29PM -0700, Luis R. Rodriguez wrote: > > This adds helpers for getting access to the kmod limit from > > userspace. This knob should help userspace more gracefully and > > deterministically handle modul

Re: [PATCH v2 4/5] kmod: add helpers for getting kmod limit

2017-05-25 Thread Dmitry Torokhov
On Thu, May 25, 2017 at 05:16:29PM -0700, Luis R. Rodriguez wrote: > This adds helpers for getting access to the kmod limit from > userspace. This knob should help userspace more gracefully and > deterministically handle module loading. I think more details is needed before we add a new ABI to the

[PATCH v2 4/5] kmod: add helpers for getting kmod limit

2017-05-25 Thread Luis R. Rodriguez
This adds helpers for getting access to the kmod limit from userspace. This knob should help userspace more gracefully and deterministically handle module loading. Cc: Tom Gundersen Cc: Petr Mladek Signed-off-by: Luis R. Rodriguez --- Documentation/sysctl/kernel.txt | 20