K 10 svn:author V 3 mav K 8 svn:date V 27 2016-10-17T15:02:17.957467Z K 7 svn:log V 356 Make pass driver better support CAM_CDB_POINTER flag. Previously pass driver just ignored the flag, making random kernel code access user-space pointer, sometime causing crashes even for correctly written applications if user-level context was switched or swapped out. This patch tries to copyin the CDB into kernel space to avoid it. MFC after: 2 weeks END