From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753482AbbBTDDA (ORCPT ); Thu, 19 Feb 2015 22:03:00 -0500 Received: from mail-oi0-f41.google.com ([209.85.218.41]:39166 "EHLO mail-oi0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753179AbbBTDC7 (ORCPT ); Thu, 19 Feb 2015 22:02:59 -0500 Message-ID: <54E6A3E0.8050700@acm.org> Date: Thu, 19 Feb 2015 21:02:56 -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 , "openipmi-developer@lists.sourceforge.net" Subject: Pull request for the IPMI driver 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 The following changes since commit e3a1f6cac1fe20e7ac01d96c914c25726723a64e: x86: pte_protnone() and pmd_protnone() must check entry is not present (2015-02-19 15:04:49 -0800) are available in the git repository at: git://git.code.sf.net/p/openipmi/linux-ipmi tags/for-linus-3.20-1 for you to fetch changes up to 1d86e29b4a612eb01c39daa48749ab7964e77e03: ipmi: Fix a memory ordering issue (2015-02-19 20:58:42 -0600) ---------------------------------------------------------------- Some minor fixes and cleanups, nothing big. In for-next for a while and I've done some extensive beating on the driver since I have it working in qemu and can do creatively cruel things to it Thanks, -corey. ---------------------------------------------------------------- Arnd Bergmann (1): ipmi: avoid gcc warning Corey Minyard (2): ipmi: Remove a FIXME for slab conversion ipmi: Fix a memory ordering issue Joe Perches (1): ipmi: Remove uses of return value of seq_printf John Stultz (2): ipmi: Cleanup DEBUG_TIMING ifdef usage ipmi: Update timespec usage to timespec64 Nicholas Krause (2): drivers:char:ipmi: Remove unneeded FIXME comment in the file,ipmi_si_intf.c ipmi: Free ipmi_recv_msg messages from the linked list on close Takashi Iwai (1): ipmi: Use is_visible callback for conditional sysfs entries Wolfram Sang (1): char: ipmi: Remove obsolete cleanup for clientdata drivers/char/ipmi/ipmi_devintf.c | 6 +- drivers/char/ipmi/ipmi_msghandler.c | 102 ++++++++++++++---------------- drivers/char/ipmi/ipmi_si_intf.c | 121 +++++++++++++++++------------------- drivers/char/ipmi/ipmi_ssif.c | 6 +- 4 files changed, 110 insertions(+), 125 deletions(-)