From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4595 invoked by alias); 2 Aug 2013 11:43:19 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 4570 invoked by uid 89); 2 Aug 2013 11:43:19 -0000 X-Spam-SWARE-Status: No, score=-5.1 required=5.0 tests=AWL,BAYES_50,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,RDNS_NONE,SPF_HELO_PASS,SPF_PASS autolearn=no version=3.3.1 Received: from Unknown (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Fri, 02 Aug 2013 11:43:18 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r72BhBHS028095 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 2 Aug 2013 07:43:11 -0400 Received: from [10.36.4.75] (vpn1-4-75.ams2.redhat.com [10.36.4.75]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id r72Bh8j0015076; Fri, 2 Aug 2013 07:43:09 -0400 Subject: Re: [PATCH][4.8 backport] S/390: Transactional Execution support From: Torvald Riegel To: Andreas Krebbel Cc: gcc-patches@gcc.gnu.org, Jakub Jelinek In-Reply-To: <20130801085514.GA26670@bart> References: <20130801085514.GA26670@bart> Content-Type: text/plain; charset="UTF-8" Date: Fri, 02 Aug 2013 11:43:00 -0000 Message-ID: <1375443787.9970.201.camel@triegel.csb> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-SW-Source: 2013-08/txt/msg00081.txt.bz2 On Thu, 2013-08-01 at 10:55 +0200, Andreas Krebbel wrote: > Torvald, could you please consider adding backports of the following > patches to the 4.8 branch? > > 19/06/13 [patch] libitm: Fix handling of reentrancy in the HTM fastpath > http://gcc.gnu.org/ml/gcc-patches/2013-06/msg01132.html > > 20/06/13 Re: [patch] libitm: Fix handling of reentrancy in the HTM fastpath > http://gcc.gnu.org/ml/gcc-patches/2013-06/msg01188.html I believe Jakub already backported these two; at least he told me he was planning to, IIRC. Torvald