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
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