mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-05 12:43:09 +09: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>