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=-15.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 A0593C48BE8 for ; Tue, 15 Jun 2021 03:13:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7F5F4611CA for ; Tue, 15 Jun 2021 03:13:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229811AbhFODPI (ORCPT ); Mon, 14 Jun 2021 23:15:08 -0400 Received: from mga07.intel.com ([134.134.136.100]:17965 "EHLO mga07.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229609AbhFODPF (ORCPT ); Mon, 14 Jun 2021 23:15:05 -0400 IronPort-SDR: sJYUEof8QEtzv8lk3kiP6cyl/jEYfjwEdNFLvQfE1rY7SZXr91XOef3iiF15yrzykRxgnIBG6n m7+fWPix/z3w== X-IronPort-AV: E=McAfee;i="6200,9189,10015"; a="269752813" X-IronPort-AV: E=Sophos;i="5.83,273,1616482800"; d="scan'208";a="269752813" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Jun 2021 18:04:33 -0700 IronPort-SDR: uagaJ8McYKXVECvsWhxAA4HeL0L31nz8BQ6M6LJEaZ9lE/Rl5grUz1mtG0ffvUKmyIQml7cbp4 U6VyhxH/KNUw== X-IronPort-AV: E=Sophos;i="5.83,273,1616482800"; d="scan'208";a="484269068" Received: from shao2-debian.sh.intel.com (HELO localhost) ([10.239.13.11]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Jun 2021 18:04:32 -0700 Date: Tue, 15 Jun 2021 09:04:30 +0800 From: kernel test robot To: Ingo Molnar Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org, x86@kernel.org Subject: [RFC PATCH tip] sched/headers, rcu: fix duplicated inclusion Message-ID: <20210615010430.GH237458@shao2-debian> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20210615010331.GG237458@shao2-debian> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org fs/ocfs2/dir.c: linux/iversion.h is included more than once. Generated by: scripts/checkincludes.pl Reported-by: kernel test robot Signed-off-by: kernel test robot --- dir.c | 1 - 1 file changed, 1 deletion(-) diff --git a/fs/ocfs2/dir.c b/fs/ocfs2/dir.c index 158ee3abe75f7..b70375994bf3d 100644 --- a/fs/ocfs2/dir.c +++ b/fs/ocfs2/dir.c @@ -27,7 +27,6 @@ #include #include #include -#include #include #include From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============1033437503233168423==" MIME-Version: 1.0 From: kernel test robot To: kbuild-all@lists.01.org Subject: [RFC PATCH tip] sched/headers, rcu: fix duplicated inclusion Date: Tue, 15 Jun 2021 09:04:30 +0800 Message-ID: <20210615010430.GH237458@shao2-debian> In-Reply-To: <20210615010331.GG237458@shao2-debian> List-Id: --===============1033437503233168423== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable fs/ocfs2/dir.c: linux/iversion.h is included more than once. Generated by: scripts/checkincludes.pl Reported-by: kernel test robot Signed-off-by: kernel test robot --- dir.c | 1 - 1 file changed, 1 deletion(-) diff --git a/fs/ocfs2/dir.c b/fs/ocfs2/dir.c index 158ee3abe75f7..b70375994bf3d 100644 --- a/fs/ocfs2/dir.c +++ b/fs/ocfs2/dir.c @@ -27,7 +27,6 @@ #include #include #include -#include #include = #include --===============1033437503233168423==--