From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1163850AbdEXMFd (ORCPT ); Wed, 24 May 2017 08:05:33 -0400 Received: from er-systems.de ([148.251.68.21]:44004 "EHLO er-systems.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1163770AbdEXMEo (ORCPT ); Wed, 24 May 2017 08:04:44 -0400 Date: Wed, 24 May 2017 14:04:32 +0200 (CEST) From: Thomas Voegtle X-X-Sender: thomas@er-systems.de To: Greg Kroah-Hartman cc: Thomas Voegtle , "kernelci.org bot" , linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, shuahkh@osg.samsung.com, patches@kernelci.org, ben.hutchings@codethink.co.uk, stable@vger.kernel.org Subject: Re: [PATCH 4.4 000/103] 4.4.70-stable review In-Reply-To: <20170524113531.GA9460@kroah.com> Message-ID: References: <20170523200856.903752266@linuxfoundation.org> <59252147.91471c0a.7a474.26e6@mx.google.com> <20170524070353.GA5785@kroah.com> <20170524113531.GA9460@kroah.com> User-Agent: Alpine 2.20 (LSU 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Virus-Checker-Version: clamassassin 1.2.4 with clamdscan / ClamAV 0.99.2/23413/Wed May 24 10:53:08 2017 signatures 57. Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 24 May 2017, Greg Kroah-Hartman wrote: > On Wed, May 24, 2017 at 11:26:25AM +0200, Thomas Voegtle wrote: >> On Wed, 24 May 2017, Greg Kroah-Hartman wrote: >> >>> On Tue, May 23, 2017 at 10:59:35PM -0700, kernelci.org bot wrote: >>>> stable-rc/linux-4.4.y boot: 54 boots: 0 failed, 54 passed (v4.4.69-104-g2ebff3b7590b) >>>> >>>> Full Boot Summary: https://kernelci.org/boot/all/job/stable-rc/branch/linux-4.4.y/kernel/v4.4.69-104-g2ebff3b7590b/ >>>> Full Build Summary: https://kernelci.org/build/stable-rc/branch/linux-4.4.y/kernel/v4.4.69-104-g2ebff3b7590b/ >>>> >>>> Tree: stable-rc >>>> Branch: linux-4.4.y >>>> Git Describe: v4.4.69-104-g2ebff3b7590b >>>> Git Commit: 2ebff3b7590b0a73c6b383d04928cdfdf56d0b10 >>>> Git URL: http://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git >>>> Tested: 11 unique boards, 7 SoC families, 18 builds out of 199 >>> >>> 54 passed? I had a bug here such that all x86 builds were crashing, in >>> the core tty layer, which seems odd that anything would be able to boot >>> with this tree... >>> >>> I've pushed out an update, can you all verify that it also works? >> >> >> I got this: >> >> CALL scripts/checksyscalls.sh >> CHK include/generated/compile.h >> CC kernel/fork.o >> kernel/fork.c: In function 'dup_task_struct': >> kernel/fork.c:371:2: error: implicit declaration of function >> 'get_random_long' [-Werror=implicit-function-declaration] >> cc1: some warnings being treated as errors >> make[1]: *** [kernel/fork.o] Error 1 >> make: *** [kernel] Error 2 >> >> >> This is stackprotector-increase-the-per-task-stack-canary-s-random-range-from-32-bits-to-64-bits-on-64-bit-platforms.patch > > What arch/.config are you building for that causes this? x86_64 and CONFIG_CC_STACKPROTECTOR=y The rest of my kernel config is SuSE's kernel-default config. get_random_long came with v4.5 as far as I know I have a running 4.4.70-rc1, Without that mentioned patch and using the latest rc patch.