From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A5E00C4360C for ; Thu, 26 Sep 2019 12:30:00 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id 5925221D56 for ; Thu, 26 Sep 2019 12:30:00 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5925221D56 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=owner-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix) id 0901D8E0007; Thu, 26 Sep 2019 08:30:00 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id 041C78E0001; Thu, 26 Sep 2019 08:29:59 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id E9A358E0007; Thu, 26 Sep 2019 08:29:59 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0002.hostedemail.com [216.40.44.2]) by kanga.kvack.org (Postfix) with ESMTP id C6ED28E0001 for ; Thu, 26 Sep 2019 08:29:59 -0400 (EDT) Received: from smtpin03.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay02.hostedemail.com (Postfix) with SMTP id 77BC88E4B for ; Thu, 26 Sep 2019 12:29:59 +0000 (UTC) X-FDA: 75977003718.03.sack63_9147cb963e729 X-HE-Tag: sack63_9147cb963e729 X-Filterd-Recvd-Size: 12545 Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by imf40.hostedemail.com (Postfix) with ESMTP for ; Thu, 26 Sep 2019 12:29:58 +0000 (UTC) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Sep 2019 05:29:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,551,1559545200"; d="scan'208";a="203847381" Received: from lkp-server01.sh.intel.com (HELO lkp-server01) ([10.239.97.150]) by fmsmga001.fm.intel.com with ESMTP; 26 Sep 2019 05:29:54 -0700 Received: from kbuild by lkp-server01 with local (Exim 4.89) (envelope-from ) id 1iDSu9-000CoB-UY; Thu, 26 Sep 2019 20:29:53 +0800 Date: Thu, 26 Sep 2019 20:29:20 +0800 From: kbuild test robot To: Andrew Morton Cc: Mark Brown , Linux Memory Management List Subject: [linux-next:master] BUILD REGRESSION d47175169c28eedd2cc2ab8c01f38764cb0269cc Message-ID: <5d8caf20.6Is+VieKFMSZ6gy3%lkp@intel.com> User-Agent: Heirloom mailx 12.5 6/20/10 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master branch HEAD: d47175169c28eedd2cc2ab8c01f38764cb0269cc Add linux-next specific files for 20190925 Regressions in current branch: arch/arm/crypto/aes-ce-core.S:299: Error: selected processor does not support `movw ip,:lower16:.Lcts_permute_table' in ARM mode arch/arm/crypto/aes-ce-core.S:300: Error: selected processor does not support `movt ip,:upper16:.Lcts_permute_table' in ARM mode drivers//media/v4l2-core/videobuf-dma-contig.c:160:57: error: expected ')' before ';' token drivers//media/v4l2-core/videobuf-dma-contig.c:207:1: error: expected ',' or ';' before '}' token drivers//media/v4l2-core/videobuf-dma-contig.c:209:32: error: invalid storage class for function '__videobuf_alloc' drivers//media/v4l2-core/videobuf-dma-contig.c:224:14: error: invalid storage class for function '__videobuf_to_vaddr' drivers//media/v4l2-core/videobuf-dma-contig.c:234:12: error: invalid storage class for function '__videobuf_iolock' drivers//media/v4l2-core/videobuf-dma-contig.c:274:12: error: invalid storage class for function '__videobuf_mmap_mapper' drivers//media/v4l2-core/videobuf-dma-contig.c:341:14: error: initializer element is not constant drivers//media/v4l2-core/videobuf-dma-contig.c:360:19: error: non-static declaration of 'videobuf_queue_dma_contig_init' follows static declaration drivers//media/v4l2-core/videobuf-dma-contig.c:360:1: note: in expansion of macro 'EXPORT_SYMBOL_GPL' drivers//media/v4l2-core/videobuf-dma-contig.c:371:19: error: non-static declaration of 'videobuf_to_dma_contig' follows static declaration drivers//media/v4l2-core/videobuf-dma-contig.c:404:19: error: non-static declaration of 'videobuf_dma_contig_free' follows static declaration drivers//media/v4l2-core/videobuf-dma-contig.c:408:1: error: expected declaration or statement at end of input drivers//media/v4l2-core/videobuf-dma-contig.c:408:1: warning: no return statement in function returning non-void [-Wreturn-type] drivers//tee/tee_shm.c:250:3: error: label 'err' used but not defined drivers//tee/tee_shm.c:257:28: error: expected ')' before ';' token drivers//tee/tee_shm.c:334:1: error: expected ';' before '}' token drivers//tee/tee_shm.c:334:1: warning: control reaches end of non-void function [-Wreturn-type] include/linux/export.h:108:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] include/linux/export.h:121:2: note: in expansion of macro '___export_symbol_common' include/linux/export.h:173:34: note: in expansion of macro '___EXPORT_SYMBOL' Error ids grouped by kconfigs: recent_errors |-- arm-allmodconfig | |-- arch-arm-crypto-aes-ce-core.S:Error:selected-processor-does-not-support-movt-ip:upper16:.Lcts_permute_table-in-ARM-mode | `-- arch-arm-crypto-aes-ce-core.S:Error:selected-processor-does-not-support-movw-ip:lower16:.Lcts_permute_table-in-ARM-mode `-- sparc64-allmodconfig |-- drivers-media-v4l2-core-videobuf-dma-contig.c:error:expected-)-before-token |-- drivers-media-v4l2-core-videobuf-dma-contig.c:error:expected-declaration-or-statement-at-end-of-input |-- drivers-media-v4l2-core-videobuf-dma-contig.c:error:expected-or-before-token |-- drivers-media-v4l2-core-videobuf-dma-contig.c:error:initializer-element-is-not-constant |-- drivers-media-v4l2-core-videobuf-dma-contig.c:error:invalid-storage-class-for-function-__videobuf_alloc |-- drivers-media-v4l2-core-videobuf-dma-contig.c:error:invalid-storage-class-for-function-__videobuf_iolock |-- drivers-media-v4l2-core-videobuf-dma-contig.c:error:invalid-storage-class-for-function-__videobuf_mmap_mapper |-- drivers-media-v4l2-core-videobuf-dma-contig.c:error:invalid-storage-class-for-function-__videobuf_to_vaddr |-- drivers-media-v4l2-core-videobuf-dma-contig.c:error:non-static-declaration-of-videobuf_dma_contig_free-follows-static-declaration |-- drivers-media-v4l2-core-videobuf-dma-contig.c:error:non-static-declaration-of-videobuf_queue_dma_contig_init-follows-static-declaration |-- drivers-media-v4l2-core-videobuf-dma-contig.c:error:non-static-declaration-of-videobuf_to_dma_contig-follows-static-declaration |-- drivers-media-v4l2-core-videobuf-dma-contig.c:note:in-expansion-of-macro-EXPORT_SYMBOL_GPL |-- drivers-media-v4l2-core-videobuf-dma-contig.c:warning:no-return-statement-in-function-returning-non-void |-- drivers-tee-tee_shm.c:error:expected-)-before-token |-- drivers-tee-tee_shm.c:error:expected-before-token |-- drivers-tee-tee_shm.c:error:label-err-used-but-not-defined |-- drivers-tee-tee_shm.c:warning:control-reaches-end-of-non-void-function |-- include-linux-export.h:note:in-expansion-of-macro-___EXPORT_SYMBOL |-- include-linux-export.h:note:in-expansion-of-macro-___export_symbol_common `-- include-linux-export.h:warning:ISO-C90-forbids-mixed-declarations-and-code elapsed time: 225m configs tested: 129 i386 randconfig-e004-201938 x86_64 randconfig-e004-201938 x86_64 randconfig-e002-201938 x86_64 randconfig-e003-201938 i386 randconfig-e003-201938 x86_64 randconfig-e001-201938 i386 randconfig-e002-201938 i386 randconfig-e001-201938 x86_64 randconfig-c003-201938 i386 randconfig-c004-201938 x86_64 randconfig-c002-201938 x86_64 randconfig-c004-201938 i386 randconfig-c003-201938 i386 randconfig-c001-201938 x86_64 randconfig-c001-201938 i386 randconfig-c002-201938 xtensa common_defconfig openrisc or1ksim_defconfig nios2 3c120_defconfig xtensa iss_defconfig c6x evmc6678_defconfig c6x allyesconfig nios2 10m50_defconfig openrisc simple_smp_defconfig sh allmodconfig sh rsk7269_defconfig sh sh7785lcr_32bit_defconfig sh allnoconfig sh titan_defconfig x86_64 allmodconfig x86_64 randconfig-b002-201938 i386 randconfig-b003-201938 i386 randconfig-b004-201938 x86_64 randconfig-b001-201938 i386 randconfig-b002-201938 i386 randconfig-b001-201938 x86_64 randconfig-b004-201938 x86_64 randconfig-b003-201938 m68k multi_defconfig m68k m5475evb_defconfig h8300 h8300h-sim_defconfig h8300 edosk2674_defconfig m68k sun3_defconfig h8300 h8s-sim_defconfig m68k allmodconfig sparc64 allmodconfig sparc defconfig sparc64 allnoconfig sparc64 defconfig arc allyesconfig powerpc defconfig microblaze nommu_defconfig powerpc ppc64_defconfig microblaze mmu_defconfig arc defconfig powerpc allnoconfig arm allmodconfig arm at91_dt_defconfig arm64 defconfig arm multi_v5_defconfig arm64 allyesconfig arm allnoconfig arm efm32_defconfig arm sunxi_defconfig arm64 allnoconfig arm exynos_defconfig arm shmobile_defconfig arm multi_v7_defconfig um x86_64_defconfig um i386_defconfig um defconfig ia64 allmodconfig ia64 allnoconfig ia64 defconfig ia64 alldefconfig x86_64 allyesconfig i386 allmodconfig arm64 allmodconfig x86_64 randconfig-f004-201938 i386 randconfig-f004-201938 i386 randconfig-f003-201938 i386 randconfig-f002-201938 i386 randconfig-f001-201938 x86_64 randconfig-f002-201938 x86_64 randconfig-f001-201938 x86_64 randconfig-f003-201938 riscv allnoconfig riscv defconfig nds32 defconfig alpha defconfig nds32 allnoconfig x86_64 randconfig-h003-201938 x86_64 randconfig-h002-201938 i386 randconfig-h001-201938 i386 randconfig-h002-201938 x86_64 randconfig-h004-201938 i386 randconfig-h004-201938 i386 randconfig-h003-201938 x86_64 randconfig-h001-201938 x86_64 lkp x86_64 rhel x86_64 rhel-7.6 x86_64 fedora-25 x86_64 kexec s390 allnoconfig s390 debug_defconfig s390 allmodconfig s390 defconfig parisc c3000_defconfig parisc b180_defconfig parisc defconfig parisc allnoconfig i386 allnoconfig i386 defconfig i386 alldefconfig i386 randconfig-d002-201938 i386 randconfig-d004-201938 x86_64 randconfig-d004-201938 x86_64 randconfig-d001-201938 x86_64 randconfig-d002-201938 x86_64 randconfig-d003-201938 i386 randconfig-d001-201938 i386 randconfig-d003-201938 mips allmodconfig mips 32r2_defconfig mips malta_kvm_defconfig mips 64r6el_defconfig mips allnoconfig mips fuloong2e_defconfig --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation