On a lab task for my university, I have to pass a pointer to user space from kernel space and then read the memory address of that pointer. I've tried using copy_from_user(to, from, n), but all I get i "bad address" when I try to cat it. I've Googled all over the wb for an answer, but there are litteraly no good tutorials out there for this.