Revision d8a332730e757129e70675679f2b2a03f1ecf65e authored by Linus Torvalds on 27 April 2018, 17:39:38 UTC, committed by Linus Torvalds on 27 April 2018, 17:39:38 UTC
Pull char/misc driver fixes from Greg KH:
 "Here are some small char and misc driver fixes for 4.17-rc3

  A variety of small things that have fallen out after 4.17-rc1 was out.
  Some vboxguest fixes for systems with lots of memory, amba bus fixes,
  some MAINTAINERS updates, uio_hv_generic driver fixes, and a few other
  minor things that resolve problems that people reported.

  The amba bus fixes took twice to get right, the first time I messed up
  applying the patches in the wrong order, hence the revert and later
  addition again with the correct fix, sorry about that.

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

* tag 'char-misc-4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc:
  ARM: amba: Fix race condition with driver_override
  ARM: amba: Make driver_override output consistent with other buses
  Revert "ARM: amba: Fix race condition with driver_override"
  ARM: amba: Don't read past the end of sysfs "driver_override" buffer
  ARM: amba: Fix race condition with driver_override
  virt: vbox: Log an error when we fail to get the host version
  virt: vbox: Use __get_free_pages instead of kmalloc for DMA32 memory
  virt: vbox: Add vbg_req_free() helper function
  virt: vbox: Move declarations of vboxguest private functions to private header
  slimbus: Fix out-of-bounds access in slim_slicesize()
  MAINTAINERS: add dri-devel&linaro-mm for Android ION
  fpga-manager: altera-ps-spi: preserve nCONFIG state
  MAINTAINERS: update my email address
  uio_hv_generic: fix subchannel ring mmap
  uio_hv_generic: use correct channel in isr
  uio_hv_generic: make ring buffer attribute for primary channel
  uio_hv_generic: set size of ring buffer attribute
  ANDROID: binder: prevent transactions into own process.
2 parent s ee3748b + 6a7228d
History
File Mode Size
Kconfig -rw-r--r-- 1.4 KB
Makefile -rw-r--r-- 343 bytes
acl.c -rw-r--r-- 3.3 KB
acl.h -rw-r--r-- 743 bytes
aops.c -rw-r--r-- 32.1 KB
bmap.c -rw-r--r-- 54.6 KB
bmap.h -rw-r--r-- 2.2 KB
dentry.c -rw-r--r-- 2.7 KB
dir.c -rw-r--r-- 52.0 KB
dir.h -rw-r--r-- 2.6 KB
export.c -rw-r--r-- 4.7 KB
file.c -rw-r--r-- 29.4 KB
gfs2.h -rw-r--r-- 524 bytes
glock.c -rw-r--r-- 54.4 KB
glock.h -rw-r--r-- 8.9 KB
glops.c -rw-r--r-- 16.4 KB
glops.h -rw-r--r-- 1.1 KB
incore.h -rw-r--r-- 22.9 KB
inode.c -rw-r--r-- 49.1 KB
inode.h -rw-r--r-- 4.3 KB
lock_dlm.c -rw-r--r-- 38.7 KB
log.c -rw-r--r-- 27.7 KB
log.h -rw-r--r-- 2.4 KB
lops.c -rw-r--r-- 21.3 KB
lops.h -rw-r--r-- 3.0 KB
main.c -rw-r--r-- 6.0 KB
meta_io.c -rw-r--r-- 10.7 KB
meta_io.h -rw-r--r-- 2.6 KB
ops_fstype.c -rw-r--r-- 35.2 KB
quota.c -rw-r--r-- 42.4 KB
quota.h -rw-r--r-- 2.2 KB
recovery.c -rw-r--r-- 13.2 KB
recovery.h -rw-r--r-- 1.2 KB
rgrp.c -rw-r--r-- 69.2 KB
rgrp.h -rw-r--r-- 3.5 KB
super.c -rw-r--r-- 42.4 KB
super.h -rw-r--r-- 1.9 KB
sys.c -rw-r--r-- 17.5 KB
sys.h -rw-r--r-- 659 bytes
trace_gfs2.h -rw-r--r-- 17.5 KB
trans.c -rw-r--r-- 7.5 KB
trans.h -rw-r--r-- 1.5 KB
util.c -rw-r--r-- 7.4 KB
util.h -rw-r--r-- 5.0 KB
xattr.c -rw-r--r-- 32.2 KB
xattr.h -rw-r--r-- 2.0 KB

back to top