tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Deadlock (maybe related to PR kern/56925)



On Sat, 19 Nov 2022, Martin Neitzel wrote:

If it's builtin, then it's compiled into the kernel and can't be
loaded as a module.  Either you need to build kernel with the patch,
or take `pseudo-device iscsi' out of the kernel config (or add `no
pseudo-device iscsi' to the kernel config) and load it as a module.

Would it be possible to boot the standard kernel with "userconf
disable iscsi*" and then to modload the module later?

No, sorry, that won't work.  Evenif you disable the device in
userconf, the driver code still exists in the loaded kernel.


+--------------------+--------------------------+----------------------+
| Paul Goyette       | PGP Key fingerprint:     | E-mail addresses:    |
| (Retired)          | FA29 0E3B 35AF E8AE 6651 | paul%whooppee.com@localhost    |
| Software Developer | 0786 F758 55DE 53BA 7731 | pgoyette%netbsd.org@localhost  |
| & Network Engineer |                          | pgoyette99%gmail.com@localhost |
+--------------------+--------------------------+----------------------+


Home | Main Index | Thread Index | Old Index