Date: Thu, 30 Apr 2020 15:39:20 +0000 From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 245712] iflib: ift_mtx_name is too small Message-ID: <bug-245712-7501-18nzRCwtwt@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-245712-7501@https.bugs.freebsd.org/bugzilla/> References: <bug-245712-7501@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D245712 --- Comment #2 from commit-hook@freebsd.org --- A commit references this bug: Author: markj Date: Thu Apr 30 15:39:04 UTC 2020 New revision: 360498 URL: https://svnweb.freebsd.org/changeset/base/360498 Log: Increase the iflib txq callout mutex name length to 32 bytes. With a length of 16, the name ("<if name>:TX(<qid>):callout") typically gets truncated. PR: 245712 Reported by: ghuckriede@blackberry.com MFC after: 1 week Changes: head/sys/net/iflib.c --=20 You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-245712-7501-18nzRCwtwt>