[PATCH V2 1/1] Drivers: hv: vmbus: Add vendor and device atttributes

2015-12-25 Thread K. Y. Srinivasan
Add vendor and device attributes to VMBUS devices. These will be used by Hyper-V tools as well user-level RDMA libraries that will use the vendor/device tuple to discover the RDMA device. Signed-off-by: K. Y. Srinivasan --- V2: Addressed comments from Greg KH Documentation/ABI/stable/sy

[PATCH] android/binder: fix fput comment

2015-12-25 Thread Jann Horn
Just something I noticed while looking at FD-passing code. Didn't test the change. BUG_ON is intentional, if someone rewrites the code to hit that, it can be a security issue. Signed-off-by: Jann Horn --- drivers/android/binder.c | 18 ++ 1 file changed, 14 insertions(+), 4 dele