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