Revision a84ec72324e291262137726d10d67f90c4c5110e authored by Linus Torvalds on 15 December 2017, 20:59:48 UTC, committed by Linus Torvalds on 15 December 2017, 20:59:48 UTC
Pull staging fixes from Greg KH:
 "Here are some small staging driver fixes for 4.15-rc4.

  One patch for the ccree driver to prevent an unitialized value from
  being returned to a caller, and the other fixes a logic error in the
  pi433 driver"

* tag 'staging-4.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging:
  staging: pi433: Fixes issue with bit shift in rf69_get_modulation
  staging: ccree: Uninitialized return in ssi_ahash_import()
2 parent s d6e47ee + 202fc67
History
File Mode Size
Kconfig -rw-r--r-- 3.2 KB
Makefile -rw-r--r-- 729 bytes
associola.c -rw-r--r-- 48.7 KB
auth.c -rw-r--r-- 23.9 KB
bind_addr.c -rw-r--r-- 13.9 KB
chunk.c -rw-r--r-- 9.8 KB
debug.c -rw-r--r-- 4.3 KB
endpointola.c -rw-r--r-- 12.3 KB
input.c -rw-r--r-- 34.3 KB
inqueue.c -rw-r--r-- 7.0 KB
ipv6.c -rw-r--r-- 29.4 KB
objcnt.c -rw-r--r-- 3.9 KB
offload.c -rw-r--r-- 2.9 KB
output.c -rw-r--r-- 23.0 KB
outqueue.c -rw-r--r-- 55.5 KB
primitive.c -rw-r--r-- 7.4 KB
probe.c -rw-r--r-- 5.9 KB
proc.c -rw-r--r-- 13.9 KB
protocol.c -rw-r--r-- 42.9 KB
sctp_diag.c -rw-r--r-- 13.5 KB
sm_make_chunk.c -rw-r--r-- 114.4 KB
sm_sideeffect.c -rw-r--r-- 51.3 KB
sm_statefuns.c -rw-r--r-- 202.3 KB
sm_statetable.c -rw-r--r-- 33.7 KB
socket.c -rw-r--r-- 232.0 KB
stream.c -rw-r--r-- 27.1 KB
stream_sched.c -rw-r--r-- 6.6 KB
stream_sched_prio.c -rw-r--r-- 9.0 KB
stream_sched_rr.c -rw-r--r-- 5.2 KB
sysctl.c -rw-r--r-- 12.5 KB
transport.c -rw-r--r-- 20.9 KB
tsnmap.c -rw-r--r-- 9.5 KB
ulpevent.c -rw-r--r-- 31.6 KB
ulpqueue.c -rw-r--r-- 29.3 KB

back to top