In message <[email protected]>, Alan Cox writes:
> Author: alc
> Date: Mon Oct  9 18:19:06 2017
> New Revision: 324444
> URL: https://svnweb.freebsd.org/changeset/base/324444
> 
> Log:
>   The recent change to initialization of blists (r324420) relied on '-1'
>   appearing only where the code explicitly set it, but since much of the
>   data was not initialized, '-1' appeared other places too, and led to
>   panics.  Clear the allocated data before initializing nonzero values by
>   allocating with M_ZERO.
>   
>   Submitted by:       Doug Moore <[email protected]>
>   Reported by:        Oleg V. Nauman <[email protected]>, cy
>   Tested by:  Oleg V. Nauman <[email protected]>
>   MFC after:  1 week
>   X-MFC with: r324420
>   Differential Revision:      https://reviews.freebsd.org/D12627

Thanks. This fixes the recurring panic on one of my machines.


-- 
Cheers,
Cy Schubert <[email protected]>
FreeBSD UNIX:  <[email protected]>   Web:  http://www.FreeBSD.org

        The need of the many outweighs the greed of the few.




_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to