Re: [PATCH v2] infiniband: remove WARN that is not kernel bug

From: Jason Gunthorpe
Date: Mon Nov 21 2016 - 11:53:14 EST


On Mon, Nov 21, 2016 at 02:14:08PM +0200, Leon Romanovsky wrote:
> >
> > In ib_ucm_write function there is a wrong prefix:
> >
> > + pr_err_once("ucm_write: process %d (%s) tried to do something hinky\n",
>
> I did it intentionally to have the same errors for all flows.

Lets actually use a good message too please?

pr_err_once("ucm_write: process %d (%s) changed security contexts after opening FD, this is not allowed.\n",

Jason