Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Nov 2023 18:12:16 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 271677] ertt module unload error at shutdown
Message-ID:  <bug-271677-227-doR3RvpOSw@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-271677-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-271677-227@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=3D271677

--- Comment #12 from commit-hook@FreeBSD.org ---
A commit in branch stable/14 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=3D3569e21f07147c8dd4bee82e5e7efe69c=
98edeb1

commit 3569e21f07147c8dd4bee82e5e7efe69c98edeb1
Author:     Mike Karels <karels@FreeBSD.org>
AuthorDate: 2023-11-17 18:51:18 +0000
Commit:     Mike Karels <karels@FreeBSD.org>
CommitDate: 2023-11-24 18:11:16 +0000

    khelp: suppress useless warning message on shutdown

    If a module (e.g. the ertt hhook for TCP) can't clean up at
    shutdown, there is nothing to be done about it.  In the ertt case,
    cleanup is just shutting down a UMA zone, which doesn't need to be
    done.  Suppress EBUSY warnings on shutdown.

    PR:             271677
    Reviewed by:    tuexen, imp
    Differential Revision:  https://reviews.freebsd.org/D42650

    (cherry picked from commit 415c1c748d5492e41328fedf96b6bf3c9be94595)

 sys/kern/kern_khelp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--=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-271677-227-doR3RvpOSw>