Approach to change some values in an intree kernel module

Hello @henrique.tx !

Yes that would be nice.
In my particular case, I don’t have that option.
Or do you see a way to temporarily change these values?:
TorizonCore6.2:
https://git.toradex.com/cgit/linux-toradex.git/tree/drivers/rpmsg/virtio_rpmsg_bus.c?h=toradex_5.15-2.1.x-imx#n131

TC 5.7 (LTS):
https://git.toradex.com/cgit/linux-toradex.git/tree/drivers/rpmsg/virtio_rpmsg_bus.c?h=toradex_5.4-2.3.x-imx#n186

I need to send byte arrays larger than 2048 bytes.

My hope is that I can achieve that with the change.
But I have other cases:
For example, I would like to have more printf output from the kernel module during the development phase.

Best Regards …