Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757913AbcCCONF (ORCPT ); Thu, 3 Mar 2016 09:13:05 -0500 Received: from Chamillionaire.breakpoint.cc ([80.244.247.6]:55699 "EHLO Chamillionaire.breakpoint.cc" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757874AbcCCOND (ORCPT ); Thu, 3 Mar 2016 09:13:03 -0500 Date: Thu, 3 Mar 2016 15:12:01 +0100 From: Sebastian Andrzej Siewior To: jslaby@suse.cz, acme@kernel.org, chris.j.arges@canonical.com, hpa@zytor.com, namhyung@gmail.com, palves@redhat.com, bp@alien8.de, jpoimboe@redhat.com, luto@kernel.org, torvalds@linux-foundation.org, bernd@petrovitsch.priv.at, mmarek@suse.cz, linux-kernel@vger.kernel.org, akpm@linux-foundation.org, mingo@kernel.org, peterz@infradead.org, tglx@linutronix.de Cc: linux-tip-commits@vger.kernel.org Subject: Re: [tip:core/objtool] objtool: Add CONFIG_STACK_VALIDATION option Message-ID: <20160303141201.GA30747@breakpoint.cc> References: <92baab69a6bf9bc7043af0bfca9fb964a1d45546.1456719558.git.jpoimboe@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1426 Lines: 36 On 2016-02-29 03:01:35 [-0800], tip-bot for Josh Poimboeuf wrote: > Gitweb: http://git.kernel.org/tip/b9ab5ebb14ec389bd80f66613f1fe3f8f65f2521 > Author: Josh Poimboeuf > objtool: Add CONFIG_STACK_VALIDATION option > > Add a CONFIG_STACK_VALIDATION option which will run "objtool check" for > each .o file to ensure the validity of its stack metadata. |./mk-x86-64.sh -j1 |make[1]: Entering directory '/home/bigeasy/linux-tip/build/linux-x8664' | CHK include/config/kernel.release | Using /home/bigeasy/linux-tip as source for kernel | GEN ./Makefile | CHK include/generated/uapi/linux/version.h | CHK include/generated/utsrelease.h | CHK include/generated/bounds.h | CHK include/generated/timeconst.h | CHK include/generated/asm-offsets.h | CALL /home/bigeasy/linux-tip/scripts/checksyscalls.sh |scripts/Makefile.include:3: *** O=build/linux-x8664 does not exist. Stop. |/home/bigeasy/linux-tip/Makefile:1518: recipe for target 'tools/objtool' failed |make[1]: *** [tools/objtool] Error 2 |make[1]: Leaving directory '/home/bigeasy/linux-tip/build/linux-x8664' |Makefile:146: recipe for target 'sub-make' failed |make: *** [sub-make] Error 2 with |$ cat mk-x86-64.sh |#!/bin/sh |export PATH=/usr/lib/ccache/:$PATH |exec make O=build/linux-x8664 -j 8 $* Is this know? I tried the TIP tree as of now. It works with CONFIG_STACK_VALIDATION=n Sebastian