Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Mar 2024 18:30:49 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 274536] panic: rt_tables_get_rnh_ptr: fam out of bounds (255 < 45)
Message-ID:  <bug-274536-227-y8YydgJCYO@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-274536-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-274536-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=3D274536

--- Comment #5 from Gleb Smirnoff <glebius@FreeBSD.org> ---
I guess the 255 is coming from sys/compat/linux/linux.c:linux_to_bsd_domain=
()
return (-1).  Can you please first modify your kernel so that it doesn't pa=
nic:
e.g. in netlink_io.c after line 284 just return as if the msg_from_linux
failed.  Then please add print of the actual value of domain in
linux_to_bsd_domain().

--=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-274536-227-y8YydgJCYO>