
14 	buffer = vmemdup_user(buf, lbuf);
15 	if (IS_ERR(buffer) || !buffer)
16 		return -ENOMEM;
