__init code and data is collected in one place by the linker. After
the kernel has finished initialization, the entire __init code and data
is *freed* and reused as kmalloc space. Setting breakpoints in code
that will be removed and reused for random data is a bad idea.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/