From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f69.google.com (mail-pa0-f69.google.com [209.85.220.69]) by kanga.kvack.org (Postfix) with ESMTP id D7A596B0253 for ; Mon, 25 Apr 2016 17:38:52 -0400 (EDT) Received: by mail-pa0-f69.google.com with SMTP id dx6so290569766pad.0 for ; Mon, 25 Apr 2016 14:38:52 -0700 (PDT) Received: from mail.linuxfoundation.org (mail.linuxfoundation.org. [140.211.169.12]) by mx.google.com with ESMTPS id q14si137381par.57.2016.04.25.14.38.52 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 25 Apr 2016 14:38:52 -0700 (PDT) Date: Mon, 25 Apr 2016 14:38:50 -0700 From: Andrew Morton Subject: Re: [PATCH v2] mm: SLAB freelist randomization Message-Id: <20160425143850.b767ca9602fc1be9e13462a5@linux-foundation.org> In-Reply-To: References: <1461616763-60246-1-git-send-email-thgarnie@google.com> <20160425141046.d14466272ea246dd0374ea43@linux-foundation.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org List-ID: To: Thomas Garnier Cc: Christoph Lameter , Pekka Enberg , David Rientjes , Joonsoo Kim , Kees Cook , Greg Thelen , Laura Abbott , kernel-hardening@lists.openwall.com, LKML , Linux-MM On Mon, 25 Apr 2016 14:14:33 -0700 Thomas Garnier wrote: > >>> + /* Get best entropy at this stage */ > >>> + get_random_bytes_arch(&seed, sizeof(seed)); > >> > >> See concerns in other email - isn't this a no-op if CONFIG_ARCH_RANDOM=n? > >> > > The arch_* functions will return 0 which will break the loop in > get_random_bytes_arch and make it uses extract_entropy (as does > get_random_bytes). > (cf http://lxr.free-electrons.com/source/drivers/char/random.c#L1335) > oop, sorry, I misread the code. (and the get_random_bytes_arch() comment "This function will use the architecture-specific hardware random number generator if it is available" is misleading, so there) -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org