mirror of
https://github.com/torvalds/linux.git
synced 2026-02-04 15:28:49 +08: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>