[to-be-updated] nmi-watchdog-quiet-down-the-boot-messages-v3.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     Subject: nmi-watchdog-quiet-down-the-boot-messages-v3
has been removed from the -mm tree.  Its filename was
     nmi-watchdog-quiet-down-the-boot-messages-v3.patch

This patch was dropped because an updated version will be merged

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
From: Don Zickus <dzickus@xxxxxxxxxx>
Subject: nmi-watchdog-quiet-down-the-boot-messages-v3

V3: printk cleanup based on Ingo's feedback; checkpatch fix

Cc: Nathan Zimmer <nzimmer@xxxxxxx>
Signed-off-by: Don Zickus <dzickus@xxxxxxxxxx>
Cc: Ingo Molnar <mingo@xxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 kernel/watchdog.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff -puN kernel/watchdog.c~nmi-watchdog-quiet-down-the-boot-messages-v3 kernel/watchdog.c
--- a/kernel/watchdog.c~nmi-watchdog-quiet-down-the-boot-messages-v3
+++ a/kernel/watchdog.c
@@ -404,8 +404,8 @@ static int watchdog_nmi_enable(int cpu)
 
 	if (!IS_ERR(event)) {
 		/* only print for cpu0 or different than cpu0 */
-		if (cpu ==0 || cpu0_err)
-			pr_info("enabled, takes one hw-pmu counter.\n");
+		if (cpu == 0 || cpu0_err)
+			pr_info("enabled on all CPUs, permanently consumes one hw-PMU counter.\n");
 		goto out_save;
 	}
 
_

Patches currently in -mm which might be from dzickus@xxxxxxxxxx are

linux-next.patch
nmi-watchdog-fix-for-lockup-detector-breakage-on-resume.patch

--
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux