Comment 3 for bug 586070

Revision history for this message
Kim Højgaard-Hansen (kimrhh) wrote :

we did as instructed in the LKML post:

build the kernel as instructed in: https://help.ubuntu.com/community/Kernel/Compile
where we chose to build the flavor "server"

The result:

kim@foo:~/linux-2.6.24$ gdb debian/build/build-server/drivers/scsi/stex.o
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "i486-linux-gnu"...
(gdb) l *stex_mu_intr+0x123
0x513 is in stex_mu_intr (/home/kim/linux-2.6.24/drivers/scsi/stex.c:823).
818 ccb->cmd->cmnd[1] == PASSTHRU_GET_ADAPTER))
819 stex_controller_info(hba, ccb);
820
821 scsi_dma_unmap(ccb->cmd);
822 stex_scsi_done(ccb);
823 hba->out_req_cnt--;
824 } else if (ccb->req_type & PASSTHRU_REQ_TYPE) {
825 hba->out_req_cnt--;
826 if (ccb->req_type & PASSTHRU_REQ_NO_WAKEUP) {
827 ccb->req_type = 0;
(gdb)

We are going to upgrade the machine to lucid in order to try to overcome this bug, so we will not be able to do any further testing for this from here on.