Date: Mon, 21 Jul 2025 12:12:20 +0000 From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 288309] genet driver memory leak in dma teardown (cut and paste issue) Message-ID: <bug-288309-7501-CNIODKJhDM@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-288309-7501@https.bugs.freebsd.org/bugzilla/> References: <bug-288309-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=3D288309 --- Comment #3 from Mike Belanger <mibelanger@qnx.com> --- Our driver testing includes loading and unloading drivers, so a detach func= tion is useful for our testing. Most FreeBSD drivers have an implementation of a detach handler. Asking FreeBSD to add a detach handler for the genet driver is a selfish request as our implementation is dependent on existing functions. Having t= he same detach handler in FreeBSD adds some future proofing for our implementation. --=20 You are receiving this mail because: 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-288309-7501-CNIODKJhDM>