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=-4.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, LONGWORDS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=no 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 64011C433DF for ; Wed, 1 Jul 2020 18:33:39 +0000 (UTC) Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 45794207F5 for ; Wed, 1 Jul 2020 18:33:39 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 45794207F5 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=driverdev-devel-bounces@linuxdriverproject.org Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 0B95089556; Wed, 1 Jul 2020 18:33:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3fm5ftWCzANy; Wed, 1 Jul 2020 18:33:38 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 4A2A4891AB; Wed, 1 Jul 2020 18:33:38 +0000 (UTC) Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 972791BF27F for ; Wed, 1 Jul 2020 18:33:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 7E3D98A953 for ; Wed, 1 Jul 2020 18:33:37 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Jd9GzKEeWPG3 for ; Wed, 1 Jul 2020 18:33:36 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by hemlock.osuosl.org (Postfix) with ESMTPS id 814238A84F for ; Wed, 1 Jul 2020 18:33:36 +0000 (UTC) IronPort-SDR: TACig49LSeVDxwbT0422FwTrhXlzVZvkUMPTCbEPh/0sroeAyEfTiMHCWL8jkzYpJQuWTEidu4 WN7y9sTqsp9A== X-IronPort-AV: E=McAfee;i="6000,8403,9669"; a="144191373" X-IronPort-AV: E=Sophos;i="5.75,301,1589266800"; d="scan'208";a="144191373" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Jul 2020 11:33:36 -0700 IronPort-SDR: bGPauwAfd2iD/A3vtTsm1BueakxqGHkvXBSG0yRn30UzqddbVSlAsnmJsLYxCuUtkA7gygGUun aljZIosexqwA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,301,1589266800"; d="scan'208";a="321298079" Received: from lkp-server01.sh.intel.com (HELO 28879958b202) ([10.239.97.150]) by FMSMGA003.fm.intel.com with ESMTP; 01 Jul 2020 11:33:35 -0700 Received: from kbuild by 28879958b202 with local (Exim 4.92) (envelope-from ) id 1jqhY6-0003EU-28; Wed, 01 Jul 2020 18:33:34 +0000 Date: Thu, 02 Jul 2020 02:33:10 +0800 From: kernel test robot To: "Greg Kroah-Hartman" Subject: [driver-core:debugfs_cleanup] BUILD SUCCESS 80e37912bf208f2c9ceeedb16213f0ff0a743f0a Message-ID: <5efcd6e6.7UDhOY9rZa5+tezY%lkp@intel.com> User-Agent: Heirloom mailx 12.5 6/20/10 MIME-Version: 1.0 X-BeenThere: driverdev-devel@linuxdriverproject.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux Driver Project Developer List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devel@driverdev.osuosl.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: driverdev-devel-bounces@linuxdriverproject.org Sender: "devel" tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git debugfs_cleanup branch HEAD: 80e37912bf208f2c9ceeedb16213f0ff0a743f0a debugfs: remove return value of debugfs_create_devm_seqfile() elapsed time: 3430m configs tested: 128 configs skipped: 13 The following configs have been built successfully. More configs may be tested in the coming days. arm defconfig arm allyesconfig arm allmodconfig arm allnoconfig arm64 allyesconfig arm64 defconfig arm64 allmodconfig arm64 allnoconfig mips tb0287_defconfig powerpc mpc866_ads_defconfig mips pistachio_defconfig sparc64 allyesconfig arm ebsa110_defconfig powerpc g5_defconfig mips e55_defconfig s390 alldefconfig riscv rv32_defconfig c6x evmc6457_defconfig powerpc ep8248e_defconfig arm omap1_defconfig arm oxnas_v6_defconfig openrisc or1ksim_defconfig powerpc allnoconfig m68k hp300_defconfig sh espt_defconfig arm stm32_defconfig sparc sparc64_defconfig m68k allnoconfig mips mtx1_defconfig arm orion5x_defconfig mips bcm63xx_defconfig arm pxa_defconfig mips pnx8335_stb225_defconfig mips pic32mzda_defconfig mips xway_defconfig sh rts7751r2d1_defconfig arm viper_defconfig powerpc ppc44x_defconfig arm moxart_defconfig sh sh7763rdp_defconfig arm mvebu_v7_defconfig arm exynos_defconfig c6x evmc6474_defconfig mips gcw0_defconfig mips decstation_defconfig arc nsim_700_defconfig mips rbtx49xx_defconfig i386 allnoconfig i386 allyesconfig i386 defconfig i386 debian-10.3 ia64 allmodconfig ia64 defconfig ia64 allnoconfig ia64 allyesconfig m68k allmodconfig m68k sun3_defconfig m68k defconfig m68k allyesconfig nios2 defconfig nios2 allyesconfig openrisc defconfig c6x allyesconfig c6x allnoconfig openrisc allyesconfig nds32 defconfig nds32 allnoconfig csky allyesconfig csky defconfig alpha defconfig alpha allyesconfig xtensa allyesconfig h8300 allyesconfig h8300 allmodconfig xtensa defconfig arc defconfig arc allyesconfig sh allmodconfig sh allnoconfig microblaze allnoconfig mips allyesconfig mips allnoconfig mips allmodconfig parisc allnoconfig parisc defconfig parisc allyesconfig parisc allmodconfig powerpc defconfig powerpc allyesconfig powerpc rhel-kconfig powerpc allmodconfig i386 randconfig-a006-20200629 i386 randconfig-a002-20200629 i386 randconfig-a003-20200629 i386 randconfig-a001-20200629 i386 randconfig-a005-20200629 i386 randconfig-a004-20200629 i386 randconfig-a013-20200629 i386 randconfig-a016-20200629 i386 randconfig-a014-20200629 i386 randconfig-a012-20200629 i386 randconfig-a015-20200629 i386 randconfig-a011-20200629 riscv allyesconfig riscv allnoconfig riscv defconfig riscv allmodconfig s390 allyesconfig s390 allnoconfig s390 allmodconfig s390 defconfig sparc allyesconfig sparc defconfig sparc64 defconfig sparc64 allnoconfig sparc64 allmodconfig um allmodconfig um allnoconfig um allyesconfig um defconfig x86_64 rhel-7.6 x86_64 rhel-7.6-kselftests x86_64 rhel-8.3 x86_64 kexec x86_64 rhel x86_64 rhel-7.2-clear x86_64 lkp x86_64 fedora-25 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org _______________________________________________ devel mailing list devel@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel