Page MenuHomeFreeBSD

iflib: netmap: fix rsync index overrun
ClosedPublic

Authored by vmaffione on Jun 13 2020, 7:50 AM.
Tags
None
Referenced Files
F163398469: D25252.id.diff
Wed, Jul 22, 8:48 PM
Unknown Object (File)
Mon, Jul 20, 12:55 AM
Unknown Object (File)
Sat, Jul 18, 8:09 AM
Unknown Object (File)
Tue, Jul 7, 1:22 AM
Unknown Object (File)
Jun 19 2026, 12:53 AM
Unknown Object (File)
Jun 15 2026, 6:27 PM
Unknown Object (File)
Jun 15 2026, 6:27 PM
Unknown Object (File)
May 31 2026, 8:25 PM

Details

Summary

In the current iflib_netmap_rxsync, there is nothing that prevents kring->nr_hwtail to overrun kring->nr_hwcur during the descriptor import phase. This may cause errors in netmap applications, such as:

em1 RX0: fail 'head < kring->nr_hwcur || head > kring->nr_hwtail' h 795 c 795 t 282 rh 795 rc 795 rt 282 hc 282 ht 282
Test Plan

Tested on an em device in a VM. After the patch, the problem disappears.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

I guess no objections here? This is an easy change, that fixes a bug that is very easy to reproduce, and that prevents netmap applications from working for real on iflib.

This revision is now accepted and ready to land.Jun 23 2020, 3:00 PM
This revision was automatically updated to reflect the committed changes.