Merge tag 'char-misc-5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Pull char/misc driver fixes from Greg KH: "Here are some small char and misc driver fixes to resolve some reported issues, as well as a number of binderfs fixups that were found after auditing the filesystem code by Al Viro. As binderfs hasn't been in a previous release yet, it's good to get these in now before the first users show up. All of these have been in linux-next for a bit with no reported issues" * tag 'char-misc-5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc: (26 commits) i3c: master: Fix an error checking typo in 'cdns_i3c_master_probe()' binderfs: switch from d_add() to d_instantiate() binderfs: drop lock in binderfs_binder_ctl_create binderfs: kill_litter_super() before cleanup binderfs: rework binderfs_binder_device_create() binderfs: rework binderfs_fill_super() binderfs: prevent renaming the control dentry binderfs: remove outdated comment binderfs: use __u32 for device numbers binderfs: use correct include guards in header misc: pvpanic: fix warning implicit declaration char/mwave: fix potential Spectre v1 vulnerability misc: ibmvsm: Fix potential NULL pointer dereference binderfs: fix error return code in binderfs_fill_super() mei: me: add denverton innovation engine device IDs mei: me: mark LBG devices as having dma support mei: dma: silent the reject message binderfs: handle !CONFIG_IPC_NS builds binderfs: reserve devices for initial mount binderfs: rename header to binderfs.h ...
No related branches found
No related tags found
Showing
- drivers/android/binderfs.c 151 additions, 131 deletionsdrivers/android/binderfs.c
- drivers/char/mwave/mwavedd.c 7 additions, 0 deletionsdrivers/char/mwave/mwavedd.c
- drivers/hv/channel.c 1 addition, 8 deletionsdrivers/hv/channel.c
- drivers/hv/hv_balloon.c 6 additions, 4 deletionsdrivers/hv/hv_balloon.c
- drivers/hv/ring_buffer.c 15 additions, 16 deletionsdrivers/hv/ring_buffer.c
- drivers/hv/vmbus_drv.c 61 additions, 30 deletionsdrivers/hv/vmbus_drv.c
- drivers/misc/ibmvmc.c 5 additions, 2 deletionsdrivers/misc/ibmvmc.c
- drivers/misc/mei/hbm.c 9 additions, 3 deletionsdrivers/misc/mei/hbm.c
- drivers/misc/mei/hw-me-regs.h 2 additions, 0 deletionsdrivers/misc/mei/hw-me-regs.h
- drivers/misc/mei/pci-me.c 3 additions, 1 deletiondrivers/misc/mei/pci-me.c
- drivers/misc/pvpanic.c 4 additions, 0 deletionsdrivers/misc/pvpanic.c
- include/linux/hyperv.h 3 additions, 2 deletionsinclude/linux/hyperv.h
- include/uapi/linux/android/binderfs.h 5 additions, 5 deletionsinclude/uapi/linux/android/binderfs.h
Loading
Please register or sign in to comment