Revision a74aa9676c0256eac05efb2c8e3127e0835e66e5 authored by Linus Torvalds on 11 July 2018, 17:10:50 UTC, committed by Linus Torvalds on 11 July 2018, 17:10:50 UTC
Pull char/misc fixes from Greg KH:
 "Here are a few char/misc driver fixes for 4.18-rc5.

  The "largest" stuff here is fixes for the UIO changes in 4.18-rc1 that
  caused breakages for some people. Thanks to Xiubo Li for fixing them
  quickly. Other than that, minor fixes for thunderbolt, vmw_balloon,
  nvmem, mei, ibmasm, and mei drivers. There's also a MAINTAINERS update
  where Rafael is offering to help out with reviewing driver core
  patches.

  All of these have been in linux-next with no reported issues"

* tag 'char-misc-4.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc:
  nvmem: Don't let a NULL cell_id for nvmem_cell_get() crash us
  thunderbolt: Notify userspace when boot_acl is changed
  uio: fix crash after the device is unregistered
  uio: change to use the mutex lock instead of the spin lock
  uio: use request_threaded_irq instead
  fpga: altera-cvp: Fix an error handling path in 'altera_cvp_probe()'
  ibmasm: don't write out of bounds in read handler
  MAINTAINERS: Add myself as driver core changes reviewer
  mei: discard messages from not connected client during power down.
  vmw_balloon: fix inflation with batching
2 parent s 1dc85ac + 87ed140
History
File Mode Size
partitions
Kconfig -rw-r--r-- 6.2 KB
Kconfig.iosched -rw-r--r-- 2.7 KB
Makefile -rw-r--r-- 1.5 KB
badblocks.c -rw-r--r-- 14.5 KB
bfq-cgroup.c -rw-r--r-- 33.5 KB
bfq-iosched.c -rw-r--r-- 184.2 KB
bfq-iosched.h -rw-r--r-- 31.6 KB
bfq-wf2q.c -rw-r--r-- 52.2 KB
bio-integrity.c -rw-r--r-- 13.8 KB
bio.c -rw-r--r-- 51.3 KB
blk-cgroup.c -rw-r--r-- 38.7 KB
blk-core.c -rw-r--r-- 104.6 KB
blk-exec.c -rw-r--r-- 2.9 KB
blk-flush.c -rw-r--r-- 17.3 KB
blk-integrity.c -rw-r--r-- 12.1 KB
blk-ioc.c -rw-r--r-- 11.0 KB
blk-lib.c -rw-r--r-- 10.9 KB
blk-map.c -rw-r--r-- 5.9 KB
blk-merge.c -rw-r--r-- 20.7 KB
blk-mq-cpumap.c -rw-r--r-- 1.6 KB
blk-mq-debugfs.c -rw-r--r-- 24.2 KB
blk-mq-debugfs.h -rw-r--r-- 2.1 KB
blk-mq-pci.c -rw-r--r-- 1.7 KB
blk-mq-rdma.c -rw-r--r-- 1.7 KB
blk-mq-sched.c -rw-r--r-- 16.1 KB
blk-mq-sched.h -rw-r--r-- 2.8 KB
blk-mq-sysfs.c -rw-r--r-- 8.1 KB
blk-mq-tag.c -rw-r--r-- 11.2 KB
blk-mq-tag.h -rw-r--r-- 2.3 KB
blk-mq-virtio.c -rw-r--r-- 1.7 KB
blk-mq.c -rw-r--r-- 74.2 KB
blk-mq.h -rw-r--r-- 5.6 KB
blk-settings.c -rw-r--r-- 28.6 KB
blk-softirq.c -rw-r--r-- 4.4 KB
blk-stat.c -rw-r--r-- 4.7 KB
blk-stat.h -rw-r--r-- 4.4 KB
blk-sysfs.c -rw-r--r-- 24.1 KB
blk-tag.c -rw-r--r-- 9.3 KB
blk-throttle.c -rw-r--r-- 68.7 KB
blk-timeout.c -rw-r--r-- 6.0 KB
blk-wbt.c -rw-r--r-- 18.2 KB
blk-wbt.h -rw-r--r-- 3.6 KB
blk-zoned.c -rw-r--r-- 8.7 KB
blk.h -rw-r--r-- 12.1 KB
bounce.c -rw-r--r-- 6.8 KB
bsg-lib.c -rw-r--r-- 8.7 KB
bsg.c -rw-r--r-- 21.2 KB
cfq-iosched.c -rw-r--r-- 126.6 KB
cmdline-parser.c -rw-r--r-- 4.9 KB
compat_ioctl.c -rw-r--r-- 10.9 KB
deadline-iosched.c -rw-r--r-- 13.2 KB
elevator.c -rw-r--r-- 27.4 KB
genhd.c -rw-r--r-- 48.8 KB
ioctl.c -rw-r--r-- 15.2 KB
ioprio.c -rw-r--r-- 5.1 KB
kyber-iosched.c -rw-r--r-- 25.3 KB
mq-deadline.c -rw-r--r-- 20.0 KB
noop-iosched.c -rw-r--r-- 2.6 KB
opal_proto.h -rw-r--r-- 9.3 KB
partition-generic.c -rw-r--r-- 16.9 KB
scsi_ioctl.c -rw-r--r-- 19.1 KB
sed-opal.c -rw-r--r-- 58.8 KB
t10-pi.c -rw-r--r-- 4.9 KB

back to top