From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 75887 invoked by alias); 2 Sep 2015 15:14:11 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 75876 invoked by uid 89); 2 Sep 2015 15:14:11 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.2 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_PASS,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Wed, 02 Sep 2015 15:14:10 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id 005E5157757; Wed, 2 Sep 2015 15:14:08 +0000 (UTC) Received: from host1.jankratochvil.net (ovpn-116-22.ams2.redhat.com [10.36.116.22]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t82FE5rK015546 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 2 Sep 2015 11:14:07 -0400 Date: Wed, 02 Sep 2015 15:14:00 -0000 From: Jan Kratochvil To: Doug Evans Cc: Doug Evans , gdb-patches Subject: Re: [PATCH v12 00/32] Validate binary before use Message-ID: <20150902151404.GA12757@host1.jankratochvil.net> References: <20150821212006.6673.35100.stgit@host1.jankratochvil.net> <20150902074113.GA32556@host1.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes X-SW-Source: 2015-09/txt/msg00038.txt.bz2 On Wed, 02 Sep 2015 16:58:06 +0200, Doug Evans wrote: > Is there a patch that given "gdb random-program random-core" > will verify the build-ids match? No. This posted patchset cannot fetch build-ids for local files. The Fedora patchset intentionally disables build-ids verification/lookup if random-program is specified as it was breaking some compatibility and IMO it does not make sense to specify random-program if build-ids are available. Jan