Revision ab02b61f24c76b1659086fcc8b00cbeeb6e95ac7 authored by Linus Torvalds on 16 February 2020, 21:05:46 UTC, committed by Linus Torvalds on 16 February 2020, 21:05:46 UTC
Pull IPMI update from Corey Minyard:
 "Minor bug fixes for IPMI

  I know this is late; I've been travelling and, well, I've been
  distracted.

  This is just a few bug fixes and adding i2c support to the IPMB
  driver, which is something I wanted from the beginning for it"

* tag 'for-linus-5.6-1' of https://github.com/cminyard/linux-ipmi:
  drivers: ipmi: fix off-by-one bounds check that leads to a out-of-bounds write
  ipmi:ssif: Handle a possible NULL pointer reference
  drivers: ipmi: Modify max length of IPMB packet
  drivers: ipmi: Support raw i2c packet in IPMB
2 parent s 44024ad + e0354d1
History
File Mode Size
certs
.gitignore -rw-r--r-- 30 bytes
Kconfig -rw-r--r-- 7.5 KB
Makefile -rw-r--r-- 2.1 KB
ap.c -rw-r--r-- 1.3 KB
chan.c -rw-r--r-- 30.4 KB
core.c -rw-r--r-- 38.2 KB
core.h -rw-r--r-- 17.6 KB
debugfs.c -rw-r--r-- 2.9 KB
debugfs.h -rw-r--r-- 339 bytes
ethtool.c -rw-r--r-- 843 bytes
ibss.c -rw-r--r-- 12.2 KB
lib80211.c -rw-r--r-- 6.6 KB
lib80211_crypt_ccmp.c -rw-r--r-- 10.7 KB
lib80211_crypt_tkip.c -rw-r--r-- 19.2 KB
lib80211_crypt_wep.c -rw-r--r-- 6.0 KB
mesh.c -rw-r--r-- 8.0 KB
mlme.c -rw-r--r-- 23.7 KB
nl80211.c -rw-r--r-- 456.3 KB
nl80211.h -rw-r--r-- 4.8 KB
ocb.c -rw-r--r-- 1.8 KB
of.c -rw-r--r-- 3.4 KB
pmsr.c -rw-r--r-- 15.7 KB
radiotap.c -rw-r--r-- 11.8 KB
rdev-ops.h -rw-r--r-- 37.7 KB
reg.c -rw-r--r-- 104.3 KB
reg.h -rw-r--r-- 7.2 KB
scan.c -rw-r--r-- 68.1 KB
sme.c -rw-r--r-- 35.1 KB
sysfs.c -rw-r--r-- 4.0 KB
sysfs.h -rw-r--r-- 222 bytes
trace.c -rw-r--r-- 102 bytes
trace.h -rw-r--r-- 94.7 KB
util.c -rw-r--r-- 50.4 KB
wext-compat.c -rw-r--r-- 38.8 KB
wext-compat.h -rw-r--r-- 2.3 KB
wext-core.c -rw-r--r-- 31.6 KB
wext-priv.c -rw-r--r-- 6.9 KB
wext-proc.c -rw-r--r-- 3.6 KB
wext-sme.c -rw-r--r-- 8.7 KB
wext-spy.c -rw-r--r-- 6.6 KB

back to top