From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751797AbbKPMfB (ORCPT ); Mon, 16 Nov 2015 07:35:01 -0500 Received: from mail-oi0-f54.google.com ([209.85.218.54]:34069 "EHLO mail-oi0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751223AbbKPMfA (ORCPT ); Mon, 16 Nov 2015 07:35:00 -0500 Message-ID: <5649CD71.2050708@acm.org> Date: Mon, 16 Nov 2015 06:34:57 -0600 From: Corey Minyard Reply-To: minyard@acm.org User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Linus Torvalds CC: linux-kernel Subject: git pull request for IPMI for 4.4 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Well, I missed the merge window because I wasn't paying close enough attention. These changes are small and one fixes a moderately significant bug. They have been in linux-next for a while without issue. The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec: Linux 4.4-rc1 (2015-11-15 17:00:27 -0800) are available in the git repository at: git://git.code.sf.net/p/openipmi/linux-ipmi tags/for-linus-4.4 for you to fetch changes up to c7f42c63901b964833eb23a9bda873b799e7f308: ipmi watchdog : add panic_wdt_timeout parameter (2015-11-16 06:28:43 -0600) ---------------------------------------------------------------- ome fixes for small IPMI problems. The most significant is that the driver wasn't starting the timer for some messages, which would result in problems if that message failed for some reason. The others are small optimizations or making things a little neater. ---------------------------------------------------------------- Corey Minyard (2): ipmi: Start the timer and thread on internal msgs ipmi: Stop the timer immediately if idle Jean-Yves Faye (1): ipmi watchdog : add panic_wdt_timeout parameter Luis de Bethencourt (1): char: ipmi: Move MODULE_DEVICE_TABLE() to follow struct Documentation/IPMI.txt | 7 +++- drivers/char/ipmi/ipmi_si_intf.c | 82 +++++++++++++++++++++++++-------------- drivers/char/ipmi/ipmi_watchdog.c | 8 +++- 3 files changed, 64 insertions(+), 33 deletions(-)