A recent Linux kernel proposal to add "spawn templates" to optimize the fork() and exec() pattern has been rejected, but it may point to a new process-creation primitive in the future. The discussion highlights the need for a better process-creation mechanism, with some suggesting a native implementation of posix_spawn() and others proposing alternative approaches using existing system calls.