From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753524AbaIJUsG (ORCPT ); Wed, 10 Sep 2014 16:48:06 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39940 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752065AbaIJUsE (ORCPT ); Wed, 10 Sep 2014 16:48:04 -0400 Date: Wed, 10 Sep 2014 16:47:24 -0400 From: Dave Jones To: Andrey Ryabinin Cc: Andrey Ryabinin , LKML , Dmitry Vyukov , Konstantin Serebryany , Dmitry Chernenkov , Andrey Konovalov , Yuri Gribov , Konstantin Khlebnikov , Sasha Levin , Christoph Lameter , Joonsoo Kim , Andrew Morton , Dave Hansen , Andi Kleen , Vegard Nossum , "H. Peter Anvin" , x86@kernel.org, "linux-mm@kvack.org" Subject: Re: [RFC/PATCH v2 10/10] lib: add kasan test module Message-ID: <20140910204724.GA11363@redhat.com> Mail-Followup-To: Dave Jones , Andrey Ryabinin , Andrey Ryabinin , LKML , Dmitry Vyukov , Konstantin Serebryany , Dmitry Chernenkov , Andrey Konovalov , Yuri Gribov , Konstantin Khlebnikov , Sasha Levin , Christoph Lameter , Joonsoo Kim , Andrew Morton , Dave Hansen , Andi Kleen , Vegard Nossum , "H. Peter Anvin" , x86@kernel.org, "linux-mm@kvack.org" References: <1404905415-9046-1-git-send-email-a.ryabinin@samsung.com> <1410359487-31938-1-git-send-email-a.ryabinin@samsung.com> <1410359487-31938-11-git-send-email-a.ryabinin@samsung.com> <20140910203814.GA10244@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Sep 11, 2014 at 12:46:04AM +0400, Andrey Ryabinin wrote: > 2014-09-11 0:38 GMT+04:00 Dave Jones : > > On Wed, Sep 10, 2014 at 06:31:27PM +0400, Andrey Ryabinin wrote: > > > This is a test module doing varios nasty things like > > > out of bounds accesses, use after free. It is usefull for testing > > > kernel debugging features like kernel address sanitizer. > > > > > +void __init kmalloc_oob_rigth(void) > > > +{ > > > > 'right' ? > > > > > > I mean to the right side here (opposite to left), not synonym of word > 'correct'. yes, but there's a typo. Dave