From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21442 invoked by alias); 6 Sep 2013 09:36:46 -0000 Mailing-List: contact insight-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sourceware.org Received: (qmail 21433 invoked by uid 89); 6 Sep 2013 09:36:46 -0000 Received: from mms1.broadcom.com (HELO mms1.broadcom.com) (216.31.210.17) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 06 Sep 2013 09:36:46 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_20,KHOP_THREADED,RDNS_NONE autolearn=no version=3.3.2 X-HELO: mms1.broadcom.com Received: from [10.9.208.53] by mms1.broadcom.com with ESMTP (Broadcom SMTP Relay (Email Firewall v6.5)); Fri, 06 Sep 2013 02:32:37 -0700 X-Server-Uuid: 06151B78-6688-425E-9DE2-57CB27892261 Received: from IRVEXCHSMTP3.corp.ad.broadcom.com (10.9.207.53) by IRVEXCHCAS06.corp.ad.broadcom.com (10.9.208.53) with Microsoft SMTP Server (TLS) id 14.1.438.0; Fri, 6 Sep 2013 02:36:31 -0700 Received: from mail-irva-13.broadcom.com (10.10.10.20) by IRVEXCHSMTP3.corp.ad.broadcom.com (10.9.207.53) with Microsoft SMTP Server id 14.1.438.0; Fri, 6 Sep 2013 02:36:31 -0700 Received: from [10.177.73.74] (unknown [10.177.73.74]) by mail-irva-13.broadcom.com (Postfix) with ESMTP id 9874D1A4D; Fri, 6 Sep 2013 02:36:30 -0700 (PDT) Message-ID: <5229A21D.3020500@broadcom.com> Date: Fri, 06 Sep 2013 09:36:00 -0000 From: "Andrew Burgess" User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: insight@sourceware.org cc: "Keith Seitz" Subject: Re: [PATCH 1/2] Add an assert that we're not overflowing the register cache. References: <5228941F.8080601@broadcom.com> <5228947C.8040706@broadcom.com> <5228D3B2.6070507@redhat.com> In-Reply-To: <5228D3B2.6070507@redhat.com> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2013-q3/txt/msg00040.txt.bz2 On 05/09/2013 7:55 PM, Keith Seitz wrote: > On 09/05/2013 07:26 AM, Andrew Burgess wrote: >> This patch doesn't fix the issue, but adds an assert to detect the bug. > > If I understand correctly, the next patch fixes the actual problem, but > this is added in case it happens again. Yes? That's correct. > >> OK to apply? > > Yes. Thanks! Applied. Thanks, Andrew