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.3 KB
Makefile -rw-r--r-- 870 bytes
array.c -rw-r--r-- 20.3 KB
base.c -rw-r--r-- 85.2 KB
cmdline.c -rw-r--r-- 687 bytes
consoles.c -rw-r--r-- 2.2 KB
cpuinfo.c -rw-r--r-- 698 bytes
devices.c -rw-r--r-- 1.4 KB
fd.c -rw-r--r-- 7.5 KB
fd.h -rw-r--r-- 539 bytes
generic.c -rw-r--r-- 14.0 KB
inode.c -rw-r--r-- 12.5 KB
internal.h -rw-r--r-- 8.1 KB
interrupts.c -rw-r--r-- 1.1 KB
kcore.c -rw-r--r-- 15.7 KB
kmsg.c -rw-r--r-- 1.5 KB
loadavg.c -rw-r--r-- 1.2 KB
meminfo.c -rw-r--r-- 5.4 KB
namespaces.c -rw-r--r-- 4.2 KB
nommu.c -rw-r--r-- 3.2 KB
page.c -rw-r--r-- 6.9 KB
proc_net.c -rw-r--r-- 4.7 KB
proc_sysctl.c -rw-r--r-- 40.8 KB
proc_tty.c -rw-r--r-- 4.7 KB
root.c -rw-r--r-- 5.0 KB
self.c -rw-r--r-- 1.7 KB
softirqs.c -rw-r--r-- 1.0 KB
stat.c -rw-r--r-- 5.5 KB
task_mmu.c -rw-r--r-- 44.2 KB
task_nommu.c -rw-r--r-- 7.2 KB
thread_self.c -rw-r--r-- 1.9 KB
uptime.c -rw-r--r-- 1.2 KB
util.c -rw-r--r-- 361 bytes
version.c -rw-r--r-- 797 bytes
vmcore.c -rw-r--r-- 29.8 KB

back to top