Home
last modified time | relevance | path

Searched hist:"77102 fd6a23e10d56bb179092b01334a258e2b50" (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/net/
H A Diflib.cdiff 77102fd6a23e10d56bb179092b01334a258e2b50 Fri Jan 25 16:02:18 CET 2019 Andrew Gallatin <gallatin@FreeBSD.org> Fix an iflib driver unload panic introduced in r343085

The new loop to sync and unload descriptors was indexed
by "i", rather than "j". The panic was caused by "i"
being advanced rather than "j", and eventually becoming
out of bounds.

Reviewed by: kib
MFC after: 3 days
Sponsored by: Netflix