These warnings can be safely ignored.
>
> 2. How can I put a breakpoint to debug my init_module?
> Which is the Kernel Fxn to be invoked to put a
> breakpoint in my init_module?
You can place a breakpoint just before the the statement
where kernel calls init_module. Then load the generated
gdb script into gdb once the breakpoint is hit. Now you
can place a breakpoint directly into any statement in the
module code.
>
> Thanks in advance,
>
> Jalaja
>
> __________________________________________________
> Do You Yahoo!?
> Make international calls for as low as $.04/minute with Yahoo! Messenger
> http://phonecard.yahoo.com/
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
-- Amit Kale Veritas Software ( http://www.veritas.com ) - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/