From mboxrd@z Thu Jan 1 00:00:00 1970 Reply-To: kernel-hardening@lists.openwall.com From: Greg Kroah-Hartman Message-Id: <20160226225706.GA11672@kroah.com> References: <1456447004-21392-1-git-send-email-labbott@fedoraproject.org> In-Reply-To: Date: Fri, 26 Feb 2016 22:57:07 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: [kernel-hardening] Re: [PATCHv2 0/3] LKDTM use after free test updates To: Kees Cook Cc: Arnd Bergmann , Laura Abbott , LKML , "kernel-hardening@lists.openwall.com" List-ID: On Fri, Feb 26, 2016 at 01:39:14PM -0800, Kees Cook wrote: > On Thu, Feb 25, 2016 at 4:36 PM, Laura Abbott wrote: > > Hi, > > > > This is v2 of the LKDTM test update. This is mostly taking the updates > > Kees gave for the previous series and bringing it in. > > > > Laura Abbott (3): > > lkdtm: Add READ_AFTER_FREE test > > lkdtm: Update WRITE_AFTER_FREE test > > lkdtm: Add read/write after free tests for buddy memory > > > > drivers/misc/lkdtm.c | 98 ++++++++++++++++++++++++++++++++++++++++++++++++++-- > > 1 file changed, 95 insertions(+), 3 deletions(-) > > Thanks! > > Please consider the series: > > Acked-by: Kees Cook > > And, say, while we're at it... Greg, would you mind if I became the > lkdtm maintainer? Not at all, I was treating you as one anyway, waiting till I got acks from you before committing anything :) Feel free to send a patch to MAINTAINERS for me to add for this. thanks, greg k-h From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933904AbcBZXML (ORCPT ); Fri, 26 Feb 2016 18:12:11 -0500 Received: from mail333.us4.mandrillapp.com ([205.201.137.77]:36101 "EHLO mail333.us4.mandrillapp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752825AbcBZXMJ (ORCPT ); Fri, 26 Feb 2016 18:12:09 -0500 X-Greylist: delayed 901 seconds by postgrey-1.27 at vger.kernel.org; Fri, 26 Feb 2016 18:12:09 EST DomainKey-Signature: a=rsa-sha1; c=nofws; q=dns; s=mandrill; d=linuxfoundation.org; b=JS+75H6RWyRqXJMMlJNdHlEPvnWYXyQ4JhoJlMGFIhCwajIZk6YIT60/utu0AsGRiAtwgQUJiz8g aCxET13UDx7AvQjSjdpNrd2O6vLn6ovzCvtrCVsW2HDxpCuLSG78ihlaVEW2kKerpTSlCCNNE8hC iSSvqToHBl7xoGcs+H8=; From: Greg Kroah-Hartman Subject: Re: [PATCHv2 0/3] LKDTM use after free test updates To: Kees Cook Cc: Arnd Bergmann , Laura Abbott , LKML , "kernel-hardening@lists.openwall.com" Message-Id: <20160226225706.GA11672@kroah.com> References: <1456447004-21392-1-git-send-email-labbott@fedoraproject.org> In-Reply-To: X-Report-Abuse: Please forward a copy of this message, including all headers, to abuse@mandrill.com X-Report-Abuse: You can also report abuse here: http://mandrillapp.com/contact/abuse?id=30481620.fafee9896a1e4d3f9adce736c646ff28 X-Mandrill-User: md_30481620 Date: Fri, 26 Feb 2016 22:57:07 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Feb 26, 2016 at 01:39:14PM -0800, Kees Cook wrote: > On Thu, Feb 25, 2016 at 4:36 PM, Laura Abbott wrote: > > Hi, > > > > This is v2 of the LKDTM test update. This is mostly taking the updates > > Kees gave for the previous series and bringing it in. > > > > Laura Abbott (3): > > lkdtm: Add READ_AFTER_FREE test > > lkdtm: Update WRITE_AFTER_FREE test > > lkdtm: Add read/write after free tests for buddy memory > > > > drivers/misc/lkdtm.c | 98 ++++++++++++++++++++++++++++++++++++++++++++++++++-- > > 1 file changed, 95 insertions(+), 3 deletions(-) > > Thanks! > > Please consider the series: > > Acked-by: Kees Cook > > And, say, while we're at it... Greg, would you mind if I became the > lkdtm maintainer? Not at all, I was treating you as one anyway, waiting till I got acks from you before committing anything :) Feel free to send a patch to MAINTAINERS for me to add for this. thanks, greg k-h