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=-7.5 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, NICE_REPLY_A,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 4B881C49361 for ; Thu, 17 Jun 2021 15:43:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2BD9461019 for ; Thu, 17 Jun 2021 15:43:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233476AbhFQPpt (ORCPT ); Thu, 17 Jun 2021 11:45:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53272 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233367AbhFQPps (ORCPT ); Thu, 17 Jun 2021 11:45:48 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2F8EFC061574; Thu, 17 Jun 2021 08:43:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Transfer-Encoding: Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:References:Cc:To:From: Subject:Sender:Reply-To:Content-ID:Content-Description; bh=aTwiNikuPpd63jqEaYUcFa9qs8yNeiZ9YocK3TtMFOY=; b=nQ90SBZEsCSBBkRcCyLLk1oVAV 9dFocU7Ub/dyjbIbG7hJi6OLSXwMnGIJs7NnAJ1sA3gwBJl/IBUE+ippiiRls47muyGc5RjRnRD9a DBAk+Pzt7DgNli6qe3T8HoXG6GzVDAwqclI7l4Y1sldEvunzxNAAywMsdnP4Z3t9/z1dt1kiBdzdG Z5z9LoDqpCifKn4A9QKFWFPmV+rcUqMFrknjPja8rCV2bSuBDPadV1vHFxM29y+q5OmPeP6HiNCzj he1efICKogaCoUpGHQr61D6KINfiZewmPQUXSY3cVUBO9UNAhOXRnkXmM7Uc5rbNBO48J0shM7rQe I5pmNeHw==; Received: from [2601:1c0:6280:3f0::aefb] by bombadil.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1ltuB9-00Az2E-A9; Thu, 17 Jun 2021 15:43:39 +0000 Subject: Re: linux-next: Tree for Jun 16 (objdump version) From: Randy Dunlap To: Stephen Rothwell , Linux Next Mailing List Cc: Linux Kernel Mailing List , "H. Peter Anvin" , Masami Hiramatsu References: <20210616231358.63fe6e42@canb.auug.org.au> <7d523bca-67d8-6da1-6739-e5ba85f7683c@infradead.org> Message-ID: Date: Thu, 17 Jun 2021 08:43:37 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.10.2 MIME-Version: 1.0 In-Reply-To: <7d523bca-67d8-6da1-6739-e5ba85f7683c@infradead.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org {correct Masami's email address} On 6/17/21 8:07 AM, Randy Dunlap wrote: > On 6/16/21 6:13 AM, Stephen Rothwell wrote: >> Hi all, >> >> Changes since 20210615: >> > > on i386 or x86_64: > > Warning: objdump version 15) is older than 2.19 > Warning: Skipping posttest. > > 'objdump --version' says: > > GNU objdump (GNU Binutils; SUSE Linux Enterprise 15) 2.35.1.20201123-7.18 > Copyright (C) 2020 Free Software Foundation, Inc. > This program is free software; you may redistribute it under the terms of > the GNU General Public License version 3 or (at your option) any later version. > This program has absolutely no warranty. > > > -- ~Randy Reported-by: Randy Dunlap