Hi misc,

I ran into an issue with reorder_kernel on 7.2. It directed me to its log file, /usr/share/relink/kernel/GENERIC/relink.log, which contains this:

  (SHA256) /bsd: OK
  LD="ld" sh makegap.sh 0xcccccccc gapdummy.o
  ld -T ld.script -X --warn-common -nopie -o newbsd ${SYSTEM_HEAD} vers.o ${OBJS}
  text    data    bss    dec    hex
  0    0    0    0    0
  mv newbsd newbsd.gdb
  ctfstrip -S -o newbsd newbsd.gdb
  strip: there are no sections to be copied!
  rm -f bsd.gdb
  mv -f newbsd bsd
  mv: newbsd: No such file or directory
  *** Error 1 in /usr/share/relink/kernel/GENERIC (Makefile:1940 'newbsd')

I think the relevant error is the "strip: there are no sections to be copied".

Also I saw a blue text error from the kernel (typing it rather than copy-pasting):

   uvn_flush: obj=0xfffffd801ee12890, offset=0x5760000.  error during pageout.

  uvn_flush: WARNING: changes to page may be lost!

What does this mean? And how do I fix it?

Thanks,

Aaron

Reply via email to