Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 09 Nov 2023 09:50:23 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 274986] False positive to unload module dependencies
Message-ID:  <bug-274986-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D274986

            Bug ID: 274986
           Summary: False positive to unload module dependencies
           Product: Base System
           Version: 15.0-CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: bugs@FreeBSD.org
          Reporter: zlei@FreeBSD.org

Steps to repeat:

```
# kldload bridgestp
# kldload if_bridge
# kldunload bridgestp && echo OK
OK
```

Try the second time:
```
# kldunload bridgestp
kldunload: can't unload file: Device busy
```

Expected behavior: since bridgestp.ko is dependency of if_bridge.ko , it ma=
kes
no senses to unload it with **SUCCESS** .

--=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-274986-227>