Re: [PATCH] module: Add CONFIG_MODULE_LOAD_IN_SEQUENCE option
From: Christoph Hellwig <hch@infradead.org>
Date: 2023-10-11 06:39:16
Also in:
lkml
From: Christoph Hellwig <hch@infradead.org>
Date: 2023-10-11 06:39:16
Also in:
lkml
On Mon, Oct 09, 2023 at 10:26:35AM +0530, Joey Jiao wrote:
When modprobe cmds are executed one by one, the final loaded modules are not in fixed sequence as expected.
And why does this matter? If this is important enough to matter it should just be the default, and have really good reason for that. Doing something like this as a config option does not make any sense.