[Solved] How to use copy_to_user() in a kernel program? [closed]
How many times can you use copy_to_user() in a kernel program? As many times as you want. But they have to make sense (because anything you do in any kind of program has to make sense). I thought if the data that is passed into the copy_to_user() will append the data to the next line. … Read more