Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753132AbdF2Rrh (ORCPT ); Thu, 29 Jun 2017 13:47:37 -0400 Received: from mail-io0-f176.google.com ([209.85.223.176]:35628 "EHLO mail-io0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752136AbdF2Rr3 (ORCPT ); Thu, 29 Jun 2017 13:47:29 -0400 MIME-Version: 1.0 In-Reply-To: References: <20170623015010.GA137429@beast> From: Kees Cook Date: Thu, 29 Jun 2017 10:47:27 -0700 X-Google-Sender-Auth: fGbbwaoSEs11k6d-gZPPj8ySUb8 Message-ID: Subject: Re: [PATCH v2] mm: Add SLUB free list pointer obfuscation To: Christoph Lameter Cc: Andrew Morton , Laura Abbott , Daniel Micay , Pekka Enberg , David Rientjes , Joonsoo Kim , "Paul E. McKenney" , Ingo Molnar , Josh Triplett , Andy Lutomirski , Nicolas Pitre , Tejun Heo , Daniel Mack , Sebastian Andrzej Siewior , Sergey Senozhatsky , Helge Deller , Rik van Riel , LKML , Linux-MM , "kernel-hardening@lists.openwall.com" Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1160 Lines: 29 On Thu, Jun 29, 2017 at 10:05 AM, Christoph Lameter wrote: > On Sun, 25 Jun 2017, Kees Cook wrote: > >> The difference gets lost in the noise, but if the above is sensible, >> it's 0.07% slower. ;) > > Hmmm... These differences add up. Also in a repetative benchmark like that > you do not see the impact that the additional cacheline use in the cpu > cache has on larger workloads. Those may be pushed over the edge of l1 or > l2 capacity at some point which then causes drastic regressions. Even if that is true, it may be worth it to some people to have the protection. Given that is significantly hampers a large class of heap overflow attacks[1], I think it's an important change to have. I'm not suggesting this be on by default, it's cleanly behind CONFIG-controlled macros, and is very limited in scope. If you can Ack it we can let system builders decide if they want to risk a possible performance hit. I'm pretty sure most distros would like to have this protection. Thanks for looking it over! -Kees [1] http://resources.infosecinstitute.com/exploiting-linux-kernel-heap-corruptions-slub-allocator/ -- Kees Cook Pixel Security