Hello, i wonder how can i bypass function "copy_to_user", because it works only with userspace buffer (kernel 5.11). It is possible to allocate this type of buffer in kernel space or should i look for mapping kernel address to user addresses? Thanks for any tips.