From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Mon, 12 Dec 2011 18:45:54 +0800 References: <4EE36653.4000504@gmail.com> <1323527316-15071-1-git-send-email-sven@narfation.org> <1323527316-15071-2-git-send-email-sven@narfation.org> In-Reply-To: <1323527316-15071-2-git-send-email-sven@narfation.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201112121845.55018.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCHv2 2/3] batman-adv: Directly check read of icmp packet in copy_from_user Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: The list for a Better Approach To Mobile Ad-hoc Networking On Saturday, December 10, 2011 22:28:35 Sven Eckelmann wrote: > The access_ok read check can be directly done in copy_from_user since a > failure of access_ok is handled the same way as an error in > __copy_from_user. Applied in revision abe653f. Thanks, Marek