From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1424889AbdEYSu5 (ORCPT ); Thu, 25 May 2017 14:50:57 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:33956 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1032844AbdEYSuz (ORCPT ); Thu, 25 May 2017 14:50:55 -0400 Date: Thu, 25 May 2017 20:50:43 +0200 From: Greg Kroah-Hartman To: Philip =?iso-8859-1?Q?M=FCller?= Cc: "Linux-Kernel@Vger. Kernel. Org" Subject: Re: Linux 3.18.55 Message-ID: <20170525185043.GB17345@kroah.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.8.2 (2017-04-18) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, May 25, 2017 at 08:32:19PM +0200, Philip Müller wrote: > Hi there, > > adding following patch[1] will result in following error on 32bit host: > > CC [M] arch/x86/crypto/twofish_glue.o > AS [M] arch/x86/crypto/salsa20-i586-asm_32.o > CC fs/open.o > kernel/fork.c: In function ‘dup_task_struct’: > kernel/fork.c:341:22: error: implicit declaration of function > ‘get_random_long’ [-Werror=implicit-function-declaration] > tsk->stack_canary = get_random_long(); > ^~~~~~~~~~~~~~~ > CC fs/read_write.o > ... > LD security/integrity/built-in.o > cc1: some warnings being treated as errors > make[1]: *** [scripts/Makefile.build:257: kernel/fork.o] Error 1 > make[1]: *** Waiting for unfinished jobs.... > CC security/keys/gc.o > CC ipc/ipcns_notifier.o > > [1] > https://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git/tree/queue-3.18/stackprotector-increase-the-per-task-stack-canary-s-random-range-from-32-bits-to-64-bits-on-64-bit-platforms.patch Didn't I drop this patch from the queue? Oh crap, I only dropped it from 4.4, sorry about that, I'll go revert it for the next release, my fault. greg k-h