[Bug 282533] 14.2-STABLE Panic after executing procstat on a process using netmap

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 06 Nov 2024 00:24:28 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282533

--- Comment #8 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

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

commit 580340dbdaaf372867e9ed3dd257430982753e5e
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2024-11-04 21:54:30 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2024-11-06 00:11:00 +0000

    vm_object: do not assume that un_pager.devp.dev is cdev

    It is subtype-specific handle.  Mark OBJT_DEVICE that do fill cdev into
    the handle, with a new object flag OBJ_CDEVH.

    PR:     282533
    Reviewed by:    markj
    Sponsored by:   The FreeBSD Foundation
    MFC after:      1 week
    Differential revision:  https://reviews.freebsd.org/D47443

 sys/kern/kern_proc.c | 5 +++--
 sys/vm/vm_mmap.c     | 3 +++
 sys/vm/vm_object.c   | 3 ++-
 sys/vm/vm_object.h   | 1 +
 4 files changed, 9 insertions(+), 3 deletions(-)

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