-1. **man:nfs[4]** client may cause a kernel panic when an NFSv4.1 or NFSv4.2 server becomes unresponsive or reboots. The system will automatically reboot after the panic. +
+1. The **man:nfs[4]** client may cause a kernel panic when an NFSv4.1 or NFSv4.2 server becomes unresponsive or reboots. The system will automatically reboot after the panic. +
**Workaround**: Avoid using `soft` or `intr` mount options with NFSv4.1/4.2 mounts. If the panic occurs frequently, consider downgrading to NFSv3 until a patched version is available. +
-**State**: fixed in main - https://bugs.freebsd.org/294925
+**State**: Fixed in main - https://bugs.freebsd.org/294925
+
+2. Systems with **man:zfs[4]** encrypted pools with `keylocation=prompt` datasets may stall waiting for a passphrase on boot if the `zfskeys` **man:rc[8]** script is enabled, diverging from previous behavior where mounting them would be skipped. +
+**Workaround**: Use `zpool set cachefile=none <pool>` so that the pool is not imported at boot. +
+**State**: Fixed in main - https://bugs.freebsd.org/296130