From: Jeremy S. <js...@mv...> - 2001-12-06 21:04:20
|
Robert Love wrote: > Thank you. As SH users start using 2.4.15-pre7 and later kernels, they > may experience odd problems. I wish I could give a formula for tracking > down if a specific issue is this memchr/memscan problem, but it can > manifest itself in a myriad of ways. > > One thing to consider is that _all_ uses of memscan are either broken > now or where broken before the change. I.e., they expected one of the > two behaviors at some point but got the other. This means a global > audit of memscan use may be useful. Sorry about missing that one. In the linuxsh drop-in tree, maple_keyb.c looks like the only file that references memscan; as far as I can tell the only other reference in the entire linux tree is drivers/usb/usbkbd.c, the driver that maple_keyb.c was based on. --Jeremy Siegel |