Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751846AbbHGJyz (ORCPT ); Fri, 7 Aug 2015 05:54:55 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50786 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751716AbbHGJyy (ORCPT ); Fri, 7 Aug 2015 05:54:54 -0400 From: Ulrich Obergfell To: linux-kernel@vger.kernel.org Cc: akpm@linux-foundation.org, dzickus@redhat.com, atomlin@redhat.com, uobergfe@redhat.com, jolsa@kernel.org, mhocko@suse.cz, eranian@google.com, cmetcalf@ezchip.com, fweisbec@gmail.com, linux@roeck-us.net Subject: [PATCH 0/2] watchdog: avoid races in watchdog_nmi_{en|disable} functions - follow up patches Date: Fri, 7 Aug 2015 11:58:06 +0200 Message-Id: <1438941488-3651-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: 1843 Lines: 41 This small series follows up to patch discussion related to $subject patch series which is now in linux-next at: - introduce watchdog_park_threads() and watchdog_unpark_threads() https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/kernel/watchdog.c?id=89f536017155c7f76c8a620e6aed03809e53cd4c - introduce watchdog_suspend() and watchdog_resume() https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/kernel/watchdog.c?id=e0dd9ee3ecf3394e93343cf9542d8ca1b54eca08 - use park/unpark functions in update_watchdog_all_cpus() https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/kernel/watchdog.c?id=eef1a759acfb98766fef20afca9e06f014299e3f - use suspend/resume interface in fixup_ht_bug() https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/kernel/watchdog.c?id=77592a82363dd508ce3dbe4eaaa2c6c45b966ebb Changes based on patch discussion: - Patch 1/2: rename watchdog_{suspend|resume}, add comment blocks http://marc.info/?l=linux-kernel&m=143844050610220&w=2 http://marc.info/?l=linux-kernel&m=143876224114821&w=2 - Patch 2/2: use pr_debug() instead of pr_info() http://marc.info/?l=linux-kernel&m=143869949229461&w=2 Ulrich Obergfell (2): watchdog: rename watchdog_suspend() and watchdog_resume() watchdog: use pr_debug() in fixup_ht_bug() failure path arch/x86/kernel/cpu/perf_event_intel.c | 6 +++--- include/linux/nmi.h | 8 ++++---- kernel/watchdog.c | 26 ++++++++++++++++++++++---- 3 files changed, 29 insertions(+), 11 deletions(-) -- 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/