The following changes since commit 7bf70dbb18820b37406fdfa2aaf14c2f5c71a11a: Merge tag 'vfio-v6.2-rc6' of https://github.com/awilliam/linux-vfio (2023-01-23 11:56:07 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux.git/ tags/modules-6.2-rc6 for you to fetch changes up to 0254127ab977e70798707a7a2b757c9f3c971210: module: Don't wait for GOING modules (2023-01-24 12:52:52 -0800) ---------------------------------------------------------------- modules-6.2-rc6 There has been a fix we have been delaying for v6.2 due to lack of early testing on linux-next. The commit has been sitting on linux-next since December and testing has also been now a bit extensive by a few developers. Since this is a fix which definitely will go to v6.3 it should also apply to v6.2 so if there are any issues we pick them up earlier rather than later. The fix fixes a regression since v5.3, prior to me helping with module maintenance, however, the issue is real in that in the worst case now can prevent boot. We've discussed all possible corner cases [0] and at last do feel this is ready for v6.2-rc6. [0] https://lore.kernel.org/all/Y9A4fiobL6IHp%2F%2FP@xxxxxxxxxxxxxxxxxxxxxx/ ---------------------------------------------------------------- Petr Pavlu (1): module: Don't wait for GOING modules kernel/module/main.c | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-)