]> git.proxmox.com Git - mirror_spl.git/blame - config/spl-build.m4
Fake modpost stage for LINUX_COMPILE.
[mirror_spl.git] / config / spl-build.m4
CommitLineData
716154c5
BB
1###############################################################################
2# Copyright (C) 2007-2010 Lawrence Livermore National Security, LLC.
3# Copyright (C) 2007 The Regents of the University of California.
4# Written by Brian Behlendorf <behlendorf1@llnl.gov>.
5###############################################################################
6# SPL_AC_CONFIG_KERNEL: Default SPL kernel configuration.
7###############################################################################
8
86933a6e
BB
9AC_DEFUN([SPL_AC_CONFIG_KERNEL], [
10 SPL_AC_KERNEL
7731d46b 11 SPL_AC_KERNEL_CONFIG
86933a6e 12
86933a6e
BB
13 if test "${LINUX_OBJ}" != "${LINUX}"; then
14 KERNELMAKE_PARAMS="$KERNELMAKE_PARAMS O=$LINUX_OBJ"
15 fi
86933a6e 16 AC_SUBST(KERNELMAKE_PARAMS)
a7958f7e
BB
17
18 KERNELCPPFLAGS="$KERNELCPPFLAGS -Wstrict-prototypes"
86933a6e
BB
19 AC_SUBST(KERNELCPPFLAGS)
20
21 SPL_AC_DEBUG
4b2220f0 22 SPL_AC_DEBUG_LOG
86933a6e 23 SPL_AC_DEBUG_KMEM
055ffd98 24 SPL_AC_DEBUG_KMEM_TRACKING
0408008b 25 SPL_AC_TEST_MODULE
5e9b5d83 26 SPL_AC_ATOMIC_SPINLOCK
302b88e6
BB
27 SPL_AC_TYPE_ATOMIC64_CMPXCHG
28 SPL_AC_TYPE_ATOMIC64_XCHG
d04c8a56 29 SPL_AC_TYPE_UINTPTR_T
86933a6e
BB
30 SPL_AC_3ARGS_INIT_WORK
31 SPL_AC_2ARGS_REGISTER_SYSCTL
32 SPL_AC_SET_SHRINKER
23aa63cb 33 SPL_AC_3ARGS_SHRINKER_CALLBACK
86933a6e
BB
34 SPL_AC_PATH_IN_NAMEIDATA
35 SPL_AC_TASK_CURR
36 SPL_AC_CTL_UNNUMBERED
79a3bf13 37 SPL_AC_CTL_NAME
86933a6e
BB
38 SPL_AC_FLS64
39 SPL_AC_DEVICE_CREATE
40 SPL_AC_5ARGS_DEVICE_CREATE
41 SPL_AC_CLASS_DEVICE_CREATE
42 SPL_AC_SET_NORMALIZED_TIMESPEC_EXPORT
43 SPL_AC_SET_NORMALIZED_TIMESPEC_INLINE
44 SPL_AC_TIMESPEC_SUB
45 SPL_AC_INIT_UTSNAME
46 SPL_AC_FDTABLE_HEADER
47 SPL_AC_FILES_FDTABLE
e0093fea 48 SPL_AC_CLEAR_CLOSE_ON_EXEC
86933a6e
BB
49 SPL_AC_UACCESS_HEADER
50 SPL_AC_KMALLOC_NODE
51 SPL_AC_MONOTONIC_CLOCK
52 SPL_AC_INODE_I_MUTEX
4d54fdee 53 SPL_AC_MUTEX_OWNER
86fd39f3 54 SPL_AC_MUTEX_OWNER_TASK_STRUCT
86933a6e 55 SPL_AC_MUTEX_LOCK_NESTED
86933a6e
BB
56 SPL_AC_3ARGS_ON_EACH_CPU
57 SPL_AC_KALLSYMS_LOOKUP_NAME
58 SPL_AC_GET_VMALLOC_INFO
59 SPL_AC_PGDAT_HELPERS
60 SPL_AC_FIRST_ONLINE_PGDAT
61 SPL_AC_NEXT_ONLINE_PGDAT
62 SPL_AC_NEXT_ZONE
63 SPL_AC_PGDAT_LIST
86933a6e 64 SPL_AC_GLOBAL_PAGE_STATE
6ae7fef5
BB
65 SPL_AC_ZONE_STAT_ITEM_FREE
66 SPL_AC_ZONE_STAT_ITEM_INACTIVE
67 SPL_AC_ZONE_STAT_ITEM_ACTIVE
68 SPL_AC_GET_ZONE_COUNTS
7119bf70 69 SPL_AC_USER_PATH_DIR
51a727e9
BB
70 SPL_AC_SET_FS_PWD
71 SPL_AC_2ARGS_SET_FS_PWD
86933a6e
BB
72 SPL_AC_2ARGS_VFS_UNLINK
73 SPL_AC_4ARGS_VFS_RENAME
0d0b5237
BB
74 SPL_AC_VFS_FSYNC
75 SPL_AC_2ARGS_VFS_FSYNC
9b2048c2 76 SPL_AC_FS_STRUCT_SPINLOCK
ec7d53e9
BB
77 SPL_AC_CRED_STRUCT
78 SPL_AC_GROUPS_SEARCH
e811949a 79 SPL_AC_PUT_TASK_STRUCT
3977f837 80 SPL_AC_5ARGS_PROC_HANDLER
b868e22f 81 SPL_AC_KVASPRINTF
46aa7b39 82 SPL_AC_EXPORTED_RWSEM_IS_LOCKED
914b0631 83 SPL_AC_KERNEL_INVALIDATE_INODES
9b0f9079 84 SPL_AC_KERNEL_2ARGS_INVALIDATE_INODES
e76f4bf1
BB
85 SPL_AC_SHRINK_DCACHE_MEMORY
86 SPL_AC_SHRINK_ICACHE_MEMORY
12ff95ff
BB
87 SPL_AC_KERN_PATH_PARENT_HEADER
88 SPL_AC_KERN_PATH_PARENT_SYMBOL
3dfc591a 89 SPL_AC_2ARGS_ZLIB_DEFLATE_WORKSPACESIZE
a55bcaad 90 SPL_AC_SHRINK_CONTROL_STRUCT
588d9004 91 SPL_AC_RWSEM_SPINLOCK_IS_RAW
36811b44 92 SPL_AC_PMD_ALLOC_WITH_MASK
86933a6e
BB
93])
94
95AC_DEFUN([SPL_AC_MODULE_SYMVERS], [
bb339d06 96 modpost=$LINUX/scripts/Makefile.modpost
86933a6e 97 AC_MSG_CHECKING([kernel file name for module symbols])
0408008b 98 if test "x$enable_linux_builtin" != xyes -a -f "$modpost"; then
bb339d06
BB
99 if grep -q Modules.symvers $modpost; then
100 LINUX_SYMBOLS=Modules.symvers
101 else
102 LINUX_SYMBOLS=Module.symvers
103 fi
912fd84d
BB
104
105 if ! test -f "$LINUX_OBJ/$LINUX_SYMBOLS"; then
106 AC_MSG_ERROR([
107 *** Please make sure the kernel devel package for your distribution
108 *** is installed. If your building with a custom kernel make sure the
109 *** kernel is configured, built, and the '--with-linux=PATH' configure
110 *** option refers to the location of the kernel source.])
111 fi
86933a6e 112 else
bb339d06 113 LINUX_SYMBOLS=NONE
86933a6e
BB
114 fi
115 AC_MSG_RESULT($LINUX_SYMBOLS)
116 AC_SUBST(LINUX_SYMBOLS)
117])
118
57d86234 119AC_DEFUN([SPL_AC_KERNEL], [
57d86234 120 AC_ARG_WITH([linux],
121 AS_HELP_STRING([--with-linux=PATH],
122 [Path to kernel source]),
39a3d2a4 123 [kernelsrc="$withval"])
57d86234 124
125 AC_ARG_WITH([linux-obj],
126 AS_HELP_STRING([--with-linux-obj=PATH],
127 [Path to kernel build objects]),
128 [kernelbuild="$withval"])
129
130 AC_MSG_CHECKING([kernel source directory])
131 if test -z "$kernelsrc"; then
22ccfaa8
BB
132 if test -e "/lib/modules/$(uname -r)/source"; then
133 headersdir="/lib/modules/$(uname -r)/source"
134 sourcelink=$(readlink -f "$headersdir")
135 elif test -e "/lib/modules/$(uname -r)/build"; then
136 headersdir="/lib/modules/$(uname -r)/build"
534c4e38
BM
137 sourcelink=$(readlink -f "$headersdir")
138 else
139 sourcelink=$(ls -1d /usr/src/kernels/* \
140 /usr/src/linux-* \
141 2>/dev/null | grep -v obj | tail -1)
142 fi
57d86234 143
8fd4e3af 144 if test -n "$sourcelink" && test -e ${sourcelink}; then
d4326403 145 kernelsrc=`readlink -f ${sourcelink}`
d4326403 146 else
57d86234 147 AC_MSG_RESULT([Not found])
148 AC_MSG_ERROR([
8fd4e3af
BB
149 *** Please make sure the kernel devel package for your distribution
150 *** is installed then try again. If that fails you can specify the
151 *** location of the kernel source with the '--with-linux=PATH' option.])
57d86234 152 fi
c5f70460
BB
153 else
154 if test "$kernelsrc" = "NONE"; then
155 kernsrcver=NONE
156 fi
57d86234 157 fi
158
159 AC_MSG_RESULT([$kernelsrc])
160 AC_MSG_CHECKING([kernel build directory])
39a3d2a4 161 if test -z "$kernelbuild"; then
22ccfaa8
BB
162 if test -e "/lib/modules/$(uname -r)/build"; then
163 kernelbuild=`readlink -f /lib/modules/$(uname -r)/build`
164 elif test -d ${kernelsrc}-obj/${target_cpu}/${target_cpu}; then
e2d28a37
BB
165 kernelbuild=${kernelsrc}-obj/${target_cpu}/${target_cpu}
166 elif test -d ${kernelsrc}-obj/${target_cpu}/default; then
167 kernelbuild=${kernelsrc}-obj/${target_cpu}/default
168 elif test -d `dirname ${kernelsrc}`/build-${target_cpu}; then
169 kernelbuild=`dirname ${kernelsrc}`/build-${target_cpu}
39a3d2a4
BB
170 else
171 kernelbuild=${kernelsrc}
172 fi
bf338d8d 173 fi
57d86234 174 AC_MSG_RESULT([$kernelbuild])
175
176 AC_MSG_CHECKING([kernel source version])
fd921c2e
BB
177 utsrelease1=$kernelbuild/include/linux/version.h
178 utsrelease2=$kernelbuild/include/linux/utsrelease.h
179 utsrelease3=$kernelbuild/include/generated/utsrelease.h
180 if test -r $utsrelease1 && fgrep -q UTS_RELEASE $utsrelease1; then
181 utsrelease=linux/version.h
182 elif test -r $utsrelease2 && fgrep -q UTS_RELEASE $utsrelease2; then
183 utsrelease=linux/utsrelease.h
184 elif test -r $utsrelease3 && fgrep -q UTS_RELEASE $utsrelease3; then
185 utsrelease=generated/utsrelease.h
186 fi
57d86234 187
fd921c2e
BB
188 if test "$utsrelease"; then
189 kernsrcver=`(echo "#include <$utsrelease>";
57d86234 190 echo "kernsrcver=UTS_RELEASE") |
d4326403 191 cpp -I $kernelbuild/include |
57d86234 192 grep "^kernsrcver=" | cut -d \" -f 2`
57d86234 193
fd921c2e
BB
194 if test -z "$kernsrcver"; then
195 AC_MSG_RESULT([Not found])
196 AC_MSG_ERROR([*** Cannot determine kernel version.])
197 fi
198 else
57d86234 199 AC_MSG_RESULT([Not found])
0408008b
ED
200 if test "x$enable_linux_builtin" != xyes; then
201 AC_MSG_ERROR([*** Cannot find UTS_RELEASE definition.])
202 else
203 AC_MSG_ERROR([
204 *** Cannot find UTS_RELEASE definition.
205 *** Please run 'make prepare' inside the kernel source tree.])
206 fi
57d86234 207 fi
208
209 AC_MSG_RESULT([$kernsrcver])
210
57d86234 211 LINUX=${kernelsrc}
212 LINUX_OBJ=${kernelbuild}
c5f70460
BB
213 LINUX_VERSION=${kernsrcver}
214
57d86234 215 AC_SUBST(LINUX)
216 AC_SUBST(LINUX_OBJ)
c5f70460 217 AC_SUBST(LINUX_VERSION)
57d86234 218
86933a6e 219 SPL_AC_MODULE_SYMVERS
2e0e7e69
BB
220])
221
7731d46b
BB
222AC_DEFUN([SPL_AC_KERNEL_CONFIG], [
223 SPL_LINUX_CONFIG([PREEMPT],
224 AC_MSG_ERROR([
225 *** Kernel built with CONFIG_PREEMPT which is not supported.
226 ** You must rebuild your kernel without this option.]), [])
227])
228
287b2fb1
BB
229dnl #
230dnl # Default SPL user configuration
231dnl #
ad35b6a6 232AC_DEFUN([SPL_AC_CONFIG_USER], [])
287b2fb1
BB
233
234dnl #
235dnl # Check for rpm+rpmbuild to build RPM packages. If these tools
236dnl # are missing it is non-fatal but you will not be able to build
237dnl # RPM packages and will be warned if you try too.
238dnl #
239AC_DEFUN([SPL_AC_RPM], [
240 RPM=rpm
241 RPMBUILD=rpmbuild
242
243 AC_MSG_CHECKING([whether $RPM is available])
244 AS_IF([tmp=$($RPM --version 2>/dev/null)], [
245 RPM_VERSION=$(echo $tmp | $AWK '/RPM/ { print $[3] }')
246 HAVE_RPM=yes
247 AC_MSG_RESULT([$HAVE_RPM ($RPM_VERSION)])
248 ],[
249 HAVE_RPM=no
250 AC_MSG_RESULT([$HAVE_RPM])
251 ])
252
253 AC_MSG_CHECKING([whether $RPMBUILD is available])
254 AS_IF([tmp=$($RPMBUILD --version 2>/dev/null)], [
255 RPMBUILD_VERSION=$(echo $tmp | $AWK '/RPM/ { print $[3] }')
256 HAVE_RPMBUILD=yes
257 AC_MSG_RESULT([$HAVE_RPMBUILD ($RPMBUILD_VERSION)])
258 ],[
259 HAVE_RPMBUILD=no
260 AC_MSG_RESULT([$HAVE_RPMBUILD])
261 ])
262
263 AC_SUBST(HAVE_RPM)
264 AC_SUBST(RPM)
265 AC_SUBST(RPM_VERSION)
266
267 AC_SUBST(HAVE_RPMBUILD)
268 AC_SUBST(RPMBUILD)
269 AC_SUBST(RPMBUILD_VERSION)
270])
271
272dnl #
273dnl # Check for dpkg+dpkg-buildpackage to build DEB packages. If these
274dnl # tools are missing it is non-fatal but you will not be able to build
275dnl # DEB packages and will be warned if you try too.
276dnl #
277AC_DEFUN([SPL_AC_DPKG], [
278 DPKG=dpkg
279 DPKGBUILD=dpkg-buildpackage
280
281 AC_MSG_CHECKING([whether $DPKG is available])
282 AS_IF([tmp=$($DPKG --version 2>/dev/null)], [
283 DPKG_VERSION=$(echo $tmp | $AWK '/Debian/ { print $[7] }')
284 HAVE_DPKG=yes
285 AC_MSG_RESULT([$HAVE_DPKG ($DPKG_VERSION)])
286 ],[
287 HAVE_DPKG=no
288 AC_MSG_RESULT([$HAVE_DPKG])
289 ])
290
291 AC_MSG_CHECKING([whether $DPKGBUILD is available])
292 AS_IF([tmp=$($DPKGBUILD --version 2>/dev/null)], [
293 DPKGBUILD_VERSION=$(echo $tmp | \
294 $AWK '/Debian/ { print $[4] }' | cut -f-4 -d'.')
295 HAVE_DPKGBUILD=yes
296 AC_MSG_RESULT([$HAVE_DPKGBUILD ($DPKGBUILD_VERSION)])
297 ],[
298 HAVE_DPKGBUILD=no
299 AC_MSG_RESULT([$HAVE_DPKGBUILD])
300 ])
301
302 AC_SUBST(HAVE_DPKG)
303 AC_SUBST(DPKG)
304 AC_SUBST(DPKG_VERSION)
305
306 AC_SUBST(HAVE_DPKGBUILD)
307 AC_SUBST(DPKGBUILD)
308 AC_SUBST(DPKGBUILD_VERSION)
309])
310
c2dceb5c
PS
311dnl #
312dnl # Check for pacman+makepkg to build Arch Linux packages. If these
313dnl # tools are missing it is non-fatal but you will not be able to
314dnl # build Arch Linux packages and will be warned if you try too.
315dnl #
316AC_DEFUN([SPL_AC_PACMAN], [
317 PACMAN=pacman
318 MAKEPKG=makepkg
319
320 AC_MSG_CHECKING([whether $PACMAN is available])
321 tmp=$($PACMAN --version 2>/dev/null)
322 AS_IF([test -n "$tmp"], [
323 PACMAN_VERSION=$(echo $tmp |
324 $AWK '/Pacman/ { print $[3] }' |
325 $SED 's/^v//')
326 HAVE_PACMAN=yes
327 AC_MSG_RESULT([$HAVE_PACMAN ($PACMAN_VERSION)])
328 ],[
329 HAVE_PACMAN=no
330 AC_MSG_RESULT([$HAVE_PACMAN])
331 ])
332
333 AC_MSG_CHECKING([whether $MAKEPKG is available])
334 tmp=$($MAKEPKG --version 2>/dev/null)
335 AS_IF([test -n "$tmp"], [
336 MAKEPKG_VERSION=$(echo $tmp | $AWK '/makepkg/ { print $[3] }')
337 HAVE_MAKEPKG=yes
338 AC_MSG_RESULT([$HAVE_MAKEPKG ($MAKEPKG_VERSION)])
339 ],[
340 HAVE_MAKEPKG=no
341 AC_MSG_RESULT([$HAVE_MAKEPKG])
342 ])
343
344 AC_SUBST(HAVE_PACMAN)
345 AC_SUBST(PACMAN)
346 AC_SUBST(PACMAN_VERSION)
347
348 AC_SUBST(HAVE_MAKEPKG)
349 AC_SUBST(MAKEPKG)
350 AC_SUBST(MAKEPKG_VERSION)
351])
352
287b2fb1
BB
353dnl #
354dnl # Until native packaging for various different packing systems
355dnl # can be added the least we can do is attempt to use alien to
356dnl # convert the RPM packages to the needed package type. This is
357dnl # a hack but so far it has worked reasonable well.
358dnl #
359AC_DEFUN([SPL_AC_ALIEN], [
360 ALIEN=alien
361
362 AC_MSG_CHECKING([whether $ALIEN is available])
363 AS_IF([tmp=$($ALIEN --version 2>/dev/null)], [
364 ALIEN_VERSION=$(echo $tmp | $AWK '{ print $[3] }')
365 HAVE_ALIEN=yes
366 AC_MSG_RESULT([$HAVE_ALIEN ($ALIEN_VERSION)])
367 ],[
368 HAVE_ALIEN=no
369 AC_MSG_RESULT([$HAVE_ALIEN])
370 ])
371
372 AC_SUBST(HAVE_ALIEN)
373 AC_SUBST(ALIEN)
374 AC_SUBST(ALIEN_VERSION)
375])
376
377dnl #
378dnl # Using the VENDOR tag from config.guess set the default
379dnl # package type for 'make pkg': (rpm | deb | tgz)
380dnl #
381AC_DEFUN([SPL_AC_DEFAULT_PACKAGE], [
73fc084e 382 AC_MSG_CHECKING([linux distribution])
a3a69b74
BB
383 if test -f /etc/toss-release ; then
384 VENDOR=toss ;
73fc084e
BB
385 elif test -f /etc/fedora-release ; then
386 VENDOR=fedora ;
a3a69b74
BB
387 elif test -f /etc/redhat-release ; then
388 VENDOR=redhat ;
389 elif test -f /etc/gentoo-release ; then
390 VENDOR=gentoo ;
cd2817f8
PS
391 elif test -f /etc/arch-release ; then
392 VENDOR=arch ;
73fc084e
BB
393 elif test -f /etc/SuSE-release ; then
394 VENDOR=sles ;
395 elif test -f /etc/slackware-version ; then
396 VENDOR=slackware ;
a3a69b74
BB
397 elif test -f /etc/lunar.release ; then
398 VENDOR=lunar ;
399 elif test -f /etc/lsb-release ; then
400 VENDOR=ubuntu ;
401 elif test -f /etc/debian_version ; then
402 VENDOR=debian ;
73fc084e
BB
403 else
404 VENDOR= ;
405 fi
406 AC_MSG_RESULT([$VENDOR])
407 AC_SUBST(VENDOR)
287b2fb1
BB
408
409 AC_MSG_CHECKING([default package type])
410 case "$VENDOR" in
a3a69b74
BB
411 toss) DEFAULT_PACKAGE=rpm ;;
412 redhat) DEFAULT_PACKAGE=rpm ;;
413 fedora) DEFAULT_PACKAGE=rpm ;;
414 gentoo) DEFAULT_PACKAGE=tgz ;;
415 arch) DEFAULT_PACKAGE=arch ;;
416 sles) DEFAULT_PACKAGE=rpm ;;
417 slackware) DEFAULT_PACKAGE=tgz ;;
418 lunar) DEFAULT_PACKAGE=tgz ;;
419 ubuntu) DEFAULT_PACKAGE=deb ;;
420 debian) DEFAULT_PACKAGE=deb ;;
421 *) DEFAULT_PACKAGE=rpm ;;
287b2fb1
BB
422 esac
423
424 AC_MSG_RESULT([$DEFAULT_PACKAGE])
425 AC_SUBST(DEFAULT_PACKAGE)
426])
427
428dnl #
429dnl # Default SPL user configuration
430dnl #
431AC_DEFUN([SPL_AC_PACKAGE], [
0b14b9f3 432 SPL_AC_DEFAULT_PACKAGE
287b2fb1
BB
433 SPL_AC_RPM
434 SPL_AC_DPKG
435 SPL_AC_ALIEN
0b14b9f3
BB
436
437 AS_IF([test "$VENDOR" = "arch"], [SPL_AC_PACMAN])
287b2fb1
BB
438])
439
6a1c3d41 440AC_DEFUN([SPL_AC_LICENSE], [
86933a6e
BB
441 AC_MSG_CHECKING([spl license])
442 LICENSE=GPL
443 AC_MSG_RESULT([$LICENSE])
6a1c3d41 444 KERNELCPPFLAGS="${KERNELCPPFLAGS} -DHAVE_GPL_ONLY_SYMBOLS"
86933a6e
BB
445 AC_SUBST(LICENSE)
446])
447
448AC_DEFUN([SPL_AC_CONFIG], [
0408008b
ED
449 SPL_CONFIG=all
450 AC_ARG_WITH([config],
451 AS_HELP_STRING([--with-config=CONFIG],
452 [Config file 'kernel|user|all|srpm']),
453 [SPL_CONFIG="$withval"])
454 AC_ARG_ENABLE([linux-builtin],
455 [AC_HELP_STRING([--enable-linux-builtin],
456 [Configure for builtin in-tree kernel modules @<:@default=no@:>@])],
457 [],
458 [enable_linux_builtin=no])
459
460 AC_MSG_CHECKING([spl config])
461 AC_MSG_RESULT([$SPL_CONFIG]);
462 AC_SUBST(SPL_CONFIG)
463
464 case "$SPL_CONFIG" in
465 kernel) SPL_AC_CONFIG_KERNEL ;;
466 user) SPL_AC_CONFIG_USER ;;
467 all) SPL_AC_CONFIG_KERNEL
468 SPL_AC_CONFIG_USER ;;
c1541dfe 469 srpm) ;;
0408008b
ED
470 *)
471 AC_MSG_RESULT([Error!])
472 AC_MSG_ERROR([Bad value "$SPL_CONFIG" for --with-config,
473 user kernel|user|all|srpm]) ;;
474 esac
475
476 AM_CONDITIONAL([CONFIG_USER],
477 [test "$SPL_CONFIG" = user -o "$SPL_CONFIG" = all])
478 AM_CONDITIONAL([CONFIG_KERNEL],
479 [test "$SPL_CONFIG" = kernel -o "$SPL_CONFIG" = all] &&
480 [test "x$enable_linux_builtin" != xyes ])
6a1c3d41 481])
482
055ffd98
BB
483dnl #
484dnl # Enable if the SPL should be compiled with internal debugging enabled.
485dnl # By default this support is disabled.
486dnl #
57d86234 487AC_DEFUN([SPL_AC_DEBUG], [
c950d148 488 AC_MSG_CHECKING([whether debugging is enabled])
055ffd98
BB
489 AC_ARG_ENABLE([debug],
490 [AS_HELP_STRING([--enable-debug],
491 [Enable generic debug support @<:@default=no@:>@])],
492 [],
493 [enable_debug=no])
494
495 AS_IF([test "x$enable_debug" = xyes],
c950d148 496 [
c950d148
BB
497 KERNELCPPFLAGS="${KERNELCPPFLAGS} -DDEBUG -Werror"
498 DEBUG_CFLAGS="-DDEBUG -Werror"
3c208a54
BB
499 DEBUG_SPL="_with_debug"
500 ], [
c950d148
BB
501 KERNELCPPFLAGS="${KERNELCPPFLAGS} -DNDEBUG"
502 DEBUG_CFLAGS="-DNDEBUG"
3c208a54 503 DEBUG_SPL="_without_debug"
c950d148 504 ])
055ffd98 505
c950d148 506 AC_SUBST(DEBUG_CFLAGS)
3c208a54 507 AC_SUBST(DEBUG_SPL)
055ffd98 508 AC_MSG_RESULT([$enable_debug])
57d86234 509])
510
4b2220f0
BB
511dnl #
512dnl # Enabled by default it provides a basic debug log infrastructure.
513dnl # Each subsystem registers itself with a name and logs messages
514dnl # using predefined types. If the debug mask it set to allow the
515dnl # message type it will be written to the internal log. The log
516dnl # can be dumped to a file by echoing 1 to the 'dump' proc entry,
517dnl # after dumping the log it must be decoded using the spl utility.
518dnl #
519dnl # echo 1 >/proc/sys/kernel/spl/debug/dump
520dnl # spl /tmp/spl-log.xxx.yyy /tmp/spl-log.xxx.yyy.txt
521dnl #
522AC_DEFUN([SPL_AC_DEBUG_LOG], [
523 AC_ARG_ENABLE([debug-log],
524 [AS_HELP_STRING([--enable-debug-log],
525 [Enable basic debug logging @<:@default=yes@:>@])],
526 [],
527 [enable_debug_log=yes])
528
529 AS_IF([test "x$enable_debug_log" = xyes],
3c208a54
BB
530 [
531 KERNELCPPFLAGS="${KERNELCPPFLAGS} -DDEBUG_LOG"
532 DEBUG_LOG="_with_debug_log"
533 AC_DEFINE([DEBUG_LOG], [1],
4b2220f0 534 [Define to 1 to enable basic debug logging])
3c208a54
BB
535 ], [
536 DEBUG_LOG="_without_debug_log"
537 ])
4b2220f0 538
3c208a54 539 AC_SUBST(DEBUG_LOG)
4b2220f0
BB
540 AC_MSG_CHECKING([whether basic debug logging is enabled])
541 AC_MSG_RESULT([$enable_debug_log])
542])
543
055ffd98
BB
544dnl #
545dnl # Enabled by default it provides a minimal level of memory tracking.
546dnl # A total count of bytes allocated is kept for each alloc and free.
547dnl # Then at module unload time a report to the console will be printed
548dnl # if memory was leaked. Additionally, /proc/spl/kmem/slab will exist
549dnl # and provide an easy way to inspect the kmem based slab.
550dnl #
57d86234 551AC_DEFUN([SPL_AC_DEBUG_KMEM], [
055ffd98
BB
552 AC_ARG_ENABLE([debug-kmem],
553 [AS_HELP_STRING([--enable-debug-kmem],
554 [Enable basic kmem accounting @<:@default=yes@:>@])],
555 [],
556 [enable_debug_kmem=yes])
57d86234 557
055ffd98 558 AS_IF([test "x$enable_debug_kmem" = xyes],
3c208a54
BB
559 [
560 KERNELCPPFLAGS="${KERNELCPPFLAGS} -DDEBUG_KMEM"
561 DEBUG_KMEM="_with_debug_kmem"
562 AC_DEFINE([DEBUG_KMEM], [1],
055ffd98 563 [Define to 1 to enable basic kmem accounting])
3c208a54
BB
564 ], [
565 DEBUG_KMEM="_without_debug_kmem"
566 ])
055ffd98 567
3c208a54 568 AC_SUBST(DEBUG_KMEM)
055ffd98
BB
569 AC_MSG_CHECKING([whether basic kmem accounting is enabled])
570 AC_MSG_RESULT([$enable_debug_kmem])
57d86234 571])
572
055ffd98
BB
573dnl #
574dnl # Disabled by default it provides detailed memory tracking. This
575dnl # feature also requires --enable-debug-kmem to be set. When enabled
576dnl # not only will total bytes be tracked but also the location of every
577dnl # alloc and free. When the SPL module is unloaded a list of all leaked
578dnl # addresses and where they were allocated will be dumped to the console.
579dnl # Enabling this feature has a significant impact on performance but it
580dnl # makes finding memory leaks pretty straight forward.
581dnl #
582AC_DEFUN([SPL_AC_DEBUG_KMEM_TRACKING], [
583 AC_ARG_ENABLE([debug-kmem-tracking],
584 [AS_HELP_STRING([--enable-debug-kmem-tracking],
585 [Enable detailed kmem tracking @<:@default=no@:>@])],
586 [],
587 [enable_debug_kmem_tracking=no])
588
589 AS_IF([test "x$enable_debug_kmem_tracking" = xyes],
3c208a54
BB
590 [
591 KERNELCPPFLAGS="${KERNELCPPFLAGS} -DDEBUG_KMEM_TRACKING"
592 DEBUG_KMEM_TRACKING="_with_debug_kmem_tracking"
593 AC_DEFINE([DEBUG_KMEM_TRACKING], [1],
055ffd98 594 [Define to 1 to enable detailed kmem tracking])
3c208a54
BB
595 ], [
596 DEBUG_KMEM_TRACKING="_without_debug_kmem_tracking"
597 ])
055ffd98 598
3c208a54 599 AC_SUBST(DEBUG_KMEM_TRACKING)
055ffd98
BB
600 AC_MSG_CHECKING([whether detailed kmem tracking is enabled])
601 AC_MSG_RESULT([$enable_debug_kmem_tracking])
57d86234 602])
603
604dnl #
605dnl # SPL_LINUX_CONFTEST
606dnl #
607AC_DEFUN([SPL_LINUX_CONFTEST], [
dbe561d8 608cat confdefs.h - <<_ACEOF >conftest.c
57d86234 609$1
610_ACEOF
611])
612
613dnl #
614dnl # SPL_LANG_PROGRAM(C)([PROLOGUE], [BODY])
615dnl #
616m4_define([SPL_LANG_PROGRAM], [
617$1
618int
619main (void)
620{
621dnl Do *not* indent the following line: there may be CPP directives.
622dnl Don't move the `;' right after for the same reason.
623$2
624 ;
625 return 0;
626}
627])
628
629dnl #
630dnl # SPL_LINUX_COMPILE_IFELSE / like AC_COMPILE_IFELSE
631dnl #
632AC_DEFUN([SPL_LINUX_COMPILE_IFELSE], [
c5f70460 633 m4_ifvaln([$1], [SPL_LINUX_CONFTEST([$1])])
df7cc5bc 634 rm -Rf build && mkdir -p build && touch build/conftest.mod.c
c5f70460 635 echo "obj-m := conftest.o" >build/Makefile
df7cc5bc
ED
636 modpost_flag=''
637 test "x$enable_linux_builtin" = xyes && modpost_flag='modpost=true' # fake modpost stage
c5f70460 638 AS_IF(
df7cc5bc
ED
639 [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])],
640 [$4],
641 [_AC_MSG_LOG_CONFTEST m4_ifvaln([$5],[$5])]
c5f70460
BB
642 )
643 rm -Rf build
57d86234 644])
645
646dnl #
647dnl # SPL_LINUX_TRY_COMPILE like AC_TRY_COMPILE
648dnl #
649AC_DEFUN([SPL_LINUX_TRY_COMPILE],
650 [SPL_LINUX_COMPILE_IFELSE(
d50bd9e2 651 [AC_LANG_SOURCE([SPL_LANG_PROGRAM([[$1]], [[$2]])])],
652 [modules],
653 [test -s build/conftest.o],
654 [$3], [$4])
57d86234 655])
656
657dnl #
658dnl # SPL_LINUX_CONFIG
659dnl #
660AC_DEFUN([SPL_LINUX_CONFIG],
661 [AC_MSG_CHECKING([whether Linux was built with CONFIG_$1])
662 SPL_LINUX_TRY_COMPILE([
c064bdee 663 #include <linux/module.h>
57d86234 664 ],[
665 #ifndef CONFIG_$1
666 #error CONFIG_$1 not #defined
667 #endif
668 ],[
669 AC_MSG_RESULT([yes])
670 $2
671 ],[
672 AC_MSG_RESULT([no])
673 $3
674 ])
675])
676
677dnl #
678dnl # SPL_CHECK_SYMBOL_EXPORT
679dnl # check symbol exported or not
680dnl #
681AC_DEFUN([SPL_CHECK_SYMBOL_EXPORT],
682 [AC_MSG_CHECKING([whether symbol $1 is exported])
2e0e7e69
BB
683 grep -q -E '[[[:space:]]]$1[[[:space:]]]' \
684 $LINUX_OBJ/Module*.symvers 2>/dev/null
57d86234 685 rc=$?
686 if test $rc -ne 0; then
687 export=0
688 for file in $2; do
2e0e7e69
BB
689 grep -q -E "EXPORT_SYMBOL.*($1)" \
690 "$LINUX_OBJ/$file" 2>/dev/null
57d86234 691 rc=$?
692 if test $rc -eq 0; then
693 export=1
694 break;
695 fi
696 done
697 if test $export -eq 0; then
698 AC_MSG_RESULT([no])
699 $4
700 else
701 AC_MSG_RESULT([yes])
702 $3
703 fi
704 else
705 AC_MSG_RESULT([yes])
706 $3
707 fi
708])
709
12ff95ff
BB
710dnl #
711dnl # SPL_CHECK_SYMBOL_HEADER
712dnl # check if a symbol prototype is defined in listed headers.
713dnl #
714AC_DEFUN([SPL_CHECK_SYMBOL_HEADER], [
715 AC_MSG_CHECKING([whether symbol $1 exists in header])
716 header=0
717 for file in $3; do
718 grep -q "$2" "$LINUX/$file" 2>/dev/null
719 rc=$?
720 if test $rc -eq 0; then
721 header=1
722 break;
723 fi
724 done
725 if test $header -eq 0; then
726 AC_MSG_RESULT([no])
727 $5
728 else
729 AC_MSG_RESULT([yes])
730 $4
731 fi
732])
733
86de8532 734dnl #
735dnl # SPL_CHECK_HEADER
736dnl # check whether header exists and define HAVE_$2_HEADER
737dnl #
738AC_DEFUN([SPL_CHECK_HEADER],
739 [AC_MSG_CHECKING([whether header $1 exists])
740 SPL_LINUX_TRY_COMPILE([
d50bd9e2 741 #include <$1>
86de8532 742 ],[
743 return 0;
744 ],[
745 AC_DEFINE(HAVE_$2_HEADER, 1, [$1 exists])
746 AC_MSG_RESULT(yes)
747 $3
748 ],[
749 AC_MSG_RESULT(no)
750 $4
751 ])
752])
6a6cafbe 753
0408008b
ED
754dnl #
755dnl # Basic toolchain sanity check.
756dnl #
757AC_DEFUN([SPL_AC_TEST_MODULE],
758 [AC_MSG_CHECKING([whether modules can be built])
759 SPL_LINUX_TRY_COMPILE([],[],[
760 AC_MSG_RESULT([yes])
761 ],[
762 AC_MSG_RESULT([no])
763 if test "x$enable_linux_builtin" != xyes; then
764 AC_MSG_ERROR([*** Unable to build an empty module.])
765 else
766 AC_MSG_ERROR([
767 *** Unable to build an empty module.
768 *** Please run 'make scripts' inside the kernel source tree.])
769 fi
770 ])
771])
772
57d86234 773dnl #
d04c8a56
BB
774dnl # Use the atomic implemenation based on global spinlocks. This
775dnl # should only be needed by 32-bit kernels which do not provide
776dnl # the atomic64_* API. It may be optionally enabled as a fallback
777dnl # if problems are observed with the direct mapping to the native
778dnl # Linux atomic operations. You may not disable atomic spinlocks
779dnl # if you kernel does not an atomic64_* API.
57d86234 780dnl #
d04c8a56
BB
781AC_DEFUN([SPL_AC_ATOMIC_SPINLOCK], [
782 AC_ARG_ENABLE([atomic-spinlocks],
783 [AS_HELP_STRING([--enable-atomic-spinlocks],
784 [Atomic types use spinlocks @<:@default=check@:>@])],
785 [],
786 [enable_atomic_spinlocks=check])
57d86234 787
a0f6da3d 788 SPL_LINUX_TRY_COMPILE([
789 #include <asm/atomic.h>
790 ],[
03318641 791 atomic64_t *ptr __attribute__ ((unused));
a0f6da3d 792 ],[
d04c8a56 793 have_atomic64_t=yes
a0f6da3d 794 AC_DEFINE(HAVE_ATOMIC64_T, 1,
d04c8a56 795 [kernel defines atomic64_t])
a0f6da3d 796 ],[
d04c8a56
BB
797 have_atomic64_t=no
798 ])
799
800 AS_IF([test "x$enable_atomic_spinlocks" = xcheck], [
801 AS_IF([test "x$have_atomic64_t" = xyes], [
802 enable_atomic_spinlocks=no
803 ],[
804 enable_atomic_spinlocks=yes
805 ])
a0f6da3d 806 ])
d04c8a56
BB
807
808 AS_IF([test "x$enable_atomic_spinlocks" = xyes], [
809 AC_DEFINE([ATOMIC_SPINLOCK], [1],
810 [Atomic types use spinlocks])
811 ],[
812 AS_IF([test "x$have_atomic64_t" = xno], [
813 AC_MSG_FAILURE(
814 [--disable-atomic-spinlocks given but required atomic64 support is unavailable])
815 ])
816 ])
817
818 AC_MSG_CHECKING([whether atomic types use spinlocks])
819 AC_MSG_RESULT([$enable_atomic_spinlocks])
820
821 AC_MSG_CHECKING([whether kernel defines atomic64_t])
822 AC_MSG_RESULT([$have_atomic64_t])
a0f6da3d 823])
824
302b88e6
BB
825dnl #
826dnl # 2.6.24 API change,
827dnl # check if atomic64_cmpxchg is defined
828dnl #
829AC_DEFUN([SPL_AC_TYPE_ATOMIC64_CMPXCHG],
830 [AC_MSG_CHECKING([whether kernel defines atomic64_cmpxchg])
831 SPL_LINUX_TRY_COMPILE([
832 #include <asm/atomic.h>
5ec44a37 833 #include <asm/system.h>
302b88e6
BB
834 ],[
835 atomic64_cmpxchg((atomic64_t *)NULL, 0, 0);
836 ],[
837 AC_MSG_RESULT([yes])
838 AC_DEFINE(HAVE_ATOMIC64_CMPXCHG, 1,
839 [kernel defines atomic64_cmpxchg])
840 ],[
841 AC_MSG_RESULT([no])
842 ])
843])
844
845dnl #
846dnl # 2.6.24 API change,
847dnl # check if atomic64_xchg is defined
848dnl #
849AC_DEFUN([SPL_AC_TYPE_ATOMIC64_XCHG],
850 [AC_MSG_CHECKING([whether kernel defines atomic64_xchg])
851 SPL_LINUX_TRY_COMPILE([
852 #include <asm/atomic.h>
853 ],[
854 atomic64_xchg((atomic64_t *)NULL, 0);
855 ],[
856 AC_MSG_RESULT([yes])
857 AC_DEFINE(HAVE_ATOMIC64_XCHG, 1,
858 [kernel defines atomic64_xchg])
859 ],[
860 AC_MSG_RESULT([no])
861 ])
862])
863
d04c8a56
BB
864dnl #
865dnl # 2.6.24 API change,
866dnl # check if uintptr_t typedef is defined
867dnl #
868AC_DEFUN([SPL_AC_TYPE_UINTPTR_T],
869 [AC_MSG_CHECKING([whether kernel defines uintptr_t])
870 SPL_LINUX_TRY_COMPILE([
871 #include <linux/types.h>
872 ],[
03318641 873 uintptr_t *ptr __attribute__ ((unused));
d04c8a56
BB
874 ],[
875 AC_MSG_RESULT([yes])
876 AC_DEFINE(HAVE_UINTPTR_T, 1,
877 [kernel defines uintptr_t])
878 ],[
879 AC_MSG_RESULT([no])
880 ])
881])
882
57d86234 883dnl #
3d061e9d 884dnl # 2.6.20 API change,
57d86234 885dnl # INIT_WORK use 2 args and not store data inside
886dnl #
887AC_DEFUN([SPL_AC_3ARGS_INIT_WORK],
888 [AC_MSG_CHECKING([whether INIT_WORK wants 3 args])
889 SPL_LINUX_TRY_COMPILE([
d50bd9e2 890 #include <linux/workqueue.h>
57d86234 891 ],[
03318641 892 struct work_struct work __attribute__ ((unused));
d50bd9e2 893 INIT_WORK(&work, NULL, NULL);
57d86234 894 ],[
d50bd9e2 895 AC_MSG_RESULT(yes)
896 AC_DEFINE(HAVE_3ARGS_INIT_WORK, 1,
897 [INIT_WORK wants 3 args])
57d86234 898 ],[
d50bd9e2 899 AC_MSG_RESULT(no)
57d86234 900 ])
901])
902
903dnl #
3d061e9d 904dnl # 2.6.21 API change,
57d86234 905dnl # 'register_sysctl_table' use only one argument instead of two
906dnl #
907AC_DEFUN([SPL_AC_2ARGS_REGISTER_SYSCTL],
908 [AC_MSG_CHECKING([whether register_sysctl_table() wants 2 args])
909 SPL_LINUX_TRY_COMPILE([
d50bd9e2 910 #include <linux/sysctl.h>
57d86234 911 ],[
03318641 912 (void) register_sysctl_table(NULL, 0);
57d86234 913 ],[
d50bd9e2 914 AC_MSG_RESULT(yes)
915 AC_DEFINE(HAVE_2ARGS_REGISTER_SYSCTL, 1,
916 [register_sysctl_table() wants 2 args])
57d86234 917 ],[
d50bd9e2 918 AC_MSG_RESULT(no)
57d86234 919 ])
920])
921
57d86234 922dnl #
3d061e9d 923dnl # 2.6.23 API change
57d86234 924dnl # Old set_shrinker API replaced with register_shrinker
925dnl #
926AC_DEFUN([SPL_AC_SET_SHRINKER], [
927 AC_MSG_CHECKING([whether set_shrinker() available])
928 SPL_LINUX_TRY_COMPILE([
929 #include <linux/mm.h>
930 ],[
931 return set_shrinker(DEFAULT_SEEKS, NULL);
932 ],[
933 AC_MSG_RESULT([yes])
934 AC_DEFINE(HAVE_SET_SHRINKER, 1,
935 [set_shrinker() available])
936 ],[
937 AC_MSG_RESULT([no])
938 ])
939])
940
23aa63cb
BB
941dnl #
942dnl # 2.6.35 API change,
943dnl # Add context to shrinker callback
944dnl #
945AC_DEFUN([SPL_AC_3ARGS_SHRINKER_CALLBACK],
946 [AC_MSG_CHECKING([whether shrinker callback wants 3 args])
947 tmp_flags="$EXTRA_KCFLAGS"
948 EXTRA_KCFLAGS="-Werror"
949 SPL_LINUX_TRY_COMPILE([
950 #include <linux/mm.h>
951
952 int shrinker_cb(struct shrinker *, int, unsigned int);
953 ],[
954 struct shrinker cache_shrinker = {
955 .shrink = shrinker_cb,
956 .seeks = DEFAULT_SEEKS,
957 };
958 register_shrinker(&cache_shrinker);
959 ],[
960 AC_MSG_RESULT(yes)
961 AC_DEFINE(HAVE_3ARGS_SHRINKER_CALLBACK, 1,
962 [shrinker callback wants 3 args])
963 ],[
964 AC_MSG_RESULT(no)
965 ])
966 EXTRA_KCFLAGS="$tmp_flags"
967])
968
57d86234 969dnl #
3d061e9d 970dnl # 2.6.25 API change,
57d86234 971dnl # struct path entry added to struct nameidata
972dnl #
973AC_DEFUN([SPL_AC_PATH_IN_NAMEIDATA],
974 [AC_MSG_CHECKING([whether struct path used in struct nameidata])
975 SPL_LINUX_TRY_COMPILE([
d50bd9e2 976 #include <linux/namei.h>
57d86234 977 ],[
03318641 978 struct nameidata nd __attribute__ ((unused));
57d86234 979
980 nd.path.mnt = NULL;
981 nd.path.dentry = NULL;
982 ],[
d50bd9e2 983 AC_MSG_RESULT(yes)
984 AC_DEFINE(HAVE_PATH_IN_NAMEIDATA, 1,
985 [struct path used in struct nameidata])
57d86234 986 ],[
d50bd9e2 987 AC_MSG_RESULT(no)
57d86234 988 ])
989])
990
991dnl #
992dnl # Custom SPL patch may export this system it is not required
993dnl #
994AC_DEFUN([SPL_AC_TASK_CURR], [
995 SPL_CHECK_SYMBOL_EXPORT([task_curr], [kernel/sched.c],
996 [AC_DEFINE(HAVE_TASK_CURR, 1, [task_curr() exported])],
997 [])
998])
999
1000dnl #
3d061e9d 1001dnl # 2.6.19 API change,
57d86234 1002dnl # Use CTL_UNNUMBERED when binary sysctl is not required
1003dnl #
1004AC_DEFUN([SPL_AC_CTL_UNNUMBERED],
1005 [AC_MSG_CHECKING([whether unnumbered sysctl support exists])
1006 SPL_LINUX_TRY_COMPILE([
d50bd9e2 1007 #include <linux/sysctl.h>
57d86234 1008 ],[
1009 #ifndef CTL_UNNUMBERED
1010 #error CTL_UNNUMBERED undefined
1011 #endif
1012 ],[
d50bd9e2 1013 AC_MSG_RESULT(yes)
1014 AC_DEFINE(HAVE_CTL_UNNUMBERED, 1,
1015 [unnumbered sysctl support exists])
57d86234 1016 ],[
d50bd9e2 1017 AC_MSG_RESULT(no)
57d86234 1018 ])
1019])
877a32e9 1020
79a3bf13
BB
1021dnl #
1022dnl # 2.6.33 API change,
1023dnl # Removed .ctl_name from struct ctl_table.
1024dnl #
1025AC_DEFUN([SPL_AC_CTL_NAME], [
1026 AC_MSG_CHECKING([whether struct ctl_table has ctl_name])
1027 SPL_LINUX_TRY_COMPILE([
1028 #include <linux/sysctl.h>
1029 ],[
03318641 1030 struct ctl_table ctl __attribute__ ((unused));
79a3bf13
BB
1031 ctl.ctl_name = 0;
1032 ],[
1033 AC_MSG_RESULT(yes)
1034 AC_DEFINE(HAVE_CTL_NAME, 1, [struct ctl_table has ctl_name])
1035 ],[
1036 AC_MSG_RESULT(no)
1037 ])
1038])
1039
877a32e9 1040dnl #
1041dnl # 2.6.16 API change.
1042dnl # Check if 'fls64()' is available
1043dnl #
1044AC_DEFUN([SPL_AC_FLS64],
6a6cafbe 1045 [AC_MSG_CHECKING([whether fls64() is available])
1046 SPL_LINUX_TRY_COMPILE([
1047 #include <linux/bitops.h>
1048 ],[
1049 return fls64(0);
1050 ],[
1051 AC_MSG_RESULT(yes)
1052 AC_DEFINE(HAVE_FLS64, 1, [fls64() is available])
1053 ],[
1054 AC_MSG_RESULT(no)
1055 ])
877a32e9 1056])
46c685d0 1057
1058dnl #
1059dnl # 2.6.18 API change, check whether device_create() is available.
1060dnl # Device_create() was introduced in 2.6.18 and depricated
1061dnl # class_device_create() which was fully removed in 2.6.26.
1062dnl #
1063AC_DEFUN([SPL_AC_DEVICE_CREATE], [
1064 SPL_CHECK_SYMBOL_EXPORT(
1065 [device_create],
1066 [drivers/base/core.c],
1067 [AC_DEFINE(HAVE_DEVICE_CREATE, 1,
1068 [device_create() is available])],
6a6cafbe 1069 [])
46c685d0 1070])
1071
8123ac4f
BB
1072dnl #
1073dnl # 2.6.27 API change,
1074dnl # device_create() uses 5 args, new 'drvdata' argument.
1075dnl #
1076AC_DEFUN([SPL_AC_5ARGS_DEVICE_CREATE], [
1077 AC_MSG_CHECKING([whether device_create() wants 5 args])
1078 tmp_flags="$EXTRA_KCFLAGS"
1079 EXTRA_KCFLAGS="-Werror"
1080 SPL_LINUX_TRY_COMPILE([
1081 #include <linux/device.h>
1082 ],[
1083 device_create(NULL, NULL, 0, NULL, "%d", 1);
1084 ],[
1085 AC_MSG_RESULT(yes)
1086 AC_DEFINE(HAVE_5ARGS_DEVICE_CREATE, 1,
1087 [device_create wants 5 args])
1088 ],[
1089 AC_MSG_RESULT(no)
1090 ])
1091 EXTRA_KCFLAGS="$tmp_flags"
1092])
1093
46c685d0 1094dnl #
1095dnl # 2.6.13 API change, check whether class_device_create() is available.
1096dnl # Class_device_create() was introduced in 2.6.13 and depricated
1097dnl # class_simple_device_add() which was fully removed in 2.6.13.
1098dnl #
1099AC_DEFUN([SPL_AC_CLASS_DEVICE_CREATE], [
1100 SPL_CHECK_SYMBOL_EXPORT(
1101 [class_device_create],
1102 [drivers/base/class.c],
1103 [AC_DEFINE(HAVE_CLASS_DEVICE_CREATE, 1,
1104 [class_device_create() is available])],
6a6cafbe 1105 [])
46c685d0 1106])
6a6cafbe 1107
6a6cafbe 1108dnl #
1109dnl # 2.6.26 API change, set_normalized_timespec() is exported.
1110dnl #
1111AC_DEFUN([SPL_AC_SET_NORMALIZED_TIMESPEC_EXPORT], [
1112 SPL_CHECK_SYMBOL_EXPORT(
1113 [set_normalized_timespec],
1114 [kernel/time.c],
1115 [AC_DEFINE(HAVE_SET_NORMALIZED_TIMESPEC_EXPORT, 1,
1116 [set_normalized_timespec() is available as export])],
1117 [])
1118])
1119
1120dnl #
1121dnl # 2.6.16 API change, set_normalize_timespec() moved to time.c
1122dnl # previously it was available in time.h as an inline.
1123dnl #
86de8532 1124AC_DEFUN([SPL_AC_SET_NORMALIZED_TIMESPEC_INLINE], [
1125 AC_MSG_CHECKING([whether set_normalized_timespec() is an inline])
6a6cafbe 1126 SPL_LINUX_TRY_COMPILE([
1127 #include <linux/time.h>
6a6cafbe 1128 void set_normalized_timespec(struct timespec *ts,
25557fd8 1129 time_t sec, long nsec) { }
1130 ],
1131 [],
1132 [
6a6cafbe 1133 AC_MSG_RESULT(no)
1134 ],[
1135 AC_MSG_RESULT(yes)
1136 AC_DEFINE(HAVE_SET_NORMALIZED_TIMESPEC_INLINE, 1,
1137 [set_normalized_timespec() is available as inline])
1138 ])
1139])
1140
1141dnl #
1142dnl # 2.6.18 API change,
1143dnl # timespec_sub() inline function available in linux/time.h
1144dnl #
86de8532 1145AC_DEFUN([SPL_AC_TIMESPEC_SUB], [
1146 AC_MSG_CHECKING([whether timespec_sub() is available])
6a6cafbe 1147 SPL_LINUX_TRY_COMPILE([
1148 #include <linux/time.h>
1149 ],[
03318641
BB
1150 struct timespec a = { 0 };
1151 struct timespec b = { 0 };
1152 struct timespec c __attribute__ ((unused));
6a6cafbe 1153 c = timespec_sub(a, b);
1154 ],[
1155 AC_MSG_RESULT(yes)
1156 AC_DEFINE(HAVE_TIMESPEC_SUB, 1, [timespec_sub() is available])
1157 ],[
1158 AC_MSG_RESULT(no)
1159 ])
1160])
1161
86de8532 1162dnl #
3d061e9d 1163dnl # 2.6.19 API change,
1164dnl # check if init_utsname() is available in linux/utsname.h
1165dnl #
1166AC_DEFUN([SPL_AC_INIT_UTSNAME], [
1167 AC_MSG_CHECKING([whether init_utsname() is available])
1168 SPL_LINUX_TRY_COMPILE([
1169 #include <linux/utsname.h>
1170 ],[
03318641
BB
1171 struct new_utsname *a __attribute__ ((unused));
1172 a = init_utsname();
3d061e9d 1173 ],[
1174 AC_MSG_RESULT(yes)
1175 AC_DEFINE(HAVE_INIT_UTSNAME, 1, [init_utsname() is available])
1176 ],[
1177 AC_MSG_RESULT(no)
1178 ])
1179])
1180
1181dnl #
1182dnl # 2.6.26 API change,
1183dnl # definition of struct fdtable relocated to linux/fdtable.h
86de8532 1184dnl #
1185AC_DEFUN([SPL_AC_FDTABLE_HEADER], [
1186 SPL_CHECK_HEADER([linux/fdtable.h], [FDTABLE], [], [])
1187])
322640b7 1188
1189dnl #
3d061e9d 1190dnl # 2.6.14 API change,
1191dnl # check whether 'files_fdtable()' exists
1192dnl #
1193AC_DEFUN([SPL_AC_FILES_FDTABLE], [
1194 AC_MSG_CHECKING([whether files_fdtable() is available])
1195 SPL_LINUX_TRY_COMPILE([
1196 #include <linux/sched.h>
1197 #include <linux/file.h>
1198 #ifdef HAVE_FDTABLE_HEADER
1199 #include <linux/fdtable.h>
1200 #endif
1201 ],[
1202 struct files_struct *files = current->files;
03318641
BB
1203 struct fdtable *fdt __attribute__ ((unused));
1204 fdt = files_fdtable(files);
3d061e9d 1205 ],[
1206 AC_MSG_RESULT(yes)
1207 AC_DEFINE(HAVE_FILES_FDTABLE, 1, [files_fdtable() is available])
1208 ],[
1209 AC_MSG_RESULT(no)
1210 ])
1211])
1212
e0093fea
RY
1213dnl #
1214dnl # 3.4.0 API change,
1215dnl # check whether '__clear_close_on_exec()' exists
1216dnl #
1217AC_DEFUN([SPL_AC_CLEAR_CLOSE_ON_EXEC], [
1218 AC_MSG_CHECKING([whether __clear_close_on_exec() is available])
1219 SPL_LINUX_TRY_COMPILE([
1220 #include <linux/fdtable.h>
1221 ],[
1222 struct fdtable *fdt = NULL;
1223 int fd = 0;
1224
1225 __clear_close_on_exec(fd, fdt);
1226 ],[
1227 AC_MSG_RESULT(yes)
1228 AC_DEFINE(HAVE_CLEAR_CLOSE_ON_EXEC, 1,
1229 [__clear_close_on_exec() is available])
1230 ],[
1231 AC_MSG_RESULT(no)
1232 ])
1233])
1234
3d061e9d 1235dnl #
1236dnl # 2.6.18 API change,
1237dnl # added linux/uaccess.h
322640b7 1238dnl #
1239AC_DEFUN([SPL_AC_UACCESS_HEADER], [
1240 SPL_CHECK_HEADER([linux/uaccess.h], [UACCESS], [], [])
1241])
3d061e9d 1242
1243dnl #
1244dnl # 2.6.12 API change,
1245dnl # check whether 'kmalloc_node()' is available.
1246dnl #
1247AC_DEFUN([SPL_AC_KMALLOC_NODE], [
1248 AC_MSG_CHECKING([whether kmalloc_node() is available])
1249 SPL_LINUX_TRY_COMPILE([
1250 #include <linux/slab.h>
1251 ],[
03318641
BB
1252 void *a __attribute__ ((unused));
1253 a = kmalloc_node(1, GFP_KERNEL, 0);
3d061e9d 1254 ],[
1255 AC_MSG_RESULT(yes)
1256 AC_DEFINE(HAVE_KMALLOC_NODE, 1, [kmalloc_node() is available])
1257 ],[
1258 AC_MSG_RESULT(no)
1259 ])
1260])
1261
1262dnl #
1263dnl # 2.6.9 API change,
1264dnl # check whether 'monotonic_clock()' is available it may
1265dnl # be available for some archs but not others.
1266dnl #
1267AC_DEFUN([SPL_AC_MONOTONIC_CLOCK], [
1268 SPL_CHECK_SYMBOL_EXPORT(
1269 [monotonic_clock],
1270 [],
1271 [AC_DEFINE(HAVE_MONOTONIC_CLOCK, 1,
1272 [monotonic_clock() is available])],
1273 [])
1274])
1275
1276dnl #
1277dnl # 2.6.16 API change,
1278dnl # check whether 'struct inode' has i_mutex
1279dnl #
1280AC_DEFUN([SPL_AC_INODE_I_MUTEX], [
1281 AC_MSG_CHECKING([whether struct inode has i_mutex])
1282 SPL_LINUX_TRY_COMPILE([
1283 #include <linux/fs.h>
1284 #include <linux/mutex.h>
1285 ],[
1286 struct inode i;
1287 mutex_init(&i.i_mutex);
1288 ],[
1289 AC_MSG_RESULT(yes)
1290 AC_DEFINE(HAVE_INODE_I_MUTEX, 1, [struct inode has i_mutex])
1291 ],[
1292 AC_MSG_RESULT(no)
1293 ])
1294])
b61a6e8b 1295
4d54fdee
BB
1296dnl #
1297dnl # 2.6.29 API change,
1298dnl # Adaptive mutexs introduced.
1299dnl #
1300AC_DEFUN([SPL_AC_MUTEX_OWNER], [
1301 AC_MSG_CHECKING([whether struct mutex has owner])
1302 SPL_LINUX_TRY_COMPILE([
1303 #include <linux/mutex.h>
1304 ],[
03318641 1305 struct mutex mtx __attribute__ ((unused));
4d54fdee
BB
1306 mtx.owner = NULL;
1307 ],[
1308 AC_MSG_RESULT(yes)
1309 AC_DEFINE(HAVE_MUTEX_OWNER, 1, [struct mutex has owner])
1310 ],[
1311 AC_MSG_RESULT(no)
1312 ])
1313])
1314
86fd39f3
BB
1315dnl #
1316dnl # 2.6.39 API change,
1317dnl # Owner type change. A Linux mutex prior to 2.6.39 would store
1318dnl # the owner as a thread_info pointer when CONFIG_DEBUG_MUTEXES
1319dnl # was defined. As of 2.6.39 this was changed to a task_struct
1320dnl # pointer which frankly makes a lot more sense.
1321dnl #
1322AC_DEFUN([SPL_AC_MUTEX_OWNER_TASK_STRUCT], [
1323 AC_MSG_CHECKING([whether struct mutex owner is a task_struct])
1324 tmp_flags="$EXTRA_KCFLAGS"
1325 EXTRA_KCFLAGS="-Werror"
1326 SPL_LINUX_TRY_COMPILE([
1327 #include <linux/mutex.h>
1328 ],[
1329 struct mutex mtx __attribute__ ((unused));
1330 mtx.owner = current;
1331 ],[
1332 AC_MSG_RESULT(yes)
1333 AC_DEFINE(HAVE_MUTEX_OWNER_TASK_STRUCT, 1,
1334 [struct mutex owner is a task_struct])
1335 ],[
1336 AC_MSG_RESULT(no)
1337 ])
1338 EXTRA_KCFLAGS="$tmp_flags"
1339])
1340
6c9433c1
BB
1341dnl #
1342dnl # 2.6.18 API change,
1343dnl # First introduced 'mutex_lock_nested()' in include/linux/mutex.h,
1344dnl # as part of the mutex validator. Fallback to using 'mutex_lock()'
1345dnl # if the mutex validator is disabled or otherwise unavailable.
1346dnl #
1347AC_DEFUN([SPL_AC_MUTEX_LOCK_NESTED], [
1348 AC_MSG_CHECKING([whether mutex_lock_nested() is available])
1349 SPL_LINUX_TRY_COMPILE([
1350 #include <linux/mutex.h>
1351 ],[
1352 struct mutex mutex;
1353 mutex_init(&mutex);
1354 mutex_lock_nested(&mutex, 0);
1355 ],[
1356 AC_MSG_RESULT(yes)
1357 AC_DEFINE(HAVE_MUTEX_LOCK_NESTED, 1,
1358 [mutex_lock_nested() is available])
1359 ],[
1360 AC_MSG_RESULT(no)
1361 ])
1362])
1363
31a033ec
BB
1364dnl #
1365dnl # 2.6.27 API change,
1366dnl # on_each_cpu() uses 3 args, no 'retry' argument
1367dnl #
1368AC_DEFUN([SPL_AC_3ARGS_ON_EACH_CPU], [
1369 AC_MSG_CHECKING([whether on_each_cpu() wants 3 args])
1370 SPL_LINUX_TRY_COMPILE([
1371 #include <linux/smp.h>
1372 ],[
1373 on_each_cpu(NULL, NULL, 0);
1374 ],[
1375 AC_MSG_RESULT(yes)
1376 AC_DEFINE(HAVE_3ARGS_ON_EACH_CPU, 1,
1377 [on_each_cpu wants 3 args])
1378 ],[
1379 AC_MSG_RESULT(no)
1380 ])
1381])
36b313da
BB
1382
1383dnl #
d1ff2312
BB
1384dnl # 2.6.18 API change,
1385dnl # kallsyms_lookup_name no longer exported
1386dnl #
1387AC_DEFUN([SPL_AC_KALLSYMS_LOOKUP_NAME], [
1388 SPL_CHECK_SYMBOL_EXPORT(
1389 [kallsyms_lookup_name],
1390 [],
1391 [AC_DEFINE(HAVE_KALLSYMS_LOOKUP_NAME, 1,
1392 [kallsyms_lookup_name() is available])],
1393 [])
1394])
1395
1396dnl #
e11d6c5f
BB
1397dnl # Proposed API change,
1398dnl # This symbol is not available in stock kernels. You may build a
1399dnl # custom kernel with the *-spl-export-symbols.patch which will export
1400dnl # these symbols for use. If your already rolling a custom kernel for
1401dnl # your environment this is recommended.
d1ff2312
BB
1402dnl #
1403AC_DEFUN([SPL_AC_GET_VMALLOC_INFO], [
1404 SPL_CHECK_SYMBOL_EXPORT(
1405 [get_vmalloc_info],
1406 [],
1407 [AC_DEFINE(HAVE_GET_VMALLOC_INFO, 1,
1408 [get_vmalloc_info() is available])],
1409 [])
1410])
1411
5232d256
BB
1412dnl #
1413dnl # 2.6.17 API change
1414dnl # The helper functions first_online_pgdat(), next_online_pgdat(), and
1415dnl # next_zone() are introduced to simplify for_each_zone(). These symbols
1416dnl # were exported in 2.6.17 for use by modules which was consistent with
1417dnl # the previous implementation of for_each_zone(). From 2.6.18 - 2.6.19
1418dnl # the symbols were exported as 'unused', and by 2.6.20 they exports
1419dnl # were dropped entirely leaving modules no way to directly iterate over
1420dnl # the zone list. Because we need access to the zone helpers we check
1421dnl # if the kernel contains the old or new implementation. Then we check
1422dnl # to see if the symbols we need for each version are available. If they
1423dnl # are not, dynamically aquire the addresses with kallsyms_lookup_name().
1424dnl #
1425AC_DEFUN([SPL_AC_PGDAT_HELPERS], [
1426 AC_MSG_CHECKING([whether symbol *_pgdat exist])
1427 grep -q -E 'first_online_pgdat' $LINUX/include/linux/mmzone.h 2>/dev/null
1428 rc=$?
1429 if test $rc -eq 0; then
1430 AC_MSG_RESULT([yes])
1431 AC_DEFINE(HAVE_PGDAT_HELPERS, 1, [pgdat helpers are available])
1432 else
1433 AC_MSG_RESULT([no])
1434 fi
1435])
1436
d1ff2312 1437dnl #
e11d6c5f
BB
1438dnl # Proposed API change,
1439dnl # This symbol is not available in stock kernels. You may build a
1440dnl # custom kernel with the *-spl-export-symbols.patch which will export
1441dnl # these symbols for use. If your already rolling a custom kernel for
1442dnl # your environment this is recommended.
36b313da
BB
1443dnl #
1444AC_DEFUN([SPL_AC_FIRST_ONLINE_PGDAT], [
1445 SPL_CHECK_SYMBOL_EXPORT(
1446 [first_online_pgdat],
1447 [],
1448 [AC_DEFINE(HAVE_FIRST_ONLINE_PGDAT, 1,
1449 [first_online_pgdat() is available])],
1450 [])
1451])
1452
1453dnl #
e11d6c5f
BB
1454dnl # Proposed API change,
1455dnl # This symbol is not available in stock kernels. You may build a
1456dnl # custom kernel with the *-spl-export-symbols.patch which will export
1457dnl # these symbols for use. If your already rolling a custom kernel for
1458dnl # your environment this is recommended.
36b313da
BB
1459dnl #
1460AC_DEFUN([SPL_AC_NEXT_ONLINE_PGDAT], [
1461 SPL_CHECK_SYMBOL_EXPORT(
1462 [next_online_pgdat],
1463 [],
1464 [AC_DEFINE(HAVE_NEXT_ONLINE_PGDAT, 1,
1465 [next_online_pgdat() is available])],
1466 [])
1467])
1468
1469dnl #
e11d6c5f
BB
1470dnl # Proposed API change,
1471dnl # This symbol is not available in stock kernels. You may build a
1472dnl # custom kernel with the *-spl-export-symbols.patch which will export
1473dnl # these symbols for use. If your already rolling a custom kernel for
1474dnl # your environment this is recommended.
36b313da
BB
1475dnl #
1476AC_DEFUN([SPL_AC_NEXT_ZONE], [
1477 SPL_CHECK_SYMBOL_EXPORT(
1478 [next_zone],
1479 [],
1480 [AC_DEFINE(HAVE_NEXT_ZONE, 1,
1481 [next_zone() is available])],
1482 [])
1483])
4ab13d3b 1484
5232d256
BB
1485dnl #
1486dnl # 2.6.17 API change,
1487dnl # See SPL_AC_PGDAT_HELPERS for details.
1488dnl #
1489AC_DEFUN([SPL_AC_PGDAT_LIST], [
1490 SPL_CHECK_SYMBOL_EXPORT(
1491 [pgdat_list],
1492 [],
1493 [AC_DEFINE(HAVE_PGDAT_LIST, 1,
1494 [pgdat_list is available])],
1495 [])
1496])
1497
96dded38
BB
1498dnl #
1499dnl # 2.6.18 API change,
1500dnl # First introduced global_page_state() support as an inline.
1501dnl #
1502AC_DEFUN([SPL_AC_GLOBAL_PAGE_STATE], [
1503 AC_MSG_CHECKING([whether global_page_state() is available])
1504 SPL_LINUX_TRY_COMPILE([
6ae7fef5 1505 #include <linux/mm.h>
96dded38 1506 ],[
03318641 1507 unsigned long state __attribute__ ((unused));
6ae7fef5 1508 state = global_page_state(0);
96dded38
BB
1509 ],[
1510 AC_MSG_RESULT(yes)
1511 AC_DEFINE(HAVE_GLOBAL_PAGE_STATE, 1,
1512 [global_page_state() is available])
1513 ],[
1514 AC_MSG_RESULT(no)
1515 ])
1516])
1517
e11d6c5f 1518dnl #
6ae7fef5
BB
1519dnl # 2.6.21 API change (plus subsequent naming convention changes),
1520dnl # Public global zone stats now include a free page count. However
1521dnl # the enumerated names of the counters have changed since this API
1522dnl # was introduced. We need to deduce the corrent name to use. This
1523dnl # replaces the priviate get_zone_counts() interface.
1524dnl #
1525dnl # NR_FREE_PAGES was available from 2.6.21 to current kernels, which
1526dnl # is 2.6.30 as of when this was written.
e11d6c5f 1527dnl #
6ae7fef5
BB
1528AC_DEFUN([SPL_AC_ZONE_STAT_ITEM_FREE], [
1529 AC_MSG_CHECKING([whether page state NR_FREE_PAGES is available])
e11d6c5f 1530 SPL_LINUX_TRY_COMPILE([
6ae7fef5 1531 #include <linux/mm.h>
e11d6c5f 1532 ],[
03318641 1533 enum zone_stat_item zsi __attribute__ ((unused));
6ae7fef5 1534 zsi = NR_FREE_PAGES;
e11d6c5f
BB
1535 ],[
1536 AC_MSG_RESULT(yes)
6ae7fef5
BB
1537 AC_DEFINE(HAVE_ZONE_STAT_ITEM_NR_FREE_PAGES, 1,
1538 [Page state NR_FREE_PAGES is available])
e11d6c5f
BB
1539 ],[
1540 AC_MSG_RESULT(no)
1541 ])
1542])
a093c6a4 1543
6ae7fef5
BB
1544dnl #
1545dnl # 2.6.21 API change (plus subsequent naming convention changes),
1546dnl # Public global zone stats now include an inactive page count. However
1547dnl # the enumerated names of the counters have changed since this API
1548dnl # was introduced. We need to deduce the corrent name to use. This
1549dnl # replaces the priviate get_zone_counts() interface.
1550dnl #
1551dnl # NR_INACTIVE was available from 2.6.21 to 2.6.27 and included both
1552dnl # anonymous and file inactive pages. As of 2.6.28 it was split in
1553dnl # to NR_INACTIVE_ANON and NR_INACTIVE_FILE.
1554dnl #
1555AC_DEFUN([SPL_AC_ZONE_STAT_ITEM_INACTIVE], [
1556 AC_MSG_CHECKING([whether page state NR_INACTIVE is available])
1557 SPL_LINUX_TRY_COMPILE([
1558 #include <linux/mm.h>
1559 ],[
03318641 1560 enum zone_stat_item zsi __attribute__ ((unused));
6ae7fef5
BB
1561 zsi = NR_INACTIVE;
1562 ],[
1563 AC_MSG_RESULT(yes)
1564 AC_DEFINE(HAVE_ZONE_STAT_ITEM_NR_INACTIVE, 1,
1565 [Page state NR_INACTIVE is available])
1566 ],[
1567 AC_MSG_RESULT(no)
1568 ])
1569
1570 AC_MSG_CHECKING([whether page state NR_INACTIVE_ANON is available])
1571 SPL_LINUX_TRY_COMPILE([
1572 #include <linux/mm.h>
1573 ],[
03318641 1574 enum zone_stat_item zsi __attribute__ ((unused));
6ae7fef5
BB
1575 zsi = NR_INACTIVE_ANON;
1576 ],[
1577 AC_MSG_RESULT(yes)
1578 AC_DEFINE(HAVE_ZONE_STAT_ITEM_NR_INACTIVE_ANON, 1,
1579 [Page state NR_INACTIVE_ANON is available])
1580 ],[
1581 AC_MSG_RESULT(no)
1582 ])
1583
1584 AC_MSG_CHECKING([whether page state NR_INACTIVE_FILE is available])
1585 SPL_LINUX_TRY_COMPILE([
1586 #include <linux/mm.h>
1587 ],[
03318641 1588 enum zone_stat_item zsi __attribute__ ((unused));
6ae7fef5
BB
1589 zsi = NR_INACTIVE_FILE;
1590 ],[
1591 AC_MSG_RESULT(yes)
1592 AC_DEFINE(HAVE_ZONE_STAT_ITEM_NR_INACTIVE_FILE, 1,
1593 [Page state NR_INACTIVE_FILE is available])
1594 ],[
1595 AC_MSG_RESULT(no)
1596 ])
1597])
1598
1599dnl #
1600dnl # 2.6.21 API change (plus subsequent naming convention changes),
1601dnl # Public global zone stats now include an active page count. However
1602dnl # the enumerated names of the counters have changed since this API
1603dnl # was introduced. We need to deduce the corrent name to use. This
1604dnl # replaces the priviate get_zone_counts() interface.
1605dnl #
1606dnl # NR_ACTIVE was available from 2.6.21 to 2.6.27 and included both
1607dnl # anonymous and file active pages. As of 2.6.28 it was split in
1608dnl # to NR_ACTIVE_ANON and NR_ACTIVE_FILE.
1609dnl #
1610AC_DEFUN([SPL_AC_ZONE_STAT_ITEM_ACTIVE], [
1611 AC_MSG_CHECKING([whether page state NR_ACTIVE is available])
1612 SPL_LINUX_TRY_COMPILE([
1613 #include <linux/mm.h>
1614 ],[
03318641 1615 enum zone_stat_item zsi __attribute__ ((unused));
6ae7fef5
BB
1616 zsi = NR_ACTIVE;
1617 ],[
1618 AC_MSG_RESULT(yes)
1619 AC_DEFINE(HAVE_ZONE_STAT_ITEM_NR_ACTIVE, 1,
1620 [Page state NR_ACTIVE is available])
1621 ],[
1622 AC_MSG_RESULT(no)
1623 ])
1624
1625 AC_MSG_CHECKING([whether page state NR_ACTIVE_ANON is available])
1626 SPL_LINUX_TRY_COMPILE([
1627 #include <linux/mm.h>
1628 ],[
03318641 1629 enum zone_stat_item zsi __attribute__ ((unused));
6ae7fef5
BB
1630 zsi = NR_ACTIVE_ANON;
1631 ],[
1632 AC_MSG_RESULT(yes)
1633 AC_DEFINE(HAVE_ZONE_STAT_ITEM_NR_ACTIVE_ANON, 1,
1634 [Page state NR_ACTIVE_ANON is available])
1635 ],[
1636 AC_MSG_RESULT(no)
1637 ])
1638
1639 AC_MSG_CHECKING([whether page state NR_ACTIVE_FILE is available])
1640 SPL_LINUX_TRY_COMPILE([
1641 #include <linux/mm.h>
1642 ],[
03318641 1643 enum zone_stat_item zsi __attribute__ ((unused));
6ae7fef5
BB
1644 zsi = NR_ACTIVE_FILE;
1645 ],[
1646 AC_MSG_RESULT(yes)
1647 AC_DEFINE(HAVE_ZONE_STAT_ITEM_NR_ACTIVE_FILE, 1,
1648 [Page state NR_ACTIVE_FILE is available])
1649 ],[
1650 AC_MSG_RESULT(no)
1651 ])
1652])
1653
1654dnl #
1655dnl # Proposed API change for legacy kernels.
1656dnl # This symbol is not available in older kernels. For kernels post
1657dnl # 2.6.21 the global_page_state() API is used to get free/inactive/active
1658dnl # page state information. This symbol is only used in legacy kernels
1659dnl # any only as a last resort.
1660dnl
1661AC_DEFUN([SPL_AC_GET_ZONE_COUNTS], [
1662 AC_MSG_CHECKING([whether symbol get_zone_counts is needed])
1663 SPL_LINUX_TRY_COMPILE([
1664 ],[
1665 #if !defined(HAVE_ZONE_STAT_ITEM_NR_FREE_PAGES)
1666 #error "global_page_state needs NR_FREE_PAGES"
1667 #endif
1668
1669 #if !defined(HAVE_ZONE_STAT_ITEM_NR_ACTIVE) && \
1670 !defined(HAVE_ZONE_STAT_ITEM_NR_ACTIVE_ANON) && \
1671 !defined(HAVE_ZONE_STAT_ITEM_NR_ACTIVE_FILE)
1672 #error "global_page_state needs NR_ACTIVE*"
1673 #endif
1674
1675 #if !defined(HAVE_ZONE_STAT_ITEM_NR_INACTIVE) && \
1676 !defined(HAVE_ZONE_STAT_ITEM_NR_INACTIVE_ANON) && \
1677 !defined(HAVE_ZONE_STAT_ITEM_NR_INACTIVE_FILE)
1678 #error "global_page_state needs NR_INACTIVE*"
1679 #endif
1680 ],[
1681 AC_MSG_RESULT(no)
1682 ],[
1683 AC_MSG_RESULT(yes)
1684 AC_DEFINE(NEED_GET_ZONE_COUNTS, 1,
1685 [get_zone_counts() is needed])
1686
1687 SPL_CHECK_SYMBOL_EXPORT(
1688 [get_zone_counts],
1689 [],
1690 [AC_DEFINE(HAVE_GET_ZONE_COUNTS, 1,
1691 [get_zone_counts() is available])],
1692 [])
1693 ])
1694])
1695
7119bf70
BB
1696dnl #
1697dnl # 2.6.27 API change,
1698dnl # The user_path_dir() replaces __user_walk()
1699dnl #
1700AC_DEFUN([SPL_AC_USER_PATH_DIR], [
1701 SPL_CHECK_SYMBOL_EXPORT(
1702 [user_path_at],
1703 [],
1704 [AC_DEFINE(HAVE_USER_PATH_DIR, 1,
1705 [user_path_dir() is available])],
1706 [])
1707])
1708
51a727e9
BB
1709dnl #
1710dnl # Symbol available in RHEL kernels not in stock kernels.
1711dnl #
1712AC_DEFUN([SPL_AC_SET_FS_PWD], [
1713 SPL_CHECK_SYMBOL_EXPORT(
1714 [set_fs_pwd],
1715 [],
1716 [AC_DEFINE(HAVE_SET_FS_PWD, 1,
1717 [set_fs_pwd() is available])],
1718 [])
1719])
1720
1721dnl #
1722dnl # 2.6.25 API change,
1723dnl # Simplied API by replacing mnt+dentry args with a single path arg.
1724dnl #
1725AC_DEFUN([SPL_AC_2ARGS_SET_FS_PWD],
1726 [AC_MSG_CHECKING([whether set_fs_pwd() wants 2 args])
1727 SPL_LINUX_TRY_COMPILE([
1728 #include <linux/sched.h>
baf2979e 1729 #include <linux/fs_struct.h>
51a727e9
BB
1730 ],[
1731 set_fs_pwd(NULL, NULL);
1732 ],[
1733 AC_MSG_RESULT(yes)
1734 AC_DEFINE(HAVE_2ARGS_SET_FS_PWD, 1,
1735 [set_fs_pwd() wants 2 args])
1736 ],[
1737 AC_MSG_RESULT(no)
1738 ])
1739])
1740
a093c6a4
BB
1741dnl #
1742dnl # SLES API change, never adopted in mainline,
1743dnl # Third 'struct vfsmount *' argument removed.
1744dnl #
1745AC_DEFUN([SPL_AC_2ARGS_VFS_UNLINK],
1746 [AC_MSG_CHECKING([whether vfs_unlink() wants 2 args])
1747 SPL_LINUX_TRY_COMPILE([
1748 #include <linux/fs.h>
1749 ],[
1750 vfs_unlink(NULL, NULL);
1751 ],[
1752 AC_MSG_RESULT(yes)
1753 AC_DEFINE(HAVE_2ARGS_VFS_UNLINK, 1,
1754 [vfs_unlink() wants 2 args])
1755 ],[
1756 AC_MSG_RESULT(no)
1757 ])
1758])
1759
1760dnl #
1761dnl # SLES API change, never adopted in mainline,
1762dnl # Third and sixth 'struct vfsmount *' argument removed.
1763dnl #
1764AC_DEFUN([SPL_AC_4ARGS_VFS_RENAME],
1765 [AC_MSG_CHECKING([whether vfs_rename() wants 4 args])
1766 SPL_LINUX_TRY_COMPILE([
1767 #include <linux/fs.h>
1768 ],[
1769 vfs_rename(NULL, NULL, NULL, NULL);
1770 ],[
1771 AC_MSG_RESULT(yes)
1772 AC_DEFINE(HAVE_4ARGS_VFS_RENAME, 1,
1773 [vfs_rename() wants 4 args])
1774 ],[
1775 AC_MSG_RESULT(no)
1776 ])
1777])
ec7d53e9 1778
9b2048c2
BB
1779dnl #
1780dnl # 2.6.36 API change,
1781dnl # The 'struct fs_struct->lock' was changed from a rwlock_t to
1782dnl # a spinlock_t to improve the fastpath performance.
1783dnl #
1784AC_DEFUN([SPL_AC_FS_STRUCT_SPINLOCK], [
1785 AC_MSG_CHECKING([whether struct fs_struct uses spinlock_t])
97fd6a07
BB
1786 tmp_flags="$EXTRA_KCFLAGS"
1787 EXTRA_KCFLAGS="-Werror"
9b2048c2
BB
1788 SPL_LINUX_TRY_COMPILE([
1789 #include <linux/sched.h>
1790 #include <linux/fs_struct.h>
1791 ],[
1792 struct fs_struct fs;
1793 spin_lock_init(&fs.lock);
1794 ],[
1795 AC_MSG_RESULT(yes)
1796 AC_DEFINE(HAVE_FS_STRUCT_SPINLOCK, 1,
1797 [struct fs_struct uses spinlock_t])
1798 ],[
1799 AC_MSG_RESULT(no)
1800 ])
97fd6a07 1801 EXTRA_KCFLAGS="$tmp_flags"
9b2048c2
BB
1802])
1803
ec7d53e9
BB
1804dnl #
1805dnl # 2.6.29 API change,
1806dnl # check whether 'struct cred' exists
1807dnl #
1808AC_DEFUN([SPL_AC_CRED_STRUCT], [
1809 AC_MSG_CHECKING([whether struct cred exists])
1810 SPL_LINUX_TRY_COMPILE([
1811 #include <linux/cred.h>
1812 ],[
03318641 1813 struct cred *cr __attribute__ ((unused));
ec7d53e9
BB
1814 cr = NULL;
1815 ],[
1816 AC_MSG_RESULT(yes)
1817 AC_DEFINE(HAVE_CRED_STRUCT, 1, [struct cred exists])
1818 ],[
1819 AC_MSG_RESULT(no)
1820 ])
1821])
1822
1823dnl #
e811949a 1824dnl # Custom SPL patch may export this symbol.
ec7d53e9
BB
1825dnl #
1826AC_DEFUN([SPL_AC_GROUPS_SEARCH], [
1827 SPL_CHECK_SYMBOL_EXPORT(
1828 [groups_search],
1829 [],
1830 [AC_DEFINE(HAVE_GROUPS_SEARCH, 1,
1831 [groups_search() is available])],
1832 [])
1833])
e811949a
BB
1834
1835dnl #
1836dnl # 2.6.x API change,
1837dnl # __put_task_struct() was exported in RHEL5 but unavailable elsewhere.
1838dnl #
1839AC_DEFUN([SPL_AC_PUT_TASK_STRUCT], [
1840 SPL_CHECK_SYMBOL_EXPORT(
1841 [__put_task_struct],
1842 [],
1843 [AC_DEFINE(HAVE_PUT_TASK_STRUCT, 1,
1844 [__put_task_struct() is available])],
1845 [])
1846])
3977f837
BB
1847
1848dnl #
1849dnl # 2.6.32 API change,
1850dnl # Unused 'struct file *' removed from prototype.
1851dnl #
1852AC_DEFUN([SPL_AC_5ARGS_PROC_HANDLER], [
1853 AC_MSG_CHECKING([whether proc_handler() wants 5 args])
1854 SPL_LINUX_TRY_COMPILE([
1855 #include <linux/sysctl.h>
1856 ],[
1857 proc_dostring(NULL, 0, NULL, NULL, NULL);
1858 ],[
1859 AC_MSG_RESULT(yes)
1860 AC_DEFINE(HAVE_5ARGS_PROC_HANDLER, 1,
1861 [proc_handler() wants 5 args])
1862 ],[
1863 AC_MSG_RESULT(no)
1864 ])
1865])
b868e22f
BB
1866
1867dnl #
1868dnl # 2.6.x API change,
1869dnl # kvasprintf() function added.
1870dnl #
1871AC_DEFUN([SPL_AC_KVASPRINTF], [
1872 SPL_CHECK_SYMBOL_EXPORT(
1873 [kvasprintf],
1874 [],
1875 [AC_DEFINE(HAVE_KVASPRINTF, 1,
1876 [kvasprintf() is available])],
1877 [])
1878])
f0ff89fc 1879
0d0b5237
BB
1880dnl #
1881dnl # 2.6.29 API change,
1882dnl # vfs_fsync() funcation added, prior to this use file_fsync().
1883dnl #
1884AC_DEFUN([SPL_AC_VFS_FSYNC], [
1885 SPL_CHECK_SYMBOL_EXPORT(
1886 [vfs_fsync],
1887 [fs/sync.c],
1888 [AC_DEFINE(HAVE_VFS_FSYNC, 1, [vfs_fsync() is available])],
1889 [])
1890])
1891
f0ff89fc
BB
1892dnl #
1893dnl # 2.6.35 API change,
0d0b5237 1894dnl # Unused 'struct dentry *' removed from vfs_fsync() prototype.
f0ff89fc 1895dnl #
0d0b5237
BB
1896AC_DEFUN([SPL_AC_2ARGS_VFS_FSYNC], [
1897 AC_MSG_CHECKING([whether vfs_fsync() wants 2 args])
f0ff89fc 1898 SPL_LINUX_TRY_COMPILE([
0d0b5237 1899 #include <linux/fs.h>
f0ff89fc 1900 ],[
0d0b5237 1901 vfs_fsync(NULL, 0);
f0ff89fc
BB
1902 ],[
1903 AC_MSG_RESULT(yes)
0d0b5237 1904 AC_DEFINE(HAVE_2ARGS_VFS_FSYNC, 1, [vfs_fsync() wants 2 args])
f0ff89fc
BB
1905 ],[
1906 AC_MSG_RESULT(no)
1907 ])
1908])
46aa7b39
NB
1909
1910dnl #
1911dnl # 2.6.33 API change. Also backported in RHEL5 as of 2.6.18-190.el5.
1912dnl # Earlier versions of rwsem_is_locked() were inline and had a race
1913dnl # condition. The fixed version is exported as a symbol. The race
1914dnl # condition is fixed by acquiring sem->wait_lock, so we must not
1915dnl # call that version while holding sem->wait_lock.
1916dnl #
1917AC_DEFUN([SPL_AC_EXPORTED_RWSEM_IS_LOCKED], [
1918 SPL_CHECK_SYMBOL_EXPORT(
1919 [rwsem_is_locked],
1920 [lib/rwsem-spinlock.c],
1921 [AC_DEFINE(RWSEM_IS_LOCKED_TAKES_WAIT_LOCK, 1,
1922 [rwsem_is_locked() acquires sem->wait_lock])],
1923 [])
1924])
914b0631
BB
1925
1926dnl #
1927dnl # 2.6.37 API compat,
1928dnl # The function invalidate_inodes() is no longer exported by the kernel.
1929dnl # The prototype however is still available which means it is safe
1930dnl # to acquire the symbol's address using spl_kallsyms_lookup_name().
1931dnl #
5f6c14b1
BB
1932dnl # The Proxmox VE kernel contains a patch which renames the function
1933dnl # invalidate_inodes() to invalidate_inodes_check(). In the process
1934dnl # it adds a 'check' argument and a '#define invalidate_inodes(x)'
1935dnl # compatibility wrapper for legacy callers. Therefore, if either
1936dnl # of these functions are exported invalidate_inodes() can be
1937dnl # safely used.
1938dnl #
914b0631
BB
1939AC_DEFUN([SPL_AC_KERNEL_INVALIDATE_INODES], [
1940 SPL_CHECK_SYMBOL_EXPORT(
1941 [invalidate_inodes],
1942 [],
1943 [AC_DEFINE(HAVE_INVALIDATE_INODES, 1,
1944 [invalidate_inodes() is available])],
1945 [])
5f6c14b1
BB
1946 SPL_CHECK_SYMBOL_EXPORT(
1947 [invalidate_inodes_check],
1948 [],
1949 [AC_DEFINE(HAVE_INVALIDATE_INODES_CHECK, 1,
1950 [invalidate_inodes_check() is available])],
1951 [])
914b0631 1952])
e76f4bf1 1953
9b0f9079
BB
1954dnl #
1955dnl # 2.6.39 API compat,
1956dnl # The function invalidate_inodes() now take 2 arguments. The second
1957dnl # 'kill_dirty' argument describes how invalidate_inodes() should
1958dnl # handle dirty inodes. Only when set will dirty inodes be discarded,
1959dnl # otherwise they will be handled as busy.
1960dnl #
1961dnl # Unfortunately, we don't have access to the invalidate_inodes()
1962dnl # prototype so it's not easy to check how many arguments it takes.
1963dnl # However, this change was done for the benefit of invalidate_device()
1964dnl # which also added an argument. The invalidate_device() symbol does
1965dnl # exist in the development headers so if it takes two arguments we
1966dnl # can fairly safely infer that invalidate_inodes() takes two arguments
1967dnl # as well. See commit 93b270f76e7ef3b81001576860c2701931cdc78b.
1968dnl #
1969AC_DEFUN([SPL_AC_KERNEL_2ARGS_INVALIDATE_INODES],
1970 [AC_MSG_CHECKING([whether invalidate_inodes() wants 2 args])
1971 SPL_LINUX_TRY_COMPILE([
1972 #include <linux/fs.h>
1973 ],[
1974 return __invalidate_device(NULL, 0);
1975 ],[
1976 AC_MSG_RESULT(yes)
1977 AC_DEFINE(HAVE_2ARGS_INVALIDATE_INODES, 1,
1978 [invalidate_inodes() wants 2 args])
1979 ],[
1980 AC_MSG_RESULT(no)
1981 ])
1982])
1983
e76f4bf1
BB
1984dnl #
1985dnl # 2.6.xx API compat,
1986dnl # There currently exists no exposed API to partially shrink the dcache.
1987dnl # The expected mechanism to shrink the cache is a registered shrinker
1988dnl # which is called during memory pressure.
1989dnl #
1990AC_DEFUN([SPL_AC_SHRINK_DCACHE_MEMORY], [
1991 SPL_CHECK_SYMBOL_EXPORT(
1992 [shrink_dcache_memory],
1993 [fs/dcache.c],
1994 [AC_DEFINE(HAVE_SHRINK_DCACHE_MEMORY, 1,
1995 [shrink_dcache_memory() is available])],
1996 [])
1997])
1998
1999dnl #
2000dnl # 2.6.xx API compat,
2001dnl # There currently exists no exposed API to partially shrink the icache.
2002dnl # The expected mechanism to shrink the cache is a registered shrinker
2003dnl # which is called during memory pressure.
2004dnl #
2005AC_DEFUN([SPL_AC_SHRINK_ICACHE_MEMORY], [
2006 SPL_CHECK_SYMBOL_EXPORT(
2007 [shrink_icache_memory],
2008 [fs/inode.c],
2009 [AC_DEFINE(HAVE_SHRINK_ICACHE_MEMORY, 1,
2010 [shrink_icache_memory() is available])],
2011 [])
2012])
b1cbc461
BB
2013
2014dnl #
2015dnl # 2.6.39 API compat,
2016dnl # The path_lookup() function has been renamed to kern_path_parent()
2017dnl # and the flags argument has been removed. The only behavior now
2018dnl # offered is that of LOOKUP_PARENT. The spl already always passed
2019dnl # this flag so dropping the flag does not impact us.
2020dnl #
12ff95ff
BB
2021AC_DEFUN([SPL_AC_KERN_PATH_PARENT_HEADER], [
2022 SPL_CHECK_SYMBOL_HEADER(
2023 [kern_path_parent],
2024 [int kern_path_parent(const char \*, struct nameidata \*)],
2025 [include/linux/namei.h],
2026 [AC_DEFINE(HAVE_KERN_PATH_PARENT_HEADER, 1,
2027 [kern_path_parent() is available])],
2028 [])
2029])
2030
2031dnl #
2032dnl # 3.1 API compat,
2033dnl # The kern_path_parent() symbol is no longer exported by the kernel.
2034dnl # However, it remains the prefered interface and since we still have
2035dnl # access to the prototype we dynamically lookup the required address.
2036dnl #
2037AC_DEFUN([SPL_AC_KERN_PATH_PARENT_SYMBOL], [
b1cbc461
BB
2038 SPL_CHECK_SYMBOL_EXPORT(
2039 [kern_path_parent],
2040 [fs/namei.c],
12ff95ff 2041 [AC_DEFINE(HAVE_KERN_PATH_PARENT_SYMBOL, 1,
b1cbc461
BB
2042 [kern_path_parent() is available])],
2043 [])
2044])
3dfc591a
BB
2045
2046dnl #
2047dnl # 2.6.39 API compat,
2048dnl # The function zlib_deflate_workspacesize() now take 2 arguments.
2049dnl # This was done to avoid always having to allocate the maximum size
2050dnl # workspace (268K). The caller can now specific the windowBits and
2051dnl # memLevel compression parameters to get a smaller workspace.
2052dnl #
2053AC_DEFUN([SPL_AC_2ARGS_ZLIB_DEFLATE_WORKSPACESIZE],
2054 [AC_MSG_CHECKING([whether zlib_deflate_workspacesize() wants 2 args])
2055 SPL_LINUX_TRY_COMPILE([
2056 #include <linux/zlib.h>
2057 ],[
2058 return zlib_deflate_workspacesize(MAX_WBITS, MAX_MEM_LEVEL);
2059 ],[
2060 AC_MSG_RESULT(yes)
2061 AC_DEFINE(HAVE_2ARGS_ZLIB_DEFLATE_WORKSPACESIZE, 1,
2062 [zlib_deflate_workspacesize() wants 2 args])
2063 ],[
2064 AC_MSG_RESULT(no)
2065 ])
2066])
a55bcaad
BB
2067
2068dnl #
2069dnl # 2.6.39 API change,
2070dnl # Shrinker adjust to use common shrink_control structure.
2071dnl #
2072AC_DEFUN([SPL_AC_SHRINK_CONTROL_STRUCT], [
2073 AC_MSG_CHECKING([whether struct shrink_control exists])
2074 SPL_LINUX_TRY_COMPILE([
2075 #include <linux/mm.h>
2076 ],[
2077 struct shrink_control sc __attribute__ ((unused));
2078
2079 sc.nr_to_scan = 0;
2080 sc.gfp_mask = GFP_KERNEL;
2081 ],[
2082 AC_MSG_RESULT(yes)
2083 AC_DEFINE(HAVE_SHRINK_CONTROL_STRUCT, 1,
2084 [struct shrink_control exists])
2085 ],[
2086 AC_MSG_RESULT(no)
2087 ])
2088])
588d9004
DH
2089
2090dnl #
2091dnl # 3.1 API Change
2092dnl #
2093dnl # The rw_semaphore.wait_lock member was changed from spinlock_t to
2094dnl # raw_spinlock_t at commit ddb6c9b58a19edcfac93ac670b066c836ff729f1.
2095dnl #
2096AC_DEFUN([SPL_AC_RWSEM_SPINLOCK_IS_RAW], [
2097 AC_MSG_CHECKING([whether struct rw_semaphore member wait_lock is raw])
2098 tmp_flags="$EXTRA_KCFLAGS"
2099 EXTRA_KCFLAGS="-Werror"
2100 SPL_LINUX_TRY_COMPILE([
2101 #include <linux/rwsem.h>
2102 ],[
2103 struct rw_semaphore dummy_semaphore __attribute__ ((unused));
2104 raw_spinlock_t dummy_lock __attribute__ ((unused));
2105 dummy_semaphore.wait_lock = dummy_lock;
2106 ],[
2107 AC_MSG_RESULT(yes)
2108 AC_DEFINE(RWSEM_SPINLOCK_IS_RAW, 1,
2109 [struct rw_semaphore member wait_lock is raw_spinlock_t])
2110 ],[
2111 AC_MSG_RESULT(no)
2112 ])
2113 EXTRA_KCFLAGS="$tmp_flags"
2114])
36811b44
RY
2115
2116dnl #
2117dnl # Proposed VM Subsystem Bug Fix
2118dnl # https://bugs.gentoo.org/show_bug.cgi?id=416685
2119dnl #
2120dnl # Make __pte_alloc_kernel() honor gfp flags passed to vmalloc()
2121dnl # This is detected by checking a macro that is changed to support this.
2122dnl #
2123AC_DEFUN([SPL_AC_PMD_ALLOC_WITH_MASK], [
2124 AC_MSG_CHECKING([whether pmd_alloc_with_mask exists])
2125 SPL_LINUX_TRY_COMPILE([
2126 #if !defined(CONFIG_MMU)
2127 #define CONFIG_MMU
2128 #endif
2129
2130 #if defined(RCH_HAS_4LEVEL_HACK)
2131 #undef RCH_HAS_4LEVEL_HACK
2132 #endif
2133
2134 #include <linux/mm.h>
2135 ],[
2136 struct mm_struct init_mm;
2137 pud_t *pud = NULL;
2138 unsigned long addr = 0;
2139 gfp_t gfp_mask = GFP_KERNEL;
2140
2141 pmd_alloc_with_mask(&init_mm, pud, addr, gfp_mask);
2142 ],[
2143 AC_MSG_RESULT(yes)
2144 AC_DEFINE(HAVE_PMD_ALLOC_WITH_MASK, 1,
2145 [pmd_alloc_with_mask exists])
2146 ],[
2147 AC_MSG_RESULT(no)
2148 ])
2149])