]> git.proxmox.com Git - mirror_zfs-debian.git/blame - config/kernel.m4
Change zfs-kmod-devel install path
[mirror_zfs-debian.git] / config / kernel.m4
CommitLineData
c9c0d073
BB
1dnl #
2dnl # Default ZFS kernel configuration
3dnl #
4AC_DEFUN([ZFS_AC_CONFIG_KERNEL], [
5 ZFS_AC_KERNEL
6 ZFS_AC_SPL
319a99a3 7 ZFS_AC_TEST_MODULE
c9c0d073
BB
8 ZFS_AC_KERNEL_CONFIG
9 ZFS_AC_KERNEL_BDEV_BLOCK_DEVICE_OPERATIONS
10 ZFS_AC_KERNEL_TYPE_FMODE_T
11 ZFS_AC_KERNEL_KOBJ_NAME_LEN
b5a28807 12 ZFS_AC_KERNEL_3ARG_BLKDEV_GET
45066d1f 13 ZFS_AC_KERNEL_BLKDEV_GET_BY_PATH
c9c0d073 14 ZFS_AC_KERNEL_OPEN_BDEV_EXCLUSIVE
2b7ab9d4 15 ZFS_AC_KERNEL_LOOKUP_BDEV
c9c0d073
BB
16 ZFS_AC_KERNEL_INVALIDATE_BDEV_ARGS
17 ZFS_AC_KERNEL_BDEV_LOGICAL_BLOCK_SIZE
2404b014 18 ZFS_AC_KERNEL_BDEV_PHYSICAL_BLOCK_SIZE
2959d94a 19 ZFS_AC_KERNEL_BIO_FAILFAST
f4af6bb7
BB
20 ZFS_AC_KERNEL_BIO_FAILFAST_DTD
21 ZFS_AC_KERNEL_REQ_FAILFAST_MASK
c9c0d073 22 ZFS_AC_KERNEL_BIO_END_IO_T_ARGS
675de5aa 23 ZFS_AC_KERNEL_BIO_RW_SYNC
c9c0d073 24 ZFS_AC_KERNEL_BIO_RW_SYNCIO
675de5aa 25 ZFS_AC_KERNEL_REQ_SYNC
c9c0d073 26 ZFS_AC_KERNEL_BLK_END_REQUEST
b18019d2 27 ZFS_AC_KERNEL_BLK_QUEUE_FLUSH
34037afe
ED
28 ZFS_AC_KERNEL_BLK_QUEUE_MAX_HW_SECTORS
29 ZFS_AC_KERNEL_BLK_QUEUE_MAX_SEGMENTS
30 ZFS_AC_KERNEL_BLK_QUEUE_PHYSICAL_BLOCK_SIZE
31 ZFS_AC_KERNEL_BLK_QUEUE_IO_OPT
32 ZFS_AC_KERNEL_BLK_QUEUE_NONROT
30930fba 33 ZFS_AC_KERNEL_BLK_QUEUE_DISCARD
c9c0d073
BB
34 ZFS_AC_KERNEL_BLK_FETCH_REQUEST
35 ZFS_AC_KERNEL_BLK_REQUEUE_REQUEST
36 ZFS_AC_KERNEL_BLK_RQ_BYTES
37 ZFS_AC_KERNEL_BLK_RQ_POS
38 ZFS_AC_KERNEL_BLK_RQ_SECTORS
39 ZFS_AC_KERNEL_GET_DISK_RO
b5a28807 40 ZFS_AC_KERNEL_GET_GENDISK
c9c0d073
BB
41 ZFS_AC_KERNEL_RQ_IS_SYNC
42 ZFS_AC_KERNEL_RQ_FOR_EACH_SEGMENT
ee5fd0bb 43 ZFS_AC_KERNEL_DISCARD_GRANULARITY
777d4af8 44 ZFS_AC_KERNEL_CONST_XATTR_HANDLER
f9637c6c
BB
45 ZFS_AC_KERNEL_XATTR_HANDLER_GET
46 ZFS_AC_KERNEL_XATTR_HANDLER_SET
47621f3d 47 ZFS_AC_KERNEL_SHOW_OPTIONS
adcd70bd 48 ZFS_AC_KERNEL_FSYNC
2c395def 49 ZFS_AC_KERNEL_EVICT_INODE
8780c539 50 ZFS_AC_KERNEL_DIRTY_INODE_WITH_FLAGS
ab26409d
BB
51 ZFS_AC_KERNEL_NR_CACHED_OBJECTS
52 ZFS_AC_KERNEL_FREE_CACHED_OBJECTS
cb2d1901 53 ZFS_AC_KERNEL_FALLOCATE
95f5c63b 54 ZFS_AC_KERNEL_MKDIR_UMODE_T
8f195a90 55 ZFS_AC_KERNEL_LOOKUP_NAMEIDATA
558ef6d0 56 ZFS_AC_KERNEL_CREATE_NAMEIDATA
ea1fdf46 57 ZFS_AC_KERNEL_TRUNCATE_RANGE
ebe7e575 58 ZFS_AC_KERNEL_AUTOMOUNT
756c3e5a 59 ZFS_AC_KERNEL_ENCODE_FH_WITH_INODE
393b44c7 60 ZFS_AC_KERNEL_COMMIT_METADATA
739a1a82 61 ZFS_AC_KERNEL_CLEAR_INODE
bdf4328b 62 ZFS_AC_KERNEL_INSERT_INODE_LOCKED
6a0936ba 63 ZFS_AC_KERNEL_D_MAKE_ROOT
055656d4 64 ZFS_AC_KERNEL_D_OBTAIN_ALIAS
f1a05fa1
NB
65 ZFS_AC_KERNEL_D_SET_D_OP
66 ZFS_AC_KERNEL_D_REVALIDATE_NAMEIDATA
67 ZFS_AC_KERNEL_CONST_DENTRY_OPERATIONS
df554c14 68 ZFS_AC_KERNEL_CHECK_DISK_SIZE_CHANGE
b3129792 69 ZFS_AC_KERNEL_TRUNCATE_SETSIZE
5c03efc3 70 ZFS_AC_KERNEL_6ARGS_SECURITY_INODE_INIT_SECURITY
166dd49d 71 ZFS_AC_KERNEL_CALLBACK_SECURITY_INODE_INIT_SECURITY
2cf7f52b 72 ZFS_AC_KERNEL_MOUNT_NODEV
ab26409d 73 ZFS_AC_KERNEL_SHRINK
ee930353 74 ZFS_AC_KERNEL_S_D_OP
76659dc1 75 ZFS_AC_KERNEL_BDI
5547c2f1 76 ZFS_AC_KERNEL_BDI_SETUP_AND_REGISTER
28eb9213 77 ZFS_AC_KERNEL_SET_NLINK
6d1d976b 78 ZFS_AC_KERNEL_ELEVATOR_CHANGE
3c203610 79 ZFS_AC_KERNEL_5ARG_SGET
c9c0d073 80
8366cd6a 81 AS_IF([test "$LINUX_OBJ" != "$LINUX"], [
6283f55e 82 KERNELMAKE_PARAMS="$KERNELMAKE_PARAMS O=$LINUX_OBJ"
8366cd6a 83 ])
6283f55e
BB
84 AC_SUBST(KERNELMAKE_PARAMS)
85
86
c9c0d073
BB
87 dnl # -Wall -fno-strict-aliasing -Wstrict-prototypes and other
88 dnl # compiler options are added by the kernel build system.
8a7e1cee 89 KERNELCPPFLAGS="$KERNELCPPFLAGS $NO_UNUSED_BUT_SET_VARIABLE"
c9c0d073
BB
90 KERNELCPPFLAGS="$KERNELCPPFLAGS -DHAVE_SPL -D_KERNEL"
91 KERNELCPPFLAGS="$KERNELCPPFLAGS -DTEXT_DOMAIN=\\\"zfs-linux-kernel\\\""
c9c0d073 92
c9c0d073
BB
93 AC_SUBST(KERNELCPPFLAGS)
94])
95
96dnl #
97dnl # Detect name used for Module.symvers file in kernel
98dnl #
99AC_DEFUN([ZFS_AC_MODULE_SYMVERS], [
100 modpost=$LINUX/scripts/Makefile.modpost
101 AC_MSG_CHECKING([kernel file name for module symbols])
319a99a3 102 AS_IF([test "x$enable_linux_builtin" != xyes -a -f "$modpost"], [
8366cd6a 103 AS_IF([grep -q Modules.symvers $modpost], [
c9c0d073 104 LINUX_SYMBOLS=Modules.symvers
8366cd6a 105 ], [
c9c0d073 106 LINUX_SYMBOLS=Module.symvers
8366cd6a 107 ])
a60b1c0a 108
8366cd6a 109 AS_IF([test ! -f "$LINUX_OBJ/$LINUX_SYMBOLS"], [
a60b1c0a
BB
110 AC_MSG_ERROR([
111 *** Please make sure the kernel devel package for your distribution
112 *** is installed. If your building with a custom kernel make sure the
113 *** kernel is configured, built, and the '--with-linux=PATH' configure
114 *** option refers to the location of the kernel source.])
8366cd6a
PS
115 ])
116 ], [
c9c0d073 117 LINUX_SYMBOLS=NONE
8366cd6a 118 ])
c9c0d073
BB
119 AC_MSG_RESULT($LINUX_SYMBOLS)
120 AC_SUBST(LINUX_SYMBOLS)
121])
122
123dnl #
124dnl # Detect the kernel to be built against
125dnl #
126AC_DEFUN([ZFS_AC_KERNEL], [
127 AC_ARG_WITH([linux],
128 AS_HELP_STRING([--with-linux=PATH],
129 [Path to kernel source]),
130 [kernelsrc="$withval"])
131
132 AC_ARG_WITH(linux-obj,
133 AS_HELP_STRING([--with-linux-obj=PATH],
134 [Path to kernel build objects]),
135 [kernelbuild="$withval"])
136
137 AC_MSG_CHECKING([kernel source directory])
8366cd6a
PS
138 AS_IF([test -z "$kernelsrc"], [
139 AS_IF([test -e "/lib/modules/$(uname -r)/source"], [
1b94c25c
BB
140 headersdir="/lib/modules/$(uname -r)/source"
141 sourcelink=$(readlink -f "$headersdir")
8366cd6a 142 ], [test -e "/lib/modules/$(uname -r)/build"], [
1b94c25c 143 headersdir="/lib/modules/$(uname -r)/build"
c9c0d073 144 sourcelink=$(readlink -f "$headersdir")
8366cd6a 145 ], [
c9c0d073 146 sourcelink=$(ls -1d /usr/src/kernels/* \
8366cd6a 147 /usr/src/linux-* \
c9c0d073 148 2>/dev/null | grep -v obj | tail -1)
8366cd6a 149 ])
c9c0d073 150
8366cd6a 151 AS_IF([test -n "$sourcelink" && test -e ${sourcelink}], [
c9c0d073 152 kernelsrc=`readlink -f ${sourcelink}`
8366cd6a 153 ], [
56a517ae 154 kernelsrc="[Not found]"
8366cd6a
PS
155 ])
156 ], [
157 AS_IF([test "$kernelsrc" = "NONE"], [
c9c0d073 158 kernsrcver=NONE
8366cd6a
PS
159 ])
160 ])
c9c0d073
BB
161
162 AC_MSG_RESULT([$kernelsrc])
56a517ae
BB
163 AS_IF([test ! -d "$kernelsrc"], [
164 AC_MSG_ERROR([
165 *** Please make sure the kernel devel package for your distribution
166 *** is installed then try again. If that fails you can specify the
167 *** location of the kernel source with the '--with-linux=PATH' option.])
168 ])
169
c9c0d073 170 AC_MSG_CHECKING([kernel build directory])
8366cd6a
PS
171 AS_IF([test -z "$kernelbuild"], [
172 AS_IF([test -e "/lib/modules/$(uname -r)/build"], [
1b94c25c 173 kernelbuild=`readlink -f /lib/modules/$(uname -r)/build`
8366cd6a 174 ], [test -d ${kernelsrc}-obj/${target_cpu}/${target_cpu}], [
c9c0d073 175 kernelbuild=${kernelsrc}-obj/${target_cpu}/${target_cpu}
8366cd6a 176 ], [test -d ${kernelsrc}-obj/${target_cpu}/default], [
70574182 177 kernelbuild=${kernelsrc}-obj/${target_cpu}/default
8366cd6a 178 ], [test -d `dirname ${kernelsrc}`/build-${target_cpu}], [
c9c0d073 179 kernelbuild=`dirname ${kernelsrc}`/build-${target_cpu}
8366cd6a 180 ], [
c9c0d073 181 kernelbuild=${kernelsrc}
8366cd6a
PS
182 ])
183 ])
c9c0d073
BB
184 AC_MSG_RESULT([$kernelbuild])
185
186 AC_MSG_CHECKING([kernel source version])
187 utsrelease1=$kernelbuild/include/linux/version.h
188 utsrelease2=$kernelbuild/include/linux/utsrelease.h
189 utsrelease3=$kernelbuild/include/generated/utsrelease.h
8366cd6a 190 AS_IF([test -r $utsrelease1 && fgrep -q UTS_RELEASE $utsrelease1], [
c9c0d073 191 utsrelease=linux/version.h
8366cd6a 192 ], [test -r $utsrelease2 && fgrep -q UTS_RELEASE $utsrelease2], [
c9c0d073 193 utsrelease=linux/utsrelease.h
8366cd6a 194 ], [test -r $utsrelease3 && fgrep -q UTS_RELEASE $utsrelease3], [
c9c0d073 195 utsrelease=generated/utsrelease.h
8366cd6a 196 ])
c9c0d073 197
8366cd6a 198 AS_IF([test "$utsrelease"], [
c9c0d073
BB
199 kernsrcver=`(echo "#include <$utsrelease>";
200 echo "kernsrcver=UTS_RELEASE") |
201 cpp -I $kernelbuild/include |
202 grep "^kernsrcver=" | cut -d \" -f 2`
203
8366cd6a 204 AS_IF([test -z "$kernsrcver"], [
c9c0d073
BB
205 AC_MSG_RESULT([Not found])
206 AC_MSG_ERROR([*** Cannot determine kernel version.])
8366cd6a
PS
207 ])
208 ], [
c9c0d073 209 AC_MSG_RESULT([Not found])
319a99a3
ED
210 if test "x$enable_linux_builtin" != xyes; then
211 AC_MSG_ERROR([*** Cannot find UTS_RELEASE definition.])
212 else
213 AC_MSG_ERROR([
214 *** Cannot find UTS_RELEASE definition.
215 *** Please run 'make prepare' inside the kernel source tree.])
216 fi
8366cd6a 217 ])
c9c0d073
BB
218
219 AC_MSG_RESULT([$kernsrcver])
220
221 LINUX=${kernelsrc}
222 LINUX_OBJ=${kernelbuild}
223 LINUX_VERSION=${kernsrcver}
224
225 AC_SUBST(LINUX)
226 AC_SUBST(LINUX_OBJ)
227 AC_SUBST(LINUX_VERSION)
228
229 ZFS_AC_MODULE_SYMVERS
230])
231
232dnl #
233dnl # Detect name used for the additional SPL Module.symvers file. If one
234dnl # does not exist this is likely because the SPL has been configured
5085d558
PS
235dnl # but not built. The '--with-spl-timeout' option can be passed
236dnl # to pause here, waiting for the file to appear from a concurrently
237dnl # building SPL package. If the file does not appear in time, a good
238dnl # guess is made as to what this file will be named based on what it
239dnl # is named in the kernel build products. This file will first be
240dnl # used at link time so if the guess is wrong the build will fail
241dnl # then. This unfortunately means the ZFS package does not contain a
242dnl # reliable mechanism to detect symbols exported by the SPL at
243dnl # configure time.
c9c0d073
BB
244dnl #
245AC_DEFUN([ZFS_AC_SPL_MODULE_SYMVERS], [
5085d558
PS
246 AC_ARG_WITH([spl-timeout],
247 AS_HELP_STRING([--with-spl-timeout=SECS],
248 [Wait SECS for symvers file to appear @<:@default=0@:>@]),
249 [timeout="$withval"], [timeout=0])
250
c9c0d073 251 AC_MSG_CHECKING([spl file name for module symbols])
5085d558
PS
252 SPL_SYMBOLS=NONE
253
254 while true; do
255 AS_IF([test -r $SPL_OBJ/Module.symvers], [
256 SPL_SYMBOLS=Module.symvers
257 ], [test -r $SPL_OBJ/Modules.symvers], [
258 SPL_SYMBOLS=Modules.symvers
259 ], [test -r $SPL_OBJ/module/Module.symvers], [
260 SPL_SYMBOLS=Module.symvers
261 ], [test -r $SPL_OBJ/module/Modules.symvers], [
262 SPL_SYMBOLS=Modules.symvers
263 ])
264
265 AS_IF([test $SPL_SYMBOLS != NONE -o $timeout -le 0], [
266 break;
267 ], [
268 sleep 1
269 timeout=$((timeout-1))
270 ])
271 done
272
273 AS_IF([test "$SPL_SYMBOLS" = NONE], [
c9c0d073 274 SPL_SYMBOLS=$LINUX_SYMBOLS
8366cd6a 275 ])
c9c0d073
BB
276
277 AC_MSG_RESULT([$SPL_SYMBOLS])
278 AC_SUBST(SPL_SYMBOLS)
279])
280
281dnl #
282dnl # Detect the SPL module to be built against
283dnl #
284AC_DEFUN([ZFS_AC_SPL], [
285 AC_ARG_WITH([spl],
286 AS_HELP_STRING([--with-spl=PATH],
287 [Path to spl source]),
288 [splsrc="$withval"])
289
290 AC_ARG_WITH([spl-obj],
291 AS_HELP_STRING([--with-spl-obj=PATH],
292 [Path to spl build objects]),
293 [splbuild="$withval"])
294
295
296 AC_MSG_CHECKING([spl source directory])
8366cd6a 297 AS_IF([test -z "$splsrc"], [
26e08952
PS
298 dnl #
299 dnl # Look in the standard development package location
300 dnl #
c9c0d073
BB
301 sourcelink=`ls -1d /usr/src/spl-*/${LINUX_VERSION} \
302 2>/dev/null | tail -1`
303
26e08952
PS
304 dnl #
305 dnl # Look in the DKMS source location
306 dnl #
307 AS_IF([test -z "$sourcelink" || test ! -e $sourcelink/spl_config.h], [
308 sourcelink=`ls -1d /var/lib/dkms/spl/*/build \
309 2>/dev/null | tail -1`
310 ])
311
312 dnl #
313 dnl # Look in the parent directory
314 dnl #
315 AS_IF([test -z "$sourcelink" || test ! -e $sourcelink/spl_config.h], [
c9c0d073 316 sourcelink=../spl
8366cd6a 317 ])
c9c0d073 318
074e7295
RY
319 dnl #
320 dnl # Look in the kernel directory
321 dnl #
322 AS_IF([test -z "$sourcelink" || test ! -e $sourcelink/spl_config.h], [
323 sourcelink="$LINUX"
324 ])
325
26e08952 326 AS_IF([test -e $sourcelink/spl_config.h], [
c9c0d073 327 splsrc=`readlink -f ${sourcelink}`
8366cd6a 328 ], [
c9c0d073
BB
329 AC_MSG_RESULT([Not found])
330 AC_MSG_ERROR([
331 *** Please make sure the spl devel package for your distribution
332 *** is installed then try again. If that fails you can specify the
333 *** location of the spl source with the '--with-spl=PATH' option.])
8366cd6a
PS
334 ])
335 ], [
336 AS_IF([test "$splsrc" = "NONE"], [
c9c0d073
BB
337 splbuild=NONE
338 splsrcver=NONE
8366cd6a
PS
339 ])
340 ])
c9c0d073
BB
341
342 AC_MSG_RESULT([$splsrc])
343 AC_MSG_CHECKING([spl build directory])
8366cd6a 344 AS_IF([test -z "$splbuild"], [
6283f55e 345 splbuild=${splsrc}
8366cd6a 346 ])
c9c0d073
BB
347 AC_MSG_RESULT([$splbuild])
348
349 AC_MSG_CHECKING([spl source version])
8366cd6a
PS
350 AS_IF([test -r $splbuild/spl_config.h &&
351 fgrep -q SPL_META_VERSION $splbuild/spl_config.h], [
c9c0d073
BB
352
353 splsrcver=`(echo "#include <spl_config.h>";
b40a77ae 354 echo "splsrcver=SPL_META_VERSION-SPL_META_RELEASE") |
5e612145 355 cpp -I $splbuild |
b40a77ae 356 grep "^splsrcver=" | tr -d \" | cut -d= -f2`
8366cd6a 357 ])
c9c0d073 358
8366cd6a 359 AS_IF([test -z "$splsrcver"], [
c9c0d073
BB
360 AC_MSG_RESULT([Not found])
361 AC_MSG_ERROR([
2984e0bb
PS
362 *** Cannot determine the version of the spl source.
363 *** Please prepare the spl source before running this script])
8366cd6a 364 ])
c9c0d073
BB
365
366 AC_MSG_RESULT([$splsrcver])
367
368 SPL=${splsrc}
369 SPL_OBJ=${splbuild}
370 SPL_VERSION=${splsrcver}
371
372 AC_SUBST(SPL)
373 AC_SUBST(SPL_OBJ)
374 AC_SUBST(SPL_VERSION)
375
376 ZFS_AC_SPL_MODULE_SYMVERS
377])
378
319a99a3
ED
379dnl #
380dnl # Basic toolchain sanity check.
381dnl #
382AC_DEFUN([ZFS_AC_TEST_MODULE],
383 [AC_MSG_CHECKING([whether modules can be built])
384 ZFS_LINUX_TRY_COMPILE([],[],[
385 AC_MSG_RESULT([yes])
386 ],[
387 AC_MSG_RESULT([no])
388 if test "x$enable_linux_builtin" != xyes; then
389 AC_MSG_ERROR([*** Unable to build an empty module.])
390 else
391 AC_MSG_ERROR([
392 *** Unable to build an empty module.
393 *** Please run 'make scripts' inside the kernel source tree.])
394 fi
395 ])
396])
397
15805c77
BB
398dnl #
399dnl # Certain kernel build options are not supported. These must be
400dnl # detected at configure time and cause a build failure. Otherwise
401dnl # modules may be successfully built that behave incorrectly.
402dnl #
e5b85622
BB
403AC_DEFUN([ZFS_AC_KERNEL_CONFIG], [
404
405 AS_IF([test "$ZFS_META_LICENSE" = GPL], [
406 AC_DEFINE([HAVE_GPL_ONLY_SYMBOLS], [1],
407 [Define to 1 if licensed under the GPL])
408 ])
409
e5b85622
BB
410 ZFS_AC_KERNEL_CONFIG_DEBUG_LOCK_ALLOC
411])
412
e5b85622
BB
413dnl #
414dnl # Check CONFIG_DEBUG_LOCK_ALLOC
415dnl #
416dnl # This is typically only set for debug kernels because it comes with
417dnl # a performance penalty. However, when it is set it maps the non-GPL
418dnl # symbol mutex_lock() to the GPL-only mutex_lock_nested() symbol.
419dnl # This will cause a failure at link time which we'd rather know about
420dnl # at compile time.
421dnl #
422dnl # Since we plan to pursue making mutex_lock_nested() a non-GPL symbol
423dnl # with the upstream community we add a check to detect this case.
424dnl #
425AC_DEFUN([ZFS_AC_KERNEL_CONFIG_DEBUG_LOCK_ALLOC], [
426
427 ZFS_LINUX_CONFIG([DEBUG_LOCK_ALLOC], [
428 AC_MSG_CHECKING([whether mutex_lock() is GPL-only])
429 tmp_flags="$EXTRA_KCFLAGS"
430 ZFS_LINUX_TRY_COMPILE([
431 #include <linux/module.h>
432 #include <linux/mutex.h>
433
434 MODULE_LICENSE("$ZFS_META_LICENSE");
435 ],[
436 struct mutex lock;
437
438 mutex_init(&lock);
439 mutex_lock(&lock);
440 mutex_unlock(&lock);
441 ],[
442 AC_MSG_RESULT(no)
443 ],[
444 AC_MSG_RESULT(yes)
445 AC_MSG_ERROR([
446 *** Kernel built with CONFIG_DEBUG_LOCK_ALLOC which is incompatible
cac1f230
NB
447 *** with the CDDL license and will prevent the module linking stage
448 *** from succeeding. You must rebuild your kernel without this
449 *** option enabled.])
e5b85622
BB
450 ])
451 EXTRA_KCFLAGS="$tmp_flags"
452 ], [])
c9c0d073
BB
453])
454
455dnl #
456dnl # ZFS_LINUX_CONFTEST
457dnl #
458AC_DEFUN([ZFS_LINUX_CONFTEST], [
459cat confdefs.h - <<_ACEOF >conftest.c
460$1
461_ACEOF
462])
463
464dnl #
465dnl # ZFS_LANG_PROGRAM(C)([PROLOGUE], [BODY])
466dnl #
467m4_define([ZFS_LANG_PROGRAM], [
468$1
469int
470main (void)
471{
472dnl Do *not* indent the following line: there may be CPP directives.
473dnl Don't move the `;' right after for the same reason.
474$2
475 ;
476 return 0;
477}
478])
479
480dnl #
481dnl # ZFS_LINUX_COMPILE_IFELSE / like AC_COMPILE_IFELSE
482dnl #
483AC_DEFUN([ZFS_LINUX_COMPILE_IFELSE], [
484 m4_ifvaln([$1], [ZFS_LINUX_CONFTEST([$1])])
fc88a6dd 485 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
c9c0d073 486 echo "obj-m := conftest.o" >build/Makefile
fc88a6dd
ED
487 modpost_flag=''
488 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
c9c0d073 489 AS_IF(
d75af3c0 490 [AC_TRY_COMMAND(cp conftest.c build && make [$2] -C $LINUX_OBJ EXTRA_CFLAGS="-Werror $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build $modpost_flag) >/dev/null && AC_TRY_COMMAND([$3])],
c9c0d073
BB
491 [$4],
492 [_AC_MSG_LOG_CONFTEST m4_ifvaln([$5],[$5])]
493 )
494 rm -Rf build
495])
496
497dnl #
498dnl # ZFS_LINUX_TRY_COMPILE like AC_TRY_COMPILE
499dnl #
500AC_DEFUN([ZFS_LINUX_TRY_COMPILE],
501 [ZFS_LINUX_COMPILE_IFELSE(
502 [AC_LANG_SOURCE([ZFS_LANG_PROGRAM([[$1]], [[$2]])])],
503 [modules],
504 [test -s build/conftest.o],
505 [$3], [$4])
506])
507
508dnl #
509dnl # ZFS_LINUX_CONFIG
510dnl #
511AC_DEFUN([ZFS_LINUX_CONFIG],
512 [AC_MSG_CHECKING([whether Linux was built with CONFIG_$1])
513 ZFS_LINUX_TRY_COMPILE([
0da78696 514 #include <linux/module.h>
c9c0d073
BB
515 ],[
516 #ifndef CONFIG_$1
517 #error CONFIG_$1 not #defined
518 #endif
519 ],[
520 AC_MSG_RESULT([yes])
521 $2
522 ],[
523 AC_MSG_RESULT([no])
524 $3
525 ])
526])
527
528dnl #
529dnl # ZFS_CHECK_SYMBOL_EXPORT
530dnl # check symbol exported or not
531dnl #
70574182 532AC_DEFUN([ZFS_CHECK_SYMBOL_EXPORT], [
c9c0d073
BB
533 grep -q -E '[[[:space:]]]$1[[[:space:]]]' \
534 $LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
535 rc=$?
70574182 536 if test $rc -ne 0; then
c9c0d073
BB
537 export=0
538 for file in $2; do
70574182
ED
539 grep -q -E "EXPORT_SYMBOL.*($1)" \
540 "$LINUX/$file" 2>/dev/null
c9c0d073 541 rc=$?
70574182 542 if test $rc -eq 0; then
8366cd6a
PS
543 export=1
544 break;
70574182 545 fi
c9c0d073 546 done
70574182 547 if test $export -eq 0; then :
c9c0d073 548 $4
70574182 549 else :
c9c0d073 550 $3
70574182
ED
551 fi
552 else :
c9c0d073 553 $3
70574182
ED
554 fi
555])
556
557dnl #
558dnl # ZFS_LINUX_TRY_COMPILE_SYMBOL
559dnl # like ZFS_LINUX_TRY_COMPILE, except ZFS_CHECK_SYMBOL_EXPORT
560dnl # is called if not compiling for builtin
561dnl #
562AC_DEFUN([ZFS_LINUX_TRY_COMPILE_SYMBOL], [
563 ZFS_LINUX_TRY_COMPILE([$1], [$2], [rc=0], [rc=1])
564 if test $rc -ne 0; then :
565 $6
566 else
567 if test "x$enable_linux_builtin" != xyes; then
568 ZFS_CHECK_SYMBOL_EXPORT([$3], [$4], [rc=0], [rc=1])
569 fi
570 if test $rc -ne 0; then :
571 $6
572 else :
573 $5
574 fi
575 fi
c9c0d073 576])