Ready to be published? LXer is read by around 350,000 individuals each month, and is an excellent place for you to publish your ideas, thoughts, reviews, complaints, etc. Do you have something to say to the Linux community?
It's odd that printk() would pose so many problems for kernel development,
given that it's essentially just a replacement for printf() that doesn't
require linking the standard C library into the kernel.