0

enter image description here

I've just modified the kernel source. The kernel got crashed when I tried to trigger related functions. What does 0x__schedule+0x1de/0x700 mean in the dmesg mentioned above?

0x80000000
  • 29
  • 4
  • 1
    __schedule is the function, 0x1de is the offset from the beginning of the function. You can use `addr2line` to convert to a source line number. – stark Oct 30 '22 at 15:15

0 Answers0