Date: Thu, 22 Oct 2009 18:30:21 +0400 From: pluknet <pluknet@gmail.com> To: John Baldwin <jhb@freebsd.org> Cc: freebsd-scsi <freebsd-scsi@freebsd.org>, freebsd-stable@freebsd.org Subject: Re: mfi(4) endless loop kernel output on attach Message-ID: <a31046fc0910220730x786d1fdcm68dee86db48ce81b@mail.gmail.com> In-Reply-To: <200910150853.49850.jhb@freebsd.org> References: <a31046fc0910150251q727ea426jca72be60ed29d513@mail.gmail.com> <200910150853.49850.jhb@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
2009/10/15 John Baldwin <jhb@freebsd.org>: > On Thursday 15 October 2009 5:51:19 am pluknet wrote: >> Hi. >> >> This is 7.2-R. Seen on IBM x3650M2. >> >> During the boot I get those endless looping kernel messages while on >> mfi(4) attach phase. >> It's getting more odd since 7.2 booted and worked fine on exactly this >> server model >> months ago (on different box though).. Any hints? > > We just had some boxes die like this (but spewing a different loop of mes= sages > on boot related to continuously scheduling patrol reads and consistency > checks that finished immediately) at work. =A0We fixed them by swapping o= ut the > controller. =A0We might try stick them in a different box and reflashing = them > using mfiutil(8) to see if it's some sort of corrupted state that flashin= g > the adapter fixes. > > In your case it looks lik the firmware keeps crashing and restarting. > Some more thoughts.. There was a problem I got with 'MegaCli -AdpBbuCmd -BbuLearn -aall' command= . On 6.2-R process slept on mfiwait wchan: db> bt 14734 Tracing pid 14734 tid 100135 td 0xc93f8190 sched_switch(c93f8190,0,1) at sched_switch+0x143 mi_switch(1,0,c93f8190,f9a32acc,c06a43a4,...) at mi_switch+0x1ba sleepq_switch(c8c6b0d0) at sleepq_switch+0x87 sleepq_wait(c8c6b0d0,0,c93f8190,c8c6b0d0,c8c25800,...) at sleepq_wait+0x5c msleep(c8c6b0d0,c8c25954,4c,c090acbc,0) at msleep+0x269 mfi_wait_command(c8c25800,c8c6b0d0,0,0,cc382460,...) at mfi_wait_command+0x= a8 mfi_ioctl(c8c31300,c1144d01,cc870a00,1,c93f8190,...) at mfi_ioctl+0x485 devfs_ioctl_f(c90a2750,c1144d01,cc870a00,c9048000,c93f8190) at devfs_ioctl_f+0xaf ioctl(c93f8190,f9a32d04) at ioctl+0x445 syscall(3b,3b,3b,0,bfbfedc0,...) at syscall+0x2bf Xint0x80_syscall() at Xint0x80_syscall+0x1f --- syscall (54, FreeBSD ELF32, ioctl), eip =3D 0x8177207, esp =3D 0xbfbfe88c, ebp =3D 0xbfbfe8b8 --- Then: mfi0: COMMAND 0xc8c6b0d0 TIMEOUT AFTER 51 SECONDS mfi0: COMMAND 0xc8c61d50 TIMEOUT AFTER 49 SECONDS mfi0: COMMAND 0xc8c61850 TIMEOUT AFTER 49 SECONDS On 6.4-R MegaCli throws a page fault due to NULL deref in mfi_data_cb():cm->cm_sg (see below). There was past 6.4 backport mentioning "fix some bugs in the API for the management ioctl." With this patch I have no longer panic and/or locks. Thanks to LSI now on 7.2-R (and on patched 6.4-R) it returns an error: # ./MegaCli -AdpBbuCmd -BbuLearn -aall Adapter 0: BBU Learn Failed Exit Code: 0x32 db> bt Tracing pid 43059 tid 101363 td 0xcf46e680 mfi_data_cb(c9cfae00,c9cc3e00,1,0) at mfi_data_cb+0x5e bus_dmamap_load(c9cd7c80,0,caf86270,0,c0597240,c9cfae00,0) at bus_dmamap_load+0x4a1 mfi_mapcmd(c9cc3800,c9cfae00) at mfi_mapcmd+0x31 mfi_startio(c9cc3800) at mfi_startio+0x9b mfi_wait_command(c9cc3800,c9cfae00,0,0,caf86270,...) at mfi_wait_command+0x= 89 mfi_ioctl(c9cf7200,c1144d01,d3fb6200,1,cf46e680,...) at mfi_ioctl+0x52a devfs_ioctl_f(d1a551b0,c1144d01,d3fb6200,cbf52c80,cf46e680) at devfs_ioctl_f+0xaf ioctl(cf46e680,fbd91d04) at ioctl+0x445 syscall(3b,3b,3b,0,bfbfedc0,...) at syscall+0x2bf Xint0x80_syscall() at Xint0x80_syscall+0x1f --- syscall (54, FreeBSD ELF32, ioctl), eip =3D 0x8177207, esp =3D 0xbfbfe88c, ebp =3D 0xbfbfe8b8 #9 0xc08cbb1a in calltrap () at /usr/src/sys/i386/i386/exception.s:139 #10 0xc059729e in mfi_data_cb (arg=3D0xc8a744b0, segs=3D0xc8a49e00, nsegs= =3D1, ---Type <return> to continue, or q <return> to quit--- error=3D0) at /usr/src/sys/dev/mfi/mfi.c:1488 #11 0xc08c7afd in bus_dmamap_load (dmat=3D0xc8a6f100, map=3D0xac89e000, buf=3D0xc8a5ac60, buflen=3D0, callback=3D0xc0597240 <mfi_data_cb>, callback_arg=3D0xc8a744b0, flags=3D0) at /usr/src/sys/i386/i386/busdma_machdep.c:733 #12 0xc059721d in mfi_mapcmd (sc=3D0xc8a49800, cm=3D0xc8a49e00) at /usr/src/sys/dev/mfi/mfi.c:1452 #13 0xc0597177 in mfi_startio (sc=3D0xc8a49800) at /usr/src/sys/dev/mfi/mfi.c:1436 #14 0xc0595f09 in mfi_wait_command (sc=3D0xc8a49800, cm=3D0xc8a744b0) at /usr/src/sys/dev/mfi/mfi.c:822 #15 0xc059840a in mfi_ioctl (dev=3D0xac89e000, cmd=3D0, arg=3D0xc8de8800 ""= , flag=3D1, td=3D0xc8a5ac60) at /usr/src/sys/dev/mfi/mfi.c:2061 #16 0xc06598b7 in devfs_ioctl_f (fp=3D0xc902dc18, com=3D3239333121, data=3D0xc8de8800, cred=3D0xc9052980, td=3D0xc8e2dd00) at /usr/src/sys/fs/devfs/devfs_vnops.c:480 #17 0xc06d3a11 in ioctl (td=3D0xc8e2dd00, uap=3D0xeb37bd04) at file.h:265 (kgdb) f 10 #10 0xc059729e in mfi_data_cb (arg=3D0xc8a744b0, segs=3D0xc8a49e00, nsegs= =3D1, error=3D0) at /usr/src/sys/dev/mfi/mfi.c:1488 1488 sgl->sg32[i].addr =3D segs[i].ds_addr; (kgdb) list 1483 return; 1484 } 1485 1486 if ((sc->mfi_flags & MFI_FLAGS_SG64) =3D=3D 0) { 1487 for (i =3D 0; i < nsegs; i++) { 1488 sgl->sg32[i].addr =3D segs[i].ds_addr; 1489 sgl->sg32[i].len =3D segs[i].ds_len; 1490 } 1491 } else { 1492 for (i =3D 0; i < nsegs; i++) { (kgdb) p i $1 =3D 0 (kgdb) p *segs $3 =3D {ds_addr =3D 2457600, ds_len =3D 65536} (kgdb) p sgl $4 =3D (union mfi_sgl *) 0x0 (kgdb) p *cm $6 =3D {cm_link =3D {tqe_next =3D 0x0, tqe_prev =3D 0xc8a49814}, cm_timesta= mp =3D 0, cm_sc =3D 0xc8a49800, cm_frame =3D 0xe8fee680, cm_frame_busaddr =3D 37485= 13408, cm_sense =3D 0xe904c780, cm_sense_busaddr =3D 3749103488, cm_dmamap =3D 0= x0, cm_sg =3D 0x0, cm_data =3D 0xc8a5ac60, cm_len =3D 0, cm_total_frame_size = =3D 0, cm_extra_frames =3D 0, cm_flags =3D 6, cm_aen_abort =3D 0, cm_complete = =3D 0, cm_private =3D 0x0, cm_index =3D 15, cm_error =3D 0} --=20 wbr, pluknet
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?a31046fc0910220730x786d1fdcm68dee86db48ce81b>