From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759170AbcEFWsS (ORCPT ); Fri, 6 May 2016 18:48:18 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:55205 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758673AbcEFWsR (ORCPT ); Fri, 6 May 2016 18:48:17 -0400 Date: Fri, 6 May 2016 15:48:15 -0700 From: Andrew Morton To: Andrey Ryabinin Cc: , , , Alexander Potapenko , Dmitry Vyukov Subject: Re: [PATCH 1/4] kasan/tests: add tests for user memory access functions Message-Id: <20160506154815.1a2fcfa25112e48f9bb7c321@linux-foundation.org> In-Reply-To: <1462538722-1574-1-git-send-email-aryabinin@virtuozzo.com> References: <1462538722-1574-1-git-send-email-aryabinin@virtuozzo.com> X-Mailer: Sylpheed 3.4.1 (GTK+ 2.24.23; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 6 May 2016 15:45:19 +0300 Andrey Ryabinin wrote: > This patch adds some tests for user memory access API. > KASAN doesn't pass these tests yet, but follow on patches will fix that. I'll move this patch from [1/4] to [4/4] to avoid the minor bisection hole.