From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com ([209.132.183.28]:54484 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755127AbdEDOFB (ORCPT ); Thu, 4 May 2017 10:05:01 -0400 Message-ID: <1493906699.29205.1.camel@redhat.com> Subject: Re: [kernel-hardening] [PATCH] use get_random_long for the per-task stack canary From: Rik van Riel To: Daniel Micay , Kees Cook , Arjan van Ven , Ingo Molnar , kernel-hardening@lists.openwall.com, LKML Cc: stable@vger.kernel.org Date: Thu, 04 May 2017 10:04:59 -0400 In-Reply-To: <20170504133209.3053-1-danielmicay@gmail.com> References: <20170504133209.3053-1-danielmicay@gmail.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: stable-owner@vger.kernel.org List-ID: On Thu, 2017-05-04 at 09:32 -0400, Daniel Micay wrote: > The stack canary is an unsigned long and should be fully initialized > to > random data rather than only 32 bits of random data. > > Cc: stable@vger.kernel.org > Signed-off-by: Daniel Micay > Acked-by: Rik van Riel