Hi Greg, Bellow patches fix build errors reported by Stephen Rothwell. Thanks, Tao Peng Tao (6): staging/lustre: call set_cpus_allowed_ptr instead of set_cpus_allowed staging/lustre: remove lu_context_keys_dump and lu_debugging_setup staging/lustre/libcfs: restore LINVRNT staging/lustre: surround module_refcount with CONFIG_MODULE_UNLOAD staging/lustre/libcfs: cleanup linux-crypto Revert "Revert "staging/lustre: drop CONFIG_BROKEN dependency"" .../lustre/include/linux/libcfs/libcfs_private.h | 9 + .../lustre/include/linux/libcfs/linux/linux-prim.h | 2 - .../include/linux/libcfs/linux/portals_compat25.h | 2 - drivers/staging/lustre/lustre/Kconfig | 20 +- drivers/staging/lustre/lustre/libcfs/Makefile | 5 +- .../lustre/lustre/libcfs/crc32-pclmul_asm.S | 360 -------------------- .../staging/lustre/lustre/libcfs/linux/linux-cpu.c | 2 +- .../lustre/libcfs/linux/linux-crypto-crc32.c | 149 -------- .../lustre/libcfs/linux/linux-crypto-crc32pclmul.c | 193 ----------- .../lustre/lustre/libcfs/linux/linux-crypto.c | 18 +- drivers/staging/lustre/lustre/llite/llite_lib.c | 3 - drivers/staging/lustre/lustre/obdclass/lu_object.c | 28 +- drivers/staging/lustre/lustre/ptlrpc/ptlrpcd.c | 4 +- 13 files changed, 36 insertions(+), 759 deletions(-) delete mode 100644 drivers/staging/lustre/lustre/libcfs/crc32-pclmul_asm.S delete mode 100644 drivers/staging/lustre/lustre/libcfs/linux/linux-crypto-crc32.c delete mode 100644 drivers/staging/lustre/lustre/libcfs/linux/linux-crypto-crc32pclmul.c -- 1.7.9.5 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/devel