Message ID | 20240222093420.13956-1-yaoma@linux.alibaba.com (mailing list archive) |
---|---|
Headers | show
Received: from out30-131.freemail.mail.aliyun.com (out30-131.freemail.mail.aliyun.com [115.124.30.131]) (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 4A45F381A1; Thu, 22 Feb 2024 09:34:35 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=115.124.30.131 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708594480; cv=none; b=ZmnJQYI6tJ07b0yjH6f7zRLF/PEPQR/BA8cHsru44N2QeZpLWbV6SIzBxVOhANBmltN5Ed9/En0Sa3cj/tl+xN/lVYfOj99bAxI4tpJcqltzkDKSq+GCq208f4JlsF+JRu3g8D8yYnfSsOA5oJvK2B/dgP4JZN13Tr9lHd4Z66Q= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708594480; c=relaxed/simple; bh=ddiKFBdz5yw2bRiLYr1cMFs/PV9Ya2hfGGttmLwie/k=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version:Content-Type; b=JVVY2jXf7DJdzgX4dXUEcd/H6k8vNofF7/jPyDs80TJ4x3h5WpGU/NrmPWIs/hijVQhnDJpmJTRF6a05AueGGEvd/4FpiwJ/djpV/vlkslt5LpI2Hx+RswRAuZevKM/BKoVkvc8/gvPf30fRZQmumJifkWKGwLxu2xlgsgm2lnw= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.alibaba.com; spf=pass smtp.mailfrom=linux.alibaba.com; dkim=pass (1024-bit key) header.d=linux.alibaba.com header.i=@linux.alibaba.com header.b=pSjxiIs+; arc=none smtp.client-ip=115.124.30.131 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.alibaba.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.alibaba.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.alibaba.com header.i=@linux.alibaba.com header.b="pSjxiIs+" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.alibaba.com; s=default; t=1708594468; h=From:To:Subject:Date:Message-Id:MIME-Version:Content-Type; bh=aPig5fqEBfNoG36h6uMeosrEa0k4/Htbh0JalMplPlo=; b=pSjxiIs+te3WS8N5jEH8tOy9f7idvpg5NmPvjJEI4OBpgjav2q6bD9CcxGBuW62fpxlGwkaJkAGeyyQIhu+3A3SrpPHZNKtUHu2Fgy385Bx07JXQrOvYfTmi+6v4h+g6ZxhknKilwnMjgrWvgybvdSGX4IBM/WuDJkos61ZTGhM= X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R171e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=ay29a033018046050;MF=yaoma@linux.alibaba.com;NM=1;PH=DS;RN=16;SR=0;TI=SMTPD_---0W10inwv_1708594464; Received: from localhost.localdomain(mailfrom:yaoma@linux.alibaba.com fp:SMTPD_---0W10inwv_1708594464) by smtp.aliyun-inc.com; Thu, 22 Feb 2024 17:34:26 +0800 From: Bitao Hu <yaoma@linux.alibaba.com> To: dianders@chromium.org, akpm@linux-foundation.org, liusong@linux.alibaba.com, tglx@linutronix.de, pmladek@suse.com, kernelfans@gmail.com, deller@gmx.de, npiggin@gmail.com, tsbogend@alpha.franken.de, James.Bottomley@HansenPartnership.com, jan.kiszka@siemens.com Cc: linux-kernel@vger.kernel.org, linux-mips@vger.kernel.org, linux-parisc@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, yaoma@linux.alibaba.com Subject: [PATCHv9 0/3] *** Detect interrupt storm in softlockup *** Date: Thu, 22 Feb 2024 17:34:17 +0800 Message-Id: <20240222093420.13956-1-yaoma@linux.alibaba.com> X-Mailer: git-send-email 2.37.1 (Apple Git-137.1) Precedence: bulk X-Mailing-List: linux-parisc@vger.kernel.org List-Id: <linux-parisc.vger.kernel.org> List-Subscribe: <mailto:linux-parisc+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-parisc+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit |
Series |
*** Detect interrupt storm in softlockup ***
|
expand
|