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=-2.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no 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 91D47C73C53 for ; Tue, 9 Jul 2019 16:43:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7150E21537 for ; Tue, 9 Jul 2019 16:43:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726251AbfGIQnS (ORCPT ); Tue, 9 Jul 2019 12:43:18 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36736 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726154AbfGIQnS (ORCPT ); Tue, 9 Jul 2019 12:43:18 -0400 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 9C540A3EB2; Tue, 9 Jul 2019 16:43:13 +0000 (UTC) Received: from treble (ovpn-112-43.rdu2.redhat.com [10.10.112.43]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 43CA35C2FC; Tue, 9 Jul 2019 16:43:11 +0000 (UTC) Date: Tue, 9 Jul 2019 11:43:08 -0500 From: Josh Poimboeuf To: Randy Dunlap Cc: Stephen Rothwell , Linux Next Mailing List , Linux Kernel Mailing List , Peter Zijlstra Subject: Re: linux-next: Tree for Jul 9 (objtool) Message-ID: <20190709164308.33gzhuu6xtqy32jb@treble> References: <20190709220008.42ef7b47@canb.auug.org.au> <660371c5-60e9-2882-8993-21edc5e3814c@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <660371c5-60e9-2882-8993-21edc5e3814c@infradead.org> User-Agent: NeoMutt/20180716 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Tue, 09 Jul 2019 16:43:18 +0000 (UTC) Sender: linux-next-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On Tue, Jul 09, 2019 at 09:07:09AM -0700, Randy Dunlap wrote: > On 7/9/19 5:00 AM, Stephen Rothwell wrote: > > Hi all, > > > > Changes since 20190708: > > > > on x86_64, with an older gcc: gcc (SUSE Linux) 4.8.5 > > some builds (3) say: > kernel/bpf/core.o: warning: objtool: ___bpf_prog_run()+0xb2: sibling call from callable instruction with modified stack frame > (see core.o.r6235) > > and one build says: > kernel/bpf/core.o: warning: objtool: ___bpf_prog_run()+0x2a: can't find switch jump table > (see core.o.r6238) Still working on it. -- Josh