public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] staging/dgrp/dgrp_tty.c: audit function return values
@ 2012-11-22 19:46 Kumar Amit Mehta
  2012-11-22 19:46 ` [PATCH 1/2] staging: dgrp: dgrp_tty.c: Remove the TIOCSSOFTCAR ioctl handler from dgrp driver Kumar Amit Mehta
  2012-11-22 19:46 ` [PATCH 2/2] staging: dgrp: dgrp_tty.c: Audit the return values of get/put_user() Kumar Amit Mehta
  0 siblings, 2 replies; 3+ messages in thread
From: Kumar Amit Mehta @ 2012-11-22 19:46 UTC (permalink / raw)
  To: gregkh
  Cc: dan.carpenter, alan, wfp5p, geert, devel, linux-kernel,
	kernel-janitors

This patch series fixes two issues in dgrp driver:
i) Removes the TIOCSSOFTCAR ioctl handler from dgrp driver so as to allow the
core tty layer to take care of this ioctl instead.

ii) Audits the return value of get_user() and put_user() and return -EFAULT in
case of error.

-- 
1.7.9.5


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-11-22 19:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-22 19:46 [PATCH 0/2] staging/dgrp/dgrp_tty.c: audit function return values Kumar Amit Mehta
2012-11-22 19:46 ` [PATCH 1/2] staging: dgrp: dgrp_tty.c: Remove the TIOCSSOFTCAR ioctl handler from dgrp driver Kumar Amit Mehta
2012-11-22 19:46 ` [PATCH 2/2] staging: dgrp: dgrp_tty.c: Audit the return values of get/put_user() Kumar Amit Mehta

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox