]> git.proxmox.com Git - mirror_ubuntu-impish-kernel.git/commit
UBUNTU: SAUCE: fix FTBFS in machine_real_restart()
authorPaolo Pisati <paolo.pisati@canonical.com>
Wed, 22 Apr 2020 14:09:47 +0000 (14:09 +0000)
committerAndrea Righi <andrea.righi@canonical.com>
Mon, 28 Jun 2021 06:03:51 +0000 (08:03 +0200)
commit600c0b1983c766b1f3c5f5fcf24f8d7d80d02a9e
tree6430b4b37d1076d622367dec1b7e30ad8a6dce16
parentbebfef77773830e5610d73e5730db59cfc168a75
UBUNTU: SAUCE: fix FTBFS in machine_real_restart()

(focal-amd64)ppisati@kathleen:~/linux$ make -j128
  DESCEND  objtool
  CALL    scripts/atomic/check-atomics.sh
  CALL    scripts/checksyscalls.sh
  CHK     include/generated/compile.h
  CC      arch/x86/kernel/reboot.o
  CHK     kernel/kheaders_data.tar.xz
arch/x86/kernel/reboot.o: warning: objtool: machine_real_restart()+0x63: retpoline_safe hint not an indirect jump/call
make[2]: *** [scripts/Makefile.build:275: arch/x86/kernel/reboot.o] Error 255
make[2]: *** Deleting file 'arch/x86/kernel/reboot.o'
make[1]: *** [scripts/Makefile.build:496: arch/x86/kernel] Error 2
make: *** [Makefile:1734: arch/x86] Error 2
make: *** Waiting for unfinished jobs....

Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
arch/x86/kernel/reboot.c