On Tue, Aug 18, 2020 at 11:38:31AM +0300, Gal Pressman wrote: > Add a debug print which is emitted when a certain driver is marked as > non-kverbs provider. This allows for easier understanding of why kverbs > functionality isn't working in such cases. > > In addition, print the name of the first mandatory verb that is missing. > This brings back use for the unused name field. > > Signed-off-by: Gal Pressman <galpress@xxxxxxxxxx> > --- > drivers/infiniband/core/device.c | 4 ++++ > 1 file changed, 4 insertions(+) Kinda wondering why here? The debug level doesn't print by default does it? Jason