Comment 13 for bug 963685

Revision history for this message
Tetsuo Handa (9-launchpad-i-love-sakura-ne-jp) wrote : Re: Please consider backporting killable request_module() patchset

> How about adding this one too?
Already applied.

# grep call_usermodehelper ubuntu-11.04/linux-2.6.38-15.59/drivers/block/drbd/drbd_nl.c ubuntu-11.10/linux-3.0.0-19.33/drivers/block/drbd/drbd_nl.c ubuntu-12.04/linux-3.2.0-24.37/drivers/block/drbd/drbd_nl.c
ubuntu-11.04/linux-2.6.38-15.59/drivers/block/drbd/drbd_nl.c: ret = call_usermodehelper(usermode_helper, argv, envp, UMH_WAIT_PROC);
ubuntu-11.10/linux-3.0.0-19.33/drivers/block/drbd/drbd_nl.c: ret = call_usermodehelper(usermode_helper, argv, envp, UMH_WAIT_PROC);
ubuntu-12.04/linux-3.2.0-24.37/drivers/block/drbd/drbd_nl.c: ret = call_usermodehelper(usermode_helper, argv, envp, UMH_WAIT_PROC);