From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757002AbcG0PdM (ORCPT ); Wed, 27 Jul 2016 11:33:12 -0400 Received: from mail-oi0-f67.google.com ([209.85.218.67]:36373 "EHLO mail-oi0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756040AbcG0PdK (ORCPT ); Wed, 27 Jul 2016 11:33:10 -0400 Reply-To: minyard@acm.org To: Linus Torvalds Cc: linux-kernel From: Corey Minyard Subject: [GIT PULL] Pull request for 4.8 for IPMI Message-ID: <5798D433.4070203@acm.org> Date: Wed, 27 Jul 2016 10:33:07 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed 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 0e06f5c0deeef0332a5da2ecb8f1fcf3e024d958: Merge branch 'akpm' (patches from Andrew) (2016-07-26 19:55:54 -0700) are available in the git repository at: git://git.code.sf.net/p/openipmi/linux-ipmi tags/for-linus-4.8 for you to fetch changes up to b07b58a3e435a3d18004815e8364ec26c4236721: ipmi: remove trydefaults parameter and default init (2016-07-27 10:24:38 -0500) ---------------------------------------------------------------- Remove some old cruft that was disabled by default a long time ago. No modern hardware should need this, and anybody who really doesn't have something to automatically detect IPMI can add the device by hand on the module commandline or hot add it. This is small, but needs to get out because it is breaking ARM64 systems if they enable this option in the config file. ---------------------------------------------------------------- Tony Camuso (1): ipmi: remove trydefaults parameter and default init drivers/char/ipmi/Kconfig | 12 ------ drivers/char/ipmi/ipmi_msghandler.c | 4 +- drivers/char/ipmi/ipmi_si_intf.c | 73 ------------------------------------- include/linux/ipmi.h | 2 +- 4 files changed, 3 insertions(+), 88 deletions(-)