Module Name: src Committed By: martin Date: Fri Nov 1 15:06:22 UTC 2024
Modified Files: src/sys/dev/iscsi [netbsd-10]: iscsi_ioctl.c iscsi_main.c iscsi_send.c Log Message: Pull up following revision(s) (requested by rin in ticket #997): sys/dev/iscsi/iscsi_ioctl.c: revision 1.35 sys/dev/iscsi/iscsi_main.c: revision 1.42 sys/dev/iscsi/iscsi_send.c: revision 1.41 Use correct status value SCSI_BUSY (0x08) instead of XS_BUSY (7) when running out of sessions. The bug had no impact as scsipi was only comparing against SCSI_CHECK (0x02) and SCSI_QUEUE_FULL (0x28). Avoid race in timeout handling. Don't try to wake up CCB without connection (which led to a NULL pointer deref). To generate a diff of this commit: cvs rdiff -u -r1.33.4.1 -r1.33.4.2 src/sys/dev/iscsi/iscsi_ioctl.c cvs rdiff -u -r1.41 -r1.41.4.1 src/sys/dev/iscsi/iscsi_main.c cvs rdiff -u -r1.39.4.1 -r1.39.4.2 src/sys/dev/iscsi/iscsi_send.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.