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