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