Message ID | 20240226020939.45264-1-yaoma@linux.alibaba.com (mailing list archive) |
---|---|
Headers | show
Received: from out30-130.freemail.mail.aliyun.com (out30-130.freemail.mail.aliyun.com [115.124.30.130]) (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 5381014008; Mon, 26 Feb 2024 02:09:53 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=115.124.30.130 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708913397; cv=none; b=YZeMFWzWOvRTwNjSkVsv0p+p0eeg4QwqhWHZGVLME6zWS3k9XOIL/Jrqa20A1+nLfdo0tMGqXK/OtP9FxHUO2YiM3cB9GXTIkKYHD2yOCpPNfl+wJEiOoI0tygoBg9/7lqpmEqhcS73iKN0zhREoVMJHqShPCEzpSk/9n7Jwy2k= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708913397; c=relaxed/simple; bh=xqSdcvfF52m0d+uCT6y8AaQUuKTyUCqz1phPw/C3g74=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version:Content-Type; b=BRx7pMjAUlbAxUFuSzmr6JOvPVo5KopeGigopzFducsSlWPBNgaq0nOo+zV0E2hXeku5hJmc9iDOwgsJ2nUIPo9VE0gO37jvuCY2p7wiTISMs2y770x8AselF3VpavKQu+EJtmduL78XouXcf6Auq0dH80j59hwpbSFWcuttAl4= 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=eMTKd+N7; arc=none smtp.client-ip=115.124.30.130 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="eMTKd+N7" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.alibaba.com; s=default; t=1708913386; h=From:To:Subject:Date:Message-Id:MIME-Version:Content-Type; bh=jv+aK5XwpBtYKEi0Xkxc21RyxobUytKZ1H8vPKocwNs=; b=eMTKd+N7YnjF2WTjA/irnQq/2pbtiQUNdLBbyHKdguTbINlG+LaxKUlsaa8lL4rrzxbLhCiiLbIy7EG0dZJ0FBnHTuStkwxXBghDjK85ATdPrG48iovB1/1U0pdR74M6l2+tlkuB2AYxY2sfi0MJkCu9EHd8dekFfHJCWm8Srfw= X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R191e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=ay29a033018045168;MF=yaoma@linux.alibaba.com;NM=1;PH=DS;RN=16;SR=0;TI=SMTPD_---0W1A1HYP_1708913382; Received: from localhost.localdomain(mailfrom:yaoma@linux.alibaba.com fp:SMTPD_---0W1A1HYP_1708913382) by smtp.aliyun-inc.com; Mon, 26 Feb 2024 10:09:44 +0800 From: Bitao Hu <yaoma@linux.alibaba.com> To: dianders@chromium.org, tglx@linutronix.de, liusong@linux.alibaba.com, akpm@linux-foundation.org, 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: [PATCHv10 0/4] *** Detect interrupt storm in softlockup *** Date: Mon, 26 Feb 2024 10:09:35 +0800 Message-Id: <20240226020939.45264-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
|