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