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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B05ABC433EF for ; Sun, 3 Oct 2021 11:18:39 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 5BA7F61AAC for ; Sun, 3 Oct 2021 11:18:39 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 5BA7F61AAC Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Subject:Cc:To: From:Date:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=b1Y4HYMIKZvyoDm8zQu0i4S5AMLptJrdK6IkeFerWf4=; b=vf3W6U3QmfLhx9 c09ppXTnV2KP1xBkY1KD+bsImmMmy9kcPFSHjdPaz3vU/m8UMBefMz60mFsEjio9uW/BXcVz9VmLR itJ6Ly8EhpA7AylMhF3PgJXuTj06u3HAlgEW91qkxzRIbXp62f/mxWNwK8ZRoNbNZxv7c8h766Eff FjM1l5t4dkS3Y9zy7Ieei7d5bJqpYB1GkrsmUNminH6N5/mIQSuUk60RaGwTVgwc+IAY8fgpdTs90 xyHSiHZ2ycuuh2b8Ls+m13vFBZwuSCWJcP4PGlwM+RxDe/iWjKgck6cM5fDR8Yo2OENzrGaFps651 Me/8SZZtcZU2hxv4bCKg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mWzUF-003cJ0-EY; Sun, 03 Oct 2021 11:16:55 +0000 Received: from mga04.intel.com ([192.55.52.120]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mWzU3-003cHT-8I for linux-arm-kernel@lists.infradead.org; Sun, 03 Oct 2021 11:16:44 +0000 X-IronPort-AV: E=McAfee;i="6200,9189,10125"; a="223921026" X-IronPort-AV: E=Sophos;i="5.85,343,1624345200"; d="scan'208";a="223921026" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Oct 2021 04:16:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.85,343,1624345200"; d="scan'208";a="557643375" Received: from lkp-server01.sh.intel.com (HELO 72c3bd3cf19c) ([10.239.97.150]) by FMSMGA003.fm.intel.com with ESMTP; 03 Oct 2021 04:16:38 -0700 Received: from kbuild by 72c3bd3cf19c with local (Exim 4.92) (envelope-from ) id 1mWzTx-000396-M7; Sun, 03 Oct 2021 11:16:37 +0000 Date: Sun, 3 Oct 2021 19:15:55 +0800 From: kernel test robot To: Stefan Asserhall for SMP Cc: kbuild-all@lists.01.org, linux-arm-kernel@lists.infradead.org, Michal Simek Subject: [xilinx-xlnx:xlnx_rebase_v5.10 972/1969] arch/microblaze/include/asm/mmu_context_mm.h: linux/sched.h is included more than once. Message-ID: <202110031953.KiJr6Qcq-lkp@intel.com> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211003_041643_343724_9400000B X-CRM114-Status: UNSURE ( 8.30 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org tree: https://github.com/Xilinx/linux-xlnx xlnx_rebase_v5.10 head: 6f887a3e4f2e3a52b4591879f46a233a707b1ba3 commit: faed026643b32049b9c6d00b68b6915050a8ca7f [972/1969] microblaze: Rework mmu context management to prepare compiler: gcc-9 (Debian 9.3.0-22) 9.3.0 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot includecheck warnings: (new ones prefixed by >>) >> arch/microblaze/include/asm/mmu_context_mm.h: linux/sched.h is included more than once. Please review and possibly fold the followup patch. --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel