From: Robert L. <rm...@te...> - 2001-12-06 18:13:43
|
On Thu, 2001-12-06 at 10:25, M. R. Brown wrote: > > The attached patch fixes the problems. There may be more. _Please_ > > merge into CVS. > > Applied to branch and head - thanks! 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. Robert Love |