[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240130074744.45759-1-yaoma@linux.alibaba.com>
Date: Tue, 30 Jan 2024 15:47:42 +0800
From: Bitao Hu <yaoma@...ux.alibaba.com>
To: dianders@...omium.org,
akpm@...ux-foundation.org,
pmladek@...e.com,
lecopzer.chen@...iatek.com,
kernelfans@...il.com,
liusong@...ux.alibaba.com
Cc: linux-kernel@...r.kernel.org,
yaoma@...ux.alibaba.com
Subject: [PATCHv2 0/2] *** Detect interrupt storm in softlockup ***
I have implemented a low-overhead method for detecting interrupt storm
in softlockup. Please review it, all comments are welcome.
Changes from v1 to v2:
- From Douglas, optimize the memory of cpustats. With the maximum number
of CPUs, that's now this.
2 * 8192 * 4 + 1 * 8192 * 5 * 4 + 1 * 8192 = 237,568 bytes.
- From Liu Song, refactor the code format and add necessary comments.
- From Douglas, use interrupt counts instead of interrupt time to
determine the cause of softlockup.
- Remove the cmdline parameter added in PATCHv1.
Bitao Hu (2):
watchdog/softlockup: low-overhead detection of interrupt storm
watchdog/softlockup: report the most frequent interrupts
kernel/watchdog.c | 222 ++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 222 insertions(+)
--
2.37.1 (Apple Git-137.1)
Powered by blists - more mailing lists