We can use printk to send debug message in kernel driver. I have a user mode AP that call kernel driver. I would like to output user mode AP debug message with kernel mode driver at the same time. How to do that?
Asked
Active
Viewed 1,089 times
2 Answers
1
If I understood your question correctly, I guess you are looking for syslog C API. $ man 3 syslog
tells you everything you need.

Kimvais
- 38,306
- 16
- 108
- 142