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
Kconfig -rw-r--r-- 2.7 KB
Makefile -rw-r--r-- 703 bytes
associola.c -rw-r--r-- 48.6 KB
auth.c -rw-r--r-- 26.5 KB
bind_addr.c -rw-r--r-- 13.8 KB
chunk.c -rw-r--r-- 9.5 KB
debug.c -rw-r--r-- 3.8 KB
diag.c -rw-r--r-- 14.0 KB
endpointola.c -rw-r--r-- 10.1 KB
input.c -rw-r--r-- 34.9 KB
inqueue.c -rw-r--r-- 6.4 KB
ipv6.c -rw-r--r-- 30.1 KB
objcnt.c -rw-r--r-- 2.8 KB
offload.c -rw-r--r-- 2.4 KB
output.c -rw-r--r-- 23.0 KB
outqueue.c -rw-r--r-- 55.0 KB
primitive.c -rw-r--r-- 6.7 KB
proc.c -rw-r--r-- 10.8 KB
protocol.c -rw-r--r-- 43.0 KB
sm_make_chunk.c -rw-r--r-- 115.1 KB
sm_sideeffect.c -rw-r--r-- 50.2 KB
sm_statefuns.c -rw-r--r-- 203.9 KB
sm_statetable.c -rw-r--r-- 32.9 KB
socket.c -rw-r--r-- 262.4 KB
stream.c -rw-r--r-- 26.3 KB
stream_interleave.c -rw-r--r-- 31.5 KB
stream_sched.c -rw-r--r-- 6.1 KB
stream_sched_prio.c -rw-r--r-- 8.4 KB
stream_sched_rr.c -rw-r--r-- 4.5 KB
sysctl.c -rw-r--r-- 12.7 KB
transport.c -rw-r--r-- 20.8 KB
tsnmap.c -rw-r--r-- 8.8 KB
ulpevent.c -rw-r--r-- 32.5 KB
ulpqueue.c -rw-r--r-- 28.7 KB

back to top