Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752440AbdHPWq6 (ORCPT ); Wed, 16 Aug 2017 18:46:58 -0400 Received: from mail-qt0-f175.google.com ([209.85.216.175]:37895 "EHLO mail-qt0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752313AbdHPWq4 (ORCPT ); Wed, 16 Aug 2017 18:46:56 -0400 From: Laura Abbott To: Kees Cook Cc: Laura Abbott , kernel-hardening@lists.openwall.com, linux-kernel@vger.kernel.org, linux-mm@kvack.org, Andrew Morton , Daniel Micay Subject: [PATCHv2 0/2] Command line randomness Date: Wed, 16 Aug 2017 15:46:48 -0700 Message-Id: <20170816224650.1089-1-labbott@redhat.com> X-Mailer: git-send-email 2.13.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 557 Lines: 23 Hi, This is a series to add the kernel command line as a source of randomness. The first patch is an (old) prepatory patch from me to move the stack canary initialization later. The second patch is from Daniel Micay to actually add the command line to the pool. Kees suggested this go through -mm. Thanks, Laura Daniel Micay (1): extract early boot entropy from the passed cmdline Laura Abbott (1): init: Move stack canary initialization after setup_arch init/main.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) -- 2.13.0