Hi All , We build the loadable kernel module ,where we do partially link (-r) and for riscv we are understanding the relocs like 000000000030 001300000034 R_RISCV_SUB6 0000000000000002 <null> + 0 000000000033 001700000035 R_RISCV_SET6 0000000000000008 <null> + 0 Currently we are ignoring the above relocs ,is that ok to do so ? ~Umesh