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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A3B88C0015E for ; Wed, 16 Aug 2023 01:57:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241145AbjHPB4k (ORCPT ); Tue, 15 Aug 2023 21:56:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60368 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241140AbjHPB4d (ORCPT ); Tue, 15 Aug 2023 21:56:33 -0400 Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.43]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 16A9410D1 for ; Tue, 15 Aug 2023 18:56:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1692150992; x=1723686992; h=date:from:to:cc:subject:message-id:mime-version; bh=My4sZKzzuuLuGeXNqIZ4eZ9PLtl2Zj9ZDH1a6mk6g/U=; b=JUo5EexBFYoG4n50+Q7HT8UTpt5eZ/3T1jgE53VCKvARnflkZ421GUW3 j1Latn+O/xH8fyEBDo1Qtyka6w90nDINxV2gTRQR3DMVLw0hDlj1foK2r FQOmxsp0iZ8IHMPh5q93hW3mMFQm24gwCb5+yhJkVSRDoqasizEavR47x f4ueSNDcJrcNKMy7x5RDJ8WuNxd2p7JBWKAcZfRNHE0x9cxulTEt8qTPP 5ER3zrBbLXfQRZgoST/ezNq5+Eowk2kEPaKXYyVOD7O98N+rDxNMR90D2 uWnYrFsttelB9ire6c9B2NxwP8cxU3i0BG0wvgWXoXIY0zUGsLKOaYwny g==; X-IronPort-AV: E=McAfee;i="6600,9927,10803"; a="458770997" X-IronPort-AV: E=Sophos;i="6.01,175,1684825200"; d="scan'208";a="458770997" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Aug 2023 18:56:31 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10803"; a="734030201" X-IronPort-AV: E=Sophos;i="6.01,175,1684825200"; d="scan'208";a="734030201" Received: from lkp-server02.sh.intel.com (HELO b5fb8d9e1ffc) ([10.239.97.151]) by orsmga002.jf.intel.com with ESMTP; 15 Aug 2023 18:56:30 -0700 Received: from kbuild by b5fb8d9e1ffc with local (Exim 4.96) (envelope-from ) id 1qW5lt-0001Op-1T; Wed, 16 Aug 2023 01:56:29 +0000 Date: Wed, 16 Aug 2023 09:55:30 +0800 From: kernel test robot To: "Paul E. McKenney" Cc: oe-kbuild-all@lists.linux.dev, linux-kernel@vger.kernel.org Subject: [paulmck-rcu:dev.2023.08.14a 49/51] kernel/rcu/rcutorture.c:24:10: fatal error: linux/rcu_notifier.h: No such file or directory Message-ID: <202308160930.YEekR3Wf-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org tree: https://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git dev.2023.08.14a head: a90c4cbc91475bd5df35f712a954972fbfff40a1 commit: 37730a9ba11627b63d8108dd8b3061ea2ee04df9 [49/51] rcutorture: Add test of RCU CPU stall notifiers config: sh-allmodconfig (https://download.01.org/0day-ci/archive/20230816/202308160930.YEekR3Wf-lkp@intel.com/config) compiler: sh4-linux-gcc (GCC) 12.3.0 reproduce: (https://download.01.org/0day-ci/archive/20230816/202308160930.YEekR3Wf-lkp@intel.com/reproduce) If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot | Closes: https://lore.kernel.org/oe-kbuild-all/202308160930.YEekR3Wf-lkp@intel.com/ All errors (new ones prefixed by >>): >> kernel/rcu/rcutorture.c:24:10: fatal error: linux/rcu_notifier.h: No such file or directory 24 | #include | ^~~~~~~~~~~~~~~~~~~~~~ compilation terminated. vim +24 kernel/rcu/rcutorture.c 14 15 #include 16 #include 17 #include 18 #include 19 #include 20 #include 21 #include 22 #include 23 #include > 24 #include 25 #include 26 #include 27 #include 28 #include 29 #include 30 #include 31 #include 32 #include 33 #include 34 #include 35 #include 36 #include 37 #include 38 #include 39 #include 40 #include 41 #include 42 #include 43 #include 44 #include 45 #include 46 #include 47 #include 48 #include 49 #include 50 #include 51 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki