Revision f61cf8decb37e7244247129163bf69b45dd3b1cd authored by Linus Torvalds on 14 December 2019, 20:49:20 UTC, committed by Linus Torvalds on 14 December 2019, 20:49:20 UTC
Pull char/misc driver fixes from Greg KH:
 "Here are six small fixes for some reported char/misc driver issues:

   - fix build warnings with new 'awk' with the raid6 code

   - four interconnect driver bugfixes

   - binder fix for reported problem

  All of these except the binder fix have been in linux-next with no
  reported issues. The binder fix is "new" but Todd says it is good as
  he has tested it :)"

* tag 'char-misc-5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc:
  binder: fix incorrect calculation for num_valid
  interconnect: qcom: msm8974: Walk the list safely on node removal
  interconnect: qcom: qcs404: Walk the list safely on node removal
  interconnect: qcom: sdm845: Walk the list safely on node removal
  interconnect: qcom: Fix Kconfig indentation
  lib: raid6: fix awk build warnings
2 parent s 894554c + 1698174
History
File Mode Size
Kconfig -rw-r--r-- 228 bytes
Makefile -rw-r--r-- 356 bytes
acl.c -rw-r--r-- 4.6 KB
dcache.c -rw-r--r-- 3.6 KB
devorangefs-req.c -rw-r--r-- 21.9 KB
dir.c -rw-r--r-- 9.1 KB
downcall.h -rw-r--r-- 2.9 KB
file.c -rw-r--r-- 18.3 KB
inode.c -rw-r--r-- 29.1 KB
namei.c -rw-r--r-- 11.5 KB
orangefs-bufmap.c -rw-r--r-- 12.6 KB
orangefs-bufmap.h -rw-r--r-- 925 bytes
orangefs-cache.c -rw-r--r-- 4.3 KB
orangefs-debug.h -rw-r--r-- 2.5 KB
orangefs-debugfs.c -rw-r--r-- 24.7 KB
orangefs-debugfs.h -rw-r--r-- 311 bytes
orangefs-dev-proto.h -rw-r--r-- 2.1 KB
orangefs-kernel.h -rw-r--r-- 13.2 KB
orangefs-mod.c -rw-r--r-- 5.9 KB
orangefs-sysfs.c -rw-r--r-- 33.0 KB
orangefs-sysfs.h -rw-r--r-- 77 bytes
orangefs-utils.c -rw-r--r-- 15.4 KB
protocol.h -rw-r--r-- 11.2 KB
super.c -rw-r--r-- 17.1 KB
symlink.c -rw-r--r-- 497 bytes
upcall.h -rw-r--r-- 6.7 KB
waitqueue.c -rw-r--r-- 10.3 KB
xattr.c -rw-r--r-- 14.7 KB

back to top