aboutsummaryrefslogtreecommitdiffstats
path: root/udev
diff options
context:
space:
mode:
authorBrian Behlendorf <[email protected]>2020-09-28 16:40:50 -0700
committerGitHub <[email protected]>2020-09-28 16:40:50 -0700
commit96951e0327ecc6f54125775ab807ba7dc9189b9b (patch)
treed62d36dc2873a932a0dfa578bf7feaebb006cc47 /udev
parent53245fe337d1c79e28a4b3837bc589b126bc17da (diff)
Fix objtool configure check
The m4 objtool configure check can incorrectly fail because of a missing header in the test. This appears to be the result of a recent kernel change and was observed on the Fedora 5.8.11-200 kernel. In file included from /home/fedora/zfs/build/objtool/objtool.c:75: ./arch/x86/include/asm/frame.h:100:57: error: 'struct pt_regs' declared inside parameter list will not be visible outside of this definition or declaration [-Werror] The consequence of this is that the "stack_frame_non_standard" check is never run and HAVE_STACK_FRAME_NON_STANDARD is set incorrectly which results in a build failure. This change adds the appropriate header to the "objtool" check so it now behaves as intended. Reviewed-by: Kjeld Schouten <[email protected]> Reviewed-by: Tony Hutter <[email protected]> Signed-off-by: Brian Behlendorf <[email protected]> Closes #10990
Diffstat (limited to 'udev')
0 files changed, 0 insertions, 0 deletions