]> git.proxmox.com Git - mirror_zfs.git/blame - config/kernel.m4
Improve log spacemap load time
[mirror_zfs.git] / config / kernel.m4
CommitLineData
c9c0d073 1dnl #
fc0c72b1 2dnl # Default ZFS kernel configuration
c9c0d073
BB
3dnl #
4AC_DEFUN([ZFS_AC_CONFIG_KERNEL], [
9f0a21e6
MM
5 AM_COND_IF([BUILD_LINUX], [
6 dnl # Setup the kernel build environment.
7 ZFS_AC_KERNEL
8 ZFS_AC_QAT
608f8749 9
9f0a21e6
MM
10 dnl # Sanity checks for module building and CONFIG_* defines
11 ZFS_AC_KERNEL_TEST_MODULE
12 ZFS_AC_KERNEL_CONFIG_DEFINED
608f8749 13
9f0a21e6
MM
14 dnl # Sequential ZFS_LINUX_TRY_COMPILE tests
15 ZFS_AC_KERNEL_FPU_HEADER
8c7d604c 16 ZFS_AC_KERNEL_OBJTOOL_HEADER
9f0a21e6
MM
17 ZFS_AC_KERNEL_WAIT_QUEUE_ENTRY_T
18 ZFS_AC_KERNEL_MISC_MINOR
19 ZFS_AC_KERNEL_DECLARE_EVENT_CLASS
608f8749 20
9f0a21e6
MM
21 dnl # Parallel ZFS_LINUX_TEST_SRC / ZFS_LINUX_TEST_RESULT tests
22 ZFS_AC_KERNEL_TEST_SRC
23 ZFS_AC_KERNEL_TEST_RESULT
608f8749 24
9f0a21e6
MM
25 AS_IF([test "$LINUX_OBJ" != "$LINUX"], [
26 KERNEL_MAKE="$KERNEL_MAKE O=$LINUX_OBJ"
27 ])
608f8749 28
9f0a21e6
MM
29 AC_SUBST(KERNEL_MAKE)
30 ])
608f8749
BB
31])
32
33dnl #
34dnl # Generate and compile all of the kernel API test cases to determine
35dnl # which interfaces are available. By invoking the kernel build system
36dnl # only once the compilation can be done in parallel significantly
37dnl # speeding up the process.
38dnl #
39AC_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
608f8749
BB
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
66955885 50 ZFS_AC_KERNEL_SRC_KVMALLOC
080102a1 51 ZFS_AC_KERNEL_SRC_VMALLOC_PAGE_KERNEL
608f8749
BB
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
56 ZFS_AC_KERNEL_SRC_RW
57 ZFS_AC_KERNEL_SRC_TIMER_SETUP
608f8749 58 ZFS_AC_KERNEL_SRC_SUPER_USER_NS
0dd73648 59 ZFS_AC_KERNEL_SRC_PROC_OPERATIONS
608f8749 60 ZFS_AC_KERNEL_SRC_BLOCK_DEVICE_OPERATIONS
066e8252
BB
61 ZFS_AC_KERNEL_SRC_BIO
62 ZFS_AC_KERNEL_SRC_BLKDEV
63 ZFS_AC_KERNEL_SRC_BLK_QUEUE
026f126b 64 ZFS_AC_KERNEL_SRC_GENHD_FLAGS
19697e45 65 ZFS_AC_KERNEL_SRC_REVALIDATE_DISK
608f8749
BB
66 ZFS_AC_KERNEL_SRC_GET_DISK_RO
67 ZFS_AC_KERNEL_SRC_GENERIC_READLINK_GLOBAL
68 ZFS_AC_KERNEL_SRC_DISCARD_GRANULARITY
69 ZFS_AC_KERNEL_SRC_INODE_OWNER_OR_CAPABLE
70 ZFS_AC_KERNEL_SRC_XATTR
71 ZFS_AC_KERNEL_SRC_ACL
72 ZFS_AC_KERNEL_SRC_INODE_GETATTR
73 ZFS_AC_KERNEL_SRC_INODE_SET_FLAGS
74 ZFS_AC_KERNEL_SRC_INODE_SET_IVERSION
75 ZFS_AC_KERNEL_SRC_SHOW_OPTIONS
76 ZFS_AC_KERNEL_SRC_FILE_INODE
77 ZFS_AC_KERNEL_SRC_FILE_DENTRY
78 ZFS_AC_KERNEL_SRC_FSYNC
79 ZFS_AC_KERNEL_SRC_AIO_FSYNC
80 ZFS_AC_KERNEL_SRC_EVICT_INODE
81 ZFS_AC_KERNEL_SRC_DIRTY_INODE
82 ZFS_AC_KERNEL_SRC_SHRINKER
e2a82961 83 ZFS_AC_KERNEL_SRC_MKDIR
066e8252 84 ZFS_AC_KERNEL_SRC_LOOKUP_FLAGS
e2a82961 85 ZFS_AC_KERNEL_SRC_CREATE
eebfd28e 86 ZFS_AC_KERNEL_SRC_PERMISSION
608f8749
BB
87 ZFS_AC_KERNEL_SRC_GET_LINK
88 ZFS_AC_KERNEL_SRC_PUT_LINK
89 ZFS_AC_KERNEL_SRC_TMPFILE
608f8749
BB
90 ZFS_AC_KERNEL_SRC_AUTOMOUNT
91 ZFS_AC_KERNEL_SRC_ENCODE_FH_WITH_INODE
92 ZFS_AC_KERNEL_SRC_COMMIT_METADATA
93 ZFS_AC_KERNEL_SRC_CLEAR_INODE
94 ZFS_AC_KERNEL_SRC_SETATTR_PREPARE
95 ZFS_AC_KERNEL_SRC_INSERT_INODE_LOCKED
96 ZFS_AC_KERNEL_SRC_DENTRY
97 ZFS_AC_KERNEL_SRC_TRUNCATE_SETSIZE
98 ZFS_AC_KERNEL_SRC_SECURITY_INODE
99 ZFS_AC_KERNEL_SRC_FST_MOUNT
100 ZFS_AC_KERNEL_SRC_BDI
101 ZFS_AC_KERNEL_SRC_SET_NLINK
608f8749
BB
102 ZFS_AC_KERNEL_SRC_SGET
103 ZFS_AC_KERNEL_SRC_LSEEK_EXECUTE
104 ZFS_AC_KERNEL_SRC_VFS_GETATTR
105 ZFS_AC_KERNEL_SRC_VFS_FSYNC_2ARGS
106 ZFS_AC_KERNEL_SRC_VFS_ITERATE
107 ZFS_AC_KERNEL_SRC_VFS_DIRECT_IO
108 ZFS_AC_KERNEL_SRC_VFS_RW_ITERATE
109 ZFS_AC_KERNEL_SRC_VFS_GENERIC_WRITE_CHECKS
1c2358c1 110 ZFS_AC_KERNEL_SRC_VFS_IOV_ITER
608f8749
BB
111 ZFS_AC_KERNEL_SRC_KMAP_ATOMIC_ARGS
112 ZFS_AC_KERNEL_SRC_FOLLOW_DOWN_ONE
113 ZFS_AC_KERNEL_SRC_MAKE_REQUEST_FN
114 ZFS_AC_KERNEL_SRC_GENERIC_IO_ACCT
115 ZFS_AC_KERNEL_SRC_FPU
116 ZFS_AC_KERNEL_SRC_FMODE_T
117 ZFS_AC_KERNEL_SRC_KUIDGID_T
118 ZFS_AC_KERNEL_SRC_KUID_HELPERS
119 ZFS_AC_KERNEL_SRC_MODULE_PARAM_CALL_CONST
e2a82961 120 ZFS_AC_KERNEL_SRC_RENAME
608f8749
BB
121 ZFS_AC_KERNEL_SRC_CURRENT_TIME
122 ZFS_AC_KERNEL_SRC_USERNS_CAPABILITIES
123 ZFS_AC_KERNEL_SRC_IN_COMPAT_SYSCALL
ff5587d6 124 ZFS_AC_KERNEL_SRC_KTIME
608f8749
BB
125 ZFS_AC_KERNEL_SRC_TOTALRAM_PAGES_FUNC
126 ZFS_AC_KERNEL_SRC_TOTALHIGH_PAGES
127 ZFS_AC_KERNEL_SRC_KSTRTOUL
ec1fea45 128 ZFS_AC_KERNEL_SRC_PERCPU
60a4c7d2 129 ZFS_AC_KERNEL_SRC_CPU_HOTPLUG
e2a82961
CK
130 ZFS_AC_KERNEL_SRC_GENERIC_FILLATTR_USERNS
131 ZFS_AC_KERNEL_SRC_MKNOD
132 ZFS_AC_KERNEL_SRC_SYMLINK
ffd6978e 133 ZFS_AC_KERNEL_SRC_BIO_MAX_SEGS
414f7249
PD
134 ZFS_AC_KERNEL_SRC_SIGNAL_STOP
135 ZFS_AC_KERNEL_SRC_SIGINFO
0cdda2ed 136 ZFS_AC_KERNEL_SRC_SYSFS
414f7249 137 ZFS_AC_KERNEL_SRC_SET_SPECIAL_STATE
7d524c06 138 ZFS_AC_KERNEL_SRC_VFS_READPAGES
1c24bf96 139 ZFS_AC_KERNEL_SRC_VFS_SET_PAGE_DIRTY_NOBUFFERS
a3588c68 140 ZFS_AC_KERNEL_SRC_STANDALONE_LINUX_STDARG
c0fb44c5 141 ZFS_AC_KERNEL_SRC_PAGEMAP_FOLIO_WAIT_BIT
12fa250d 142 ZFS_AC_KERNEL_SRC_ADD_DISK
a9856574 143 ZFS_AC_KERNEL_SRC_KTHREAD
becc717f 144 ZFS_AC_KERNEL_SRC_ZERO_PAGE
608f8749
BB
145
146 AC_MSG_CHECKING([for available kernel interfaces])
147 ZFS_LINUX_TEST_COMPILE_ALL([kabi])
148 AC_MSG_RESULT([done])
149])
150
151dnl #
152dnl # Check results of kernel interface tests.
153dnl #
154AC_DEFUN([ZFS_AC_KERNEL_TEST_RESULT], [
155 ZFS_AC_KERNEL_ACCESS_OK_TYPE
156 ZFS_AC_KERNEL_GLOBAL_PAGE_STATE
650383f2 157 ZFS_AC_KERNEL_OBJTOOL
93ce2b4c 158 ZFS_AC_KERNEL_PDE_DATA
93ce2b4c
BB
159 ZFS_AC_KERNEL_FALLOCATE
160 ZFS_AC_KERNEL_2ARGS_ZLIB_DEFLATE_WORKSPACESIZE
608f8749
BB
161 ZFS_AC_KERNEL_RWSEM
162 ZFS_AC_KERNEL_SCHED
93ce2b4c 163 ZFS_AC_KERNEL_USLEEP_RANGE
608f8749 164 ZFS_AC_KERNEL_KMEM_CACHE
66955885 165 ZFS_AC_KERNEL_KVMALLOC
080102a1 166 ZFS_AC_KERNEL_VMALLOC_PAGE_KERNEL
608f8749 167 ZFS_AC_KERNEL_WAIT
6413c95f 168 ZFS_AC_KERNEL_INODE_TIMES
93ce2b4c
BB
169 ZFS_AC_KERNEL_INODE_LOCK
170 ZFS_AC_KERNEL_GROUP_INFO_GID
608f8749 171 ZFS_AC_KERNEL_RW
8b8b44d0 172 ZFS_AC_KERNEL_TIMER_SETUP
938cfeb0 173 ZFS_AC_KERNEL_SUPER_USER_NS
0dd73648 174 ZFS_AC_KERNEL_PROC_OPERATIONS
608f8749 175 ZFS_AC_KERNEL_BLOCK_DEVICE_OPERATIONS
066e8252
BB
176 ZFS_AC_KERNEL_BIO
177 ZFS_AC_KERNEL_BLKDEV
178 ZFS_AC_KERNEL_BLK_QUEUE
026f126b 179 ZFS_AC_KERNEL_GENHD_FLAGS
19697e45 180 ZFS_AC_KERNEL_REVALIDATE_DISK
c9c0d073 181 ZFS_AC_KERNEL_GET_DISK_RO
a5e046ea 182 ZFS_AC_KERNEL_GENERIC_READLINK_GLOBAL
ee5fd0bb 183 ZFS_AC_KERNEL_DISCARD_GRANULARITY
023699cd 184 ZFS_AC_KERNEL_INODE_OWNER_OR_CAPABLE
608f8749
BB
185 ZFS_AC_KERNEL_XATTR
186 ZFS_AC_KERNEL_ACL
187 ZFS_AC_KERNEL_INODE_GETATTR
a5248129 188 ZFS_AC_KERNEL_INODE_SET_FLAGS
18f57327 189 ZFS_AC_KERNEL_INODE_SET_IVERSION
47621f3d 190 ZFS_AC_KERNEL_SHOW_OPTIONS
534759fa 191 ZFS_AC_KERNEL_FILE_INODE
d9c97ec0 192 ZFS_AC_KERNEL_FILE_DENTRY
adcd70bd 193 ZFS_AC_KERNEL_FSYNC
7ca25051 194 ZFS_AC_KERNEL_AIO_FSYNC
608f8749
BB
195 ZFS_AC_KERNEL_EVICT_INODE
196 ZFS_AC_KERNEL_DIRTY_INODE
197 ZFS_AC_KERNEL_SHRINKER
e2a82961 198 ZFS_AC_KERNEL_MKDIR
066e8252 199 ZFS_AC_KERNEL_LOOKUP_FLAGS
e2a82961 200 ZFS_AC_KERNEL_CREATE
eebfd28e 201 ZFS_AC_KERNEL_PERMISSION
beeed459 202 ZFS_AC_KERNEL_GET_LINK
bd29109f 203 ZFS_AC_KERNEL_PUT_LINK
ace1eae8 204 ZFS_AC_KERNEL_TMPFILE
ebe7e575 205 ZFS_AC_KERNEL_AUTOMOUNT
756c3e5a 206 ZFS_AC_KERNEL_ENCODE_FH_WITH_INODE
393b44c7 207 ZFS_AC_KERNEL_COMMIT_METADATA
739a1a82 208 ZFS_AC_KERNEL_CLEAR_INODE
3b0ba3ba 209 ZFS_AC_KERNEL_SETATTR_PREPARE
bdf4328b 210 ZFS_AC_KERNEL_INSERT_INODE_LOCKED
608f8749 211 ZFS_AC_KERNEL_DENTRY
b3129792 212 ZFS_AC_KERNEL_TRUNCATE_SETSIZE
608f8749 213 ZFS_AC_KERNEL_SECURITY_INODE
93b43af1 214 ZFS_AC_KERNEL_FST_MOUNT
7dae2c81 215 ZFS_AC_KERNEL_BDI
28eb9213 216 ZFS_AC_KERNEL_SET_NLINK
608f8749 217 ZFS_AC_KERNEL_SGET
802e7b5f 218 ZFS_AC_KERNEL_LSEEK_EXECUTE
608f8749
BB
219 ZFS_AC_KERNEL_VFS_GETATTR
220 ZFS_AC_KERNEL_VFS_FSYNC_2ARGS
0f37d0c8 221 ZFS_AC_KERNEL_VFS_ITERATE
a584ef26 222 ZFS_AC_KERNEL_VFS_DIRECT_IO
608f8749
BB
223 ZFS_AC_KERNEL_VFS_RW_ITERATE
224 ZFS_AC_KERNEL_VFS_GENERIC_WRITE_CHECKS
1c2358c1 225 ZFS_AC_KERNEL_VFS_IOV_ITER
17888ae3 226 ZFS_AC_KERNEL_KMAP_ATOMIC_ARGS
278bee93 227 ZFS_AC_KERNEL_FOLLOW_DOWN_ONE
37f9dac5 228 ZFS_AC_KERNEL_MAKE_REQUEST_FN
608f8749 229 ZFS_AC_KERNEL_GENERIC_IO_ACCT
fc0c72b1 230 ZFS_AC_KERNEL_FPU
608f8749
BB
231 ZFS_AC_KERNEL_FMODE_T
232 ZFS_AC_KERNEL_KUIDGID_T
82a1b2d6 233 ZFS_AC_KERNEL_KUID_HELPERS
9cc1844a 234 ZFS_AC_KERNEL_MODULE_PARAM_CALL_CONST
e2a82961 235 ZFS_AC_KERNEL_RENAME
2946a1a1 236 ZFS_AC_KERNEL_CURRENT_TIME
0e85048f 237 ZFS_AC_KERNEL_USERNS_CAPABILITIES
e897a23e 238 ZFS_AC_KERNEL_IN_COMPAT_SYSCALL
ff5587d6 239 ZFS_AC_KERNEL_KTIME
031cea17 240 ZFS_AC_KERNEL_TOTALRAM_PAGES_FUNC
de3e0b91 241 ZFS_AC_KERNEL_TOTALHIGH_PAGES
8708fd88 242 ZFS_AC_KERNEL_KSTRTOUL
ec1fea45 243 ZFS_AC_KERNEL_PERCPU
60a4c7d2 244 ZFS_AC_KERNEL_CPU_HOTPLUG
e2a82961
CK
245 ZFS_AC_KERNEL_GENERIC_FILLATTR_USERNS
246 ZFS_AC_KERNEL_MKNOD
247 ZFS_AC_KERNEL_SYMLINK
ffd6978e 248 ZFS_AC_KERNEL_BIO_MAX_SEGS
414f7249
PD
249 ZFS_AC_KERNEL_SIGNAL_STOP
250 ZFS_AC_KERNEL_SIGINFO
0cdda2ed 251 ZFS_AC_KERNEL_SYSFS
414f7249 252 ZFS_AC_KERNEL_SET_SPECIAL_STATE
7d524c06 253 ZFS_AC_KERNEL_VFS_READPAGES
1c24bf96 254 ZFS_AC_KERNEL_VFS_SET_PAGE_DIRTY_NOBUFFERS
a3588c68 255 ZFS_AC_KERNEL_STANDALONE_LINUX_STDARG
c0fb44c5 256 ZFS_AC_KERNEL_PAGEMAP_FOLIO_WAIT_BIT
12fa250d 257 ZFS_AC_KERNEL_ADD_DISK
a9856574 258 ZFS_AC_KERNEL_KTHREAD
becc717f 259 ZFS_AC_KERNEL_ZERO_PAGE
c9c0d073
BB
260])
261
262dnl #
263dnl # Detect name used for Module.symvers file in kernel
264dnl #
265AC_DEFUN([ZFS_AC_MODULE_SYMVERS], [
266 modpost=$LINUX/scripts/Makefile.modpost
267 AC_MSG_CHECKING([kernel file name for module symbols])
319a99a3 268 AS_IF([test "x$enable_linux_builtin" != xyes -a -f "$modpost"], [
8366cd6a 269 AS_IF([grep -q Modules.symvers $modpost], [
c9c0d073 270 LINUX_SYMBOLS=Modules.symvers
8366cd6a 271 ], [
c9c0d073 272 LINUX_SYMBOLS=Module.symvers
8366cd6a 273 ])
a60b1c0a 274
8366cd6a 275 AS_IF([test ! -f "$LINUX_OBJ/$LINUX_SYMBOLS"], [
a60b1c0a
BB
276 AC_MSG_ERROR([
277 *** Please make sure the kernel devel package for your distribution
608f8749
BB
278 *** is installed. If you are building with a custom kernel, make sure
279 *** the kernel is configured, built, and the '--with-linux=PATH'
280 *** configure option refers to the location of the kernel source.
281 ])
8366cd6a
PS
282 ])
283 ], [
c9c0d073 284 LINUX_SYMBOLS=NONE
8366cd6a 285 ])
c9c0d073
BB
286 AC_MSG_RESULT($LINUX_SYMBOLS)
287 AC_SUBST(LINUX_SYMBOLS)
288])
289
290dnl #
291dnl # Detect the kernel to be built against
292dnl #
72f3c8b1
DS
293dnl # Most modern Linux distributions have separate locations for bare
294dnl # source (source) and prebuilt (build) files. Additionally, there are
295dnl # `source` and `build` symlinks in `/lib/modules/$(KERNEL_VERSION)`
296dnl # pointing to them. The directory search order is now:
297dnl #
298dnl # - `configure` command line values if both `--with-linux` and
299dnl # `--with-linux-obj` were defined
300dnl #
301dnl # - If only `--with-linux` was defined, `--with-linux-obj` is assumed
302dnl # to have the same value as `--with-linux`
303dnl #
304dnl # - If neither `--with-linux` nor `--with-linux-obj` were defined
305dnl # autodetection is used:
306dnl #
307dnl # - `/lib/modules/$(uname -r)/{source,build}` respectively, if exist.
308dnl #
309dnl # - If only `/lib/modules/$(uname -r)/build` exists, it is assumed
310dnl # to be both source and build directory.
311dnl #
312dnl # - The first directory in `/lib/modules` with the highest version
313dnl # number according to `sort -V` which contains both `source` and
314dnl # `build` symlinks/directories. If module directory contains only
315dnl # `build` component, it is assumed to be both source and build
316dnl # directory.
317dnl #
318dnl # - Last resort: the first directory matching `/usr/src/kernels/*`
319dnl # and `/usr/src/linux-*` with the highest version number according
320dnl # to `sort -V` is assumed to be both source and build directory.
321dnl #
c9c0d073
BB
322AC_DEFUN([ZFS_AC_KERNEL], [
323 AC_ARG_WITH([linux],
324 AS_HELP_STRING([--with-linux=PATH],
325 [Path to kernel source]),
326 [kernelsrc="$withval"])
327
328 AC_ARG_WITH(linux-obj,
329 AS_HELP_STRING([--with-linux-obj=PATH],
330 [Path to kernel build objects]),
331 [kernelbuild="$withval"])
332
72f3c8b1
DS
333 AC_MSG_CHECKING([kernel source and build directories])
334 AS_IF([test -n "$kernelsrc" && test -z "$kernelbuild"], [
335 kernelbuild="$kernelsrc"
336 ], [test -z "$kernelsrc"], [
337 AS_IF([test -e "/lib/modules/$(uname -r)/source" && \
338 test -e "/lib/modules/$(uname -r)/build"], [
339 src="/lib/modules/$(uname -r)/source"
340 build="/lib/modules/$(uname -r)/build"
8366cd6a 341 ], [test -e "/lib/modules/$(uname -r)/build"], [
72f3c8b1
DS
342 build="/lib/modules/$(uname -r)/build"
343 src="$build"
8366cd6a 344 ], [
72f3c8b1
DS
345 src=
346
347 for d in $(ls -1d /lib/modules/* 2>/dev/null | sort -Vr); do
348 if test -e "$d/source" && test -e "$d/build"; then
349 src="$d/source"
350 build="$d/build"
351 break
352 fi
353
354 if test -e "$d/build"; then
355 src="$d/build"
356 build="$d/build"
357 break
358 fi
359 done
360
361 # the least reliable method
362 if test -z "$src"; then
363 src=$(ls -1d /usr/src/kernels/* /usr/src/linux-* \
364 2>/dev/null | grep -v obj | sort -Vr | head -1)
365 build="$src"
366 fi
8366cd6a 367 ])
c9c0d073 368
72f3c8b1
DS
369 AS_IF([test -n "$src" && test -e "$src"], [
370 kernelsrc=$(readlink -e "$src")
8366cd6a 371 ], [
56a517ae 372 kernelsrc="[Not found]"
8366cd6a 373 ])
72f3c8b1
DS
374 AS_IF([test -n "$build" && test -e "$build"], [
375 kernelbuild=$(readlink -e "$build")
376 ], [
377 kernelbuild="[Not found]"
378 ])
8366cd6a
PS
379 ], [
380 AS_IF([test "$kernelsrc" = "NONE"], [
c9c0d073 381 kernsrcver=NONE
8366cd6a 382 ])
1d8da991 383 withlinux=yes
8366cd6a 384 ])
c9c0d073 385
72f3c8b1
DS
386 AC_MSG_RESULT([done])
387 AC_MSG_CHECKING([kernel source directory])
c9c0d073 388 AC_MSG_RESULT([$kernelsrc])
72f3c8b1
DS
389 AC_MSG_CHECKING([kernel build directory])
390 AC_MSG_RESULT([$kernelbuild])
391 AS_IF([test ! -d "$kernelsrc" || test ! -d "$kernelbuild"], [
56a517ae
BB
392 AC_MSG_ERROR([
393 *** Please make sure the kernel devel package for your distribution
4e95cc99 394 *** is installed and then try again. If that fails, you can specify the
72f3c8b1
DS
395 *** location of the kernel source and build with the '--with-linux=PATH' and
396 *** '--with-linux-obj=PATH' options respectively.])
8366cd6a 397 ])
c9c0d073
BB
398
399 AC_MSG_CHECKING([kernel source version])
400 utsrelease1=$kernelbuild/include/linux/version.h
401 utsrelease2=$kernelbuild/include/linux/utsrelease.h
402 utsrelease3=$kernelbuild/include/generated/utsrelease.h
d30577c9 403 AS_IF([test -r $utsrelease1 && grep -qF UTS_RELEASE $utsrelease1], [
06346cc5 404 utsrelease=$utsrelease1
d30577c9 405 ], [test -r $utsrelease2 && grep -qF UTS_RELEASE $utsrelease2], [
06346cc5 406 utsrelease=$utsrelease2
d30577c9 407 ], [test -r $utsrelease3 && grep -qF UTS_RELEASE $utsrelease3], [
06346cc5 408 utsrelease=$utsrelease3
8366cd6a 409 ])
c9c0d073 410
06346cc5
BB
411 AS_IF([test -n "$utsrelease"], [
412 kernsrcver=$($AWK '/UTS_RELEASE/ { gsub(/"/, "", $[3]); print $[3] }' $utsrelease)
8366cd6a 413 AS_IF([test -z "$kernsrcver"], [
c9c0d073 414 AC_MSG_RESULT([Not found])
608f8749
BB
415 AC_MSG_ERROR([
416 *** Cannot determine kernel version.
417 ])
8366cd6a
PS
418 ])
419 ], [
c9c0d073 420 AC_MSG_RESULT([Not found])
319a99a3 421 if test "x$enable_linux_builtin" != xyes; then
608f8749
BB
422 AC_MSG_ERROR([
423 *** Cannot find UTS_RELEASE definition.
424 ])
319a99a3
ED
425 else
426 AC_MSG_ERROR([
427 *** Cannot find UTS_RELEASE definition.
428 *** Please run 'make prepare' inside the kernel source tree.])
429 fi
8366cd6a 430 ])
c9c0d073
BB
431
432 AC_MSG_RESULT([$kernsrcver])
433
066e8252
BB
434 AS_VERSION_COMPARE([$kernsrcver], [$ZFS_META_KVER_MIN], [
435 AC_MSG_ERROR([
436 *** Cannot build against kernel version $kernsrcver.
437 *** The minimum supported kernel version is $ZFS_META_KVER_MIN.
438 ])
439 ])
440
c9c0d073
BB
441 LINUX=${kernelsrc}
442 LINUX_OBJ=${kernelbuild}
443 LINUX_VERSION=${kernsrcver}
444
445 AC_SUBST(LINUX)
446 AC_SUBST(LINUX_OBJ)
447 AC_SUBST(LINUX_VERSION)
448
449 ZFS_AC_MODULE_SYMVERS
450])
451
6a9d6359 452dnl #
608f8749
BB
453dnl # Detect the QAT module to be built against, QAT provides hardware
454dnl # acceleration for data compression:
455dnl #
456dnl # https://01.org/intel-quickassist-technology
457dnl #
458dnl # 1) Download and install QAT driver from the above link
459dnl # 2) Start QAT driver in your system:
460dnl # service qat_service start
461dnl # 3) Enable QAT in ZFS, e.g.:
462dnl # ./configure --with-qat=<qat-driver-path>/QAT1.6
463dnl # make
464dnl # 4) Set GZIP compression in ZFS dataset:
465dnl # zfs set compression = gzip <dataset>
466dnl #
467dnl # Then the data written to this ZFS pool is compressed by QAT accelerator
468dnl # automatically, and de-compressed by QAT when read from the pool.
469dnl #
470dnl # 1) Get QAT hardware statistics with:
471dnl # cat /proc/icp_dh895xcc_dev/qat
472dnl # 2) To disable QAT:
473dnl # insmod zfs.ko zfs_qat_disable=1
6a9d6359 474dnl #
475AC_DEFUN([ZFS_AC_QAT], [
476 AC_ARG_WITH([qat],
477 AS_HELP_STRING([--with-qat=PATH],
478 [Path to qat source]),
479 AS_IF([test "$withval" = "yes"],
480 AC_MSG_ERROR([--with-qat=PATH requires a PATH]),
481 [qatsrc="$withval"]))
482
483 AC_ARG_WITH([qat-obj],
484 AS_HELP_STRING([--with-qat-obj=PATH],
485 [Path to qat build objects]),
486 [qatbuild="$withval"])
487
488 AS_IF([test ! -z "${qatsrc}"], [
489 AC_MSG_CHECKING([qat source directory])
490 AC_MSG_RESULT([$qatsrc])
491 QAT_SRC="${qatsrc}/quickassist"
492 AS_IF([ test ! -e "$QAT_SRC/include/cpa.h"], [
493 AC_MSG_ERROR([
608f8749
BB
494 *** Please make sure the qat driver package is installed
495 *** and specify the location of the qat source with the
496 *** '--with-qat=PATH' option then try again. Failed to
497 *** find cpa.h in:
498 ${QAT_SRC}/include])
6a9d6359 499 ])
500 ])
501
502 AS_IF([test ! -z "${qatsrc}"], [
503 AC_MSG_CHECKING([qat build directory])
504 AS_IF([test -z "$qatbuild"], [
505 qatbuild="${qatsrc}/build"
506 ])
507
508 AC_MSG_RESULT([$qatbuild])
509 QAT_OBJ=${qatbuild}
1cfdb0e6 510 AS_IF([ ! test -e "$QAT_OBJ/icp_qa_al.ko" && ! test -e "$QAT_OBJ/qat_api.ko"], [
6a9d6359 511 AC_MSG_ERROR([
608f8749
BB
512 *** Please make sure the qat driver is installed then try again.
513 *** Failed to find icp_qa_al.ko or qat_api.ko in:
514 $QAT_OBJ])
6a9d6359 515 ])
516
517 AC_SUBST(QAT_SRC)
518 AC_SUBST(QAT_OBJ)
519
520 AC_DEFINE(HAVE_QAT, 1,
521 [qat is enabled and existed])
522 ])
523
524 dnl #
525 dnl # Detect the name used for the QAT Module.symvers file.
526 dnl #
527 AS_IF([test ! -z "${qatsrc}"], [
528 AC_MSG_CHECKING([qat file for module symbols])
529 QAT_SYMBOLS=$QAT_SRC/lookaside/access_layer/src/Module.symvers
530
531 AS_IF([test -r $QAT_SYMBOLS], [
532 AC_MSG_RESULT([$QAT_SYMBOLS])
533 AC_SUBST(QAT_SYMBOLS)
534 ],[
608f8749
BB
535 AC_MSG_ERROR([
536 *** Please make sure the qat driver is installed then try again.
537 *** Failed to find Module.symvers in:
538 $QAT_SYMBOLS
6a9d6359 539 ])
540 ])
541 ])
542])
543
319a99a3
ED
544dnl #
545dnl # Basic toolchain sanity check.
546dnl #
608f8749 547AC_DEFUN([ZFS_AC_KERNEL_TEST_MODULE], [
e33045ee 548 AC_MSG_CHECKING([whether modules can be built])
608f8749 549 ZFS_LINUX_TRY_COMPILE([], [], [
319a99a3
ED
550 AC_MSG_RESULT([yes])
551 ],[
552 AC_MSG_RESULT([no])
553 if test "x$enable_linux_builtin" != xyes; then
608f8749
BB
554 AC_MSG_ERROR([
555 *** Unable to build an empty module.
556 ])
319a99a3
ED
557 else
558 AC_MSG_ERROR([
559 *** Unable to build an empty module.
560 *** Please run 'make scripts' inside the kernel source tree.])
561 fi
562 ])
563])
564
15805c77 565dnl #
608f8749 566dnl # ZFS_LINUX_CONFTEST_H
15805c77 567dnl #
608f8749
BB
568AC_DEFUN([ZFS_LINUX_CONFTEST_H], [
569test -d build/$2 || mkdir -p build/$2
570cat - <<_ACEOF >build/$2/$2.h
571$1
572_ACEOF
573])
e5b85622 574
608f8749
BB
575dnl #
576dnl # ZFS_LINUX_CONFTEST_C
577dnl #
578AC_DEFUN([ZFS_LINUX_CONFTEST_C], [
579test -d build/$2 || mkdir -p build/$2
580cat confdefs.h - <<_ACEOF >build/$2/$2.c
581$1
582_ACEOF
e5b85622
BB
583])
584
b58986ee 585dnl #
608f8749 586dnl # ZFS_LINUX_CONFTEST_MAKEFILE
b58986ee 587dnl #
608f8749
BB
588dnl # $1 - test case name
589dnl # $2 - add to top-level Makefile
590dnl # $3 - additional build flags
b58986ee 591dnl #
608f8749
BB
592AC_DEFUN([ZFS_LINUX_CONFTEST_MAKEFILE], [
593 test -d build || mkdir -p build
594 test -d build/$1 || mkdir -p build/$1
595
596 file=build/$1/Makefile
597
598 dnl # Example command line to manually build source.
599 cat - <<_ACEOF >$file
600# Example command line to manually build source
601# make modules -C $LINUX_OBJ $ARCH_UM M=$PWD/build/$1
602
603ccflags-y := -Werror $FRAME_LARGER_THAN
604_ACEOF
605
606 dnl # Additional custom CFLAGS as requested.
607 m4_ifval($3, [echo "ccflags-y += $3" >>$file], [])
608
609 dnl # Test case source
610 echo "obj-m := $1.o" >>$file
611
612 AS_IF([test "x$2" = "xyes"], [echo "obj-m += $1/" >>build/Makefile], [])
b58986ee
BB
613])
614
e5b85622 615dnl #
608f8749 616dnl # ZFS_LINUX_TEST_PROGRAM(C)([PROLOGUE], [BODY])
e5b85622 617dnl #
608f8749 618m4_define([ZFS_LINUX_TEST_PROGRAM], [
c347fac5 619#include <linux/module.h>
608f8749 620$1
c347fac5 621
608f8749
BB
622int
623main (void)
624{
625$2
626 ;
627 return 0;
628}
c347fac5
BB
629
630MODULE_DESCRIPTION("conftest");
631MODULE_AUTHOR(ZFS_META_AUTHOR);
632MODULE_VERSION(ZFS_META_VERSION "-" ZFS_META_RELEASE);
633MODULE_LICENSE($3);
608f8749
BB
634])
635
e5b85622 636dnl #
608f8749 637dnl # ZFS_LINUX_TEST_REMOVE
e5b85622 638dnl #
608f8749
BB
639dnl # Removes the specified test source and results.
640dnl #
641AC_DEFUN([ZFS_LINUX_TEST_REMOVE], [
642 test -d build/$1 && rm -Rf build/$1
643 test -f build/Makefile && sed '/$1/d' build/Makefile
644])
e5b85622 645
608f8749
BB
646dnl #
647dnl # ZFS_LINUX_COMPILE
648dnl #
649dnl # $1 - build dir
650dnl # $2 - test command
651dnl # $3 - pass command
652dnl # $4 - fail command
653dnl # $5 - set KBUILD_MODPOST_NOFINAL='yes'
654dnl # $6 - set KBUILD_MODPOST_WARN='yes'
655dnl #
656dnl # Used internally by ZFS_LINUX_TEST_{COMPILE,MODPOST}
657dnl #
658AC_DEFUN([ZFS_LINUX_COMPILE], [
b66140c6
PL
659 AC_ARG_VAR([KERNEL_CC], [C compiler for
660 building kernel modules])
661 AC_ARG_VAR([KERNEL_LD], [Linker for
662 building kernel modules])
663 AC_ARG_VAR([KERNEL_LLVM], [Binary option to
664 build kernel modules with LLVM/CLANG toolchain])
608f8749
BB
665 AC_TRY_COMMAND([
666 KBUILD_MODPOST_NOFINAL="$5" KBUILD_MODPOST_WARN="$6"
b66140c6 667 make modules -k -j$TEST_JOBS ${KERNEL_CC:+CC=$KERNEL_CC} ${KERNEL_LD:+LD=$KERNEL_LD} ${KERNEL_LLVM:+LLVM=$KERNEL_LLVM} -C $LINUX_OBJ $ARCH_UM
db0ad393 668 M=$PWD/$1 >$1/build.log 2>&1])
608f8749 669 AS_IF([AC_TRY_COMMAND([$2])], [$3], [$4])
c9c0d073
BB
670])
671
672dnl #
608f8749 673dnl # ZFS_LINUX_TEST_COMPILE
93ce2b4c 674dnl #
608f8749 675dnl # Perform a full compile excluding the final modpost phase.
93ce2b4c 676dnl #
608f8749
BB
677AC_DEFUN([ZFS_LINUX_TEST_COMPILE], [
678 ZFS_LINUX_COMPILE([$2], [test -f $2/build.log], [
679 mv $2/Makefile $2/Makefile.compile.$1
680 mv $2/build.log $2/build.log.$1
93ce2b4c 681 ],[
608f8749
BB
682 AC_MSG_ERROR([
683 *** Unable to compile test source to determine kernel interfaces.])
684 ], [yes], [])
93ce2b4c
BB
685])
686
687dnl #
608f8749 688dnl # ZFS_LINUX_TEST_MODPOST
c9c0d073 689dnl #
608f8749
BB
690dnl # Perform a full compile including the modpost phase. This may
691dnl # be an incremental build if the objects have already been built.
692dnl #
693AC_DEFUN([ZFS_LINUX_TEST_MODPOST], [
694 ZFS_LINUX_COMPILE([$2], [test -f $2/build.log], [
695 mv $2/Makefile $2/Makefile.modpost.$1
696 cat $2/build.log >>build/build.log.$1
697 ],[
698 AC_MSG_ERROR([
699 *** Unable to modpost test source to determine kernel interfaces.])
700 ], [], [yes])
0b39b9f9
PS
701])
702
703dnl #
608f8749 704dnl # Perform the compilation of the test cases in two phases.
0b39b9f9 705dnl #
608f8749
BB
706dnl # Phase 1) attempt to build the object files for all of the tests
707dnl # defined by the ZFS_LINUX_TEST_SRC macro. But do not
708dnl # perform the final modpost stage.
709dnl #
710dnl # Phase 2) disable all tests which failed the initial compilation,
711dnl # then invoke the final modpost step for the remaining tests.
712dnl #
713dnl # This allows us efficiently build the test cases in parallel while
714dnl # remaining resilient to build failures which are expected when
715dnl # detecting the available kernel interfaces.
716dnl #
717dnl # The maximum allowed parallelism can be controlled by setting the
718dnl # TEST_JOBS environment variable. Otherwise, it default to $(nproc).
719dnl #
720AC_DEFUN([ZFS_LINUX_TEST_COMPILE_ALL], [
721 dnl # Phase 1 - Compilation only, final linking is skipped.
722 ZFS_LINUX_TEST_COMPILE([$1], [build])
723
724 dnl #
725 dnl # Phase 2 - When building external modules disable test cases
726 dnl # which failed to compile and invoke modpost to verify the
727 dnl # final linking.
728 dnl #
729 dnl # Test names suffixed with '_license' call modpost independently
730 dnl # to ensure that a single incompatibility does not result in the
731 dnl # modpost phase exiting early. This check is not performed on
732 dnl # every symbol since the majority are compatible and doing so
733 dnl # would significantly slow down this phase.
734 dnl #
735 dnl # When configuring for builtin (--enable-linux-builtin)
736 dnl # fake the linking step artificially create the expected .ko
737 dnl # files for tests which did compile. This is required for
738 dnl # kernels which do not have loadable module support or have
739 dnl # not yet been built.
740 dnl #
741 AS_IF([test "x$enable_linux_builtin" = "xno"], [
742 for dir in $(awk '/^obj-m/ { print [$]3 }' \
743 build/Makefile.compile.$1); do
744 name=${dir%/}
745 AS_IF([test -f build/$name/$name.o], [
746 AS_IF([test "${name##*_}" = "license"], [
747 ZFS_LINUX_TEST_MODPOST([$1],
748 [build/$name])
749 echo "obj-n += $dir" >>build/Makefile
750 ], [
751 echo "obj-m += $dir" >>build/Makefile
752 ])
753 ], [
754 echo "obj-n += $dir" >>build/Makefile
755 ])
756 done
757
758 ZFS_LINUX_TEST_MODPOST([$1], [build])
759 ], [
760 for dir in $(awk '/^obj-m/ { print [$]3 }' \
761 build/Makefile.compile.$1); do
762 name=${dir%/}
763 AS_IF([test -f build/$name/$name.o], [
764 touch build/$name/$name.ko
765 ])
766 done
767 ])
c9c0d073
BB
768])
769
770dnl #
608f8749 771dnl # ZFS_LINUX_TEST_SRC
c9c0d073 772dnl #
608f8749
BB
773dnl # $1 - name
774dnl # $2 - global
775dnl # $3 - source
776dnl # $4 - extra cflags
777dnl # $5 - check license-compatibility
778dnl #
c347fac5
BB
779dnl # Check if the test source is buildable at all and then if it is
780dnl # license compatible.
781dnl #
608f8749
BB
782dnl # N.B because all of the test cases are compiled in parallel they
783dnl # must never depend on the results of previous tests. Each test
784dnl # needs to be entirely independent.
785dnl #
786AC_DEFUN([ZFS_LINUX_TEST_SRC], [
c347fac5
BB
787 ZFS_LINUX_CONFTEST_C([ZFS_LINUX_TEST_PROGRAM([[$2]], [[$3]],
788 [["Dual BSD/GPL"]])], [$1])
608f8749
BB
789 ZFS_LINUX_CONFTEST_MAKEFILE([$1], [yes], [$4])
790
791 AS_IF([ test -n "$5" ], [
c347fac5
BB
792 ZFS_LINUX_CONFTEST_C([ZFS_LINUX_TEST_PROGRAM(
793 [[$2]], [[$3]], [[$5]])], [$1_license])
608f8749
BB
794 ZFS_LINUX_CONFTEST_MAKEFILE([$1_license], [yes], [$4])
795 ])
c9c0d073
BB
796])
797
798dnl #
608f8749 799dnl # ZFS_LINUX_TEST_RESULT
c9c0d073 800dnl #
608f8749
BB
801dnl # $1 - name of a test source (ZFS_LINUX_TEST_SRC)
802dnl # $2 - run on success (valid .ko generated)
803dnl # $3 - run on failure (unable to compile)
804dnl #
805AC_DEFUN([ZFS_LINUX_TEST_RESULT], [
806 AS_IF([test -d build/$1], [
807 AS_IF([test -f build/$1/$1.ko], [$2], [$3])
808 ], [
809 AC_MSG_ERROR([
810 *** No matching source for the "$1" test, check that
811 *** both the test source and result macros refer to the same name.
812 ])
813 ])
c9c0d073
BB
814])
815
816dnl #
608f8749 817dnl # ZFS_LINUX_TEST_ERROR
c9c0d073 818dnl #
608f8749
BB
819dnl # Generic error message which can be used when none of the expected
820dnl # kernel interfaces were detected.
821dnl #
822AC_DEFUN([ZFS_LINUX_TEST_ERROR], [
823 AC_MSG_ERROR([
824 *** None of the expected "$1" interfaces were detected.
825 *** This may be because your kernel version is newer than what is
826 *** supported, or you are using a patched custom kernel with
827 *** incompatible modifications.
828 ***
829 *** ZFS Version: $ZFS_META_ALIAS
830 *** Compatible Kernels: $ZFS_META_KVER_MIN - $ZFS_META_KVER_MAX
831 ])
c9c0d073
BB
832])
833
834dnl #
608f8749 835dnl # ZFS_LINUX_TEST_RESULT_SYMBOL
c9c0d073 836dnl #
608f8749
BB
837dnl # Like ZFS_LINUX_TEST_RESULT except ZFS_CHECK_SYMBOL_EXPORT is called to
838dnl # verify symbol exports, unless --enable-linux-builtin was provided to
839dnl # configure.
840dnl #
841AC_DEFUN([ZFS_LINUX_TEST_RESULT_SYMBOL], [
842 AS_IF([ ! test -f build/$1/$1.ko], [
843 $5
844 ], [
845 AS_IF([test "x$enable_linux_builtin" != "xyes"], [
846 ZFS_CHECK_SYMBOL_EXPORT([$2], [$3], [$4], [$5])
847 ], [
848 $4
849 ])
c9c0d073
BB
850 ])
851])
852
608f8749
BB
853dnl #
854dnl # ZFS_LINUX_COMPILE_IFELSE
855dnl #
856AC_DEFUN([ZFS_LINUX_COMPILE_IFELSE], [
857 ZFS_LINUX_TEST_REMOVE([conftest])
858
859 m4_ifvaln([$1], [ZFS_LINUX_CONFTEST_C([$1], [conftest])])
860 m4_ifvaln([$5], [ZFS_LINUX_CONFTEST_H([$5], [conftest])],
861 [ZFS_LINUX_CONFTEST_H([], [conftest])])
862
863 ZFS_LINUX_CONFTEST_MAKEFILE([conftest], [no],
864 [m4_ifvaln([$5], [-I$PWD/build/conftest], [])])
865 ZFS_LINUX_COMPILE([build/conftest], [$2], [$3], [$4], [], [])
866])
867
868dnl #
869dnl # ZFS_LINUX_TRY_COMPILE
870dnl #
871dnl # $1 - global
872dnl # $2 - source
873dnl # $3 - run on success (valid .ko generated)
874dnl # $4 - run on failure (unable to compile)
875dnl #
3f99a3ab
BB
876dnl # When configuring as builtin (--enable-linux-builtin) for kernels
877dnl # without loadable module support (CONFIG_MODULES=n) only the object
878dnl # file is created. See ZFS_LINUX_TEST_COMPILE_ALL for details.
879dnl #
608f8749 880AC_DEFUN([ZFS_LINUX_TRY_COMPILE], [
3f99a3ab
BB
881 AS_IF([test "x$enable_linux_builtin" = "xyes"], [
882 ZFS_LINUX_COMPILE_IFELSE(
c347fac5
BB
883 [ZFS_LINUX_TEST_PROGRAM([[$1]], [[$2]],
884 [[ZFS_META_LICENSE]])],
3f99a3ab
BB
885 [test -f build/conftest/conftest.o], [$3], [$4])
886 ], [
887 ZFS_LINUX_COMPILE_IFELSE(
c347fac5
BB
888 [ZFS_LINUX_TEST_PROGRAM([[$1]], [[$2]],
889 [[ZFS_META_LICENSE]])],
3f99a3ab
BB
890 [test -f build/conftest/conftest.ko], [$3], [$4])
891 ])
608f8749
BB
892])
893
c9c0d073
BB
894dnl #
895dnl # ZFS_CHECK_SYMBOL_EXPORT
608f8749
BB
896dnl #
897dnl # Check if a symbol is exported on not by consulting the symbols
898dnl # file, or optionally the source code.
c9c0d073 899dnl #
70574182 900AC_DEFUN([ZFS_CHECK_SYMBOL_EXPORT], [
c9c0d073
BB
901 grep -q -E '[[[:space:]]]$1[[[:space:]]]' \
902 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
903 rc=$?
70574182 904 if test $rc -ne 0; then
c9c0d073
BB
905 export=0
906 for file in $2; do
70574182
ED
907 grep -q -E "EXPORT_SYMBOL.*($1)" \
908 "$LINUX/$file" 2>/dev/null
c9c0d073 909 rc=$?
70574182 910 if test $rc -eq 0; then
8366cd6a
PS
911 export=1
912 break;
70574182 913 fi
c9c0d073 914 done
70574182 915 if test $export -eq 0; then :
c9c0d073 916 $4
70574182 917 else :
c9c0d073 918 $3
70574182
ED
919 fi
920 else :
c9c0d073 921 $3
70574182
ED
922 fi
923])
924
925dnl #
926dnl # ZFS_LINUX_TRY_COMPILE_SYMBOL
608f8749
BB
927dnl #
928dnl # Like ZFS_LINUX_TRY_COMPILER except ZFS_CHECK_SYMBOL_EXPORT is called
929dnl # to verify symbol exports, unless --enable-linux-builtin was provided
930dnl # to configure.
70574182
ED
931dnl #
932AC_DEFUN([ZFS_LINUX_TRY_COMPILE_SYMBOL], [
933 ZFS_LINUX_TRY_COMPILE([$1], [$2], [rc=0], [rc=1])
934 if test $rc -ne 0; then :
935 $6
936 else
937 if test "x$enable_linux_builtin" != xyes; then
938 ZFS_CHECK_SYMBOL_EXPORT([$3], [$4], [rc=0], [rc=1])
939 fi
940 if test $rc -ne 0; then :
941 $6
942 else :
943 $5
944 fi
945 fi
c9c0d073 946])
0b39b9f9
PS
947
948dnl #
949dnl # ZFS_LINUX_TRY_COMPILE_HEADER
950dnl # like ZFS_LINUX_TRY_COMPILE, except the contents conftest.h are
951dnl # provided via the fifth parameter
952dnl #
608f8749
BB
953AC_DEFUN([ZFS_LINUX_TRY_COMPILE_HEADER], [
954 ZFS_LINUX_COMPILE_IFELSE(
c347fac5 955 [ZFS_LINUX_TEST_PROGRAM([[$1]], [[$2]], [[ZFS_META_LICENSE]])],
608f8749
BB
956 [test -f build/conftest/conftest.ko],
957 [$3], [$4], [$5])
0b39b9f9 958])