Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Sat, 9 Jul 2016 14:27:25 -0700
From: Andy Lutomirski <luto@...capital.net>
To: Kees Cook <keescook@...omium.org>
Cc: Christoph Lameter <cl@...ux.com>, Andrew Morton <akpm@...ux-foundation.org>, 
	Brad Spengler <spender@...ecurity.net>, Pekka Enberg <penberg@...nel.org>, 
	Ard Biesheuvel <ard.biesheuvel@...aro.org>, Casey Schaufler <casey@...aufler-ca.com>, 
	Will Deacon <will.deacon@....com>, Rik van Riel <riel@...hat.com>, 
	Benjamin Herrenschmidt <benh@...nel.crashing.org>, Dmitry Vyukov <dvyukov@...gle.com>, 
	"linux-ia64@...r.kernel.org" <linux-ia64@...r.kernel.org>, 
	"linux-arm-kernel@...ts.infradead.org" <linux-arm-kernel@...ts.infradead.org>, X86 ML <x86@...nel.org>, 
	Catalin Marinas <catalin.marinas@....com>, linux-arch <linux-arch@...r.kernel.org>, 
	David Rientjes <rientjes@...gle.com>, Mathias Krause <minipli@...glemail.com>, 
	"kernel-hardening@...ts.openwall.com" <kernel-hardening@...ts.openwall.com>, 
	"David S. Miller" <davem@...emloft.net>, Laura Abbott <labbott@...oraproject.org>, 
	"linux-mm@...ck.org" <linux-mm@...ck.org>, Jan Kara <jack@...e.cz>, Russell King <linux@...linux.org.uk>, 
	Michael Ellerman <mpe@...erman.id.au>, Andrea Arcangeli <aarcange@...hat.com>, 
	Fenghua Yu <fenghua.yu@...el.com>, linuxppc-dev@...ts.ozlabs.org, 
	Vitaly Wool <vitalywool@...il.com>, 
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>, Borislav Petkov <bp@...e.de>, 
	Tony Luck <tony.luck@...el.com>, PaX Team <pageexec@...email.hu>, 
	Joonsoo Kim <iamjoonsoo.kim@....com>, sparclinux@...r.kernel.org
Subject: Re: [PATCH 0/9] mm: Hardened usercopy

On Jul 6, 2016 6:25 PM, "Kees Cook" <keescook@...omium.org> wrote:
>
> Hi,
>
> This is a start of the mainline port of PAX_USERCOPY[1]. After I started
> writing tests (now in lkdtm in -next) for Casey's earlier port[2], I
> kept tweaking things further and further until I ended up with a whole
> new patch series. To that end, I took Rik's feedback and made a number
> of other changes and clean-ups as well.
>

I like the series, but I have one minor nit to pick.  The effect of
this series is to harden usercopy, but most of the code is really
about infrastructure to validate that a pointed-to object is valid.
Might it make sense to call the infrastructure part something else?
After all, this could be extended in the future for memcpy or even for
some GCC plugin to check pointers passed to ordinary (non-allocator)
functions.

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.