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=-12.1 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SIGNED_OFF_BY,SPF_PASS,URIBL_BLOCKED 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 279C7C04AA7 for ; Wed, 15 May 2019 06:02:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id EAAF32084E for ; Wed, 15 May 2019 06:02:39 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=zytor.com header.i=@zytor.com header.b="Yprz12CU" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726039AbfEOGCj (ORCPT ); Wed, 15 May 2019 02:02:39 -0400 Received: from terminus.zytor.com ([198.137.202.136]:56365 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725871AbfEOGCi (ORCPT ); Wed, 15 May 2019 02:02:38 -0400 Received: from terminus.zytor.com (localhost [127.0.0.1]) by terminus.zytor.com (8.15.2/8.15.2) with ESMTPS id x4F62B3i166122 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Tue, 14 May 2019 23:02:11 -0700 DKIM-Filter: OpenDKIM Filter v2.11.0 terminus.zytor.com x4F62B3i166122 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zytor.com; s=2019041745; t=1557900132; bh=zHQYZBWI+UdjEXZ9Mz1cMpJ3XVTkUk6izcRaaZYRy5w=; h=Date:From:Cc:Reply-To:In-Reply-To:References:To:Subject:From; b=Yprz12CUn60tyChl9iw04WF4jp/LCb9lNbsvLbX945VUHBxSTKdMCGX1F8k1BkeoA txP6iwEvPWyS0TdNfYS+JM3RFysj7Ni8GBNB0lIQOMYulzcGWo77QcI4ngZ2C70pmU CCBFbW5pSNmkOZCMK59KZEtynM7nviO/mwWDQgFpURhQBfAusSiTAX4+HfSGOcq8qH n+9HoswUAVtODcCNkZmxFx+SkPwNNSrzVjN4iAYEsiyxWH3gT4XHUuMwAwhnh4sq0D 17pALd5XdyfUFBhy49AK3CtOwbqbNJU+LYh+PwXavjQqo6G4kE0I/AU0mMkoIafXg6 zDW0neHweql/w== Received: (from tipbot@localhost) by terminus.zytor.com (8.15.2/8.15.2/Submit) id x4F62B5j166119; Tue, 14 May 2019 23:02:11 -0700 Date: Tue, 14 May 2019 23:02:11 -0700 X-Authentication-Warning: terminus.zytor.com: tipbot set sender to tipbot@zytor.com using -f From: tip-bot for Raphael Gault Message-ID: Cc: hpa@zytor.com, torvalds@linux-foundation.org, peterz@infradead.org, tglx@linutronix.de, mingo@kernel.org, jpoimboe@redhat.com, raphael.gault@arm.com, linux-kernel@vger.kernel.org Reply-To: hpa@zytor.com, tglx@linutronix.de, torvalds@linux-foundation.org, peterz@infradead.org, mingo@kernel.org, jpoimboe@redhat.com, raphael.gault@arm.com, linux-kernel@vger.kernel.org In-Reply-To: <522362a1b934ee39d0af0abb231f68e160ecf1a8.1557874043.git.jpoimboe@redhat.com> References: <522362a1b934ee39d0af0abb231f68e160ecf1a8.1557874043.git.jpoimboe@redhat.com> To: linux-tip-commits@vger.kernel.org Subject: [tip:core/urgent] objtool: Fix whitelist documentation typo Git-Commit-ID: 2decec48b0fd28ffdbf4cc684bd04e735f0839dd X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: 2decec48b0fd28ffdbf4cc684bd04e735f0839dd Gitweb: https://git.kernel.org/tip/2decec48b0fd28ffdbf4cc684bd04e735f0839dd Author: Raphael Gault AuthorDate: Tue, 14 May 2019 17:47:46 -0500 Committer: Ingo Molnar CommitDate: Wed, 15 May 2019 07:57:50 +0200 objtool: Fix whitelist documentation typo The directive specified in the documentation to add an exception for a single file in a Makefile was inverted. Signed-off-by: Raphael Gault Signed-off-by: Josh Poimboeuf Cc: Linus Torvalds Cc: Peter Zijlstra Cc: Thomas Gleixner Link: http://lkml.kernel.org/r/522362a1b934ee39d0af0abb231f68e160ecf1a8.1557874043.git.jpoimboe@redhat.com Signed-off-by: Ingo Molnar --- tools/objtool/Documentation/stack-validation.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/objtool/Documentation/stack-validation.txt b/tools/objtool/Documentation/stack-validation.txt index 3995735a878f..cd17ee022072 100644 --- a/tools/objtool/Documentation/stack-validation.txt +++ b/tools/objtool/Documentation/stack-validation.txt @@ -306,7 +306,7 @@ ignore it: - To skip validation of a file, add - OBJECT_FILES_NON_STANDARD_filename.o := n + OBJECT_FILES_NON_STANDARD_filename.o := y to the Makefile.