From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754719AbdKDIgQ (ORCPT ); Sat, 4 Nov 2017 04:36:16 -0400 Received: from terminus.zytor.com ([65.50.211.136]:39383 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752403AbdKDIgN (ORCPT ); Sat, 4 Nov 2017 04:36:13 -0400 Date: Sat, 4 Nov 2017 01:31:32 -0700 From: tip-bot for Josh Poimboeuf Message-ID: Cc: peterz@infradead.org, sfr@canb.auug.org.au, hpa@zytor.com, tglx@linutronix.de, jpoimboe@redhat.com, torvalds@linux-foundation.org, linux-kernel@vger.kernel.org, mingo@kernel.org Reply-To: peterz@infradead.org, sfr@canb.auug.org.au, hpa@zytor.com, tglx@linutronix.de, jpoimboe@redhat.com, mingo@kernel.org, torvalds@linux-foundation.org, linux-kernel@vger.kernel.org In-Reply-To: <013315a808ccf5580abc293808827c8e2b5e1354.1509719152.git.jpoimboe@redhat.com> References: <013315a808ccf5580abc293808827c8e2b5e1354.1509719152.git.jpoimboe@redhat.com> To: linux-tip-commits@vger.kernel.org Subject: [tip:core/urgent] objtool: Resync objtool's instruction decoder source code copy with the kernel's latest version Git-Commit-ID: da0db32bbe816085d7f7f9cebfc825e55eff811f 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 List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: da0db32bbe816085d7f7f9cebfc825e55eff811f Gitweb: https://git.kernel.org/tip/da0db32bbe816085d7f7f9cebfc825e55eff811f Author: Josh Poimboeuf AuthorDate: Fri, 3 Nov 2017 09:31:43 -0500 Committer: Ingo Molnar CommitDate: Sat, 4 Nov 2017 08:54:06 +0100 objtool: Resync objtool's instruction decoder source code copy with the kernel's latest version This fixes the following warning: warning: objtool: x86 instruction decoder differs from kernel Reported-by: Stephen Rothwell Signed-off-by: Josh Poimboeuf Cc: Linus Torvalds Cc: Peter Zijlstra Cc: Thomas Gleixner Link: http://lkml.kernel.org/r/013315a808ccf5580abc293808827c8e2b5e1354.1509719152.git.jpoimboe@redhat.com Signed-off-by: Ingo Molnar --- tools/objtool/arch/x86/insn/gen-insn-attr-x86.awk | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/objtool/arch/x86/insn/gen-insn-attr-x86.awk b/tools/objtool/arch/x86/insn/gen-insn-attr-x86.awk index a3d2c62..b02a36b 100644 --- a/tools/objtool/arch/x86/insn/gen-insn-attr-x86.awk +++ b/tools/objtool/arch/x86/insn/gen-insn-attr-x86.awk @@ -1,4 +1,5 @@ #!/bin/awk -f +# SPDX-License-Identifier: GPL-2.0 # gen-insn-attr-x86.awk: Instruction attribute table generator # Written by Masami Hiramatsu #