From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.17]) (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 21F245C8E2 for ; Fri, 23 Feb 2024 09:47:17 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=192.198.163.17 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708681641; cv=none; b=HyqK553KiXKZPIJq3f6QFDQbCvQIFkmgSmiN4iB8m888w/rkYZBZcSRe4NpkdY1qpU5Fq7PnsipcuayqCUtmsoGedGluXqC5VhVyDBs80ukMOEJeUc0fMgodN1dQdhXiGt9lu4JxFz4LX0UCV6VJjZqAdaXUi1C5SoZPtYn+gxw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708681641; c=relaxed/simple; bh=Rt6ckNSmYobf07owV1oOk3uLlu9BtoPU4Rk0tDifgOs=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition:In-Reply-To; b=JFQhEBfKe11cagSGSsd60wk6AWGgI/V6SAvoMGF2R+cyvXTgw6gDAoI2m7j4Pb/+XHOqOkqiUkDvY2aiQGmO//qxtx43lH3qa3YTZiem+X3epOCN5mbkFnXrhC06kCSHyoAProjbpM5rjQ4+1gaeIUkutyqq3Cc50RZWYYwuSI4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=intel.com; spf=pass smtp.mailfrom=intel.com; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b=I1nZibiH; arc=none smtp.client-ip=192.198.163.17 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=intel.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=intel.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="I1nZibiH" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1708681638; x=1740217638; h=date:from:to:cc:subject:message-id:mime-version: in-reply-to; bh=Rt6ckNSmYobf07owV1oOk3uLlu9BtoPU4Rk0tDifgOs=; b=I1nZibiH2t5970h+F0f462+tHl0qyqhs/VUOqt8TA4qEVqQ2Kp4rj/EF +lhdOUv4ZFlAg7w2eZGPhJhxyq/Zmgv6l6NSf9wWSzdPBMfTiUIfCyrBn gCUVB4d3Pfa56HTiGqIuBGL/F2WkR9j7hm8q6WxClzLRcAQTTOgvc8nPr hYOiQDgPJ1QyMMl0dq05JKUUuSzm2ZmmVyRBThsTVjHivte2CPJo11z8U KyFOdQasfbt3iUYdD2GvcIrnUJ9FX6nr0k8OtkqWMLPhbFl/YXsJCuSZf cfYi7qDRDwQQH+q44LP3mCVzSJIQuHDzQ+B0Lm9TR6SHnvWG8sgMINTgS A==; X-IronPort-AV: E=McAfee;i="6600,9927,10992"; a="2837980" X-IronPort-AV: E=Sophos;i="6.06,179,1705392000"; d="scan'208";a="2837980" Received: from orviesa010.jf.intel.com ([10.64.159.150]) by fmvoesa111.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Feb 2024 01:47:17 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.06,179,1705392000"; d="scan'208";a="5831521" Received: from lkp-server02.sh.intel.com (HELO 3c78fa4d504c) ([10.239.97.151]) by orviesa010.jf.intel.com with ESMTP; 23 Feb 2024 01:47:16 -0800 Received: from kbuild by 3c78fa4d504c with local (Exim 4.96) (envelope-from ) id 1rdS8r-0007IE-05; Fri, 23 Feb 2024 09:47:04 +0000 Date: Fri, 23 Feb 2024 17:44:08 +0800 From: kernel test robot To: Nikhil V Cc: stable@vger.kernel.org, oe-kbuild-all@lists.linux.dev Subject: Re: [PATCH] iommu: Avoid races around default domain allocations Message-ID: Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Hi, Thanks for your patch. FYI: kernel test robot notices the stable kernel rule is not satisfied. The check is based on https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html#option-1 Rule: add the tag "Cc: stable@vger.kernel.org" in the sign-off area to have the patch automatically included in the stable tree. Subject: [PATCH] iommu: Avoid races around default domain allocations Link: https://lore.kernel.org/stable/cbf1295589bd90083ad6f75a7fbced01f327c047.1708680521.git.quic_nprakash%40quicinc.com -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki