[OpenAFS] Regulary Ooups'es on 2.4.29 + OpenAFS 1.2.13

chas williams - CONTRACTOR chas@cmf.nrl.navy.mil
Sun, 20 Feb 2005 15:13:31 -0500


In message <20050217190130.GF27308@ccmr.cornell.edu>,David Botsch writes:
>kernel: Starting AFS cache scan...osi_AllocSmallS: size=268
>kernel: Unable to handle kernel paging request at virtual address ffffffff
>
>I can send more detailed logs upon request.

this panic is different.  its caused by:

    if (size > AFS_SMALLOCSIZ)
        osi_Panic("osi_AllocSmallS: size=%d\n", size);

in afs_osi_alloc.c  if you get get a meaningful stack trace that
would be useful in determining who/what is allocating too much space
using the small allocator.