From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.14]) (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 AA0123074BC for ; Thu, 20 Nov 2025 21:44:24 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=192.198.163.14 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763675066; cv=none; b=VgeDaQ6vJSbl5OJP2KXOEMQKkGrz9DBPpll178c2/zGOr1SEFcFVmlGC6sGxa1hqYx8mn7ZKx0DEPe2wBJHcz6Z+2gBmshfv8xbp3/S4i9v/lWrivAyLkyjNKTXpjF1a8FYlFc7cj3lebVdNjKlydcnFM1MWxDejs02350DCzLc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763675066; c=relaxed/simple; bh=XySvt0lCaViTqTWWhO6/l4pCGEaIlkk736s+fhpn5UM=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition:In-Reply-To; b=n9RORjIn85yFH/IIwla6PD9IIDmuorRxVpDOE/OAOJTDM3URrAyQ//2wGgQjV1zMSpeIKFCZmnEow7kTk2feSz2K/R+RguebUp8XP8yfVbmgG2XcwxBKv2raPpdmOwYMCS/I3QrDjmrNcvjB7yZt4Sk+ghhHBnLPDInrW+BFGVo= 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=iHmBQVZo; arc=none smtp.client-ip=192.198.163.14 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="iHmBQVZo" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1763675064; x=1795211064; h=date:from:to:cc:subject:message-id:mime-version: in-reply-to; bh=XySvt0lCaViTqTWWhO6/l4pCGEaIlkk736s+fhpn5UM=; b=iHmBQVZojZ+kNc7EbDhZ0CAifP3tKxaKlMNIzxhx1+45us58ot916qR+ tfQ6PbBnHNnTzBtmFm1RdNcfufwCzCmxFYocn7bFze+MEC4EIujZEMCYm sJQGb/IMxySS0C1oEr5fTG9Q/DtjsJtL2JqkQlUfer94u3mvD5cqBKZBM ulI39KOgTyz2pTLwmQdWmr9F2eRzFBCPtgMoAFFHpjAXxfzQCQADrvxqG 9jsR15TMS1CeGhJ67cXroUKvCWAKqblywgjV8DpKKWia2qoz1MfF1UKEO QB9K1o84ei4eakTz8qQ8D0R2DrWOxBUALRV2u/HS9JhAbgJGFjR4tRiPI A==; X-CSE-ConnectionGUID: 0i+/p15ZRfOjIB4iC7fh4Q== X-CSE-MsgGUID: VwKsexjVQ/msPED+ZiNkEQ== X-IronPort-AV: E=McAfee;i="6800,10657,11619"; a="65799593" X-IronPort-AV: E=Sophos;i="6.20,214,1758610800"; d="scan'208";a="65799593" Received: from orviesa009.jf.intel.com ([10.64.159.149]) by fmvoesa108.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Nov 2025 13:44:24 -0800 X-CSE-ConnectionGUID: lQABUD91SGyi/5iHNxEiaA== X-CSE-MsgGUID: z/gItPqSQ7m/IjtURs8qww== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.20,214,1758610800"; d="scan'208";a="191305806" Received: from lkp-server01.sh.intel.com (HELO adf6d29aa8d9) ([10.239.97.150]) by orviesa009.jf.intel.com with ESMTP; 20 Nov 2025 13:44:23 -0800 Received: from kbuild by adf6d29aa8d9 with local (Exim 4.96) (envelope-from ) id 1vMCRw-0004bj-2Z; Thu, 20 Nov 2025 21:44:20 +0000 Date: Fri, 21 Nov 2025 05:43:36 +0800 From: kernel test robot To: Avadhut Naik Cc: stable@vger.kernel.org, oe-kbuild-all@lists.linux.dev Subject: Re: [PATCH] x86/mce: Handle AMD threshold interrupt storms 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: <20251120214139.1721338-1-avadhut.naik@amd.com> 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] x86/mce: Handle AMD threshold interrupt storms Link: https://lore.kernel.org/stable/20251120214139.1721338-1-avadhut.naik%40amd.com -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki