From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 864702F27 for ; Thu, 5 Jan 2023 15:09:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1672931372; x=1704467372; h=date:from:to:cc:subject:message-id:mime-version; bh=dBE8eiA+8d2FMZOaeXbv24lCzW7arJh2URtrxs7jRuA=; b=B7q1ObYWIL99Rv7huyNkcNcE0CdxAUlpg9bVFEL5cXirZpoOS7Fdi5OH 5Lflx10bn4YmcXeAUzRUEuQC2GvgXN+yOUGb0/ChhLSLmN6lW0q6B/Wls laoZNRE5HJ+igUGDvK+aDHD7KnDWo/ZQyydAeLEByGBPstRQUku5xTiAB LgYsmNy31X9WyVfA1WuGL6URxkPMlRdqtJZNzeRHzHLhDe9ionfuRTrJq ybbjo60mgyDBr6skJYLGtM1FUWRjzZCddZZB8cl2WvYLsgIBl3IIXg7lK 4ozSZEvqlJYelbtdQNnjemL6Tlk9dZgICiBvbXKrZBPS+8Y8OLIaoAEx5 Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10580"; a="384533823" X-IronPort-AV: E=Sophos;i="5.96,303,1665471600"; d="scan'208";a="384533823" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Jan 2023 06:46:11 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10580"; a="829576408" X-IronPort-AV: E=Sophos;i="5.96,303,1665471600"; d="scan'208";a="829576408" Received: from lkp-server02.sh.intel.com (HELO f1920e93ebb5) ([10.239.97.151]) by orsmga005.jf.intel.com with ESMTP; 05 Jan 2023 06:46:10 -0800 Received: from kbuild by f1920e93ebb5 with local (Exim 4.96) (envelope-from ) id 1pDRVR-0001sb-0z; Thu, 05 Jan 2023 14:46:09 +0000 Date: Thu, 5 Jan 2023 22:45:17 +0800 From: kernel test robot To: "Steven Rostedt (Google)" Cc: oe-kbuild-all@lists.linux.dev, linux-kernel@vger.kernel.org Subject: versioncheck: ./samples/trace_events/trace_custom_sched.c: 11 linux/version.h not needed. Message-ID: <202301052253.1aaQK4is-lkp@intel.com> Precedence: bulk X-Mailing-List: oe-kbuild-all@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 41c03ba9beea760bd2d2ac9250b09a2e192da2dc commit: 953c2f052112a857c00058a641dc0c58ec7551d4 tracing: Add sample code for custom trace events date: 10 months ago reproduce: make versioncheck If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot versioncheck warnings: (new ones prefixed by >>) INFO PATH=/opt/cross/clang/bin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin /usr/bin/timeout -k 100 3h /usr/bin/make W=1 --keep-going HOSTCC=gcc-11 CC=gcc-11 -j32 ARCH=x86_64 versioncheck find ./* \( -name SCCS -o -name BitKeeper -o -name .svn -o -name CVS -o -name .pc -o -name .hg -o -name .git \) -prune -o \ -name '*.[hcS]' -type f -print | sort \ | xargs perl -w ./scripts/checkversion.pl ./arch/csky/include/asm/io.h: 8 linux/version.h not needed. ./arch/csky/kernel/process.c: 5 linux/version.h not needed. ./arch/csky/mm/dma-mapping.c: 12 linux/version.h not needed. ./drivers/media/platform/sti/c8sectpfe/c8sectpfe-common.h: 16 linux/version.h not needed. ./drivers/net/ethernet/qlogic/qede/qede.h: 10 linux/version.h not needed. ./drivers/net/ethernet/qlogic/qede/qede_ethtool.c: 7 linux/version.h not needed. ./drivers/scsi/cxgbi/libcxgbi.h: 27 linux/version.h not needed. ./drivers/scsi/mpi3mr/mpi3mr.h: 32 linux/version.h not needed. ./drivers/scsi/qedi/qedi_dbg.h: 14 linux/version.h not needed. ./drivers/staging/media/atomisp/include/linux/atomisp.h: 23 linux/version.h not needed. ./init/version.c: 17 linux/version.h not needed. >> ./samples/trace_events/trace_custom_sched.c: 11 linux/version.h not needed. ./sound/soc/codecs/cs42l42.c: 14 linux/version.h not needed. ./tools/lib/bpf/bpf_helpers.h: 262: need linux/version.h ./tools/perf/include/bpf/bpf.h: 70: need linux/version.h ./tools/perf/tests/bpf-script-example.c: 49: need linux/version.h ./tools/perf/tests/bpf-script-test-kbuild.c: 21: need linux/version.h ./tools/perf/tests/bpf-script-test-prologue.c: 47: need linux/version.h ./tools/perf/tests/bpf-script-test-relocation.c: 51: need linux/version.h ./tools/testing/selftests/bpf/progs/dev_cgroup.c: 9 linux/version.h not needed. ./tools/testing/selftests/bpf/progs/netcnt_prog.c: 3 linux/version.h not needed. ./tools/testing/selftests/bpf/progs/test_map_lock.c: 4 linux/version.h not needed. ./tools/testing/selftests/bpf/progs/test_send_signal_kern.c: 4 linux/version.h not needed. ./tools/testing/selftests/bpf/progs/test_spin_lock.c: 4 linux/version.h not needed. ./tools/testing/selftests/bpf/progs/test_tcp_estats.c: 37 linux/version.h not needed. ./tools/testing/selftests/wireguard/qemu/init.c: 25 linux/version.h not needed. -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests