Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp5676932ybl; Tue, 27 Aug 2019 08:09:58 -0700 (PDT) X-Google-Smtp-Source: APXvYqyOLJ3sXgTz6xkiXf7KnP0silDKcYuPPu2fCK3J6pb6yYajQj5EYYwDLE0p7go12zp/SGnh X-Received: by 2002:a17:902:110b:: with SMTP id d11mr24382952pla.84.1566918598347; Tue, 27 Aug 2019 08:09:58 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1566918598; cv=none; d=google.com; s=arc-20160816; b=S2biKZlmNhA2ZJjM+OaAtmoTCrN7F7cncslC0PshMcJJYf6Q/npcMXsQWPTsmLO0Pq cyNbV4Y5nrl0CNK4sZ3MNNwAluavL3rxqxCMjAny77CMxEIp8IsXzdk5Lqh+ta5VOeqn Y+uOCAiucY96+9DiUHaj4lxK4Q3fBlWCpqiknCmTpFU9iRB5Qdm/LjS2xFrG42o4Wn2e DIn5QVzv2b0EEnxaofcoLjVgw0zjf2+GVcf6O4jqGaLyt+Wzp7aj5fGMroOMfhReCdrq rI0eJVyCZ0SxpK/mR2YyFwrhCzVYeOJh4+U+DKne22GTe/hJgoKGL+Ye19lxptULHKhN wTrQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=/1LmeaA03WuIzbmVABD3wkTT7juMaBSoOrRqgBeWHCY=; b=TjvmGMJUGZ9Z3SuFFB98aFuwc0epxNXAj8qY7+/RY235Upp8G54IGyEvCoQYpKGFqj KQx7/5i285I16xVimusqOhIgVUGVf2Gpv4bOoT1ErBo9OzYjAkcc7TWPBp6AuvgwZqf1 Avv0YmsPD03eZyNceELPDNfF0WqFmtHz8YAU0bnYYvF2TtTIYCVy0XxWc6p0nnjZ7Rdc tHOCQpaxvxbhYvRK1RldEJO8/nBZksnQvoUBEk2C8m5LDz0n6TBVqIjd+AbqkffXdSVI B14pFUtF1xmnpozBQUSEKaWc8krQiVso56iZjlEg7yNAsLDScLg7e3SUF5CBIuVxPUP2 IARw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=redhat.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 6si12035605pgb.201.2019.08.27.08.09.39; Tue, 27 Aug 2019 08:09:58 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=redhat.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729852AbfH0PIf (ORCPT + 99 others); Tue, 27 Aug 2019 11:08:35 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43541 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726054AbfH0PIf (ORCPT ); Tue, 27 Aug 2019 11:08:35 -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 3717B308123B; Tue, 27 Aug 2019 15:08:35 +0000 (UTC) Received: from treble (ovpn-121-55.rdu2.redhat.com [10.10.121.55]) by smtp.corp.redhat.com (Postfix) with ESMTPS id B8ED560BFB; Tue, 27 Aug 2019 15:08:32 +0000 (UTC) Date: Tue, 27 Aug 2019 10:08:30 -0500 From: Josh Poimboeuf To: Nathan Chancellor Cc: Jason Gunthorpe , Nick Desaulniers , Bernard Metzler , Doug Ledford , linux-rdma@vger.kernel.org, LKML , clang-built-linux , Peter Zijlstra Subject: Re: [PATCH] rdma/siw: Use proper enumerated type in map_cqe_status Message-ID: <20190827150830.brsvsoopxut2od66@treble> References: <20190711081434.GA86557@archlinux-threadripper> <20190711133915.GA25807@ziepe.ca> <20190711171808.GF25807@ziepe.ca> <20190711173030.GA844@archlinux-threadripper> <20190823142427.GD12968@ziepe.ca> <20190826153800.GA4752@archlinux-threadripper> <20190826154228.GE27349@ziepe.ca> <20190826233829.GA36284@archlinux-threadripper> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20190826233829.GA36284@archlinux-threadripper> 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.49]); Tue, 27 Aug 2019 15:08:35 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Aug 26, 2019 at 04:38:29PM -0700, Nathan Chancellor wrote: > Looks like that comes from tune_qsfp, which gets inlined into > tune_serdes but I am far from an objtool expert so I am not > really sure what kind of issues I am looking for. Adding Josh > and Peter for a little more visibility. > > Here is the original .o file as well: > > https://github.com/nathanchance/creduce-files/raw/4e252c0ca19742c90be1445e6c722a43ae561144/rdma-objtool/platform.o.orig 574: 0f 87 00 0c 00 00 ja 117a It's jumping to la-la-land past the end of the function. -- Josh