From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6BF4EC352A3 for ; Thu, 6 Feb 2020 19:14:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 4E6E7222C2 for ; Thu, 6 Feb 2020 19:14:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727630AbgBFTOi (ORCPT ); Thu, 6 Feb 2020 14:14:38 -0500 Received: from mga09.intel.com ([134.134.136.24]:61764 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726990AbgBFTOh (ORCPT ); Thu, 6 Feb 2020 14:14:37 -0500 X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Feb 2020 11:14:37 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,410,1574150400"; d="scan'208";a="345087488" Received: from lahna.fi.intel.com (HELO lahna) ([10.237.72.163]) by fmsmga001.fm.intel.com with SMTP; 06 Feb 2020 11:14:33 -0800 Received: by lahna (sSMTP sendmail emulation); Thu, 06 Feb 2020 21:14:33 +0200 Date: Thu, 6 Feb 2020 21:14:33 +0200 From: Mika Westerberg To: "Rafael J. Wysocki" Cc: Jean Delvare , Guenter Roeck , "Rafael J. Wysocki" , Len Brown , ACPI Devel Maling List , Wim Van Sebroeck , linux-watchdog@vger.kernel.org, Tom Abraham Subject: Re: Forcing non-ACPI watchdog driver Message-ID: <20200206191433.GU2667@lahna.fi.intel.com> References: <1580915129.23547.3.camel@suse.de> <20200205152435.GE2667@lahna.fi.intel.com> <20200205163048.GD25403@roeck-us.net> <20200205163831.GG2667@lahna.fi.intel.com> <20200206154532.359086d6@endymion> <20200206145602.GQ2667@lahna.fi.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Sender: linux-acpi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org On Thu, Feb 06, 2020 at 05:00:43PM +0100, Rafael J. Wysocki wrote: > So queued up now (with very minor changes in the subject and > changelog), but I will rebase it on top of -rc1 when it is out. Thanks!