2 dnl # Default ZFS kernel configuration
4 AC_DEFUN([ZFS_AC_CONFIG_KERNEL], [
5 AM_COND_IF([BUILD_LINUX], [
6 dnl # Setup the kernel build environment.
10 dnl # Sanity checks for module building and CONFIG_* defines
11 ZFS_AC_KERNEL_TEST_MODULE
12 ZFS_AC_KERNEL_CONFIG_DEFINED
14 dnl # Sequential ZFS_LINUX_TRY_COMPILE tests
15 ZFS_AC_KERNEL_FPU_HEADER
16 ZFS_AC_KERNEL_OBJTOOL_HEADER
17 ZFS_AC_KERNEL_WAIT_QUEUE_ENTRY_T
18 ZFS_AC_KERNEL_MISC_MINOR
19 ZFS_AC_KERNEL_DECLARE_EVENT_CLASS
21 dnl # Parallel ZFS_LINUX_TEST_SRC / ZFS_LINUX_TEST_RESULT tests
22 ZFS_AC_KERNEL_TEST_SRC
23 ZFS_AC_KERNEL_TEST_RESULT
25 AS_IF([test "$LINUX_OBJ" != "$LINUX"], [
26 KERNEL_MAKE="$KERNEL_MAKE O=$LINUX_OBJ"
34 dnl # Generate and compile all of the kernel API test cases to determine
35 dnl # which interfaces are available. By invoking the kernel build system
36 dnl # only once the compilation can be done in parallel significantly
37 dnl # speeding up the process.
39 AC_DEFUN([ZFS_AC_KERNEL_TEST_SRC], [
40 ZFS_AC_KERNEL_SRC_OBJTOOL
41 ZFS_AC_KERNEL_SRC_GLOBAL_PAGE_STATE
42 ZFS_AC_KERNEL_SRC_ACCESS_OK_TYPE
43 ZFS_AC_KERNEL_SRC_PDE_DATA
44 ZFS_AC_KERNEL_SRC_FALLOCATE
45 ZFS_AC_KERNEL_SRC_2ARGS_ZLIB_DEFLATE_WORKSPACESIZE
46 ZFS_AC_KERNEL_SRC_RWSEM
47 ZFS_AC_KERNEL_SRC_SCHED
48 ZFS_AC_KERNEL_SRC_USLEEP_RANGE
49 ZFS_AC_KERNEL_SRC_KMEM_CACHE
50 ZFS_AC_KERNEL_SRC_KVMALLOC
51 ZFS_AC_KERNEL_SRC_VMALLOC_PAGE_KERNEL
52 ZFS_AC_KERNEL_SRC_WAIT
53 ZFS_AC_KERNEL_SRC_INODE_TIMES
54 ZFS_AC_KERNEL_SRC_INODE_LOCK
55 ZFS_AC_KERNEL_SRC_GROUP_INFO_GID
57 ZFS_AC_KERNEL_SRC_TIMER_SETUP
58 ZFS_AC_KERNEL_SRC_SUPER_USER_NS
59 ZFS_AC_KERNEL_SRC_PROC_OPERATIONS
60 ZFS_AC_KERNEL_SRC_BLOCK_DEVICE_OPERATIONS
62 ZFS_AC_KERNEL_SRC_BLKDEV
63 ZFS_AC_KERNEL_SRC_BLK_QUEUE
64 ZFS_AC_KERNEL_SRC_REVALIDATE_DISK
65 ZFS_AC_KERNEL_SRC_GET_DISK_RO
66 ZFS_AC_KERNEL_SRC_GENERIC_READLINK_GLOBAL
67 ZFS_AC_KERNEL_SRC_DISCARD_GRANULARITY
68 ZFS_AC_KERNEL_SRC_INODE_OWNER_OR_CAPABLE
69 ZFS_AC_KERNEL_SRC_XATTR
71 ZFS_AC_KERNEL_SRC_INODE_GETATTR
72 ZFS_AC_KERNEL_SRC_INODE_SET_FLAGS
73 ZFS_AC_KERNEL_SRC_INODE_SET_IVERSION
74 ZFS_AC_KERNEL_SRC_SHOW_OPTIONS
75 ZFS_AC_KERNEL_SRC_FILE_INODE
76 ZFS_AC_KERNEL_SRC_FILE_DENTRY
77 ZFS_AC_KERNEL_SRC_FSYNC
78 ZFS_AC_KERNEL_SRC_AIO_FSYNC
79 ZFS_AC_KERNEL_SRC_EVICT_INODE
80 ZFS_AC_KERNEL_SRC_DIRTY_INODE
81 ZFS_AC_KERNEL_SRC_SHRINKER
82 ZFS_AC_KERNEL_SRC_MKDIR
83 ZFS_AC_KERNEL_SRC_LOOKUP_FLAGS
84 ZFS_AC_KERNEL_SRC_CREATE
85 ZFS_AC_KERNEL_SRC_GET_LINK
86 ZFS_AC_KERNEL_SRC_PUT_LINK
87 ZFS_AC_KERNEL_SRC_TMPFILE
88 ZFS_AC_KERNEL_SRC_AUTOMOUNT
89 ZFS_AC_KERNEL_SRC_ENCODE_FH_WITH_INODE
90 ZFS_AC_KERNEL_SRC_COMMIT_METADATA
91 ZFS_AC_KERNEL_SRC_CLEAR_INODE
92 ZFS_AC_KERNEL_SRC_SETATTR_PREPARE
93 ZFS_AC_KERNEL_SRC_INSERT_INODE_LOCKED
94 ZFS_AC_KERNEL_SRC_DENTRY
95 ZFS_AC_KERNEL_SRC_TRUNCATE_SETSIZE
96 ZFS_AC_KERNEL_SRC_SECURITY_INODE
97 ZFS_AC_KERNEL_SRC_FST_MOUNT
99 ZFS_AC_KERNEL_SRC_SET_NLINK
100 ZFS_AC_KERNEL_SRC_SGET
101 ZFS_AC_KERNEL_SRC_LSEEK_EXECUTE
102 ZFS_AC_KERNEL_SRC_VFS_GETATTR
103 ZFS_AC_KERNEL_SRC_VFS_FSYNC_2ARGS
104 ZFS_AC_KERNEL_SRC_VFS_ITERATE
105 ZFS_AC_KERNEL_SRC_VFS_DIRECT_IO
106 ZFS_AC_KERNEL_SRC_VFS_RW_ITERATE
107 ZFS_AC_KERNEL_SRC_VFS_GENERIC_WRITE_CHECKS
108 ZFS_AC_KERNEL_SRC_VFS_IOV_ITER
109 ZFS_AC_KERNEL_SRC_KMAP_ATOMIC_ARGS
110 ZFS_AC_KERNEL_SRC_FOLLOW_DOWN_ONE
111 ZFS_AC_KERNEL_SRC_MAKE_REQUEST_FN
112 ZFS_AC_KERNEL_SRC_GENERIC_IO_ACCT
113 ZFS_AC_KERNEL_SRC_FPU
114 ZFS_AC_KERNEL_SRC_FMODE_T
115 ZFS_AC_KERNEL_SRC_KUIDGID_T
116 ZFS_AC_KERNEL_SRC_KUID_HELPERS
117 ZFS_AC_KERNEL_SRC_MODULE_PARAM_CALL_CONST
118 ZFS_AC_KERNEL_SRC_RENAME
119 ZFS_AC_KERNEL_SRC_CURRENT_TIME
120 ZFS_AC_KERNEL_SRC_USERNS_CAPABILITIES
121 ZFS_AC_KERNEL_SRC_IN_COMPAT_SYSCALL
122 ZFS_AC_KERNEL_SRC_KTIME
123 ZFS_AC_KERNEL_SRC_TOTALRAM_PAGES_FUNC
124 ZFS_AC_KERNEL_SRC_TOTALHIGH_PAGES
125 ZFS_AC_KERNEL_SRC_KSTRTOUL
126 ZFS_AC_KERNEL_SRC_PERCPU
127 ZFS_AC_KERNEL_SRC_CPU_HOTPLUG
128 ZFS_AC_KERNEL_SRC_GENERIC_FILLATTR_USERNS
129 ZFS_AC_KERNEL_SRC_MKNOD
130 ZFS_AC_KERNEL_SRC_SYMLINK
131 ZFS_AC_KERNEL_SRC_BIO_MAX_SEGS
132 ZFS_AC_KERNEL_SRC_SIGNAL_STOP
133 ZFS_AC_KERNEL_SRC_SIGINFO
134 ZFS_AC_KERNEL_SRC_SET_SPECIAL_STATE
135 ZFS_AC_KERNEL_SRC_VFS_SET_PAGE_DIRTY_NOBUFFERS
137 AC_MSG_CHECKING([for available kernel interfaces])
138 ZFS_LINUX_TEST_COMPILE_ALL([kabi])
139 AC_MSG_RESULT([done])
143 dnl # Check results of kernel interface tests.
145 AC_DEFUN([ZFS_AC_KERNEL_TEST_RESULT], [
146 ZFS_AC_KERNEL_ACCESS_OK_TYPE
147 ZFS_AC_KERNEL_GLOBAL_PAGE_STATE
148 ZFS_AC_KERNEL_OBJTOOL
149 ZFS_AC_KERNEL_PDE_DATA
150 ZFS_AC_KERNEL_FALLOCATE
151 ZFS_AC_KERNEL_2ARGS_ZLIB_DEFLATE_WORKSPACESIZE
154 ZFS_AC_KERNEL_USLEEP_RANGE
155 ZFS_AC_KERNEL_KMEM_CACHE
156 ZFS_AC_KERNEL_KVMALLOC
157 ZFS_AC_KERNEL_VMALLOC_PAGE_KERNEL
159 ZFS_AC_KERNEL_INODE_TIMES
160 ZFS_AC_KERNEL_INODE_LOCK
161 ZFS_AC_KERNEL_GROUP_INFO_GID
163 ZFS_AC_KERNEL_TIMER_SETUP
164 ZFS_AC_KERNEL_SUPER_USER_NS
165 ZFS_AC_KERNEL_PROC_OPERATIONS
166 ZFS_AC_KERNEL_BLOCK_DEVICE_OPERATIONS
169 ZFS_AC_KERNEL_BLK_QUEUE
170 ZFS_AC_KERNEL_REVALIDATE_DISK
171 ZFS_AC_KERNEL_GET_DISK_RO
172 ZFS_AC_KERNEL_GENERIC_READLINK_GLOBAL
173 ZFS_AC_KERNEL_DISCARD_GRANULARITY
174 ZFS_AC_KERNEL_INODE_OWNER_OR_CAPABLE
177 ZFS_AC_KERNEL_INODE_GETATTR
178 ZFS_AC_KERNEL_INODE_SET_FLAGS
179 ZFS_AC_KERNEL_INODE_SET_IVERSION
180 ZFS_AC_KERNEL_SHOW_OPTIONS
181 ZFS_AC_KERNEL_FILE_INODE
182 ZFS_AC_KERNEL_FILE_DENTRY
184 ZFS_AC_KERNEL_AIO_FSYNC
185 ZFS_AC_KERNEL_EVICT_INODE
186 ZFS_AC_KERNEL_DIRTY_INODE
187 ZFS_AC_KERNEL_SHRINKER
189 ZFS_AC_KERNEL_LOOKUP_FLAGS
191 ZFS_AC_KERNEL_GET_LINK
192 ZFS_AC_KERNEL_PUT_LINK
193 ZFS_AC_KERNEL_TMPFILE
194 ZFS_AC_KERNEL_AUTOMOUNT
195 ZFS_AC_KERNEL_ENCODE_FH_WITH_INODE
196 ZFS_AC_KERNEL_COMMIT_METADATA
197 ZFS_AC_KERNEL_CLEAR_INODE
198 ZFS_AC_KERNEL_SETATTR_PREPARE
199 ZFS_AC_KERNEL_INSERT_INODE_LOCKED
201 ZFS_AC_KERNEL_TRUNCATE_SETSIZE
202 ZFS_AC_KERNEL_SECURITY_INODE
203 ZFS_AC_KERNEL_FST_MOUNT
205 ZFS_AC_KERNEL_SET_NLINK
207 ZFS_AC_KERNEL_LSEEK_EXECUTE
208 ZFS_AC_KERNEL_VFS_GETATTR
209 ZFS_AC_KERNEL_VFS_FSYNC_2ARGS
210 ZFS_AC_KERNEL_VFS_ITERATE
211 ZFS_AC_KERNEL_VFS_DIRECT_IO
212 ZFS_AC_KERNEL_VFS_RW_ITERATE
213 ZFS_AC_KERNEL_VFS_GENERIC_WRITE_CHECKS
214 ZFS_AC_KERNEL_VFS_IOV_ITER
215 ZFS_AC_KERNEL_KMAP_ATOMIC_ARGS
216 ZFS_AC_KERNEL_FOLLOW_DOWN_ONE
217 ZFS_AC_KERNEL_MAKE_REQUEST_FN
218 ZFS_AC_KERNEL_GENERIC_IO_ACCT
220 ZFS_AC_KERNEL_FMODE_T
221 ZFS_AC_KERNEL_KUIDGID_T
222 ZFS_AC_KERNEL_KUID_HELPERS
223 ZFS_AC_KERNEL_MODULE_PARAM_CALL_CONST
225 ZFS_AC_KERNEL_CURRENT_TIME
226 ZFS_AC_KERNEL_USERNS_CAPABILITIES
227 ZFS_AC_KERNEL_IN_COMPAT_SYSCALL
229 ZFS_AC_KERNEL_TOTALRAM_PAGES_FUNC
230 ZFS_AC_KERNEL_TOTALHIGH_PAGES
231 ZFS_AC_KERNEL_KSTRTOUL
233 ZFS_AC_KERNEL_CPU_HOTPLUG
234 ZFS_AC_KERNEL_GENERIC_FILLATTR_USERNS
236 ZFS_AC_KERNEL_SYMLINK
237 ZFS_AC_KERNEL_BIO_MAX_SEGS
238 ZFS_AC_KERNEL_SIGNAL_STOP
239 ZFS_AC_KERNEL_SIGINFO
240 ZFS_AC_KERNEL_SET_SPECIAL_STATE
241 ZFS_AC_KERNEL_VFS_SET_PAGE_DIRTY_NOBUFFERS
245 dnl # Detect name used for Module.symvers file in kernel
247 AC_DEFUN([ZFS_AC_MODULE_SYMVERS], [
248 modpost=$LINUX/scripts/Makefile.modpost
249 AC_MSG_CHECKING([kernel file name for module symbols])
250 AS_IF([test "x$enable_linux_builtin" != xyes -a -f "$modpost"], [
251 AS_IF([grep -q Modules.symvers $modpost], [
252 LINUX_SYMBOLS=Modules.symvers
254 LINUX_SYMBOLS=Module.symvers
257 AS_IF([test ! -f "$LINUX_OBJ/$LINUX_SYMBOLS"], [
259 *** Please make sure the kernel devel package for your distribution
260 *** is installed. If you are building with a custom kernel, make sure
261 *** the kernel is configured, built, and the '--with-linux=PATH'
262 *** configure option refers to the location of the kernel source.
268 AC_MSG_RESULT($LINUX_SYMBOLS)
269 AC_SUBST(LINUX_SYMBOLS)
273 dnl # Detect the kernel to be built against
275 AC_DEFUN([ZFS_AC_KERNEL], [
277 AS_HELP_STRING([--with-linux=PATH],
278 [Path to kernel source]),
279 [kernelsrc="$withval"])
281 AC_ARG_WITH(linux-obj,
282 AS_HELP_STRING([--with-linux-obj=PATH],
283 [Path to kernel build objects]),
284 [kernelbuild="$withval"])
286 AC_MSG_CHECKING([kernel source directory])
287 AS_IF([test -z "$kernelsrc"], [
288 AS_IF([test -e "/lib/modules/$(uname -r)/source"], [
289 headersdir="/lib/modules/$(uname -r)/source"
290 sourcelink=$(readlink -f "$headersdir")
291 ], [test -e "/lib/modules/$(uname -r)/build"], [
292 headersdir="/lib/modules/$(uname -r)/build"
293 sourcelink=$(readlink -f "$headersdir")
295 sourcelink=$(ls -1d /usr/src/kernels/* \
297 2>/dev/null | grep -v obj | tail -1)
300 AS_IF([test -n "$sourcelink" && test -e ${sourcelink}], [
301 kernelsrc=`readlink -f ${sourcelink}`
303 kernelsrc="[Not found]"
306 AS_IF([test "$kernelsrc" = "NONE"], [
312 AC_MSG_RESULT([$kernelsrc])
313 AS_IF([test ! -d "$kernelsrc"], [
315 *** Please make sure the kernel devel package for your distribution
316 *** is installed and then try again. If that fails, you can specify the
317 *** location of the kernel source with the '--with-linux=PATH' option.])
320 AC_MSG_CHECKING([kernel build directory])
321 AS_IF([test -z "$kernelbuild"], [
322 AS_IF([test x$withlinux != xyes -a -e "/lib/modules/$(uname -r)/build"], [
323 kernelbuild=`readlink -f /lib/modules/$(uname -r)/build`
324 ], [test -d ${kernelsrc}-obj/${target_cpu}/${target_cpu}], [
325 kernelbuild=${kernelsrc}-obj/${target_cpu}/${target_cpu}
326 ], [test -d ${kernelsrc}-obj/${target_cpu}/default], [
327 kernelbuild=${kernelsrc}-obj/${target_cpu}/default
328 ], [test -d `dirname ${kernelsrc}`/build-${target_cpu}], [
329 kernelbuild=`dirname ${kernelsrc}`/build-${target_cpu}
331 kernelbuild=${kernelsrc}
334 AC_MSG_RESULT([$kernelbuild])
336 AC_MSG_CHECKING([kernel source version])
337 utsrelease1=$kernelbuild/include/linux/version.h
338 utsrelease2=$kernelbuild/include/linux/utsrelease.h
339 utsrelease3=$kernelbuild/include/generated/utsrelease.h
340 AS_IF([test -r $utsrelease1 && fgrep -q UTS_RELEASE $utsrelease1], [
341 utsrelease=$utsrelease1
342 ], [test -r $utsrelease2 && fgrep -q UTS_RELEASE $utsrelease2], [
343 utsrelease=$utsrelease2
344 ], [test -r $utsrelease3 && fgrep -q UTS_RELEASE $utsrelease3], [
345 utsrelease=$utsrelease3
348 AS_IF([test -n "$utsrelease"], [
349 kernsrcver=$($AWK '/UTS_RELEASE/ { gsub(/"/, "", $[3]); print $[3] }' $utsrelease)
350 AS_IF([test -z "$kernsrcver"], [
351 AC_MSG_RESULT([Not found])
353 *** Cannot determine kernel version.
357 AC_MSG_RESULT([Not found])
358 if test "x$enable_linux_builtin" != xyes; then
360 *** Cannot find UTS_RELEASE definition.
364 *** Cannot find UTS_RELEASE definition.
365 *** Please run 'make prepare' inside the kernel source tree.])
369 AC_MSG_RESULT([$kernsrcver])
371 AS_VERSION_COMPARE([$kernsrcver], [$ZFS_META_KVER_MIN], [
373 *** Cannot build against kernel version $kernsrcver.
374 *** The minimum supported kernel version is $ZFS_META_KVER_MIN.
379 LINUX_OBJ=${kernelbuild}
380 LINUX_VERSION=${kernsrcver}
384 AC_SUBST(LINUX_VERSION)
386 ZFS_AC_MODULE_SYMVERS
390 dnl # Detect the QAT module to be built against, QAT provides hardware
391 dnl # acceleration for data compression:
393 dnl # https://01.org/intel-quickassist-technology
395 dnl # 1) Download and install QAT driver from the above link
396 dnl # 2) Start QAT driver in your system:
397 dnl # service qat_service start
398 dnl # 3) Enable QAT in ZFS, e.g.:
399 dnl # ./configure --with-qat=<qat-driver-path>/QAT1.6
401 dnl # 4) Set GZIP compression in ZFS dataset:
402 dnl # zfs set compression = gzip <dataset>
404 dnl # Then the data written to this ZFS pool is compressed by QAT accelerator
405 dnl # automatically, and de-compressed by QAT when read from the pool.
407 dnl # 1) Get QAT hardware statistics with:
408 dnl # cat /proc/icp_dh895xcc_dev/qat
409 dnl # 2) To disable QAT:
410 dnl # insmod zfs.ko zfs_qat_disable=1
412 AC_DEFUN([ZFS_AC_QAT], [
414 AS_HELP_STRING([--with-qat=PATH],
415 [Path to qat source]),
416 AS_IF([test "$withval" = "yes"],
417 AC_MSG_ERROR([--with-qat=PATH requires a PATH]),
418 [qatsrc="$withval"]))
420 AC_ARG_WITH([qat-obj],
421 AS_HELP_STRING([--with-qat-obj=PATH],
422 [Path to qat build objects]),
423 [qatbuild="$withval"])
425 AS_IF([test ! -z "${qatsrc}"], [
426 AC_MSG_CHECKING([qat source directory])
427 AC_MSG_RESULT([$qatsrc])
428 QAT_SRC="${qatsrc}/quickassist"
429 AS_IF([ test ! -e "$QAT_SRC/include/cpa.h"], [
431 *** Please make sure the qat driver package is installed
432 *** and specify the location of the qat source with the
433 *** '--with-qat=PATH' option then try again. Failed to
439 AS_IF([test ! -z "${qatsrc}"], [
440 AC_MSG_CHECKING([qat build directory])
441 AS_IF([test -z "$qatbuild"], [
442 qatbuild="${qatsrc}/build"
445 AC_MSG_RESULT([$qatbuild])
447 AS_IF([ ! test -e "$QAT_OBJ/icp_qa_al.ko" && ! test -e "$QAT_OBJ/qat_api.ko"], [
449 *** Please make sure the qat driver is installed then try again.
450 *** Failed to find icp_qa_al.ko or qat_api.ko in:
457 AC_DEFINE(HAVE_QAT, 1,
458 [qat is enabled and existed])
462 dnl # Detect the name used for the QAT Module.symvers file.
464 AS_IF([test ! -z "${qatsrc}"], [
465 AC_MSG_CHECKING([qat file for module symbols])
466 QAT_SYMBOLS=$QAT_SRC/lookaside/access_layer/src/Module.symvers
468 AS_IF([test -r $QAT_SYMBOLS], [
469 AC_MSG_RESULT([$QAT_SYMBOLS])
470 AC_SUBST(QAT_SYMBOLS)
473 *** Please make sure the qat driver is installed then try again.
474 *** Failed to find Module.symvers in:
482 dnl # Basic toolchain sanity check.
484 AC_DEFUN([ZFS_AC_KERNEL_TEST_MODULE], [
485 AC_MSG_CHECKING([whether modules can be built])
486 ZFS_LINUX_TRY_COMPILE([], [], [
490 if test "x$enable_linux_builtin" != xyes; then
492 *** Unable to build an empty module.
496 *** Unable to build an empty module.
497 *** Please run 'make scripts' inside the kernel source tree.])
503 dnl # ZFS_LINUX_CONFTEST_H
505 AC_DEFUN([ZFS_LINUX_CONFTEST_H], [
506 test -d build/$2 || mkdir -p build/$2
507 cat - <<_ACEOF >build/$2/$2.h
513 dnl # ZFS_LINUX_CONFTEST_C
515 AC_DEFUN([ZFS_LINUX_CONFTEST_C], [
516 test -d build/$2 || mkdir -p build/$2
517 cat confdefs.h - <<_ACEOF >build/$2/$2.c
523 dnl # ZFS_LINUX_CONFTEST_MAKEFILE
525 dnl # $1 - test case name
526 dnl # $2 - add to top-level Makefile
527 dnl # $3 - additional build flags
529 AC_DEFUN([ZFS_LINUX_CONFTEST_MAKEFILE], [
530 test -d build || mkdir -p build
531 test -d build/$1 || mkdir -p build/$1
533 file=build/$1/Makefile
535 dnl # Example command line to manually build source.
536 cat - <<_ACEOF >$file
537 # Example command line to manually build source
538 # make modules -C $LINUX_OBJ $ARCH_UM M=$PWD/build/$1
540 ccflags-y := -Werror $FRAME_LARGER_THAN
543 dnl # Additional custom CFLAGS as requested.
544 m4_ifval($3, [echo "ccflags-y += $3" >>$file], [])
546 dnl # Test case source
547 echo "obj-m := $1.o" >>$file
549 AS_IF([test "x$2" = "xyes"], [echo "obj-m += $1/" >>build/Makefile], [])
553 dnl # ZFS_LINUX_TEST_PROGRAM(C)([PROLOGUE], [BODY])
555 m4_define([ZFS_LINUX_TEST_PROGRAM], [
556 #include <linux/module.h>
567 MODULE_DESCRIPTION("conftest");
568 MODULE_AUTHOR(ZFS_META_AUTHOR);
569 MODULE_VERSION(ZFS_META_VERSION "-" ZFS_META_RELEASE);
574 dnl # ZFS_LINUX_TEST_REMOVE
576 dnl # Removes the specified test source and results.
578 AC_DEFUN([ZFS_LINUX_TEST_REMOVE], [
579 test -d build/$1 && rm -Rf build/$1
580 test -f build/Makefile && sed '/$1/d' build/Makefile
584 dnl # ZFS_LINUX_COMPILE
587 dnl # $2 - test command
588 dnl # $3 - pass command
589 dnl # $4 - fail command
590 dnl # $5 - set KBUILD_MODPOST_NOFINAL='yes'
591 dnl # $6 - set KBUILD_MODPOST_WARN='yes'
593 dnl # Used internally by ZFS_LINUX_TEST_{COMPILE,MODPOST}
595 AC_DEFUN([ZFS_LINUX_COMPILE], [
597 KBUILD_MODPOST_NOFINAL="$5" KBUILD_MODPOST_WARN="$6"
598 make modules -k -j$TEST_JOBS -C $LINUX_OBJ $ARCH_UM
599 M=$PWD/$1 >$1/build.log 2>&1])
600 AS_IF([AC_TRY_COMMAND([$2])], [$3], [$4])
604 dnl # ZFS_LINUX_TEST_COMPILE
606 dnl # Perform a full compile excluding the final modpost phase.
608 AC_DEFUN([ZFS_LINUX_TEST_COMPILE], [
609 ZFS_LINUX_COMPILE([$2], [test -f $2/build.log], [
610 mv $2/Makefile $2/Makefile.compile.$1
611 mv $2/build.log $2/build.log.$1
614 *** Unable to compile test source to determine kernel interfaces.])
619 dnl # ZFS_LINUX_TEST_MODPOST
621 dnl # Perform a full compile including the modpost phase. This may
622 dnl # be an incremental build if the objects have already been built.
624 AC_DEFUN([ZFS_LINUX_TEST_MODPOST], [
625 ZFS_LINUX_COMPILE([$2], [test -f $2/build.log], [
626 mv $2/Makefile $2/Makefile.modpost.$1
627 cat $2/build.log >>build/build.log.$1
630 *** Unable to modpost test source to determine kernel interfaces.])
635 dnl # Perform the compilation of the test cases in two phases.
637 dnl # Phase 1) attempt to build the object files for all of the tests
638 dnl # defined by the ZFS_LINUX_TEST_SRC macro. But do not
639 dnl # perform the final modpost stage.
641 dnl # Phase 2) disable all tests which failed the initial compilation,
642 dnl # then invoke the final modpost step for the remaining tests.
644 dnl # This allows us efficiently build the test cases in parallel while
645 dnl # remaining resilient to build failures which are expected when
646 dnl # detecting the available kernel interfaces.
648 dnl # The maximum allowed parallelism can be controlled by setting the
649 dnl # TEST_JOBS environment variable. Otherwise, it default to $(nproc).
651 AC_DEFUN([ZFS_LINUX_TEST_COMPILE_ALL], [
652 dnl # Phase 1 - Compilation only, final linking is skipped.
653 ZFS_LINUX_TEST_COMPILE([$1], [build])
656 dnl # Phase 2 - When building external modules disable test cases
657 dnl # which failed to compile and invoke modpost to verify the
660 dnl # Test names suffixed with '_license' call modpost independently
661 dnl # to ensure that a single incompatibility does not result in the
662 dnl # modpost phase exiting early. This check is not performed on
663 dnl # every symbol since the majority are compatible and doing so
664 dnl # would significantly slow down this phase.
666 dnl # When configuring for builtin (--enable-linux-builtin)
667 dnl # fake the linking step artificially create the expected .ko
668 dnl # files for tests which did compile. This is required for
669 dnl # kernels which do not have loadable module support or have
670 dnl # not yet been built.
672 AS_IF([test "x$enable_linux_builtin" = "xno"], [
673 for dir in $(awk '/^obj-m/ { print [$]3 }' \
674 build/Makefile.compile.$1); do
676 AS_IF([test -f build/$name/$name.o], [
677 AS_IF([test "${name##*_}" = "license"], [
678 ZFS_LINUX_TEST_MODPOST([$1],
680 echo "obj-n += $dir" >>build/Makefile
682 echo "obj-m += $dir" >>build/Makefile
685 echo "obj-n += $dir" >>build/Makefile
689 ZFS_LINUX_TEST_MODPOST([$1], [build])
691 for dir in $(awk '/^obj-m/ { print [$]3 }' \
692 build/Makefile.compile.$1); do
694 AS_IF([test -f build/$name/$name.o], [
695 touch build/$name/$name.ko
702 dnl # ZFS_LINUX_TEST_SRC
707 dnl # $4 - extra cflags
708 dnl # $5 - check license-compatibility
710 dnl # Check if the test source is buildable at all and then if it is
711 dnl # license compatible.
713 dnl # N.B because all of the test cases are compiled in parallel they
714 dnl # must never depend on the results of previous tests. Each test
715 dnl # needs to be entirely independent.
717 AC_DEFUN([ZFS_LINUX_TEST_SRC], [
718 ZFS_LINUX_CONFTEST_C([ZFS_LINUX_TEST_PROGRAM([[$2]], [[$3]],
719 [["Dual BSD/GPL"]])], [$1])
720 ZFS_LINUX_CONFTEST_MAKEFILE([$1], [yes], [$4])
722 AS_IF([ test -n "$5" ], [
723 ZFS_LINUX_CONFTEST_C([ZFS_LINUX_TEST_PROGRAM(
724 [[$2]], [[$3]], [[$5]])], [$1_license])
725 ZFS_LINUX_CONFTEST_MAKEFILE([$1_license], [yes], [$4])
730 dnl # ZFS_LINUX_TEST_RESULT
732 dnl # $1 - name of a test source (ZFS_LINUX_TEST_SRC)
733 dnl # $2 - run on success (valid .ko generated)
734 dnl # $3 - run on failure (unable to compile)
736 AC_DEFUN([ZFS_LINUX_TEST_RESULT], [
737 AS_IF([test -d build/$1], [
738 AS_IF([test -f build/$1/$1.ko], [$2], [$3])
741 *** No matching source for the "$1" test, check that
742 *** both the test source and result macros refer to the same name.
748 dnl # ZFS_LINUX_TEST_ERROR
750 dnl # Generic error message which can be used when none of the expected
751 dnl # kernel interfaces were detected.
753 AC_DEFUN([ZFS_LINUX_TEST_ERROR], [
755 *** None of the expected "$1" interfaces were detected.
756 *** This may be because your kernel version is newer than what is
757 *** supported, or you are using a patched custom kernel with
758 *** incompatible modifications.
760 *** ZFS Version: $ZFS_META_ALIAS
761 *** Compatible Kernels: $ZFS_META_KVER_MIN - $ZFS_META_KVER_MAX
766 dnl # ZFS_LINUX_TEST_RESULT_SYMBOL
768 dnl # Like ZFS_LINUX_TEST_RESULT except ZFS_CHECK_SYMBOL_EXPORT is called to
769 dnl # verify symbol exports, unless --enable-linux-builtin was provided to
772 AC_DEFUN([ZFS_LINUX_TEST_RESULT_SYMBOL], [
773 AS_IF([ ! test -f build/$1/$1.ko], [
776 AS_IF([test "x$enable_linux_builtin" != "xyes"], [
777 ZFS_CHECK_SYMBOL_EXPORT([$2], [$3], [$4], [$5])
785 dnl # ZFS_LINUX_COMPILE_IFELSE
787 AC_DEFUN([ZFS_LINUX_COMPILE_IFELSE], [
788 ZFS_LINUX_TEST_REMOVE([conftest])
790 m4_ifvaln([$1], [ZFS_LINUX_CONFTEST_C([$1], [conftest])])
791 m4_ifvaln([$5], [ZFS_LINUX_CONFTEST_H([$5], [conftest])],
792 [ZFS_LINUX_CONFTEST_H([], [conftest])])
794 ZFS_LINUX_CONFTEST_MAKEFILE([conftest], [no],
795 [m4_ifvaln([$5], [-I$PWD/build/conftest], [])])
796 ZFS_LINUX_COMPILE([build/conftest], [$2], [$3], [$4], [], [])
800 dnl # ZFS_LINUX_TRY_COMPILE
804 dnl # $3 - run on success (valid .ko generated)
805 dnl # $4 - run on failure (unable to compile)
807 dnl # When configuring as builtin (--enable-linux-builtin) for kernels
808 dnl # without loadable module support (CONFIG_MODULES=n) only the object
809 dnl # file is created. See ZFS_LINUX_TEST_COMPILE_ALL for details.
811 AC_DEFUN([ZFS_LINUX_TRY_COMPILE], [
812 AS_IF([test "x$enable_linux_builtin" = "xyes"], [
813 ZFS_LINUX_COMPILE_IFELSE(
814 [ZFS_LINUX_TEST_PROGRAM([[$1]], [[$2]],
815 [[ZFS_META_LICENSE]])],
816 [test -f build/conftest/conftest.o], [$3], [$4])
818 ZFS_LINUX_COMPILE_IFELSE(
819 [ZFS_LINUX_TEST_PROGRAM([[$1]], [[$2]],
820 [[ZFS_META_LICENSE]])],
821 [test -f build/conftest/conftest.ko], [$3], [$4])
826 dnl # ZFS_CHECK_SYMBOL_EXPORT
828 dnl # Check if a symbol is exported on not by consulting the symbols
829 dnl # file, or optionally the source code.
831 AC_DEFUN([ZFS_CHECK_SYMBOL_EXPORT], [
832 grep -q -E '[[[:space:]]]$1[[[:space:]]]' \
833 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
835 if test $rc -ne 0; then
838 grep -q -E "EXPORT_SYMBOL.*($1)" \
839 "$LINUX/$file" 2>/dev/null
841 if test $rc -eq 0; then
846 if test $export -eq 0; then :
857 dnl # ZFS_LINUX_TRY_COMPILE_SYMBOL
859 dnl # Like ZFS_LINUX_TRY_COMPILER except ZFS_CHECK_SYMBOL_EXPORT is called
860 dnl # to verify symbol exports, unless --enable-linux-builtin was provided
863 AC_DEFUN([ZFS_LINUX_TRY_COMPILE_SYMBOL], [
864 ZFS_LINUX_TRY_COMPILE([$1], [$2], [rc=0], [rc=1])
865 if test $rc -ne 0; then :
868 if test "x$enable_linux_builtin" != xyes; then
869 ZFS_CHECK_SYMBOL_EXPORT([$3], [$4], [rc=0], [rc=1])
871 if test $rc -ne 0; then :
880 dnl # ZFS_LINUX_TRY_COMPILE_HEADER
881 dnl # like ZFS_LINUX_TRY_COMPILE, except the contents conftest.h are
882 dnl # provided via the fifth parameter
884 AC_DEFUN([ZFS_LINUX_TRY_COMPILE_HEADER], [
885 ZFS_LINUX_COMPILE_IFELSE(
886 [ZFS_LINUX_TEST_PROGRAM([[$1]], [[$2]], [[ZFS_META_LICENSE]])],
887 [test -f build/conftest/conftest.ko],