Lines Matching full:warning

247 NOTE: When requesting help with an objtool warning, please recreate with
249 output, including any disassembly or backtrace below the warning, to the
266 1. file.o: warning: objtool: func()+0x128: call without frame pointer save/setup
291 …arch/x86/kvm/kvm.o: warning: objtool: .altinstr_replacement+0xc5: call without frame pointer save/…
292 arch/x86/kvm/kvm.o: warning: objtool: em_loop.part.0+0x29: (alt)
293 arch/x86/kvm/kvm.o: warning: objtool: em_loop.part.0+0x0: <=== (sym)
307 2. file.o: warning: objtool: .text+0x53: unreachable instruction
325 3. file.o: warning: objtool: foo+0x48c: bar() is missing a __noreturn annotation
331 4. file.o: warning: objtool: func(): can't find starting instruction
333 file.o: warning: objtool: func()+0x11dd: can't decode instruction
340 5. file.o: warning: objtool: func()+0x6: unsupported instruction in callable function
349 6. file.o: warning: objtool: func()+0x26: sibling call from callable instruction with modified stac…
363 7. file: warning: objtool: func()+0x5c: stack state mismatch
380 8. file.o: warning: objtool: funcA() falls through to next function funcB()
399 9. file.o: warning: objtool: funcA() call to funcB() with UACCESS enabled
409 The intention of the warning is to prevent calls to funcB() from eventually
425 10. file.o: warning: func()+0x5c: stack layout conflict in alternatives
435 11. file.o: warning: unannotated intra-function call
437 This warning means that a direct call is done to a destination which
439 can remove this warning by putting the ANNOTATE_INTRA_FUNCTION_CALL
442 12. file.o: warning: func(): not an indirect call target