Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp205703pxj; Tue, 18 May 2021 01:13:35 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyO/8PW7aoJOb9dZJJ4DiskMTNROl3TfeH1rEn1lEskCowV0S0100J9/yMFerzegr5p6E3q X-Received: by 2002:a6b:c30f:: with SMTP id t15mr291536iof.17.1621325614861; Tue, 18 May 2021 01:13:34 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1621325614; cv=none; d=google.com; s=arc-20160816; b=fbM9RStjyVO99bd8+JzJa+i46KCk6R854bmvrDchpUZPaYhIZrhRSe6Niu1ND8kv9N YpkV32VQcXDRx6ec3N24nZVjLUe5w+UXDNfLOvDLK47O7M59c60tMsBjM91a5tbIMTib kC4UMDeb4lcBjSICNAceYesxs0QAxNNt+rONO3zl8p5v9WRfQ/z6fFJp2CYaHh4cRPrc ySSV7rrQNBnneXSJme0KaSVt3sqmqGKtk2kVn+PqNF8X2H09Om7wbJZyJ3gR85WQvN0+ fHuGUvnfkiHBmkf1b/DyOTvtPkuAHLpRtnYLVHP5YTsq3DStTEIY/vuQx5ECV7geb+aa sEEQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=1ouPliSwcTfHZ9VfZWpaGscd5GsK4aeRXEidwgipTr8=; b=pYDC65xb4gdcfwY0DCwX5s4CNSFUz8dqFcgttrdTJcdRDK494fL/VINb8rIlg1OXxQ jhB9TSf9GIuUov3iOLLkrTMNhIx0G/9wcD2BxEx/RA6zUILpvry4tqiFJYEn4YO6ozaR aZOtU/J+3I1X/IyPEMbtvXSiWsXb1Z2QgCNZIKfA0mlmMeisVAMPjc90HHzFLchGauhL 7w92Uhg6uIiqS6/7VwPQpu2ygvg2MsjZW2yqmj+y+Mz2R+6MoTrmkb1GfA3UBiZBMWOq vzjXIbrGPLCRbQBZrtxsKu5PM2k116S9j5rLRmv7iOn438vIuamLsgxPo2boWjR8jcUX rgRg== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=mxP3+gyt; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id j6si19934004ilu.44.2021.05.18.01.13.22; Tue, 18 May 2021 01:13:34 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=mxP3+gyt; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242379AbhEQO7c (ORCPT + 99 others); Mon, 17 May 2021 10:59:32 -0400 Received: from mail.kernel.org ([198.145.29.99]:43198 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241097AbhEQOuV (ORCPT ); Mon, 17 May 2021 10:50:21 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 28A1861242; Mon, 17 May 2021 14:23:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1621261386; bh=muKveB+nM0Jv/zEhGA7fZ1Xm9UWL9dWX47F01HDyC4o=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=mxP3+gytgMBH8vPUaua5HCS1Mf0vKu+K1fA1xWeGRbXaQtx4Jh3CH5/zNQaUbTimL IvyALbL1FyPV2FPTa6XDbEkIRRGw+3lp7d4b0qpIFg8PwYxqGVdZgVWhvq3CpTedGx Qeo1W7AzEEInGLtek5FFLj+Ciga4bTG6mMI5qOUk= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Petr Mladek , Thomas Gleixner , Ingo Molnar , Peter Zijlstra , Laurence Oberman , Vincent Whitchurch , Michal Hocko , Andrew Morton , Linus Torvalds , Sasha Levin Subject: [PATCH 5.11 108/329] watchdog: rename __touch_watchdog() to a better descriptive name Date: Mon, 17 May 2021 16:00:19 +0200 Message-Id: <20210517140305.775034228@linuxfoundation.org> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20210517140302.043055203@linuxfoundation.org> References: <20210517140302.043055203@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Petr Mladek [ Upstream commit 7c0012f522c802d25be102bafe54f333168e6119 ] Patch series "watchdog/softlockup: Report overall time and some cleanup", v2. I dug deep into the softlockup watchdog history when time permitted this year. And reworked the patchset that fixed timestamps and cleaned up the code[2]. I split it into very small steps and did even more code clean up. The result looks quite strightforward and I am pretty confident with the changes. [1] v2: https://lore.kernel.org/r/20201210160038.31441-1-pmladek@suse.com [2] v1: https://lore.kernel.org/r/20191024114928.15377-1-pmladek@suse.com This patch (of 6): There are many touch_*watchdog() functions. They are called in situations where the watchdog could report false positives or create unnecessary noise. For example, when CPU is entering idle mode, a virtual machine is stopped, or a lot of messages are printed in the atomic context. These functions set SOFTLOCKUP_RESET instead of a real timestamp. It allows to call them even in a context where jiffies might be outdated. For example, in an atomic context. The real timestamp is set by __touch_watchdog() that is called from the watchdog timer callback. Rename this callback to update_touch_ts(). It better describes the effect and clearly distinguish is from the other touch_*watchdog() functions. Another motivation is that two timestamps are going to be used. One will be used for the total softlockup time. The other will be used to measure time since the last report. The new function name will help to distinguish which timestamp is being updated. Link: https://lkml.kernel.org/r/20210311122130.6788-1-pmladek@suse.com Link: https://lkml.kernel.org/r/20210311122130.6788-2-pmladek@suse.com Signed-off-by: Petr Mladek Cc: Thomas Gleixner Cc: Ingo Molnar Cc: Peter Zijlstra Cc: Laurence Oberman Cc: Vincent Whitchurch Cc: Michal Hocko Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds Signed-off-by: Sasha Levin --- kernel/watchdog.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/kernel/watchdog.c b/kernel/watchdog.c index 71109065bd8e..c58244064de8 100644 --- a/kernel/watchdog.c +++ b/kernel/watchdog.c @@ -236,7 +236,7 @@ static void set_sample_period(void) } /* Commands for resetting the watchdog */ -static void __touch_watchdog(void) +static void update_touch_ts(void) { __this_cpu_write(watchdog_touch_ts, get_timestamp()); } @@ -331,7 +331,7 @@ static DEFINE_PER_CPU(struct cpu_stop_work, softlockup_stop_work); */ static int softlockup_fn(void *data) { - __touch_watchdog(); + update_touch_ts(); complete(this_cpu_ptr(&softlockup_completion)); return 0; @@ -374,7 +374,7 @@ static enum hrtimer_restart watchdog_timer_fn(struct hrtimer *hrtimer) /* Clear the guest paused flag on watchdog reset */ kvm_check_and_clear_guest_paused(); - __touch_watchdog(); + update_touch_ts(); return HRTIMER_RESTART; } @@ -460,7 +460,7 @@ static void watchdog_enable(unsigned int cpu) HRTIMER_MODE_REL_PINNED_HARD); /* Initialize timestamp */ - __touch_watchdog(); + update_touch_ts(); /* Enable the perf event */ if (watchdog_enabled & NMI_WATCHDOG_ENABLED) watchdog_nmi_enable(cpu); -- 2.30.2