K 10 svn:author V 3 mav K 8 svn:date V 27 2016-10-31T07:21:37.222661Z K 7 svn:log V 349 MFC r307523: 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. END