mirror of
https://github.com/torvalds/linux.git
synced 2026-09-21 10:42:56 -04:00
We should not be calling kernel_execve() directly and this causes module build failures because kernel_execve() is not exported to modules. Signed-off-by: David S. Miller <davem@davemloft.net>