On 01/13/2014 02:51 AM, Frank Murphy wrote:
> Just for knowledge, it boots fine.
> Already looked at:
> http://www.tux.org/lkml/#s1-18
>
> WARNING: CPU: 0 PID: 1730 at lib/idr.c:527
> idr_remove.part.6+0x243/0x250()
> idr_remove called for id=94 which is not allocated.
>
> Cannot report due to tainted kernel,
> can this happen without proprietary stuff (nvidia etc..?
>
> CPU: 0 PID: 1730 Comm: systemd Tainted: G W
> 3.13.0-0.rc7.git0.2.fc21.x86_64 #1 Hardware name: Gigabyte Technology
> Co., Ltd. To be filled by O.E.M./H61MA-D2V, BIOS F6 04/17/2013
>
The warning above is what kicked the "W" taint:
static void idr_remove_warning(int id)
{
WARN(1, "idr_remove called for id=%d which is not allocated.\n", id);
}
Yes, this can happen without proprietary stuff. The issue is that it looks like
something that is using the idr allocation scheme is busted. Any chance you
have a better log than the snippet you posted above (ie, dmesg?)
You should open up a BZ.
P.
> ___
> Regards,
> Frank
> www.frankly3d.com
>
> _______________________________________________
> kernel mailing list
> [email protected]
> https://admin.fedoraproject.org/mailman/listinfo/kernel
_______________________________________________
kernel mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/kernel