From: Thomas Viehmann Date: Wed, 25 Jul 2007 08:21:21 +0000 (+0200) Subject: usb-serial: fix oti6858.c segfault in termios handling X-Git-Tag: v2.6.23-rc4~29^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a66639ab286250fe66b960c34ac91d0b2ee58a79;p=pandora-kernel.git usb-serial: fix oti6858.c segfault in termios handling The oti6858 usb serial driver should use kernel_termios_to_user_termios/ user_termios_to_kernel_termios to avoid segfaults because the kernel uses a structure differing from that of user space with a different size. Signed-off-by: Thomas Viehmann CC: stable Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed