NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/52899: Kernel panic with iwm
The following reply was made to PR kern/52899; it has been noted by GNATS.
From: Alexander Nasonov <alnsn%yandex.ru@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: kern-bug-people%netbsd.org@localhost, gnats-admin%netbsd.org@localhost,
netbsd-bugs%netbsd.org@localhost, dogan%tesmer.org.tr@localhost
Subject: Re: kern/52899: Kernel panic with iwm
Date: Fri, 5 Jan 2018 23:49:04 +0000
Alexander Nasonov wrote:
> if_free_sadl() at netbsd:if_free_sadl+0x55
> if_alloc_sadl() at netbsd:if_alloc_sadl+0x1d
I don't know much about this code but non-NULL ifp->if_sadl value
early in the boot process looks suspicious to me:
/*
* If the interface already has a link name, release it
* now. This is useful for interfaces that can change
* link types, and thus switch link names often.
*/
if (ifp->if_sadl != NULL)
if_free_sadl(ifp);
or may be it's normal because iwm init has been deferred.
--
Alex
Home |
Main Index |
Thread Index |
Old Index