Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753795AbcD0Pkl (ORCPT ); Wed, 27 Apr 2016 11:40:41 -0400 Received: from resqmta-po-04v.sys.comcast.net ([96.114.154.163]:44990 "EHLO resqmta-po-04v.sys.comcast.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753574AbcD0Pki (ORCPT ); Wed, 27 Apr 2016 11:40:38 -0400 Date: Wed, 27 Apr 2016 10:40:36 -0500 (CDT) From: Christoph Lameter X-X-Sender: cl@east.gentwo.org To: Thomas Garnier cc: Andrew Morton , Pekka Enberg , David Rientjes , Joonsoo Kim , Kees Cook , Greg Thelen , Laura Abbott , kernel-hardening@lists.openwall.com, LKML , Linux-MM Subject: Re: [PATCH v4] mm: SLAB freelist randomization In-Reply-To: Message-ID: References: <1461687670-47585-1-git-send-email-thgarnie@google.com> <20160426161743.f831225a4efb3eb04debe402@linux-foundation.org> Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 373 Lines: 9 On Tue, 26 Apr 2016, Thomas Garnier wrote: > It was discussed a bit before. The intent is to have a similar feature > for other kernel heap (I know it is possible for SLUB). That's why I > think it make sense to have a similar config name used for all > allocators. Please use CONFIG_SLAB_FREELIST_RANDOM to signify that it is for all slab allocators. Not SLAB specific.