From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf0-f172.google.com ([209.85.192.172]:43304 "EHLO mail-pf0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934016AbeCBVck (ORCPT ); Fri, 2 Mar 2018 16:32:40 -0500 Received: by mail-pf0-f172.google.com with SMTP id j2so2379384pff.10 for ; Fri, 02 Mar 2018 13:32:40 -0800 (PST) Date: Fri, 2 Mar 2018 13:32:37 -0800 From: Stephen Hemminger To: Joe Stringer Cc: netdev@vger.kernel.org, daniel@iogearbox.net Subject: Re: [PATCH iproute2] bpf: Print section name when hitting non ld64 issue Message-ID: <20180302133237.31cc214a@xeon-e3> In-Reply-To: <20180228221642.8524-1-joe@wand.net.nz> References: <20180228221642.8524-1-joe@wand.net.nz> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: netdev-owner@vger.kernel.org List-ID: On Wed, 28 Feb 2018 14:16:42 -0800 Joe Stringer wrote: > It's useful to be able to tell which section is being processed in the > ELF when this error is triggered, so print that detail. > > Signed-off-by: Joe Stringer Applied