[Bug 283747] kernel panic after telegraf service restart

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 15 Apr 2025 19:44:41 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283747

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

URL:
https://cgit.FreeBSD.org/src/commit/?id=fca3395674d41fded108e493c6b5695bb6dcd077

commit fca3395674d41fded108e493c6b5695bb6dcd077
Author:     Gleb Smirnoff <glebius@FreeBSD.org>
AuthorDate: 2025-03-29 22:09:15 +0000
Commit:     Gleb Smirnoff <glebius@FreeBSD.org>
CommitDate: 2025-04-15 19:40:02 +0000

    cred: fix struct credbatch to use long for refcount

    This structure collects count from multiple cred structures.  Of course it
    can't use a smaller type.

    PR:                     283747
    Reviewed by:            olce, mjg, markj
    Differential Revision:  https://reviews.freebsd.org/D49562
    Fixes:                  37337709d3334f32650ba3a7c529fa013ed5e1f2

    (cherry picked from commit cd46e980134f6fc765b28ee9c8bf41e8fc1b0261)

 sys/kern/kern_prot.c | 2 +-
 sys/sys/ucred.h      | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.