From: Jiri Slaby Date: Thu, 6 Nov 2014 15:56:33 +0000 (+0100) Subject: tty: warn on deprecated serial flags X-Git-Tag: omap-for-v3.19/fixes-rc1~86^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a8ae62f8296760a2a1eee7009a1444c327603e0;p=pandora-kernel.git tty: warn on deprecated serial flags When somebody calls TIOCSSERIAL ioctl with serial flags to set one of * ASYNC_SESSION_LOCKOUT * ASYNC_PGRP_LOCKOUT * ASYNC_CALLOUT_NOHUP * ASYNC_AUTOPROBE nothing happens. We actually ignore the flags for over a decade at least (I checked 2.6.0). So start yelling at users who use those flags, that they shouldn't. Signed-off-by: Jiri Slaby Cc: Peter Hurley Cc: Alan Cox Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed