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 3462AC77B75 for ; Mon, 15 May 2023 18:55:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235962AbjEOSze (ORCPT ); Mon, 15 May 2023 14:55:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50576 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235006AbjEOSzd (ORCPT ); Mon, 15 May 2023 14:55:33 -0400 Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C88DD15EDA for ; Mon, 15 May 2023 11:55: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=1684176932; x=1715712932; h=date:from:to:cc:subject:message-id:mime-version: in-reply-to; bh=ctODLCKWsH3VS23Lm6VTcPXyI+f8wz/0yaDG33pw/e4=; b=jLg0GaSSzlUvEkrtRZ3Csf6JzHpk7r7Pf1TZBolGC5SicLoQaWpV1LeP mxBy/UWcPjns+/sJGktAV/AB8YcIoMXofeMi1yjFYCJniogPC+Nrv0BPs SYhRvbMPosbXu/4vl2JW0e6d/l/hB6pbfdVKTOSj3PmnkDN5khyLO4Pia 54zsajB6St+dMvJLhAW19RA5+QT4f1e0RXs5RrCbTS6XfI1Bo/OQd5Ocx 1XDwW1yIkBNlc02/Iq/Fzkl9jkFomKuISE0ZYjO0EcdevV1ghfrFA9+5L R1Vhj/N1Rnzwj+Uq5DmL/eqIGZSigQjR8vd0HZark7inK9CIQLT1k4/Rf w==; X-IronPort-AV: E=McAfee;i="6600,9927,10711"; a="353559335" X-IronPort-AV: E=Sophos;i="5.99,277,1677571200"; d="scan'208";a="353559335" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 May 2023 11:55:32 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10711"; a="733987600" X-IronPort-AV: E=Sophos;i="5.99,277,1677571200"; d="scan'208";a="733987600" Received: from lkp-server01.sh.intel.com (HELO dea6d5a4f140) ([10.239.97.150]) by orsmga001.jf.intel.com with ESMTP; 15 May 2023 11:55:30 -0700 Received: from kbuild by dea6d5a4f140 with local (Exim 4.96) (envelope-from ) id 1pydM2-0006Ys-2L; Mon, 15 May 2023 18:55:30 +0000 Date: Tue, 16 May 2023 02:54:32 +0800 From: kernel test robot To: Michael Kelley Cc: stable@vger.kernel.org, oe-kbuild-all@lists.linux.dev Subject: Re: [PATCH 1/1] Drivers: hv: vmbus: Fix vmbus_wait_for_unload() to scan present CPUs Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1684172191-17100-1-git-send-email-mikelley@microsoft.com> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org Hi, Thanks for your patch. FYI: kernel test robot notices the stable kernel rule is not satisfied. Rule: 'Cc: stable@vger.kernel.org' or 'commit upstream.' Subject: [PATCH 1/1] Drivers: hv: vmbus: Fix vmbus_wait_for_unload() to scan present CPUs Link: https://lore.kernel.org/stable/1684172191-17100-1-git-send-email-mikelley%40microsoft.com The check is based on https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests