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-- 1.3 KB
Makefile -rw-r--r-- 378 bytes
acl.c -rw-r--r-- 5.7 KB
acl.h -rw-r--r-- 1.5 KB
balloc.c -rw-r--r-- 45.1 KB
dir.c -rw-r--r-- 17.5 KB
ext2.h -rw-r--r-- 28.2 KB
file.c -rw-r--r-- 5.2 KB
ialloc.c -rw-r--r-- 18.4 KB
inode.c -rw-r--r-- 47.1 KB
ioctl.c -rw-r--r-- 4.3 KB
namei.c -rw-r--r-- 9.9 KB
super.c -rw-r--r-- 44.2 KB
symlink.c -rw-r--r-- 864 bytes
xattr.c -rw-r--r-- 29.0 KB
xattr.h -rw-r--r-- 3.3 KB
xattr_security.c -rw-r--r-- 1.4 KB
xattr_trusted.c -rw-r--r-- 1.1 KB
xattr_user.c -rw-r--r-- 1.2 KB

back to top