Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1451360 > unrolled thread

[GIT PULL] Pull request for 4.8 for IPMI

Started byCorey Minyard <minyard@acm.org>
First post2016-07-27 17:40 +0200
Last post2016-07-27 17:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [GIT PULL] Pull request for 4.8 for IPMI Corey Minyard <minyard@acm.org> - 2016-07-27 17:40 +0200

#1451360 — [GIT PULL] Pull request for 4.8 for IPMI

FromCorey Minyard <minyard@acm.org>
Date2016-07-27 17:40 +0200
Subject[GIT PULL] Pull request for 4.8 for IPMI
Message-ID<rZz69-1cX-1@gated-at.bofh.it>
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(-)

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web