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=unavailable 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 70CEAC48BE8 for ; Tue, 15 Jun 2021 03:15:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4CB9960698 for ; Tue, 15 Jun 2021 03:15:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230421AbhFODRt (ORCPT ); Mon, 14 Jun 2021 23:17:49 -0400 Received: from mga01.intel.com ([192.55.52.88]:1189 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229809AbhFODRr (ORCPT ); Mon, 14 Jun 2021 23:17:47 -0400 IronPort-SDR: j9IsuNDMjTC1Bi5w1X2Kq2j1jIuZa0j2YWA9JXhU5nRFizX5Hvyl0IO+Dg8wZM56NoMsdXfQmb Lcab7a3mm5nQ== X-IronPort-AV: E=McAfee;i="6200,9189,10015"; a="227364557" X-IronPort-AV: E=Sophos;i="5.83,273,1616482800"; d="scan'208";a="227364557" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Jun 2021 18:06:31 -0700 IronPort-SDR: xGLEt2uEs+Q1DPjtEqMoxPLt53SMx17unT9yQJcuyVHSHwZK86AbsoEBLzZcr/UIYbOTXqsGnX OJg7T+m36r4w== X-IronPort-AV: E=Sophos;i="5.83,273,1616482800"; d="scan'208";a="451792587" Received: from shao2-debian.sh.intel.com (HELO localhost) ([10.239.13.11]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Jun 2021 18:06:30 -0700 Date: Tue, 15 Jun 2021 09:06:28 +0800 From: kernel test robot To: Ingo Molnar Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org, x86@kernel.org, Alexander Viro , linux-fsdevel@vger.kernel.org Subject: [RFC PATCH tip] sched/headers, audit: fix duplicated inclusion Message-ID: <20210615010628.GJ237458@shao2-debian> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20210615010508.GI237458@shao2-debian> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org fs/namei.c: linux/audit.h is included more than once. Generated by: scripts/checkincludes.pl Reported-by: kernel test robot Signed-off-by: kernel test robot --- namei.c | 1 - 1 file changed, 1 deletion(-) diff --git a/fs/namei.c b/fs/namei.c index a423bf0cbd1ae..13583d67a5a5d 100644 --- a/fs/namei.c +++ b/fs/namei.c @@ -15,7 +15,6 @@ /* [Feb-Apr 2000, AV] Rewrite to the new namespace architecture. */ -#include #include #include #include From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============3553051002858631415==" MIME-Version: 1.0 From: kernel test robot To: kbuild-all@lists.01.org Subject: [RFC PATCH tip] sched/headers, audit: fix duplicated inclusion Date: Tue, 15 Jun 2021 09:06:28 +0800 Message-ID: <20210615010628.GJ237458@shao2-debian> In-Reply-To: <20210615010508.GI237458@shao2-debian> List-Id: --===============3553051002858631415== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable fs/namei.c: linux/audit.h is included more than once. Generated by: scripts/checkincludes.pl Reported-by: kernel test robot Signed-off-by: kernel test robot --- namei.c | 1 - 1 file changed, 1 deletion(-) diff --git a/fs/namei.c b/fs/namei.c index a423bf0cbd1ae..13583d67a5a5d 100644 --- a/fs/namei.c +++ b/fs/namei.c @@ -15,7 +15,6 @@ /* [Feb-Apr 2000, AV] Rewrite to the new namespace architecture. */ = -#include #include #include #include --===============3553051002858631415==--