From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757183AbcJMVYQ (ORCPT ); Thu, 13 Oct 2016 17:24:16 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40170 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756758AbcJMVYI (ORCPT ); Thu, 13 Oct 2016 17:24:08 -0400 From: Josh Poimboeuf To: Ingo Molnar Cc: linux-kernel@vger.kernel.org, Arnd Bergmann Subject: [PATCH 0/2] objtool: a couple of minor fixes Date: Thu, 13 Oct 2016 16:22:51 -0500 Message-Id: X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Thu, 13 Oct 2016 21:22:59 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Fix a couple of issues: - fix a false positive warning related to switch statement jump tables - get rid of useless "unreachable instruction" warnings for gcov kernels Josh Poimboeuf (2): objtool: improve rare switch jump table pattern detection objtool: skip all "unreachable instruction" warnings for gcov kernels tools/objtool/builtin-check.c | 68 ++++++++++++++++++++++--------------------- 1 file changed, 35 insertions(+), 33 deletions(-) -- 2.7.4