]> git.proxmox.com Git - mirror_zfs.git/commit - config/kernel-objtool.m4
Suppress incorrect objtool warnings
authorBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 7 Dec 2017 18:28:50 +0000 (10:28 -0800)
committerGitHub <noreply@github.com>
Thu, 7 Dec 2017 18:28:50 +0000 (10:28 -0800)
commitc28a67733c68b5540968136a7aca9633146afaf9
tree32b640937171299130ba4cef792a8acf400416ec
parent674b89342e43bd83659285d730b5b6a98f8b4b48
Suppress incorrect objtool warnings

Suppress incorrect warnings from versions of objtool which are not
aware of x86 EVEX prefix instructions used for AVX512.

  module/zfs/vdev_raidz_math_avx512bw.o: warning:
  objtool: <func+offset>: can't find jump dest instruction at .text

Reviewed-by: Don Brady <don.brady@delphix.com>
Reviewed-by: George Melikov <mail@gmelikov.ru>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #6928
config/kernel-objtool.m4
include/sys/Makefile.am
include/sys/frame.h [new file with mode: 0644]
module/zcommon/zfs_fletcher_avx512.c
module/zfs/Makefile.in