summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mk/build.mk2
-rw-r--r--package/openafs/Makefile50
-rw-r--r--package/openafs/patches/patch-configure1183
-rw-r--r--package/openafs/patches/patch-configure-libafs1181
-rw-r--r--package/openafs/patches/patch-src_afs_afs_fetchstore_c12
-rw-r--r--package/openafs/patches/patch-src_afs_afs_memcache_c12
-rw-r--r--package/openafs/patches/patch-src_auth_userok_c10
-rw-r--r--package/openafs/patches/patch-src_comerr_Makefile_in38
-rw-r--r--package/openafs/patches/patch-src_comerr_error_table_y10
-rw-r--r--package/openafs/patches/patch-src_comerr_internal_h8
-rw-r--r--package/openafs/patches/patch-src_config_Makefile_config_in15
-rw-r--r--package/openafs/patches/patch-src_config_Makefile_in23
-rw-r--r--package/openafs/patches/patch-src_des_Makefile_in73
-rw-r--r--package/openafs/patches/patch-src_des_read_pssword_c52
-rw-r--r--package/openafs/patches/patch-src_libafs_MakefileProto_LINUX_in11
-rw-r--r--package/openafs/patches/patch-src_lwp_iomgr_c12
-rw-r--r--package/openafs/patches/patch-src_lwp_waitkey_c37
-rw-r--r--package/openafs/patches/patch-src_rx_rx_lwp_c10
-rw-r--r--package/openafs/patches/patch-src_rx_rx_trace_c10
-rw-r--r--package/openafs/patches/patch-src_rxgen_Makefile_in19
-rw-r--r--package/openafs/patches/patch-src_rxkad_rxkad_client_c10
-rw-r--r--package/openafs/patches/patch-src_shlibafsrpc_Makefile_in11
-rw-r--r--package/openafs/patches/patch-src_sys_glue_c12
-rw-r--r--package/openafs/src/src/comerr/internal.c22
24 files changed, 0 insertions, 2823 deletions
diff --git a/mk/build.mk b/mk/build.mk
index cb1c3d5d6..7c4eeda79 100644
--- a/mk/build.mk
+++ b/mk/build.mk
@@ -26,9 +26,7 @@ DEFCONFIG= ADK_DEBUG=n \
ADK_PACKAGE_CLASSPATH=n \
ADK_PACKAGE_U_BOOT=n \
ADK_PACKAGE_CRYPTINIT=n \
- ADK_PACKAGE_VIRTINST=n \
ADK_PACKAGE_URLGRABBER=n \
- ADK_PACKAGE_OPENAFS=n \
ADK_KERNEL_ADDON_YAFFS2=n \
ADK_KERNEL_ADDON_GRSEC=n \
ADK_KERNEL_ADDON_MPTCP=n \
diff --git a/package/openafs/Makefile b/package/openafs/Makefile
deleted file mode 100644
index 785b0e2f1..000000000
--- a/package/openafs/Makefile
+++ /dev/null
@@ -1,50 +0,0 @@
-# This file is part of the OpenADK project. OpenADK is copyrighted
-# material, please see the LICENCE file in the top-level directory.
-
-include $(ADK_TOPDIR)/rules.mk
-
-PKG_NAME:= openafs
-PKG_VERSION:= 1.6.5.1
-PKG_RELEASE:= 1
-PKG_HASH:= cdcf169bf972502ff4a7b79045c9686cfcffd66b2059b1806c1ffbf3bd1c9ac0
-PKG_DESCR:= afs implementation
-PKG_SECTION:= net/fs
-PKG_URL:= http://openafs.org
-PKG_SITES:= http://www.openafs.org/dl/openafs/${PKG_VERSION}/
-
-PKG_LIBC_DEPENDS:= glibc musl
-PKG_CFLINE_OPENAFS+= select ADK_KERNEL_KEYS
-
-DISTFILES:= ${PKG_NAME}-${PKG_VERSION}-src.tar.bz2
-
-include $(ADK_TOPDIR)/mk/package.mk
-
-$(eval $(call PKG_template,OPENAFS,openafs,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
-
-XAKE_FLAGS+= GCC_HONOUR_COPTS=s
-CONFIGURE_ENV+= ac_cv_path_PATH_CPP=$(TARGET_CROSS)cpp
-CONFIGURE_ARGS:= --with-afs-sysname=$(ADK_TARGET_ARCH)_linux26 \
- --with-linux-kernel-headers=${LINUX_DIR} \
- --disable-strip-binaries \
- --disable-linux-syscall-probing
-
-openafs-install:
- $(INSTALL_DIR) $(IDIR_OPENAFS)/usr/bin
- $(INSTALL_DIR) $(IDIR_OPENAFS)/usr/lib
- $(INSTALL_DIR) $(IDIR_OPENAFS)/usr/sbin
- $(INSTALL_DIR) $(IDIR_OPENAFS)/usr/libexec/openafs
- $(INSTALL_BIN) $(WRKINST)/usr/bin/* \
- $(IDIR_OPENAFS)/usr/bin
- $(INSTALL_BIN) $(WRKINST)/usr/sbin/* \
- $(IDIR_OPENAFS)/usr/sbin
- $(INSTALL_BIN) $(WRKINST)/usr/libexec/openafs/* \
- $(IDIR_OPENAFS)/usr/libexec/openafs
- $(CP) $(WRKINST)/usr/lib/*.so* \
- $(IDIR_OPENAFS)/usr/lib
- ${INSTALL_DIR} ${IDIR_OPENAFS}/etc/modules.d/
- echo "libafs" > ${IDIR_OPENAFS}/etc/modules.d/90-libafs
- ${INSTALL_DIR} ${IDIR_OPENAFS}/lib/modules/${KERNEL_VERSION}
- $(CP) $(WRKINST)/usr/lib/openafs/libafs-${KERNEL_VERSION}.ko \
- $(IDIR_OPENAFS)/lib/modules/${KERNEL_VERSION}/libafs.ko
-
-include ${ADK_TOPDIR}/mk/pkg-bottom.mk
diff --git a/package/openafs/patches/patch-configure b/package/openafs/patches/patch-configure
deleted file mode 100644
index 72205410d..000000000
--- a/package/openafs/patches/patch-configure
+++ /dev/null
@@ -1,1183 +0,0 @@
---- openafs-1.6.5.orig/configure 2013-07-18 07:31:08.000000000 +0200
-+++ openafs-1.6.5/configure 2013-09-23 21:55:38.235187280 +0200
-@@ -7258,7 +7258,7 @@ void conftest(void)
- MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
- _ACEOF
- echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
-- make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
-+ make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
- ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
- then ac_cv_linux_is_uml=yes
- else
-@@ -7590,8 +7590,8 @@ void conftest(void)
-
- MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
- _ACEOF
-- echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
-- make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
-+ echo make -C $LINUX_KERNEL_BUILD ARCH=$ARCH CROSS_COMPILE=$CROSS M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
-+ make -C $LINUX_KERNEL_BUILD ARCH=$ARCH CROSS_COMPILE=$CROSS CROSS_COMPILE=$CROSS M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
- ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
- then ac_linux_kbuild_requires_extra_cflags=no
- else
-@@ -7664,7 +7664,7 @@ void conftest(void)
- MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
- _ACEOF
- echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
-- make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
-+ make -C $LINUX_KERNEL_BUILD ARCH=$ARCH CROSS_COMPILE=$CROSS M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
- ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
- then :
- else
-@@ -7750,7 +7750,7 @@ return;
- MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
- _ACEOF
- echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
-- make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
-+ make -C $LINUX_KERNEL_BUILD ARCH=$ARCH CROSS_COMPILE=$CROSS M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
- ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
- then ac_cv_linux_header_config_h=yes
- else
-@@ -7834,7 +7834,7 @@ return;
- MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
- _ACEOF
- echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
-- make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
-+ make -C $LINUX_KERNEL_BUILD ARCH=$ARCH CROSS_COMPILE=$CROSS M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
- ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
- then ac_cv_linux_header_completion_h=yes
- else
-@@ -7918,7 +7918,7 @@ return;
- MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
- _ACEOF
- echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
-- make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
-+ make -C $LINUX_KERNEL_BUILD ARCH=$ARCH CROSS_COMPILE=$CROSS M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
- ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
- then ac_cv_linux_header_exportfs_h=yes
- else
-@@ -8002,7 +8002,7 @@ return;
- MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
- _ACEOF
- echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
-- make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
-+ make -C $LINUX_KERNEL_BUILD ARCH=$ARCH CROSS_COMPILE=$CROSS M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
- ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
- then ac_cv_linux_header_freezer_h=yes
- else
-@@ -8086,7 +8086,7 @@ return;
- MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
- _ACEOF
- echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
-- make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
-+ make -C $LINUX_KERNEL_BUILD ARCH=$ARCH CROSS_COMPILE=$CROSS M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
- ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
- then ac_cv_linux_header_key_type_h=yes
- else
-@@ -8170,7 +8170,7 @@ return;
- MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
- _ACEOF
- echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
-- make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
-+ make -C $LINUX_KERNEL_BUILD ARCH=$ARCH CROSS_COMPILE=$CROSS M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
- ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
- then ac_cv_linux_header_semaphore_h=yes
- else
-@@ -8254,7 +8254,7 @@ return;
- MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
- _ACEOF
- echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
-- make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
-+ make -C $LINUX_KERNEL_BUILD ARCH=$ARCH CROSS_COMPILE=$CROSS M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
- ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
- then ac_cv_linux_header_seq_file_h=yes
- else
-@@ -8339,7 +8339,7 @@ struct vfs_path _test;
- MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
- _ACEOF
- echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
-- make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
-+ make -C $LINUX_KERNEL_BUILD ARCH=$ARCH CROSS_COMPILE=$CROSS M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
- ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
- then ac_cv_linux_type_struct_vfs_path_exists=yes
- else
-@@ -8424,7 +8424,7 @@ struct address_space_operations _test; p
- MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
- _ACEOF
- echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
-- make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
-+ make -C $LINUX_KERNEL_BUILD ARCH=$ARCH CROSS_COMPILE=$CROSS M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
- ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
- then ac_cv_linux_struct_address_space_operations_has_write_begin=yes
- else
-@@ -8509,7 +8509,7 @@ struct backing_dev_info _test; printk("%
- MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
- _ACEOF
- echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
-- make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
-+ make -C $LINUX_KERNEL_BUILD ARCH=$ARCH CROSS_COMPILE=$CROSS M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
- ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
- then ac_cv_linux_struct_backing_dev_info_has_name=yes
- else
-@@ -8594,7 +8594,7 @@ struct cred _test; printk("%x\n", &_test
- MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
- _ACEOF
- echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
-- make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
-+ make -C $LINUX_KERNEL_BUILD ARCH=$ARCH CROSS_COMPILE=$CROSS M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
- ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
- then ac_cv_linux_struct_cred_has_session_keyring=yes
- else
-@@ -8679,7 +8679,7 @@ struct ctl_table _test; printk("%x\n", &
- MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
- _ACEOF
- echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
-- make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
-+ make -C $LINUX_KERNEL_BUILD ARCH=$ARCH CROSS_COMPILE=$CROSS M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
- ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
- then ac_cv_linux_struct_ctl_table_has_ctl_name=yes
- else
-@@ -8764,7 +8764,7 @@ struct dentry_operations _test; printk("
- MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
- _ACEOF
- echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
-- make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
-+ make -C $LINUX_KERNEL_BUILD ARCH=$ARCH CROSS_COMPILE=$CROSS M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
- ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
- then ac_cv_linux_struct_dentry_operations_has_d_automount=yes
- else
-@@ -8849,7 +8849,7 @@ struct inode _test; printk("%x\n", &_tes
- MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
- _ACEOF
- echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
-- make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
-+ make -C $LINUX_KERNEL_BUILD ARCH=$ARCH CROSS_COMPILE=$CROSS M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
- ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
- then ac_cv_linux_struct_inode_has_i_alloc_sem=yes
- else
-@@ -8934,7 +8934,7 @@ struct inode _test; printk("%x\n", &_tes
- MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
- _ACEOF
- echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
-- make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
-+ make -C $LINUX_KERNEL_BUILD ARCH=$ARCH CROSS_COMPILE=$CROSS M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
- ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
- then ac_cv_linux_struct_inode_has_i_blkbits=yes
- else
-@@ -9019,7 +9019,7 @@ struct inode _test; printk("%x\n", &_tes
- MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
- _ACEOF
- echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
-- make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
-+ make -C $LINUX_KERNEL_BUILD ARCH=$ARCH CROSS_COMPILE=$CROSS M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
- ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
- then ac_cv_linux_struct_inode_has_i_blksize=yes
- else
-@@ -9104,7 +9104,7 @@ struct inode _test; printk("%x\n", &_tes
- MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
- _ACEOF
- echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
-- make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
-+ make -C $LINUX_KERNEL_BUILD ARCH=$ARCH CROSS_COMPILE=$CROSS M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
- ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
- then ac_cv_linux_struct_inode_has_i_mutex=yes
- else
-@@ -9189,7 +9189,7 @@ struct inode _test; printk("%x\n", &_tes
- MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
- _ACEOF
- echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
-- make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
-+ make -C $LINUX_KERNEL_BUILD ARCH=$ARCH CROSS_COMPILE=$CROSS M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
- ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
- then ac_cv_linux_struct_inode_has_i_security=yes
- else
-@@ -9274,7 +9274,7 @@ struct file_operations _test; printk("%x
- MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
- _ACEOF
- echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
-- make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
-+ make -C $LINUX_KERNEL_BUILD ARCH=$ARCH CROSS_COMPILE=$CROSS M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
- ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
- then ac_cv_linux_struct_file_operations_has_flock=yes
- else
-@@ -9359,7 +9359,7 @@ struct file_operations _test; printk("%x
- MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
- _ACEOF
- echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
-- make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
-+ make -C $LINUX_KERNEL_BUILD ARCH=$ARCH CROSS_COMPILE=$CROSS M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
- ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
- then ac_cv_linux_struct_file_operations_has_sendfile=yes
- else
-@@ -9444,7 +9444,7 @@ struct file_system_type _test; printk("%
- MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
- _ACEOF
- echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
-- make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
-+ make -C $LINUX_KERNEL_BUILD ARCH=$ARCH CROSS_COMPILE=$CROSS M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
- ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
- then ac_cv_linux_struct_file_system_type_has_mount=yes
- else
-@@ -9529,7 +9529,7 @@ struct filename _test; printk("%x\n", &_
- MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
- _ACEOF
- echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
-- make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
-+ make -C $LINUX_KERNEL_BUILD ARCH=$ARCH CROSS_COMPILE=$CROSS M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
- ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
- then ac_cv_linux_struct_filename_has_name=yes
- else
-@@ -9614,7 +9614,7 @@ struct inode_operations _test; printk("%
- MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
- _ACEOF
- echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
-- make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
-+ make -C $LINUX_KERNEL_BUILD ARCH=$ARCH CROSS_COMPILE=$CROSS M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
- ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
- then ac_cv_linux_struct_inode_operations_has_truncate=yes
- else
-@@ -9699,7 +9699,7 @@ struct key_type _test; printk("%x\n", &_
- MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
- _ACEOF
- echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
-- make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
-+ make -C $LINUX_KERNEL_BUILD ARCH=$ARCH CROSS_COMPILE=$CROSS M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
- ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
- then ac_cv_linux_struct_key_type_has_preparse=yes
- else
-@@ -9784,7 +9784,7 @@ struct nameidata _test; printk("%x\n", &
- MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
- _ACEOF
- echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
-- make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
-+ make -C $LINUX_KERNEL_BUILD ARCH=$ARCH CROSS_COMPILE=$CROSS M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
- ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
- then ac_cv_linux_struct_nameidata_has_path=yes
- else
-@@ -9869,7 +9869,7 @@ struct proc_dir_entry _test; printk("%x\
- MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
- _ACEOF
- echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
-- make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
-+ make -C $LINUX_KERNEL_BUILD ARCH=$ARCH CROSS_COMPILE=$CROSS M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
- ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
- then ac_cv_linux_struct_proc_dir_entry_has_owner=yes
- else
-@@ -9954,7 +9954,7 @@ struct super_block _test; printk("%x\n",
- MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
- _ACEOF
- echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
-- make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
-+ make -C $LINUX_KERNEL_BUILD ARCH=$ARCH CROSS_COMPILE=$CROSS M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
- ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
- then ac_cv_linux_struct_super_block_has_s_bdi=yes
- else
-@@ -10039,7 +10039,7 @@ struct super_block _test; printk("%x\n",
- MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
- _ACEOF
- echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
-- make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
-+ make -C $LINUX_KERNEL_BUILD ARCH=$ARCH CROSS_COMPILE=$CROSS M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
- ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
- then ac_cv_linux_struct_super_block_has_s_d_op=yes
- else
-@@ -10124,7 +10124,7 @@ struct super_operations _test; printk("%
- MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
- _ACEOF
- echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
-- make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
-+ make -C $LINUX_KERNEL_BUILD ARCH=$ARCH CROSS_COMPILE=$CROSS M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
- ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
- then ac_cv_linux_struct_super_operations_has_alloc_inode=yes
- else
-@@ -10209,7 +10209,7 @@ struct super_operations _test; printk("%
- MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
- _ACEOF
- echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
-- make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
-+ make -C $LINUX_KERNEL_BUILD ARCH=$ARCH CROSS_COMPILE=$CROSS M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
- ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
- then ac_cv_linux_struct_super_operations_has_evict_inode=yes
- else
-@@ -10294,7 +10294,7 @@ struct task_struct _test; printk("%x\n",
- MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
- _ACEOF
- echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
-- make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
-+ make -C $LINUX_KERNEL_BUILD ARCH=$ARCH CROSS_COMPILE=$CROSS M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
- ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
- then ac_cv_linux_struct_task_struct_has_cred=yes
- else
-@@ -10379,7 +10379,7 @@ struct task_struct _test; printk("%x\n",
- MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
- _ACEOF
- echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
-- make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
-+ make -C $LINUX_KERNEL_BUILD ARCH=$ARCH CROSS_COMPILE=$CROSS M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
- ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
- then ac_cv_linux_struct_task_struct_has_exit_state=yes
- else
-@@ -10464,7 +10464,7 @@ struct task_struct _test; printk("%x\n",
- MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
- _ACEOF
- echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
-- make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
-+ make -C $LINUX_KERNEL_BUILD ARCH=$ARCH CROSS_COMPILE=$CROSS M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
- ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
- then ac_cv_linux_struct_task_struct_has_parent=yes
- else
-@@ -10549,7 +10549,7 @@ struct task_struct _test; printk("%x\n",
- MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
- _ACEOF
- echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
-- make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
-+ make -C $LINUX_KERNEL_BUILD ARCH=$ARCH CROSS_COMPILE=$CROSS M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
- ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
- then ac_cv_linux_struct_task_struct_has_real_parent=yes
- else
-@@ -10634,7 +10634,7 @@ struct task_struct _test; printk("%x\n",
- MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
- _ACEOF
- echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
-- make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
-+ make -C $LINUX_KERNEL_BUILD ARCH=$ARCH CROSS_COMPILE=$CROSS M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
- ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
- then ac_cv_linux_struct_task_struct_has_rlim=yes
- else
-@@ -10719,7 +10719,7 @@ struct task_struct _test; printk("%x\n",
- MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
- _ACEOF
- echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
-- make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
-+ make -C $LINUX_KERNEL_BUILD ARCH=$ARCH CROSS_COMPILE=$CROSS M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
- ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
- then ac_cv_linux_struct_task_struct_has_sig=yes
- else
-@@ -10804,7 +10804,7 @@ struct task_struct _test; printk("%x\n",
- MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
- _ACEOF
- echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
-- make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
-+ make -C $LINUX_KERNEL_BUILD ARCH=$ARCH CROSS_COMPILE=$CROSS M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
- ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
- then ac_cv_linux_struct_task_struct_has_sighand=yes
- else
-@@ -10889,7 +10889,7 @@ struct task_struct _test; printk("%x\n",
- MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
- _ACEOF
- echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
-- make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
-+ make -C $LINUX_KERNEL_BUILD ARCH=$ARCH CROSS_COMPILE=$CROSS M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
- ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
- then ac_cv_linux_struct_task_struct_has_sigmask_lock=yes
- else
-@@ -10974,7 +10974,7 @@ struct task_struct _test; printk("%x\n",
- MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
- _ACEOF
- echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
-- make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
-+ make -C $LINUX_KERNEL_BUILD ARCH=$ARCH CROSS_COMPILE=$CROSS M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
- ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
- then ac_cv_linux_struct_task_struct_has_tgid=yes
- else
-@@ -11059,7 +11059,7 @@ struct task_struct _test; printk("%x\n",
- MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
- _ACEOF
- echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
-- make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
-+ make -C $LINUX_KERNEL_BUILD ARCH=$ARCH CROSS_COMPILE=$CROSS M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
- ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
- then ac_cv_linux_struct_task_struct_has_thread_info=yes
- else
-@@ -11145,7 +11145,7 @@ struct task_struct _tsk; printk("%d\n",
- MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
- _ACEOF
- echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
-- make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
-+ make -C $LINUX_KERNEL_BUILD ARCH=$ARCH CROSS_COMPILE=$CROSS M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
- ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
- then ac_cv_linux_sched_struct_task_struct_has_signal_rlim=yes
- else
-@@ -11230,7 +11230,7 @@ read_descriptor_t _test; printk("%x\n",
- MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
- _ACEOF
- echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
-- make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
-+ make -C $LINUX_KERNEL_BUILD ARCH=$ARCH CROSS_COMPILE=$CROSS M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
- ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
- then ac_cv_linux_read_descriptor_t_has_buf=yes
- else
-@@ -11316,7 +11316,7 @@ bdi_init(NULL);
- MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
- _ACEOF
- echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
-- make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
-+ make -C $LINUX_KERNEL_BUILD ARCH=$ARCH CROSS_COMPILE=$CROSS M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
- ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
- then ac_cv_linux_func_bdi_init=yes
- else
-@@ -11401,7 +11401,7 @@ struct page *_page;
- MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
- _ACEOF
- echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
-- make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
-+ make -C $LINUX_KERNEL_BUILD ARCH=$ARCH CROSS_COMPILE=$CROSS M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
- ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
- then ac_cv_linux_func_PageChecked=yes
- else
-@@ -11488,7 +11488,7 @@ struct page *_page;
- MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
- _ACEOF
- echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
-- make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
-+ make -C $LINUX_KERNEL_BUILD ARCH=$ARCH CROSS_COMPILE=$CROSS M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
- ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
- then ac_cv_linux_func_PageFsMisc=yes
- else
-@@ -11573,7 +11573,7 @@ clear_inode(NULL);
- MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
- _ACEOF
- echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
-- make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
-+ make -C $LINUX_KERNEL_BUILD ARCH=$ARCH CROSS_COMPILE=$CROSS M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
- ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
- then ac_cv_linux_func_clear_inode=yes
- else
-@@ -11657,7 +11657,7 @@ struct timespec s;
- MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
- _ACEOF
- echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
-- make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
-+ make -C $LINUX_KERNEL_BUILD ARCH=$ARCH CROSS_COMPILE=$CROSS M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
- ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
- then ac_cv_linux_func_current_kernel_time=yes
- else
-@@ -11741,7 +11741,7 @@ d_alloc_anon(NULL);
- MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
- _ACEOF
- echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
-- make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
-+ make -C $LINUX_KERNEL_BUILD ARCH=$ARCH CROSS_COMPILE=$CROSS M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
- ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
- then ac_cv_linux_func_d_alloc_anon=yes
- else
-@@ -11824,7 +11824,7 @@ d_make_root(NULL);
- MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
- _ACEOF
- echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
-- make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
-+