From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59474) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ceWkl-00009r-LD for qemu-devel@nongnu.org; Thu, 16 Feb 2017 19:50:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ceWkh-0006p2-NR for qemu-devel@nongnu.org; Thu, 16 Feb 2017 19:50:27 -0500 Date: Fri, 17 Feb 2017 08:50:18 +0800 From: Fam Zheng Message-ID: <20170217005018.GA21716@lemon.lan> References: <20170216085857.23501-1-snaipe@diacritic.io> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170216085857.23501-1-snaipe@diacritic.io> Subject: Re: [Qemu-devel] [PATCH] syscall: fixed mincore(2) not failing with ENOMEM List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Franklin Snaipe Mathieu Cc: qemu-devel@nongnu.org, qemu-trivial@nongnu.org, snaipe@arista.com, Riku Voipio , Aurelien Jarno On Thu, 02/16 08:58, Franklin Snaipe Mathieu wrote: > + p = lock_user_string(arg3) > + if (!p) { Please compile test at least, even if it is a trivial patch. Fam