At Tue, 23 Apr 2013 11:55:08 -0300, Cristian Rodríguez wrote:
On 04/23/2013 05:38 AM, Jean Delvare wrote:
Le Monday 22 April 2013 à 21:36 -0300, Cristian Rodríguez a écrit :
Hi:
Is the message is $SUBJECT something to be concerned about or a bug ?
Yes that would be a bug.
Ok, I will check if I spot it again.
Looking at the code which generates this warning, there is a dump_stack() following which should certainly tell you who got it wrong.
?? the code I found only says:
lib/idr,c err:
printk(KERN_WARNING "ida_remove called for id=%d which is not allocated.\n", id);
dont see any dump_stack there,,,
You might have to
tweak /etc/rsyslog.conf to have them logged. They should be in "dmesg" already though.
Not using syslog, only the journal.
Right, it's not idr_remove() but ida_remove(). The dump_stack is issued only for the former, unfortunately. Takashi -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org