Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753252AbbDQJYr (ORCPT ); Fri, 17 Apr 2015 05:24:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44765 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751812AbbDQJYi (ORCPT ); Fri, 17 Apr 2015 05:24:38 -0400 From: Ulrich Obergfell To: linux-kernel@vger.kernel.org Cc: dzickus@redhat.com, uobergfe@redhat.com Subject: [RFC PATCH 0/1] watchdog: fix watchdog_nmi_enable_all() Date: Fri, 17 Apr 2015 11:26:35 +0200 Message-Id: <1429262796-3472-1-git-send-email-uobergfe@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 855 Lines: 23 It appears that this issue has been introduced during the recent merges. It is related to the patch series from https://lkml.org/lkml/2015/2/5/624 and http://lkml.kernel.org/r/1416251225-17721-12-git-send-email-eranian@google.com watchdog_nmi_enable_all() needs to check a bit in watchdog_enabled to determine whether the NMI watchdog is running, not the content of watchdog_user_enabled. The attached [RFC PATCH 1/1] has undergone minimal testing only. Ulrich Obergfell (1): watchdog: fix watchdog_nmi_enable_all() kernel/watchdog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 1.7.11.7 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/