From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 55C32C10F11 for ; Wed, 24 Apr 2019 22:11:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2522A21773 for ; Wed, 24 Apr 2019 22:11:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732260AbfDXWLq (ORCPT ); Wed, 24 Apr 2019 18:11:46 -0400 Received: from outgoing-auth-1.mit.edu ([18.9.28.11]:37130 "EHLO outgoing.mit.edu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726611AbfDXWLp (ORCPT ); Wed, 24 Apr 2019 18:11:45 -0400 Received: from callcc.thunk.org (guestnat-104-133-0-109.corp.google.com [104.133.0.109] (may be forged)) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id x3OMAbOB002770 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 24 Apr 2019 18:10:38 -0400 Received: by callcc.thunk.org (Postfix, from userid 15806) id D2E76420497; Wed, 24 Apr 2019 18:10:36 -0400 (EDT) Date: Wed, 24 Apr 2019 18:10:36 -0400 From: "Theodore Ts'o" To: Kees Cook Cc: LKML , Laura Abbott , Daniel Micay , Ard Biesheuvel , "Tobin C. Harding" , Arnd Bergmann , "Jason A. Donenfeld" , Andrew Morton , Ingo Molnar , "Steven Rostedt (VMware)" , Thomas Gleixner Subject: Re: [PATCH] random: Move rand_initialize() earlier Message-ID: <20190424221036.GA12279@mit.edu> Mail-Followup-To: Theodore Ts'o , Kees Cook , LKML , Laura Abbott , Daniel Micay , Ard Biesheuvel , "Tobin C. Harding" , Arnd Bergmann , "Jason A. Donenfeld" , Andrew Morton , Ingo Molnar , "Steven Rostedt (VMware)" , Thomas Gleixner References: <20181011225421.GA21093@beast> <20181012142902.GD2420@thunk.org> <20190416160948.GE3004@mit.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Apr 23, 2019 at 03:20:58PM -0700, Kees Cook wrote: > > Yeah, sorry, it got lost; my bad. I'll take it and push it out at the > > next merge window. > > Gentle poke. :) I still don't see this in -next... Oops, sorry, I pushed it out to the master branch, and I forgot that the -next branch was pulling from the dev branch. Fixed. - Ted