Hi, In order to make my videoloopback more efficient I am trying to copy the buffer from a write call directly to a buffer from a read call. using copy_to_user does nothing and copy_from_user crashes my machine. using verify_area also doesn't help. I am searching for something like copy_between_users..... Anybody here knows something like that? Jeroen